Skip to content

Commit

Permalink
Patch fix: add Manifest.toml to benchmarking (#524)
Browse files Browse the repository at this point in the history
* trigger

* Update benchmark.yaml

* Update benchmark.yaml

* commit benchmark Manifest

* try alternate approach

* Update benchmark.yaml

* Update EpiMethod.jl

* Update benchmark.yaml

* change baseline to origin/main

* remove trigger

* rm other trigger
  • Loading branch information
SamuelBrand1 authored Nov 14, 2024
1 parent 67d5072 commit a5ff3b4
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 a5ff3b4

Please sign in to comment.