Skip to content
Snippets Groups Projects
Commit 2cf692d5 authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

modified: zdc/config.yml

parent 749620fd
No related branches found
No related tags found
No related merge requests found
......@@ -4,20 +4,20 @@ sim:zdc:
script:
- bash benchmarks/zdc/run_simulation_zdc.sh
#zdc_neutrons:
# extends: .det_benchmark
# stage: benchmarks
# needs:
# - ["cal_sim:zdc"]
# script:
# - echo " Not yet complete"
# #- root -b -q benchmarks/zdc/zdc_neutrons_reader.cxx
zdc_neutrons:
extends: .det_benchmark
stage: benchmarks
needs:
- ["sim:zdc"]
script:
- echo " Not yet complete"
#- root -b -q benchmarks/zdc/zdc_neutrons_reader.cxx
zdc_benchmark:
extends: .det_benchmark
stage: benchmarks
needs:
- ["cal_sim:zdc"]
- ["sim:zdc"]
script:
- echo " Not yet complete"
#- root -b -q benchmarks/zdc/simple_checking.cxx+
......@@ -26,7 +26,7 @@ cal_bench:zdc_benchmark_info_histogram:
extends: .det_benchmark
stage: benchmarks
needs:
- ["cal_sim:zdc"]
- ["sim:zdc"]
script:
- root -b -q benchmarks/zdc/simple_info_plot_histograms.cxx+
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment