lib/benchmark_driver/runner/once.rb in benchmark_driver-0.10.10 vs lib/benchmark_driver/runner/once.rb in benchmark_driver-0.10.11

- old
+ new

@@ -31,10 +31,10 @@ end @output.with_benchmark do jobs.each do |job| @output.with_job(job) do - @config.executables.each do |exec| + job.runnable_execs(@config.executables).each do |exec| metrics = run_benchmark(job, exec: exec) # no repeat support @output.report(metrics) end end end