[Webkit-unassigned] [Bug 186443] Test262-Runner: Improve files queue to optimize CPU usage/balancing
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jun 8 15:11:32 PDT 2018
https://bugs.webkit.org/show_bug.cgi?id=186443
Filip Pizlo <fpizlo at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fpizlo at apple.com
--- Comment #3 from Filip Pizlo <fpizlo at apple.com> ---
Comment on attachment 342324
--> https://bugs.webkit.org/attachment.cgi?id=342324
Patch
Why is it necessary to only do for Kim when the number of files is large?
Why is there chunking?
Would it be possible to start nproc = ncpu + 1, and then have a balancer in proc0 that, if asked to do so via a request on a pipe, will bend a test index. All other processes ask proc0 for a test after each test they run. Running a test requires starting a VM, right? So that’s way more expensive than a packet of data on a pipe (or socketpair).
That’s what I meant by load balancer. I’m not sure exactly what this patch achieves - perhaps an improvement in some specific case of load balancing. Maybe you could quote the speedup in the changelog?
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180608/87c310d5/attachment.html>
More information about the webkit-unassigned
mailing list