mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* benchmark/driver.rb: fix typos.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36683 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
50d8501431
commit
9955681379
1 changed files with 2 additions and 2 deletions
|
@ -103,7 +103,7 @@ class BenchmarkDriver
|
|||
message
|
||||
message PP.pp(@results, "", 79)
|
||||
message
|
||||
message "Elapesed time: #{Time.now - @start_time} (sec)"
|
||||
message "Elapsed time: #{Time.now - @start_time} (sec)"
|
||||
end
|
||||
|
||||
output '-----------------------------------------------------------'
|
||||
|
@ -241,7 +241,7 @@ if __FILE__ == $0
|
|||
|
||||
parser = OptionParser.new{|o|
|
||||
o.on('-e', '--executables [EXECS]',
|
||||
"Specify benchmark one or more targets. (exec1; exec2; exec3, ...)"){|e|
|
||||
"Specify benchmark one or more targets. (exec1; exec2; exec3; ...)"){|e|
|
||||
opt[:execs] = e.split(/;/)
|
||||
}
|
||||
o.on('-d', '--directory [DIRECTORY]', "Benchmark suites directory"){|d|
|
||||
|
|
Loading…
Add table
Reference in a new issue