Closed
Bug 1650383
Opened 4 years ago
Closed 2 years ago
Support parallel jit-tests when using --remote
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: tcampbell, Unassigned)
References
Details
Right now the jit-test runner's remote target (for testing real android devices) is single threaded. We should try to support parallel jobs to speed up those tasks.
Once Bug 1486004 lands, it will be straightforward to test this on unrooted phones.
Reporter | ||
Comment 1•4 years ago
|
||
At the same time, we should investigate if there should be a slight architecture change to avoid calling adb shell
for each test and doing a handshake with the device. Instead it would be nice to upload some sort of runner shell script that reduces traffic over the adb link.
Updated•4 years ago
|
Severity: -- → N/A
Priority: -- → P3
Reporter | ||
Comment 2•2 years ago
|
||
In Bug 1690570 we added a remote runner script that made significant impact on test performance already. Parallel jobs may still make sense in future, but will probably need a more thought out design.
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•