diff --git a/benchmarks/zdc/config.yml b/benchmarks/zdc/config.yml index 725fbea9b2a076dcea8ac01a66bf2be647fc8351..ac6bf03eb80ed2ff7e95ca70bde4a72340b1def9 100644 --- a/benchmarks/zdc/config.yml +++ b/benchmarks/zdc/config.yml @@ -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+