Index: benchmarks/README.txt |
=================================================================== |
--- benchmarks/README.txt (revision 4657) |
+++ benchmarks/README.txt (working copy) |
@@ -61,3 +61,11 @@ |
the Object.prototype.inherits function in the DeltaBlue benchmark to |
inheritsFrom to avoid name clashes when running in Chromium with |
extensions enabled. |
+ |
+ |
+Changes from Version 5 to Version 6 |
+=================================== |
+ |
+Removed dead code from the RayTrace benchmark and changed the Splay |
+benchmark to avoid converting the same numeric key to a string over |
+and over again. |