aboutsummaryrefslogtreecommitdiffstats
path: root/benchmark
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
commit064d3a4f0383aed8d9ac6d5f502631bae3d31cba (patch)
tree99538803a0c0a8f626e441833db76ade6db1d779 /benchmark
parentb3195162572f2d989c770ad5d0697a50800e371a (diff)
downloadruby-064d3a4f0383aed8d9ac6d5f502631bae3d31cba.tar.gz
* 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')
-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])