Skip to content

Commit

Permalink
add EpiAware [source]
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelBrand1 committed Nov 11, 2024
1 parent 6770122 commit dc0dd79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ jobs:
run: |
julia --project=benchmark -e 'using Pkg;
Pkg.resolve();
Pkg.rm("EpiAware");
Pkg.instantiate();
Pkg.develop(path = "./EpiAware")'
Pkg.instantiate()'
- name: Run benchmarks
run: julia --project=benchmark -e 'using BenchmarkCI; BenchmarkCI.judge(; baseline = "origin/main", retune = true)'
- name: Post results
Expand Down
1 change: 1 addition & 0 deletions benchmark/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ TuringBenchmarking = "0db1332d-5c25-4deb-809f-459bc696f94f"

[sources]
BenchmarkCI = {url = "https://github.com/SamuelBrand1/BenchmarkCI.jl"}
EpiAware = {path = "./EpiAware"}

0 comments on commit dc0dd79

Please sign in to comment.