Skip to content

Commit

Permalink
Mind urlskip= in built-in benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Sep 18, 2024
1 parent 7843a21 commit e98fdeb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/js/benchmarks.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e98fdeb

Please sign in to comment.