Skip to content

Commit

Permalink
rm BenchmarkCI and add fork in benchmark.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelBrand1 committed Nov 5, 2024
1 parent bc701a6 commit 1c7f01e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
Pkg.rm("EpiAware");
Pkg.resolve();
Pkg.instantiate();
Pkg.develop(path = "./EpiAware")'
Pkg.develop(path = "./EpiAware");
Pkg.add(url="https://github.com/SamuelBrand1/BenchmarkCI.jl")'
- name: Run benchmarks
run: julia --project=benchmark -e 'using BenchmarkCI; BenchmarkCI.judge(; baseline = "origin/main", retune = true)'
- name: Post results
Expand Down
1 change: 0 additions & 1 deletion benchmark/Project.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[deps]
BenchmarkCI = "20533458-34a3-403d-a444-e18f38190b5b"
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
DynamicPPL = "366bfd00-2699-11ea-058f-f148b4cae6d8"
Expand Down

0 comments on commit 1c7f01e

Please sign in to comment.