mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 01:02:08 +01:00
Mind urlskip=
in built-in benchmark
This commit is contained in:
parent
7843a21428
commit
e98fdeb0a5
1 changed files with 3 additions and 0 deletions
|
@ -207,6 +207,9 @@ export async function benchmarkStaticNetFiltering(options = {}) {
|
||||||
redirectCount += 1;
|
redirectCount += 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if ( fctxt.type === 'main_frame' ) {
|
||||||
|
sfne.matchAndFetchModifiers(fctxt, 'urlskip');
|
||||||
|
}
|
||||||
}
|
}
|
||||||
const t1 = performance.now();
|
const t1 = performance.now();
|
||||||
const dur = t1 - t0;
|
const dur = t1 - t0;
|
||||||
|
|
Loading…
Reference in a new issue