Bug 77313

Summary: DOM/DOMDivWalk.html result is unreliable
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: Tools / TestsAssignee: Ryosuke Niwa <rniwa>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, eric, morrita, tony
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
fix attempt abarth: review+

Description Ryosuke Niwa 2012-01-29 19:48:11 PST
Results for PerformanceTests/DOM/DOMDivWalk.html vary a lot between runs. It's mainly caused by GC happening in the middle of tests. We need to manually trigger a GC to mitigate the effects.
Comment 1 Ryosuke Niwa 2012-01-29 19:52:31 PST
Created attachment 124487 [details]
fix attempt
Comment 2 Eric Seidel (no email) 2012-03-27 12:36:27 PDT
Attachment 124487 [details] was posted by a committer and has review+, assigning to Ryosuke Niwa for commit.
Comment 3 Ryosuke Niwa 2012-04-22 23:54:52 PDT
Landed in http://trac.webkit.org/changeset/106211.