const MIN_RUNS_PER_WORKER: u32 = 64;
Minimum number of runs per worker. This is mainly to reduce the overall number of rayon jobs.