lib/benchmark_driver/runner.rb in benchmark_driver-0.14.22 vs lib/benchmark_driver/runner.rb in benchmark_driver-0.15.0

- old
+ new

@@ -34,9 +34,10 @@ output = Output.new( type: config.output_type, metrics: metrics, jobs: klass_jobs.map { |job| BenchmarkDriver::Job.new(name: job.name) }, contexts: contexts, + options: config.output_opts, ) with_clean_env do runner.new(config: runner_config, output: output, contexts: contexts).run(klass_jobs) end end