Skip to content

Commit 51f23f2

Browse files
author
alxndrsn
committed
tests/perf: remove firefox bug workaround
Removes workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=1331135 - the bug was closed 7 years ago by https://bugzilla.mozilla.org/show_bug.cgi?id=1462880, or perhaps https://bugzilla.mozilla.org/show_bug.cgi?id=1159003.
1 parent df73502 commit 51f23f2

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/performance/perf.reporter.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@ function emitMochaEvent(details) {
1616
}
1717
}
1818

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-
2519
var pre = !isNode && global.document.getElementById('output');
2620

2721
function log(msg) {

0 commit comments

Comments
 (0)