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;