diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2010-09-22 10:21:15 -0700 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2010-09-22 10:21:15 -0700 |
commit | e2274412488ab310decb8494ab41009342b3c2f6 (patch) | |
tree | b4f29c5bed08a9e5b51217fc4e4ed704ecef8ae8 /deps/v8/benchmarks/revisions.html | |
parent | cc1d61cbb3a9b2b75edac66295f2bc5314be5042 (diff) | |
download | node-new-e2274412488ab310decb8494ab41009342b3c2f6.tar.gz |
Upgrade V8 to 2.4.5
Diffstat (limited to 'deps/v8/benchmarks/revisions.html')
-rw-r--r-- | deps/v8/benchmarks/revisions.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/deps/v8/benchmarks/revisions.html b/deps/v8/benchmarks/revisions.html index 1c54f63462..6ff75be1e1 100644 --- a/deps/v8/benchmarks/revisions.html +++ b/deps/v8/benchmarks/revisions.html @@ -26,7 +26,9 @@ the benchmark suite. typos in the DeltaBlue implementation. Changed the Splay benchmark to avoid converting the same numeric key to a string over and over again and to avoid inserting and removing the same element repeatedly thus -increasing pressure on the memory subsystem.</p> +increasing pressure on the memory subsystem. Changed the RegExp +benchmark to exercise the regular expression engine on different input +strings.</p> <p>Furthermore, the benchmark runner was changed to run the benchmarks for at least a few times to stabilize the reported numbers on slower |