Skip to content

Commit

Permalink
Update run_benchmarks.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
dpo authored Oct 18, 2023
1 parent 5bd284a commit c447783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/run_benchmarks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ using SolverBenchmark

# NB: benchmarkpkg will run benchmarks/benchmarks.jl by default
commit = benchmarkpkg(repo_name) # current state of repository
main = benchmarkpkg(repo_name, "main")
main = benchmarkpkg(repo_name, "bmark-workflow")
judgement = judge(commit, main)

commit_stats = bmark_results_to_dataframes(commit)
Expand Down

0 comments on commit c447783

Please sign in to comment.