mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* benchmark/driver.rb: remove debug output and output results into
specified file. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45852 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
1ddb9c5322
commit
d467227486
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
Wed May 7 12:06:14 2014 Koichi Sasada <ko1@atdot.net>
|
||||||
|
|
||||||
|
* benchmark/driver.rb: remove debug output and output results into
|
||||||
|
specified file.
|
||||||
|
|
||||||
Wed May 7 11:55:40 2014 Koichi Sasada <ko1@atdot.net>
|
Wed May 7 11:55:40 2014 Koichi Sasada <ko1@atdot.net>
|
||||||
|
|
||||||
* benchmark/driver.rb: add '--rawdata-output=[FILE] option to output
|
* benchmark/driver.rb: add '--rawdata-output=[FILE] option to output
|
||||||
|
|
|
@ -134,8 +134,7 @@ class BenchmarkDriver
|
||||||
h[:cpuinfo] = File.read('/proc/cpuinfo') if File.exist?('/proc/cpuinfo')
|
h[:cpuinfo] = File.read('/proc/cpuinfo') if File.exist?('/proc/cpuinfo')
|
||||||
h[:executables] = @execs
|
h[:executables] = @execs
|
||||||
h[:results] = @results
|
h[:results] = @results
|
||||||
pp h
|
@rawdata_output.puts h.inspect
|
||||||
# @rawdata_output.puts h.inspect
|
|
||||||
end
|
end
|
||||||
|
|
||||||
output '-----------------------------------------------------------'
|
output '-----------------------------------------------------------'
|
||||||
|
|
Loading…
Add table
Reference in a new issue