Skip to content

Commit

Permalink
tests/perf: remove firefox bug workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndrsn committed Apr 2, 2024
1 parent df73502 commit 51f23f2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/performance/perf.reporter.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@ function emitMochaEvent(details) {
}
}

// fix for Firefox max timing entries capped to 150:
// https://bugzilla.mozilla.org/show_bug.cgi?id=1331135
if (typeof performance !== 'undefined' && performance.setResourceTimingBufferSize) {
performance.setResourceTimingBufferSize(100000);
}

var pre = !isNode && global.document.getElementById('output');

function log(msg) {
Expand Down

0 comments on commit 51f23f2

Please sign in to comment.