summaryrefslogtreecommitdiff
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, 1 insertions, 1 deletions
diff --git a/benchmark/driver.rb b/benchmark/driver.rb
index 38c6e045f1..0b7696eace 100644
--- a/benchmark/driver.rb
+++ b/benchmark/driver.rb
@@ -219,7 +219,7 @@ class BenchmarkDriver
if @execs.size > 1
output
output({
- real: "Speedup ratio: compare with the result of `#{@execs[0][1]}' (greater is better)"
+ real: "Speedup ratio: compare with the result of `#{@execs[0][1]}' (greater is better)",
peak: "Memory consuming ratio (peak) with the result of `#{@execs[0][1]}' (greater is better)",
size: "Memory consuming ratio (size) with the result of `#{@execs[0][1]}' (greater is better)",
}[@measure_target])