Skip to content

Commit

Permalink
Fix [skip tests]
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasfaingnaert committed Nov 7, 2023
1 parent 836ab47 commit d11c427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/runbenchmarks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ if previous_results !== nothing
# Print results compared to baseline.
println(io, "# Comparison with baseline")

for k in keys(results)
for k in keys(baseline_results)
times = results[k]["times"]
baseline_times = baseline_results[k]["times"]
baseline_ratio = "$(round(100 * minimum(baseline_times) / minimum(times); sigdigits=3))"
Expand Down

0 comments on commit d11c427

Please sign in to comment.