test262/tools
Till Schneidereit 7ae29d49ae Enable parallel test execution in console runner
Adds a `-j`/`--workers-count` parameter to `tools/packaging/test262.py`, defaulting to `[number of cores] - 1`.

Speeds up running the test suite by about ~3x on my 4-core machine, with the SpiderMonkey shell. This could certainly be optimized more by just appending test results to per-thread lists and merging them at the end, but it's better than nothing.
2016-02-08 17:40:16 +01:00
..
misc Remove links to hg.ecmascript.org (non-license content) 2015-07-17 17:43:27 +02:00
packaging Enable parallel test execution in console runner 2016-02-08 17:40:16 +01:00
CoverageAnalyzer.py Remove links to hg.ecmascript.org 2015-07-17 17:43:09 +02:00