mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-06 14:05:05 +00:00
[hb-shape-threads] Reduce num-iterations
This commit is contained in:
parent
e8a2436332
commit
f0fba59969
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue