From a74e072a9acb23e76fd0e1a6996bef1ade5ac027 Mon Sep 17 00:00:00 2001 From: daan Date: Thu, 31 Oct 2019 19:00:26 -0700 Subject: [PATCH] set test-stress scale to 20 again --- 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 f60cda10..08406ec7 100644 --- a/test/test-stress.c +++ b/test/test-stress.c @@ -18,7 +18,7 @@ terms of the MIT license. // argument defaults static int THREADS = 32; // more repeatable if THREADS <= #processors -static int N = 40; // scaling factor +static int N = 20; // scaling factor // static int THREADS = 8; // more repeatable if THREADS <= #processors // static int N = 100; // scaling factor