fix region suitable bug

This commit is contained in:
Daan Leijen 2019-11-08 11:55:43 -08:00
parent 6ccfb5a93e
commit 7b72a4cd50
2 changed files with 4 additions and 4 deletions

View file

@ -18,7 +18,7 @@ terms of the MIT license.
// argument defaults
static int THREADS = 32; // more repeatable if THREADS <= #processors
static int N = 20; // scaling factor
static int N = 40; // scaling factor
// static int THREADS = 8; // more repeatable if THREADS <= #processors
// static int N = 100; // scaling factor