mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-04 22:49:32 +03:00
restore stress workload for windows pipeline
This commit is contained in:
parent
78f1f9bd5e
commit
0d0b5e3fad
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue