Skip to content

Commit

Permalink
Updated config.yml to include results task
Browse files Browse the repository at this point in the history
  • Loading branch information
zsweger authored Jan 13, 2024
1 parent 0f6d327 commit 6841030
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions benchmarks/u_rho/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,18 @@ u_channel_rho:compile:
# - echo "I will be simulating u-channel rho events here!"
# - echo $LOCAL_DATA_PATH/u_channel_rho

u_channel_rho:bench:
u_channel_rho:generate:
extends: .phy_benchmark
stage: benchmarks
stage: generate
needs:
- ["u_channel_rho:compile"]
script:
- echo "I will be analyzing events here!"
- snakemake --cores 2 benchmark_output/campaign_23.12.0_combined_60files_eicrecon.edm4eic.plots_figures/benchmark_rho_mass.pdf
- cp benchmark_output/campaign_23.12.0_combined_60files_eicrecon.edm4eic.plots_figures/*.pdf figures/
- echo "Finished"

u_channel_rho:results:
stage: collect
needs: ["u_channel_rho:simulate"]
script:
- cp benchmark_output/campaign_23.12.0_combined_60files_eicrecon.edm4eic.plots_figures/*.pdf figures/

0 comments on commit 6841030

Please sign in to comment.