Skip to content

Commit

Permalink
benchmarks/*/config.yml: cleanup using Snakemake
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl committed Sep 11, 2024
1 parent 8531c87 commit fe6e7b3
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions benchmarks/backgrounds/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ collect_results:backgrounds:
- "bench:backgrounds_emcal_backwards"
script:
- ls -lrht
- snakemake --cores 1 --delete-all-output backgrounds_ecal_backwards
1 change: 1 addition & 0 deletions benchmarks/backwards_ecal/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ collect_results:backwards_ecal:
- "bench:backwards_ecal"
script:
- ls -lrht
- snakemake --cores 1 --delete-all-output backwards_ecal
1 change: 1 addition & 0 deletions benchmarks/ecal_gaps/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ collect_results:ecal_gaps:
- "bench:ecal_gaps"
script:
- ls -lrht
- snakemake --cores 1 --delete-all-output ecal_gaps
2 changes: 2 additions & 0 deletions benchmarks/tracking_performances/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ collect_results:tracking_performance:
- "bench:tracking_performance"
script:
- ls -lrht
- snakemake --cores 1 --delete-all-output tracking_performance_local

bench:tracking_performance_campaigns:
extends: .det_benchmark
Expand All @@ -42,3 +43,4 @@ collect_results:tracking_performance_campaigns:
- "bench:tracking_performance_campaigns"
script:
- ls -lrht
- snakemake --cores 1 --delete-all-output tracking_performance_campaigns
1 change: 1 addition & 0 deletions benchmarks/zdc_lyso/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ collect_results:zdc_lyso:
- "sim:zdc_lyso"
script:
- ls -lrht
- snakemake --cores 1 --delete-all-output zdc_lyso_local

0 comments on commit fe6e7b3

Please sign in to comment.