Bug 248625
Summary: | [webkitpy] Increase the default number of child processes spawned for arm64 Macs | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryan Haddad <ryanhaddad> |
Component: | Tools / Tests | Assignee: | Ryan Haddad <ryanhaddad> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | aakash_jain, ap, emw, jbedard, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | Other | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Ryan Haddad
We should increate the default number of child processes spawned for arm64 Macs, we currently spawn only 6 for a M1 Mac mini compared with 9 for the latest generation Intel one.
My local testing suggests that doubling the count to 12 appears to be stable and yields about an 18 minute speedup in overall layout test runtime.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/102873021>
Ryan Haddad
Maybe there is a better heuristic than simply doubling, but we should consider increasing the count for a short term win before we make further optimizations to overall test runtime.
Ryan Haddad
Pull request: https://github.com/WebKit/WebKit/pull/7176
EWS
Committed 257754@main (b0febf1cc635): <https://commits.webkit.org/257754@main>
Reviewed commits have been landed. Closing PR #7176 and removing active labels.