1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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
This commit is contained in:
ko1 2016-03-09 07:49:06 +00:00
parent a036c02650
commit dc39baa9c9
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Wed Mar 9 16:48:45 2016 Koichi Sasada <ko1@atdot.net>
* benchmark/driver.rb: fix my last commit (syntax error).
Wed Mar 9 16:41:44 2016 Koichi Sasada <ko1@atdot.net>
* benchmark/driver.rb: fix output messages.

View file

@ -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])