aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorgorhill <rhill@raymondhill.net>2015-02-05 19:30:20 -0500
committergorhill <rhill@raymondhill.net>2015-02-05 19:30:20 -0500
commitf270f419d28a2ea7a5dc64126c3773b2e0329839 (patch)
tree3ae26f9493ac0ad79ab39c4c95dd8a4a02dac7c1 /src
parent7fe1ae611edf97bf6014684474db0b2c5f6e4512 (diff)
downloaduBlock-f270f419d28a2ea7a5dc64126c3773b2e0329839.zip
uBlock-f270f419d28a2ea7a5dc64126c3773b2e0329839.tar.gz
uBlock-f270f419d28a2ea7a5dc64126c3773b2e0329839.tar.bz2
links to latest jsperf versions
Diffstat (limited to 'src')
-rw-r--r--src/js/static-net-filtering.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/js/static-net-filtering.js b/src/js/static-net-filtering.js
index 4439187..1c6d32f 100644
--- a/src/js/static-net-filtering.js
+++ b/src/js/static-net-filtering.js
@@ -510,8 +510,8 @@ FilterPlainHnAnchored.fromSelfie = function(s) {
// With a single wildcard, regex is not optimal.
// See:
-// http://jsperf.com/regexp-vs-indexof-abp-miss/3
-// http://jsperf.com/regexp-vs-indexof-abp-hit/3
+// http://jsperf.com/regexp-vs-indexof-abp-miss/5
+// http://jsperf.com/regexp-vs-indexof-abp-hit/4
var FilterSingleWildcard = function(lSegment, rSegment, tokenBeg) {
this.tokenBeg = tokenBeg;