exe/benchmark-driver in benchmark_driver-0.9.2 vs exe/benchmark-driver in benchmark_driver-0.10.0
- old
+ new
@@ -14,10 +14,10 @@
o.banner = "Usage: #{File.basename($0, '.*')} [options] [YAML]"
o.on('-r', '--runner [TYPE]', 'Specify runner type: ips, time, memory, once (default: ips)') do |d|
abort '-r, --runner must take argument but not given' if d.nil?
c.runner_type = d
end
- o.on('-o', '--output [TYPE]', 'Specify output type: compare, simple, markdown (default: compare)') do |out|
+ o.on('-o', '--output [TYPE]', 'Specify output type: compare, simple, markdown, record (default: compare)') do |out|
abort '-o, --output must take argument but not given' if out.nil?
c.output_type = out
end
o.on('-e', '--executables [EXECS]', 'Ruby executables (e1::path1,arg1,...; e2::path2,arg2;...)') do |e|
abort '--executable must take argument but not given' if e.nil?