aboutsummaryrefslogtreecommitdiffstats
path: root/benchmark/driver.rb
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/driver.rb')
-rw-r--r--benchmark/driver.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/benchmark/driver.rb b/benchmark/driver.rb
index cb5a6d3734..2de699cb1d 100644
--- a/benchmark/driver.rb
+++ b/benchmark/driver.rb
@@ -77,6 +77,7 @@ class BenchmarkDriver
if @verbose
message '-----------------------------------------------------------'
message 'raw data:'
+ message
message PP.pp(@results, "", 79)
message
message "Elapesed time: #{Time.now - @start_time} (sec)"
@@ -158,6 +159,7 @@ class BenchmarkDriver
output
output '-----------------------------------------------------------'
output name
+ output
output File.read(file)
output
end