[hb-shape-threads] Reduce num-iterations
This commit is contained in:
parent
e8a2436332
commit
f0fba59969
|
@ -65,7 +65,7 @@ std::condition_variable cv;
|
|||
std::mutex cv_m;
|
||||
static bool ready = false;
|
||||
|
||||
static unsigned num_repetitions = 4;
|
||||
static unsigned num_repetitions = 1;
|
||||
static unsigned num_threads = 4;
|
||||
|
||||
static void shape (bool is_var,
|
||||
|
|
Loading…
Reference in New Issue