summaryrefslogtreecommitdiff
path: root/deps/v8/benchmarks/README.txt
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2010-09-22 10:21:15 -0700
committerRyan Dahl <ry@tinyclouds.org>2010-09-22 10:21:15 -0700
commite2274412488ab310decb8494ab41009342b3c2f6 (patch)
treeb4f29c5bed08a9e5b51217fc4e4ed704ecef8ae8 /deps/v8/benchmarks/README.txt
parentcc1d61cbb3a9b2b75edac66295f2bc5314be5042 (diff)
downloadandroid-node-v8-e2274412488ab310decb8494ab41009342b3c2f6.tar.gz
android-node-v8-e2274412488ab310decb8494ab41009342b3c2f6.tar.bz2
android-node-v8-e2274412488ab310decb8494ab41009342b3c2f6.zip
Upgrade V8 to 2.4.5
Diffstat (limited to 'deps/v8/benchmarks/README.txt')
-rw-r--r--deps/v8/benchmarks/README.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/deps/v8/benchmarks/README.txt b/deps/v8/benchmarks/README.txt
index 800b4f5185..6676f37556 100644
--- a/deps/v8/benchmarks/README.txt
+++ b/deps/v8/benchmarks/README.txt
@@ -70,7 +70,9 @@ Removed dead code from the RayTrace benchmark and fixed a couple of
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.
+increasing pressure on the memory subsystem. Changed the RegExp
+benchmark to exercise the regular expression engine on different
+input strings.
Furthermore, the benchmark runner was changed to run the benchmarks
for at least a few times to stabilize the reported numbers on slower