1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-29 06:07:11 +02:00

Mind urlskip= in built-in benchmark

This commit is contained in:
Raymond Hill 2024-09-18 12:24:04 -04:00
parent 7843a21428
commit e98fdeb0a5
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -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;