Commit 959f2b2
committed
Reduce validation test suite execution time by removing
* `-workers auto` was being used alongside `-workers 2`.
* In some environments, `-workers auto` appears to resolve to `-workers 1`, even on multicore systems (suggesting core detection may be unreliable).
* Most validation tests have small state spaces and gain little benefit from higher worker counts, making `-workers auto` unnecessary overhead.-workers auto
1 parent 0e446e6 commit 959f2b2
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
219 | | - | |
| 219 | + | |
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
| |||
0 commit comments