From: Wilco Dijkstra Date: Wed, 5 Mar 2025 16:22:55 +0000 (+0000) Subject: benchtests: Increase iterations of bench-malloc-simple X-Git-Tag: glibc-2.42~387 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dd003db8d127b0a8ebabc6a972501a7d881073ea;p=thirdparty%2Fglibc.git benchtests: Increase iterations of bench-malloc-simple Increase iterations so it runs for ~1 second on modern CPUs. Reviewed-by: Adhemerval Zanella --- diff --git a/benchtests/bench-malloc-simple.c b/benchtests/bench-malloc-simple.c index f93d76e58f..1d7989e385 100644 --- a/benchtests/bench-malloc-simple.c +++ b/benchtests/bench-malloc-simple.c @@ -35,7 +35,7 @@ multi-threaded using thread-arena, and main arena with SINGLE_THREAD_P false. */ -#define NUM_ITERS 200000 +#define NUM_ITERS 5000000 #define NUM_ALLOCS 4 #define MAX_ALLOCS 1600