diff --git a/src/js/benchmarks.js b/src/js/benchmarks.js index 93d099bd4..e97490e60 100644 --- a/src/js/benchmarks.js +++ b/src/js/benchmarks.js @@ -207,6 +207,9 @@ export async function benchmarkStaticNetFiltering(options = {}) { redirectCount += 1; } } + if ( fctxt.type === 'main_frame' ) { + sfne.matchAndFetchModifiers(fctxt, 'urlskip'); + } } const t1 = performance.now(); const dur = t1 - t0;