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

Unified Diff: benchmarks/README.txt

Issue 19504: Fixed escaping/rot13 issue in regexp benchmark (Closed)
Patch Set: 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/README.txt
diff --git a/benchmarks/README.txt b/benchmarks/README.txt
index 70582126b99461ec65bbbcc1d90268a99203e971..46aa57328c926986a5c0cb4a972e3b1e2a00e8a0 100644
--- a/benchmarks/README.txt
+++ b/benchmarks/README.txt
@@ -27,3 +27,16 @@ Other benchmarks were fixed to do elementary verification of the
results of their calculations. This is to avoid accidentally
obtaining scores that are the result of an incorrect JavaScript engine
optimization.
+
+
+Changes From Version 2 To Version 3
+===================================
+
+Version 3 adds a new benchmark, RegExp. The RegExp benchmark is
+generated by loading 50 of the most popular pages on the web and
+logging all regexp operations performed. Each operation is given a
+weight that is calculated from an estimate of the popularity of the
+pages where it occurs and the number of times it is executed while
+loading each page. Finally the literal letters in the data are
+encoded using ROT13 in a way that does not affect how the regexps
+match their input.
« 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