We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df73502 commit 51f23f2Copy full SHA for 51f23f2
tests/performance/perf.reporter.js
@@ -16,12 +16,6 @@ function emitMochaEvent(details) {
16
}
17
18
19
-// fix for Firefox max timing entries capped to 150:
20
-// https://bugzilla.mozilla.org/show_bug.cgi?id=1331135
21
-if (typeof performance !== 'undefined' && performance.setResourceTimingBufferSize) {
22
- performance.setResourceTimingBufferSize(100000);
23
-}
24
-
25
var pre = !isNode && global.document.getElementById('output');
26
27
function log(msg) {
0 commit comments