From fa346c7afc52c79454bf5ffefe27b4a4e9496340 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Thu, 29 Oct 2020 06:01:04 -0400 Subject: [PATCH] Fix incorrect count in built-in benchmark --- src/js/static-net-filtering.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/js/static-net-filtering.js b/src/js/static-net-filtering.js index 2578f6da7..ede3d0117 100644 --- a/src/js/static-net-filtering.js +++ b/src/js/static-net-filtering.js @@ -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();