Set Ready For Review
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Commit-Queue | +1 |
Whoah! 85s down to 56s for this action that ALWAYS shows up during the Chrome build and takes ages to complete... thank you Neri!
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Whoah! 85s down to 56s for this action that ALWAYS shows up during the Chrome build and takes ages to complete... thank you Neri!
I am still running more benchmarks on my cloudtop to see how it affects wall time of a Chrome build. I will report back / amend the commit message.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[bindings] Split generate_bindings_all into per-type actions
Split the monolithic generate_bindings_all action into 11 per-type
actions (one per IDL construct type) to enable parallel execution
on RBE. A group target preserves the original name so all existing
dependencies continue to work unchanged.
Previously, a single action generated all 5,698 output files on one
RBE worker (85s remote exec). Now each type runs on its own worker
in parallel, with the critical path reduced to 56s (interface
generation alone).
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |