diff --git a/benchmarks/benchmarks/StressTestMalloc/glibc-bench.c b/benchmarks/benchmarks/StressTestMalloc/glibc-bench.c index 9fa31f8..0c46cd5 100644 --- a/benchmarks/benchmarks/StressTestMalloc/glibc-bench.c +++ b/benchmarks/benchmarks/StressTestMalloc/glibc-bench.c @@ -38,7 +38,7 @@ // source: https://github.com/daanx/mimalloc-bench/blob/master/bench/glibc-bench/bench-malloc-thread.c -#define NUM_ITERS 20000 +#define NUM_ITERS 200000 #define NUM_ALLOCS 4 #define MAX_ALLOCS 1600