Bug 77313 - DOM/DOMDivWalk.html result is unreliable
Summary: DOM/DOMDivWalk.html result is unreliable
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-29 19:48 PST by Ryosuke Niwa
Modified: 2012-04-22 23:54 PDT (History)
4 users (show)

See Also:


Attachments
fix attempt (2.18 KB, patch)
2012-01-29 19:52 PST, Ryosuke Niwa
abarth: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.