ruby-changes:33771
From: ko1 <ko1@a...>
Date: Wed, 7 May 2014 12:07:16 +0900 (JST)
Subject: [ruby-changes:33771] ko1:r45852 (trunk): * benchmark/driver.rb: remove debug output and output results into
ko1 2014-05-07 12:07:10 +0900 (Wed, 07 May 2014) New Revision: 45852 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=45852 Log: * benchmark/driver.rb: remove debug output and output results into specified file. Modified files: trunk/ChangeLog trunk/benchmark/driver.rb Index: ChangeLog =================================================================== --- ChangeLog (revision 45851) +++ ChangeLog (revision 45852) @@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Wed May 7 12:06:14 2014 Koichi Sasada <ko1@a...> + + * benchmark/driver.rb: remove debug output and output results into + specified file. + Wed May 7 11:55:40 2014 Koichi Sasada <ko1@a...> * benchmark/driver.rb: add '--rawdata-output=[FILE] option to output Index: benchmark/driver.rb =================================================================== --- benchmark/driver.rb (revision 45851) +++ benchmark/driver.rb (revision 45852) @@ -134,8 +134,7 @@ class BenchmarkDriver https://github.com/ruby/ruby/blob/trunk/benchmark/driver.rb#L134 h[:cpuinfo] = File.read('/proc/cpuinfo') if File.exist?('/proc/cpuinfo') h[:executables] = @execs h[:results] = @results - pp h - # @rawdata_output.puts h.inspect + @rawdata_output.puts h.inspect end output '-----------------------------------------------------------' -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/