diff --git a/benchmarks/benchmarks/StressTestMalloc/glibc-bench.c b/benchmarks/benchmarks/StressTestMalloc/glibc-bench.c index 6e774bd..9fa31f8 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 2000000 +#define NUM_ITERS 20000 #define NUM_ALLOCS 4 #define MAX_ALLOCS 1600