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:
parent
800103e40a
commit
ab7e459210
2 changed files with 5 additions and 1 deletions
|
@ -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>
|
||||
|
||||
* tool/hashbench1.rb: fix parameters.
|
||||
|
|
|
@ -6,6 +6,6 @@ n = 50_000
|
|||
h["%020d" % i] = "v-#{i}"
|
||||
}
|
||||
|
||||
(n * 500).times{
|
||||
(n * 1_000).times{
|
||||
''
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue