summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-20 07:30:41 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-20 07:30:41 +0000
commitc5c1e8b8d49d65d5844b4c4a7cd905c2ba55eeb8 (patch)
treeea5fc75c988f156f5ad0f52109762613a6cd197e /ChangeLog
parent0ec4589259f229dcc0d736247878178578c7e3bc (diff)
* benchmark/bm_so_binary_trees.rb: disable `puts' method
and change iteration parameter to increase execution time. * benchmark/gc/binarytree.rb: added. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41480 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0868a8e436..cfa2aa0d96 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Thu Jun 20 16:28:33 2013 Koichi Sasada <ko1@atdot.net>
+
+ * benchmark/bm_so_binary_trees.rb: disable `puts' method
+ and change iteration parameter to increase execution time.
+
+ * benchmark/gc/binarytree.rb: added.
+
Thu Jun 20 16:06:37 2013 Koichi Sasada <ko1@atdot.net>
* benchmark/gc/pentomino.rb: added.