summaryrefslogtreecommitdiff
path: root/benchmark/driver.rb
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-07 03:07:10 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-07 03:07:10 +0000
commitd4672274869816eb7ae3f336e3512bac9f0d21e6 (patch)
treed34b9ca8dee9a41652111f670c7b19bfe5657ef1 /benchmark/driver.rb
parent1ddb9c532233995a9c277e4a3b3367a37c4a44e4 (diff)
* 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
Diffstat (limited to 'benchmark/driver.rb')
-rw-r--r--benchmark/driver.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/benchmark/driver.rb b/benchmark/driver.rb
index 1cd44b86dd..3904e25503 100644
--- a/benchmark/driver.rb
+++ b/benchmark/driver.rb
@@ -134,8 +134,7 @@ class BenchmarkDriver
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 '-----------------------------------------------------------'