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:
Wilco Dijkstra 2025-03-05 16:22:55 +00:00
parent 997f49fbad
commit dd003db8d1
1 changed files with 1 additions and 1 deletions

View File

@ -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