Skip to content

Commit

Permalink
Update benchmark.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelBrand1 committed Nov 12, 2024
1 parent 2f32d5c commit dd089b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
Pkg.add(url="https://github.com/SamuelBrand1/BenchmarkCI.jl");
Pkg.resolve();
Pkg.instantiate();
Pkg.develop(path = "./EpiAware")'
Pkg.develop(path = "./EpiAware");
Pkg.update()'
- name: Run benchmarks
run: julia --project=benchmark -e 'using BenchmarkCI; BenchmarkCI.judge(; baseline = "origin/main", retune = true)'
- name: Post results
Expand Down

0 comments on commit dd089b4

Please sign in to comment.