user avatar
evaluate: Create just as many threads as needed.
Ludovic Courtès authored
When using 'par-for-each', we'd spawn the whole thread pool of (ice-9
futures), with one thread per core.  Using 'n-par-for-each' allows us to
spawn just as many threads as needed.

* src/cuirass/scripts/evaluate.scm (cuirass-evaluate): Use
'n-par-for-each' instead of 'par-for-each'.
578488b5
Forked from open-source / Guix Cuirass
Source project has a limited visibility.
Name Last commit Last update