Skip to content

Commit

Permalink
Hotfix: Remove pipeline from benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
seabbs committed Jul 17, 2024
1 parent 2ab2cf7 commit 38e37f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,9 @@ jobs:
run: |
julia --project=benchmark -e 'using Pkg;
Pkg.rm("EpiAware");
Pkg.rm("EpiAwarePipeline");
Pkg.resolve();
Pkg.instantiate();
Pkg.develop(path = "./EpiAware");
Pkg.develop(path = "./pipeline")'
Pkg.develop(path = "./EpiAware")'
- 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
Expand Up @@ -4,7 +4,6 @@ BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
DynamicPPL = "366bfd00-2699-11ea-058f-f148b4cae6d8"
EpiAware = "b2eeebe4-5992-4301-9193-7ebc9f62c855"
EpiAwarePipeline = "66314692-3678-4cbb-b3ac-6fcb54505317"
PkgBenchmark = "32113eaa-f34f-5b0d-bd6c-c81e245fc73d"
Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"
TuringBenchmarking = "0db1332d-5c25-4deb-809f-459bc696f94f"

0 comments on commit 38e37f9

Please sign in to comment.