summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-02 17:36:51 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-02 17:36:51 +0000
commit16377c36b9ca280407d80948fbc904ed15179441 (patch)
treec1ef179275a2a43184d1a01cb9ac35f25eaa8d66 /ChangeLog
parent1d4e282d7558190098dd952d81519d9263df86d5 (diff)
* sample/simple-bench.rb: added to measure performance of simple
lines. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48237 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ff703adcd2..46e89329b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Nov 3 02:35:32 2014 Koichi Sasada <ko1@atdot.net>
+
+ * sample/simple-bench.rb: added to measure performance of simple
+ lines.
+
Mon Nov 3 02:33:43 2014 Koichi Sasada <ko1@atdot.net>
* gc.c (obj_info): show T_STRING more details.