From cdfa8c46243c6be6345607fa0d78d1ad09d702ad Mon Sep 17 00:00:00 2001 From: Akilan Date: Mon, 18 Aug 2025 15:16:51 +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 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