tests: weakier benchmark requirement for fast_atof()

This commit is contained in:
Hugues Delorme 2016-01-29 12:48:31 +01:00
parent 75cd51398e
commit 30e87e7d29

View File

@ -95,7 +95,7 @@ const char* test_internal__benchmark_gmio_fast_atof()
bmk_res_array); bmk_res_array);
#ifndef GMIO_DEBUG_BUILD /* Check only for release builds */ #ifndef GMIO_DEBUG_BUILD /* Check only for release builds */
UTEST_ASSERT((1.2*bmk_res.func1_exec_time_ms) < bmk_res.func2_exec_time_ms); UTEST_ASSERT((1.05*bmk_res.func1_exec_time_ms) < bmk_res.func2_exec_time_ms);
#endif #endif
return NULL; return NULL;