From ab7e4592106e0796d5b243c0d0c8629a47351e05 Mon Sep 17 00:00:00 2001 From: ko1 Date: Thu, 20 Jun 2013 05:10:36 +0000 Subject: [PATCH] * tool/hashbench1.rb: fix paramter too. Increase temporary objects. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41472 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ tool/hashbench1.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index cb3504f2e6..6ed66c2a86 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Thu Jun 20 14:09:54 2013 Koichi Sasada + + * tool/hashbench1.rb: fix paramter too. Increase temporary objects. + Thu Jun 20 14:01:35 2013 Koichi Sasada * tool/hashbench1.rb: fix parameters. diff --git a/tool/hashbench1.rb b/tool/hashbench1.rb index c67420fcac..cb030d458d 100644 --- a/tool/hashbench1.rb +++ b/tool/hashbench1.rb @@ -6,6 +6,6 @@ n = 50_000 h["%020d" % i] = "v-#{i}" } -(n * 500).times{ +(n * 1_000).times{ '' }