Skip to content

Commit

Permalink
benchmarks/ecal_gaps: switch to epic_inner_detector configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl committed Nov 14, 2024
1 parent 382552a commit e8340b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions benchmarks/ecal_gaps/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sim:ecal_gaps:
script:
- mkdir -p $LOCAL_DATA_PATH/input
- ln -s $LOCAL_DATA_PATH/input input
- snakemake $SNAKEMAKE_FLAGS --cache --cores 10 results/epic/ecal_gaps --omit-from ecal_gaps
- snakemake $SNAKEMAKE_FLAGS --cache --cores 10 results/epic_inner_detector/ecal_gaps --omit-from ecal_gaps

bench:ecal_gaps:
extends: .det_benchmark
Expand All @@ -15,7 +15,7 @@ bench:ecal_gaps:
- ln -s $LOCAL_DATA_PATH/input input
- export PYTHONUSERBASE=$LOCAL_DATA_PATH/deps
- pip install -r benchmarks/ecal_gaps/requirements.txt
- snakemake $SNAKEMAKE_FLAGS --cores 8 results/epic/ecal_gaps
- snakemake $SNAKEMAKE_FLAGS --cores 8 results/epic_inner_detector/ecal_gaps

collect_results:ecal_gaps:
extends: .det_benchmark
Expand All @@ -25,5 +25,5 @@ collect_results:ecal_gaps:
script:
- ls -lrht
- mv results{,_save}/ # move results directory out of the way to preserve it
- snakemake $SNAKEMAKE_FLAGS --cores 1 --delete-all-output results/epic/ecal_gaps
- snakemake $SNAKEMAKE_FLAGS --cores 1 --delete-all-output results/epic_inner_detector/ecal_gaps
- mv results{_save,}/

0 comments on commit e8340b8

Please sign in to comment.