v8/tools/testrunner
Tamer Tas 3f83accb09 [testrunner] load tests concurrently into test execution processor
loading every test up-front into the processing queue costs about 224MB for a
x64 testsuite run.

This CL eliminates that overhead by utilizing generators and threading.

LoadingProc now loads test after receiving the results of the loaded tests.

R=machenbach@chromium.org
CC=​yangguo@chromium.org,sergiyb@chromium.org

Bug: v8:8174,v8:8731
Change-Id: Ifee79c3e213da568f092de0f1623016174e9410c
Reviewed-on: https://chromium-review.googlesource.com/c/1439240
Commit-Queue: Tamer Tas <tmrts@chromium.org>
Reviewed-by: Michael Achenbach <machenbach@chromium.org>
Reviewed-by: Sergiy Belozorov <sergiyb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#59223}
2019-01-31 08:19:06 +00:00
..
local Reland "[tools] Push files using high-level device.PushChangedFiles method" 2019-01-31 02:40:51 +00:00
objects [tools] Generate additional variant for FAIL_PHASE_ONLY tests 2018-12-13 11:28:57 +00:00
outproc [tools] Generate additional variant for FAIL_PHASE_ONLY tests 2018-12-13 11:28:57 +00:00
testproc [testrunner] load tests concurrently into test execution processor 2019-01-31 08:19:06 +00:00
utils Reland "[test] Random seed processor" 2018-01-31 09:53:34 +00:00
__init__.py
base_runner.py [testrunner] delete ancient junit compatible format support 2019-01-23 16:30:55 +00:00
num_fuzzer.py [testrunner] load tests concurrently into test execution processor 2019-01-31 08:19:06 +00:00
PRESUBMIT.py [testrunner] remove recursive result calls in chain processors 2019-01-30 13:04:07 +00:00
standard_runner.py [testrunner] load tests concurrently into test execution processor 2019-01-31 08:19:06 +00:00
test_config.py [test] Add feature to keep running skipped tests. 2018-11-22 08:12:21 +00:00
trycatch_loader.js [test] Properly load mjsunit.js on endurance fuzzer 2018-02-02 13:55:32 +00:00