ruby-changes:29420
From: ko1 <ko1@a...>
Date: Thu, 20 Jun 2013 14:10:45 +0900 (JST)
Subject: [ruby-changes:29420] ko1:r41472 (trunk): * tool/hashbench1.rb: fix paramter too. Increase temporary objects.
ko1 2013-06-20 14:10:36 +0900 (Thu, 20 Jun 2013) New Revision: 41472 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=41472 Log: * tool/hashbench1.rb: fix paramter too. Increase temporary objects. Modified files: trunk/ChangeLog trunk/tool/hashbench1.rb Index: ChangeLog =================================================================== --- ChangeLog (revision 41471) +++ ChangeLog (revision 41472) @@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Thu Jun 20 14:09:54 2013 Koichi Sasada <ko1@a...> + + * tool/hashbench1.rb: fix paramter too. Increase temporary objects. + Thu Jun 20 14:01:35 2013 Koichi Sasada <ko1@a...> * tool/hashbench1.rb: fix parameters. Index: tool/hashbench1.rb =================================================================== --- tool/hashbench1.rb (revision 41471) +++ tool/hashbench1.rb (revision 41472) @@ -6,6 +6,6 @@ n = 50_000 https://github.com/ruby/ruby/blob/trunk/tool/hashbench1.rb#L6 h["%020d" % i] = "v-#{i}" } -(n * 500).times{ +(n * 1_000).times{ '' } -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/