fix secure mode

This commit is contained in:
daan 2019-10-30 15:36:13 -07:00
parent 93ae3e26b1
commit c7ec30ae25
3 changed files with 5 additions and 3 deletions

View file

@ -17,7 +17,7 @@ terms of the MIT license.
#include <mimalloc.h>
// argument defaults
static int THREADS = 1; // more repeatable if THREADS <= #processors
static int THREADS = 32; // more repeatable if THREADS <= #processors
static int N = 20; // scaling factor
// static int THREADS = 8; // more repeatable if THREADS <= #processors