From 800103e40a8fa65de0b6effbd06654bc754ac1ad Mon Sep 17 00:00:00 2001 From: ko1 Date: Thu, 20 Jun 2013 05:01:56 +0000 Subject: * tool/hashbench1.rb: fix parameters. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41471 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- tool/hashbench1.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tool') diff --git a/tool/hashbench1.rb b/tool/hashbench1.rb index 3e8b0dd95e..c67420fcac 100644 --- a/tool/hashbench1.rb +++ b/tool/hashbench1.rb @@ -1,9 +1,9 @@ value = 0.01 h = {} -n = 100_000 +n = 50_000 1.upto(n){|i| - h["%020d" % i] = value * i + h["%020d" % i] = "v-#{i}" } (n * 500).times{ -- cgit v1.2.3