Loading
Bug 1741172 - [devtools] Tune console.streamlog DAMP test....
Bug 1741172 - [devtools] Tune console.streamlog DAMP test. r=jdescottes,perftest-reviewers,AlexandruIonescu. The test logs messages in a requestAnimationFrame loop to check if logging impact the performance of requestAnimationFrame. The issue is that the tests logs an average of rounded values, which makes the test results oscillate between 16 and 17 (ms), and this extra ms in enough to trigger a perf alert as it represents a few percent of variance. This patch makes it so we don't average, nor round the values anymore, which shouldn't trigger perf alerts. Differential Revision: https://phabricator.services.mozilla.com/D131795