From dd003db8d127b0a8ebabc6a972501a7d881073ea Mon Sep 17 00:00:00 2001 From: Wilco Dijkstra Date: Wed, 5 Mar 2025 16:22:55 +0000 Subject: [PATCH] benchtests: Increase iterations of bench-malloc-simple Increase iterations so it runs for ~1 second on modern CPUs. Reviewed-by: Adhemerval Zanella --- benchtests/bench-malloc-simple.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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