From 2b88c8b5459bbaa6bdc6b8b56f2c6c92731e1859 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 fe9211cd7..0b10b9161 100644 --- a/src/js/static-net-filtering.js +++ b/src/js/static-net-filtering.js @@ -3562,7 +3562,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();