summaryrefslogtreecommitdiff
path: root/benchmark/driver.rb
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-03-09 07:49:06 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-03-09 07:49:06 +0000
commitdc39baa9c97ec8b2b62d6ed1311f9fb5c50e8055 (patch)
tree99538803a0c0a8f626e441833db76ade6db1d779 /benchmark/driver.rb
parenta036c0265033e54e9323f527d9897e19d01400f2 (diff)
* benchmark/driver.rb: fix my last commit (syntax error).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54063 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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])