test262/tools/packaging
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
..
templates Move website scripts to a dedicated directory 2015-06-26 13:29:07 -04:00
test Unify indentation in test_monkeyYaml.py 2015-07-06 10:09:26 -04:00
common.py Remove links to hg.ecmascript.org 2015-07-17 17:43:09 +02:00
monkeyYaml.py monkeyYaml: Add support for line folding 2015-07-01 11:09:08 -04:00
packager.py Remove links to hg.ecmascript.org 2015-07-17 17:43:09 +02:00
packagerConfig.py Remove links to hg.ecmascript.org 2015-07-17 17:43:09 +02:00
parseTestRecord.py Use "monkeyYaml" in all environments 2015-07-01 14:49:54 -04:00
test262.py Enable parallel test execution in console runner 2016-02-08 17:40:16 +01:00