From 064d3a4f0383aed8d9ac6d5f502631bae3d31cba Mon Sep 17 00:00:00 2001 From: ko1 Date: Wed, 9 Mar 2016 07:49:06 +0000 Subject: * 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 --- benchmark/driver.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'benchmark') 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]) -- cgit v1.2.3