mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-07 20:08:41 +03:00
Merge branch 'dev-steal' into dev-slice-steal
This commit is contained in:
commit
b3d502179a
3 changed files with 53 additions and 7 deletions
|
@ -28,7 +28,7 @@ terms of the MIT license.
|
|||
#if defined(MI_TSAN) // with thread-sanitizer reduce the threads to test within the azure pipeline limits
|
||||
static int THREADS = 8;
|
||||
static int SCALE = 25;
|
||||
static int ITER = 200;
|
||||
static int ITER = 400;
|
||||
#elif defined(MI_UBSAN) // with undefined behavious sanitizer reduce parameters to stay within the azure pipeline limits
|
||||
static int THREADS = 8;
|
||||
static int SCALE = 25;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue