* tool/hashbench1.rb: fix parameters.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41471 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ko1 2013-06-20 05:01:56 +00:00
Родитель 36bc412513
Коммит 800103e40a
2 изменённых файлов: 6 добавлений и 2 удалений

Просмотреть файл

@ -1,3 +1,7 @@
Thu Jun 20 14:01:35 2013 Koichi Sasada <ko1@atdot.net>
* tool/hashbench1.rb: fix parameters.
Thu Jun 20 14:00:34 2013 Koichi Sasada <ko1@atdot.net>
* common.mk: remove dependency from ruby.

Просмотреть файл

@ -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{