From 0d0b5e3fade77ec5d9f6674d5016aa0a69374c72 Mon Sep 17 00:00:00 2001 From: daan Date: Sat, 5 Sep 2020 11:19:35 -0700 Subject: [PATCH] restore stress workload for windows pipeline --- test/test-stress.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test-stress.c b/test/test-stress.c index 31a4f709..29a9d2e5 100644 --- a/test/test-stress.c +++ b/test/test-stress.c @@ -25,9 +25,9 @@ terms of the MIT license. // > mimalloc-test-stress [THREADS] [SCALE] [ITER] // // argument defaults -static int THREADS = 8; // more repeatable if THREADS <= #processors +static int THREADS = 32; // more repeatable if THREADS <= #processors static int SCALE = 10; // scaling factor -static int ITER =100; // N full iterations destructing and re-creating all threads +static int ITER = 50; // N full iterations destructing and re-creating all threads // static int THREADS = 8; // more repeatable if THREADS <= #processors // static int SCALE = 100; // scaling factor