run IPDL ipdl tests in parallel
Categories
(Firefox Build System :: General, enhancement)
Tracking
(Not tracked)
People
(Reporter: froydnj, Assigned: froydnj)
References
(Blocks 1 open bug)
Details
Attachments
(1 obsolete file)
We are not implementing bug 1413205 for the reasons detailed in bug 1413205 comment 2. We can, however, make things faster with a bit of make hackery.
![]() |
Assignee | |
Comment 1•5 years ago
|
||
The speedup here is not great because the Python/IPDL parser overhead is
very high, but this cuts ~10 seconds off a -j12
build (~15s -> 4s) on
my machine.
Comment 2•5 years ago
|
||
.... except they should actually not run in make check at all.
![]() |
Assignee | |
Comment 3•5 years ago
|
||
(In reply to Mike Hommey [:glandium] from comment #2)
.... except they should actually not run in make check at all.
Is this referring to the mythical separate make check
task, or something else?
Comment 4•5 years ago
|
||
I guess that would be the mbu tasks.
Comment 6•5 years ago
|
||
bugherder |
Comment 7•5 years ago
|
||
Ironically, this had the opposite effect as the expected one: make check was about 107s before, and is now 126s. See https://treeherder.mozilla.org/perf.html#/graphs?series=autoland,2113344,1,2&selected=2113344,1176723737
Updated•5 years ago
|
![]() |
Assignee | |
Comment 8•5 years ago
|
||
(In reply to Mike Hommey [:glandium] from comment #7)
Ironically, this had the opposite effect as the expected one: make check was about 107s before, and is now 126s. See https://treeherder.mozilla.org/perf.html#/graphs?series=autoland,2113344,1,2&selected=2113344,1176723737
I don't understand this, but I'm going to chalk it up to make being terrible; I'll request a backout.
Comment 9•5 years ago
|
||
Backed out on autoland, will later be merged to central: https://hg.mozilla.org/integration/autoland/rev/101279e0b8fbd2fdc2d17f7015b831d05c7744e0
![]() |
||
Comment 10•5 years ago
|
||
Backout merged: https://hg.mozilla.org/mozilla-central/rev/101279e0b8fb
Comment 11•5 years ago
|
||
There's a r+ patch which didn't land and no activity in this bug for 2 weeks.
:froydnj, could you have a look please?
For more information, please visit auto_nag documentation.
![]() |
Assignee | |
Updated•5 years ago
|
Updated•5 years ago
|
Description
•