| 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.
|
|
|