From fbaa70e1eb5f7c797c4298f4d7a44f5e71ae06b2 Mon Sep 17 00:00:00 2001 From: daan Date: Mon, 14 Sep 2020 11:01:17 -0700 Subject: [PATCH] increase default test load to 25% to increase azure pipeline test load --- test/test-stress.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test-stress.c b/test/test-stress.c index 271bea85..46e1eac4 100644 --- a/test/test-stress.c +++ b/test/test-stress.c @@ -26,7 +26,7 @@ terms of the MIT license. // // argument defaults static int THREADS = 32; // more repeatable if THREADS <= #processors -static int SCALE = 10; // scaling factor +static int SCALE = 25; // scaling factor static int ITER = 50; // N full iterations destructing and re-creating all threads // static int THREADS = 8; // more repeatable if THREADS <= #processors