Skip to content

Commit

Permalink
Update benchmark.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
seabbs authored Jun 19, 2024
1 parent 0e31d2c commit 110b36e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
run: |
julia --project=benchmark -e '
using Pkg;
Pkg.develop("../Rt-without-renewal");
Pkg.develop("./EpiAware");
Pkg.develop("./pipeline");
Pkg.develop(path = "../Rt-without-renewal");
Pkg.develop(path = "./EpiAware");
Pkg.develop(path = "./pipeline");
Pkg.instantiate()'
- name: Run benchmarks
run: julia --project=benchmark -e 'using BenchmarkCI; BenchmarkCI.judge(; baseline = "origin/main")'
Expand Down

0 comments on commit 110b36e

Please sign in to comment.