mirror of git://sourceware.org/git/glibc.git
benchtests: Increase iterations of bench-malloc-simple
Increase iterations so it runs for ~1 second on modern CPUs. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
This commit is contained in:
parent
997f49fbad
commit
dd003db8d1
|
@ -35,7 +35,7 @@
|
||||||
multi-threaded using thread-arena, and main arena with SINGLE_THREAD_P
|
multi-threaded using thread-arena, and main arena with SINGLE_THREAD_P
|
||||||
false. */
|
false. */
|
||||||
|
|
||||||
#define NUM_ITERS 200000
|
#define NUM_ITERS 5000000
|
||||||
#define NUM_ALLOCS 4
|
#define NUM_ALLOCS 4
|
||||||
#define MAX_ALLOCS 1600
|
#define MAX_ALLOCS 1600
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue