RESOLVED FIXED 120435
Decrease number of workers used in NRWT by the Windows port
https://bugs.webkit.org/show_bug.cgi?id=120435
Summary Decrease number of workers used in NRWT by the Windows port
Roger Fong
Reported 2013-08-28 12:26:00 PDT
Right now we're maxing out the number of workers. This tends to cause various issues such as test results being off by 1, flakiness, and occasional timeouts. Maxing out the number of threads might actually in some cases slow down the test cases rather than speed them up. Decreasing the number of workers to half the available cores (just to be on the safe side).
Attachments
Patch (1.14 KB, patch)
2013-08-28 13:19 PDT, Roger Fong
bfulgham: review+
Roger Fong
Comment 1 2013-08-28 13:19:57 PDT
Brent Fulgham
Comment 2 2013-08-28 13:28:38 PDT
Comment on attachment 209918 [details] Patch Yes! r=me.
Roger Fong
Comment 3 2013-08-28 13:33:43 PDT
Awesome thanks, hopefully we'll start seeing some more stability in the bots now. Committed: https://trac.webkit.org/r154776
Note You need to log in before you can comment on or make changes to this bug.