exe/benchmark-driver in benchmark_driver-0.10.11 vs exe/benchmark-driver in benchmark_driver-0.10.12
- old
+ new
@@ -53,10 +53,10 @@
c.verbose = Integer(v)
rescue ArgumentError
abort "--verbose must take Integer, but got #{v.inspect}"
end
end
- o.on('--run-duration [SECONDS]', 'Warmup esitmates loop_count to run for this duration (default: 3)') do |v|
+ o.on('--run-duration [SECONDS]', 'Warmup estimates loop_count to run for this duration (default: 3)') do |v|
begin
c.run_duration = Integer(v)
rescue ArgumentError
abort "--run-duration must take Integer, but got #{v.inspect}"
end