Skip to content

Commit

Permalink
backgrounds/config.yml: more threads
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl committed Jan 4, 2024
1 parent e4385c4 commit 9ae1ead
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benchmarks/backgrounds/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sim:backgrounds:
extends: .det_benchmark
stage: simulate
script:
- snakemake --cores 1 sim_output/$DETECTOR_CONFIG/beam_gas_{electron,proton}.edm4hep.root
- snakemake --cores 2 sim_output/$DETECTOR_CONFIG/beam_gas_{electron,proton}.edm4hep.root

bench:backgrounds_emcal_backwards:
extends: .det_benchmark
Expand All @@ -12,7 +12,7 @@ bench:backgrounds_emcal_backwards:
script:
- export PYTHONUSERBASE=$LOCAL_DATA_PATH/deps
- pip install -r benchmarks/backgrounds/requirements.txt
- snakemake --cores 1 backgrounds_ecal_backwards
- snakemake --cores 8 backgrounds_ecal_backwards

collect_results:backgrounds:
extends: .det_benchmark
Expand Down

0 comments on commit 9ae1ead

Please sign in to comment.