mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-05 18:32:30 +01:00
Mind urlskip=
in built-in benchmark
This commit is contained in:
parent
7843a21428
commit
e98fdeb0a5
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user