Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3120)

Unified Diff: benchmarks/base.js

Issue 18497: Don't insert .*? at the beginning of anchored expressions. (Closed)
Patch Set: Added regexp benchmark Created 11 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | benchmarks/regexp.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: benchmarks/base.js
diff --git a/benchmarks/base.js b/benchmarks/base.js
index 6e1ff8cc705bbc1b6cbe6c7d404b5487bd9526d3..261733208cb3fef5622a6c805f2254c9c46df521 100644
--- a/benchmarks/base.js
+++ b/benchmarks/base.js
@@ -73,7 +73,7 @@ BenchmarkSuite.suites = [];
// Scores are not comparable across versions. Bump the version if
// you're making changes that will affect that scores, e.g. if you add
// a new benchmark or change an existing one.
-BenchmarkSuite.version = '2';
+BenchmarkSuite.version = '3';
// To make the benchmark results predictable, we replace Math.random
« no previous file with comments | « no previous file | benchmarks/regexp.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698