Bug 63845

Summary: NRWT appears to run slower on the bots (when run with one child process)
Product: WebKit Reporter: WebKit Review Bot <webkit.review.bot>
Component: New BugsAssignee: Adam Barth <abarth>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, aroben
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 34984    

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
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.