[Webkit-unassigned] [Bug 219984] New: [MotionMark] Increase the warm-up time for each sub-test from 100ms to 1000ms

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 17 10:41:25 PST 2020


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

            Bug ID: 219984
           Summary: [MotionMark] Increase the warm-up time for each
                    sub-test from 100ms to 1000ms
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: sabouhallawa at apple.com
                CC: bfulgham at webkit.org, simon.fraser at apple.com,
                    zalan at apple.com

In macOS Big Sur, the Multiply and the Images sub-tests started to experience bi-modality in their scores especially on newer hardware.

This problem is due to a short warmup time. The initial score of a sub-test is crucial in deciding how much the complexity can grow. Because the system may be doing an expensive work only at the beginning of the sub-test (e.g. initializing a cache), drawing a simple object may take much longer than it usually does. MotionMark test harness will be mislead and believe that this drawing operation is always expensive and will not try to increase the complexity of the test much. This complexity is the score of the test.

Increasing the warm-up time will allow the system to finish its initialization before the test sampling starts. This should prevent the system initialization work from affecting the sub-test score.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20201217/50f24a85/attachment-0001.htm>


More information about the webkit-unassigned mailing list