Skip to content

Commit

Permalink
Merge branch 'main' into sciml-infection-model
Browse files Browse the repository at this point in the history
  • Loading branch information
seabbs authored Nov 14, 2024
2 parents b39af84 + a5ff3b4 commit 34a56ea
Show file tree
Hide file tree
Showing 4 changed files with 2,231 additions and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,7 @@ jobs:
- name: Install dependencies
run: |
julia --project=benchmark -e 'using Pkg;
Pkg.rm("EpiAware");
Pkg.add(url="https://github.com/SamuelBrand1/BenchmarkCI.jl");
Pkg.resolve();
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
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -391,3 +391,5 @@ EpiAware/docs/src/examples/*.md
EpiAware/docs/src/getting-started/tutorials/censored-obs.md
*/Manifest*.toml
EpiAware/docs/Manifest*.toml

!benchmark/Manifest.toml
Loading

0 comments on commit 34a56ea

Please sign in to comment.