WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
63845
NRWT appears to run slower on the bots (when run with one child process)
https://bugs.webkit.org/show_bug.cgi?id=63845
Summary
NRWT appears to run slower on the bots (when run with one child process)
WebKit Review Bot
Reported
2011-07-01 13:59:10 PDT
NRWT appears to run slower on the bots (when run with one child process) Requested by abarth on #webkit.
Attachments
Add attachment
proposed patch, testcase, etc.
Adam Barth
Comment 1
2011-07-01 13:59:47 PDT
For example:
http://build.webkit.org/builders/SnowLeopard%20Intel%20Release%20%28Tests%29/builds/31015
http://build.webkit.org/builders/SnowLeopard%20Intel%20Release%20%28Tests%29/builds/31017
Adam Barth
Comment 2
2011-07-01 15:58:16 PDT
As sizable fraction of this turns out to be related to checking for ReportCrash all the time. With that code disabled, we get down to 20 mins. ORWT looks to have been about at 18ish minutes. Feel free to re-open this bug if you'd to get those last two minutes back. There's going to be a big win from turning on parallelism, so we're probably better off optimizing in that configuration.
Adam Roben (:aroben)
Comment 3
2011-07-05 06:15:59 PDT
But we can't just leave the ReportCrash code disabled. That would reintroduce
bug 55907
!
Adam Roben (:aroben)
Comment 4
2011-07-05 12:07:07 PDT
Adam explained to me that he fixed the slowness in a way that made things work just fine for the single process case, but not for the multi-process case. The latter is now covered by
bug 63949
.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug