exe/benchmark-driver in benchmark_driver-0.7.2 vs exe/benchmark-driver in benchmark_driver-0.8.0
- old
+ new
@@ -75,10 +75,10 @@
#
# Proceed parsed options
#
config = Benchmark::Driver::Configuration.new(jobs)
-config.runner_options = Benchmark::Driver::Configuration::RunnerOptions.new
+config.runner_options = Benchmark::Driver::Configuration::RunnerOptions.new(:exec)
config.output_options = Benchmark::Driver::Configuration::OutputOptions.new(:ips)
options.each do |key, value|
case key
when :bundler