exe/benchmark-driver in benchmark_driver-0.15.17 vs exe/benchmark-driver in benchmark_driver-0.15.18
- old
+ new
@@ -16,10 +16,10 @@
o.version = BenchmarkDriver::VERSION
o.banner = "Usage: #{File.basename($0, '.*')} [options] RUBY|YAML..."
o.on('-r', '--runner TYPE', String, 'Specify runner type: ips, time, memory, once, block (default: ips)') do |d|
c.runner_type = d
end
- o.on('-o', '--output TYPE', String, 'Specify output type: compare, simple, markdown, record (default: compare)') do |out|
+ o.on('-o', '--output TYPE', String, 'Specify output type: compare, simple, markdown, record, all (default: compare)') do |out|
c.output_type = out
begin
plugin_options = BenchmarkDriver::Output.get(out).const_get('OPTIONS', false)
rescue ArgumentError, LoadError, NameError
else