From e3e4f9ccff1acc13db208a4283ba227621b0387a Mon Sep 17 00:00:00 2001 From: Akilan Date: Mon, 18 Aug 2025 15:17:37 +0100 Subject: [PATCH] test whole program --- benchmarks/benchmarks/StressTestMalloc/glibc-bench.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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