set lower parameters for guarded test

This commit is contained in:
Daan 2024-08-21 15:29:32 -07:00
parent 4234a9bd9d
commit 51025f1ac2

View file

@ -33,6 +33,10 @@ static int ITER = 200;
static int THREADS = 8;
static int SCALE = 25;
static int ITER = 20;
#elif defined(MI_DEBUG_GUARDED) // with debug guard pages reduce parameters to stay within the azure pipeline limits
static int THREADS = 8;
static int SCALE = 10;
static int ITER = 10;
#else
static int THREADS = 32; // more repeatable if THREADS <= #processors
static int SCALE = 25; // scaling factor