fix vs2019 project

This commit is contained in:
Daan Leijen 2019-11-10 08:00:51 -08:00
parent fed0068dac
commit 268698b9ef

View File

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