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.
Created attachment 396744 [details] Patch
<rdar://problem/59363132>
Comment on attachment 396744 [details] Patch Looks reasonable
Created attachment 397429 [details] Patch
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?
(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.
Committed r260656: <https://trac.webkit.org/changeset/260656> All reviewed patches have been landed. Closing bug and clearing flags on attachment 397429 [details].