mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 09:43:32 +08:00
benchtests/bench-strtod.c: Increase timeout value
This benchmark can take longer than the default 2 seconds on slower platforms, so increase it to 10 seconds. ChangeLog: 2014-03-26 Will Newton <will.newton@linaro.org> * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
This commit is contained in:
parent
a5e5f1e281
commit
60a2f3c166
@ -1,3 +1,7 @@
|
||||
2014-03-26 Will Newton <will.newton@linaro.org>
|
||||
|
||||
* benchtests/bench-strtod.c (TIMEOUT): Define to 10.
|
||||
|
||||
2014-03-25 Roland McGrath <roland@hack.frob.com>
|
||||
|
||||
* scripts/versionlist.awk: Partition the version sets and emit all
|
||||
|
@ -114,4 +114,7 @@ do_bench (void)
|
||||
|
||||
#define TEST_FUNCTION do_bench ()
|
||||
|
||||
/* On slower platforms this test needs more than the default 2 seconds. */
|
||||
#define TIMEOUT 10
|
||||
|
||||
#include "../test-skeleton.c"
|
||||
|
Loading…
Reference in New Issue
Block a user