RESOLVED FIXED 210640
MotionMark: ensure that timestamps are valid during warm up phase of tests
https://bugs.webkit.org/show_bug.cgi?id=210640
Summary MotionMark: ensure that timestamps are valid during warm up phase of tests
Said Abou-Hallawa
Reported 2020-04-16 23:49:53 PDT
The MotionMark class Benchmark does not set its member _benchmarkStartTimestamp before it finishes warming up. This makes the getter 'timestamp' return NaN if it is called before finishing the warm up. Because of this, MotionMark might encounter a significant regression especially with the first test in the suite: the Multiply test.
Attachments
Patch (1.78 KB, patch)
2020-04-16 23:57 PDT, Said Abou-Hallawa
no flags
Patch (12.74 KB, patch)
2020-04-23 22:29 PDT, Jon Lee
no flags
Said Abou-Hallawa
Comment 1 2020-04-16 23:57:46 PDT
Said Abou-Hallawa
Comment 2 2020-04-17 00:00:04 PDT
Daniel Bates
Comment 3 2020-04-17 18:50:32 PDT
Comment on attachment 396744 [details] Patch Looks reasonable
Jon Lee
Comment 4 2020-04-23 22:29:36 PDT
Said Abou-Hallawa
Comment 5 2020-04-24 10:48:16 PDT
Comment on attachment 397429 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=397429&action=review > PerformanceTests/MotionMark/about.html:76 > + <li><strong>1.1.1</strong>: Fix bug in the calculation of timestamps used for animation during warm up phase of tests.</li> Should we include a link to the bug in Bugzilla for more details about the bug itself and the fix?
Jon Lee
Comment 6 2020-04-24 10:52:29 PDT
(In reply to Said Abou-Hallawa from comment #5) > Comment on attachment 397429 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=397429&action=review > > > PerformanceTests/MotionMark/about.html:76 > > + <li><strong>1.1.1</strong>: Fix bug in the calculation of timestamps used for animation during warm up phase of tests.</li> > > Should we include a link to the bug in Bugzilla for more details about the > bug itself and the fix? Sure. I'll do that in a follow-up.
EWS
Comment 7 2020-04-24 10:59:01 PDT
Committed r260656: <https://trac.webkit.org/changeset/260656> All reviewed patches have been landed. Closing bug and clearing flags on attachment 397429 [details].
Note You need to log in before you can comment on or make changes to this bug.