[hb-shape-threads] Reduce num-iterations

This commit is contained in:
Behdad Esfahbod 2022-05-27 16:30:19 -06:00
parent e8a2436332
commit f0fba59969
1 changed files with 1 additions and 1 deletions

View File

@ -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,