1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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
This commit is contained in:
ko1 2013-06-20 05:10:36 +00:00
parent 800103e40a
commit ab7e459210
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Thu Jun 20 14:09:54 2013 Koichi Sasada <ko1@atdot.net>
* tool/hashbench1.rb: fix paramter too. Increase temporary objects.
Thu Jun 20 14:01:35 2013 Koichi Sasada <ko1@atdot.net> Thu Jun 20 14:01:35 2013 Koichi Sasada <ko1@atdot.net>
* tool/hashbench1.rb: fix parameters. * tool/hashbench1.rb: fix parameters.

View file

@ -6,6 +6,6 @@ n = 50_000
h["%020d" % i] = "v-#{i}" h["%020d" % i] = "v-#{i}"
} }
(n * 500).times{ (n * 1_000).times{
'' ''
} }