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: ...@@ -4,20 +4,20 @@ sim:zdc:
script: script:
- bash benchmarks/zdc/run_simulation_zdc.sh - bash benchmarks/zdc/run_simulation_zdc.sh
#zdc_neutrons: zdc_neutrons:
# extends: .det_benchmark extends: .det_benchmark
# stage: benchmarks stage: benchmarks
# needs: needs:
# - ["cal_sim:zdc"] - ["sim:zdc"]
# script: script:
# - echo " Not yet complete" - echo " Not yet complete"
# #- root -b -q benchmarks/zdc/zdc_neutrons_reader.cxx #- root -b -q benchmarks/zdc/zdc_neutrons_reader.cxx
zdc_benchmark: zdc_benchmark:
extends: .det_benchmark extends: .det_benchmark
stage: benchmarks stage: benchmarks
needs: needs:
- ["cal_sim:zdc"] - ["sim:zdc"]
script: script:
- echo " Not yet complete" - echo " Not yet complete"
#- root -b -q benchmarks/zdc/simple_checking.cxx+ #- root -b -q benchmarks/zdc/simple_checking.cxx+
...@@ -26,7 +26,7 @@ cal_bench:zdc_benchmark_info_histogram: ...@@ -26,7 +26,7 @@ cal_bench:zdc_benchmark_info_histogram:
extends: .det_benchmark extends: .det_benchmark
stage: benchmarks stage: benchmarks
needs: needs:
- ["cal_sim:zdc"] - ["sim:zdc"]
script: script:
- root -b -q benchmarks/zdc/simple_info_plot_histograms.cxx+ - 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.
Please register or to comment