fix bug where only the first chunkmap field would be considered

This commit is contained in:
daanx 2024-12-08 18:48:56 -08:00
parent 88990cec2d
commit bf2f2a8bf4
3 changed files with 3 additions and 3 deletions

View file

@ -57,7 +57,7 @@ static int ITER = 10;
#define ALLOW_LARGE true
#else
static int THREADS = 32; // more repeatable if THREADS <= #processors
static int SCALE = 50; // scaling factor
static int SCALE = 25; // scaling factor
static int ITER = 50; // N full iterations destructing and re-creating all threads
#endif