2025-01-05 00:43:49 +04:00
|
|
|
--- test/test-stress.c.orig 2025-01-05 00:39:55
|
|
|
|
|
+++ test/test-stress.c 2025-01-05 00:43:02
|
|
|
|
|
@@ -54,8 +54,8 @@
|
|
|
|
|
static int ITER = 50;
|
|
|
|
|
#define ALLOW_LARGE true
|
|
|
|
|
#else
|
2023-07-16 23:43:22 +08:00
|
|
|
-static int THREADS = 32; // more repeatable if THREADS <= #processors
|
2025-01-05 00:43:49 +04:00
|
|
|
-static int SCALE = 50; // scaling factor
|
|
|
|
|
+static int THREADS = 8; // more repeatable if THREADS <= #processors
|
|
|
|
|
+static int SCALE = 100; // scaling factor
|
2023-07-16 23:43:22 +08:00
|
|
|
static int ITER = 50; // N full iterations destructing and re-creating all threads
|
|
|
|
|
#endif
|
|
|
|
|
|