lib/benchmark_driver/runner/ips.rb in benchmark_driver-0.14.21 vs lib/benchmark_driver/runner/ips.rb in benchmark_driver-0.14.22
- old
+ new
@@ -50,10 +50,10 @@
@output.with_benchmark do
jobs.each do |job|
@output.with_job(name: job.name) do
job.runnable_contexts(@contexts).each do |context|
repeat_params = { config: @config, larger_better: true, rest_on_average: :average }
- result = BenchmarkDriver::Repeater.with_repeat(repeat_params) do
+ result = BenchmarkDriver::Repeater.with_repeat(**repeat_params) do
run_benchmark(job, context: context)
end
value, duration = result.value
@output.with_context(name: context.name, executable: context.executable, gems: context.gems, prelude: context.prelude) do
@output.report(