[Webkit-unassigned] [Bug 97741] New: PerformanceTests/CSS/StyleSheetInsert.html has a time-dependent non-Gaussian distribution

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 26 16:48:15 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=97741

           Summary: PerformanceTests/CSS/StyleSheetInsert.html has a
                    time-dependent non-Gaussian distribution
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: koivisto at iki.fi, ojan at chromium.org, kling at webkit.org,
                    morrita at google.com
            Blocks: 77037


http://trac.webkit.org/browser/trunk/PerformanceTests/CSS/StyleSheetInsert.html's run function adds new nodes in each run but doesn't remove them. As a result, run gets slower on each call, resulting in values like:
22.0, 26.0, 27.0, 31.0, 33.0, 35.0, 37.0, 43.0, 44.0, 45.0

We need to remove the nodes added in each run so that values follow a normal distribution.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list