Fix incorrect count in built-in benchmark

This commit is contained in:
Raymond Hill 2020-10-29 06:01:04 -04:00
parent 25fef23537
commit fa346c7afc
No known key found for this signature in database
GPG key ID: 25E1490B761470C2

View file

@ -3550,7 +3550,6 @@ FilterContainer.prototype.benchmark = async function(action, target) {
}
if ( fctxt.type === 'main_frame' || fctxt.type === 'sub_frame' ) {
this.matchAndFetchData(fctxt, 'csp');
matchCount += 1;
}
}
const t1 = self.performance.now();