Skip to content
Snippets Groups Projects

Resolve "Split subsystems into their own directories."

Merged Whitney Armstrong requested to merge 20-split-subsystems-into-their-own-directories into master
Files
2
+ 4
4
@@ -8,7 +8,7 @@ zdc_neutrons:
extends: .det_benchmark
stage: benchmarks
needs:
- ["cal_sim:zdc"]
- ["sim:zdc"]
script:
- echo " Not yet complete"
#- root -b -q benchmarks/zdc/zdc_neutrons_reader.cxx
@@ -17,16 +17,16 @@ 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+
cal_bench:zdc_benchmark_info_histogram:
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+
Loading