aboutsummaryrefslogtreecommitdiffstats
path: root/benchmark
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark')
-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 '-----------------------------------------------------------'