Skip to content
Snippets Groups Projects

Restructure benchmarks

Closed Whitney Armstrong requested to merge restructure into master
1 file
+ 0
14
Compare changes
  • Side-by-side
  • Inline
+ 0
14
@@ -80,8 +80,6 @@ roman_pot_simu:
@@ -80,8 +80,6 @@ roman_pot_simu:
stage: simulate
stage: simulate
needs:
needs:
- ["get_data"]
- ["get_data"]
tags:
- silicon
script:
script:
- cp NPDet/src/detectors/trackers/compact/elements.xml ./.
- cp NPDet/src/detectors/trackers/compact/elements.xml ./.
- cp NPDet/src/detectors/trackers/compact/materials.xml ./.
- cp NPDet/src/detectors/trackers/compact/materials.xml ./.
@@ -91,16 +89,12 @@ roman_pot_nhits:
@@ -91,16 +89,12 @@ roman_pot_nhits:
stage: benchmarks
stage: benchmarks
needs:
needs:
- ["roman_pot_simu"]
- ["roman_pot_simu"]
tags:
- silicon
script:
script:
- root -b -q benchmarks/trackers/simple_tracking.cxx+
- root -b -q benchmarks/trackers/simple_tracking.cxx+
allow_failure: true
allow_failure: true
roman_pot_eta:
roman_pot_eta:
stage: benchmarks
stage: benchmarks
tags:
- silicon
needs:
needs:
- ["roman_pot_simu"]
- ["roman_pot_simu"]
script:
script:
@@ -118,12 +112,8 @@ zdc_simulation:
@@ -118,12 +112,8 @@ zdc_simulation:
zdc_benchmark:
zdc_benchmark:
stage: benchmarks
stage: benchmarks
tags:
- silicon
needs:
needs:
- ["zdc_simulation"]
- ["zdc_simulation"]
dependencies:
- zdc_simulation
script:
script:
- ls -lrth sim_output
- ls -lrth sim_output
- root -b -q benchmarks/calorimeters/simple_checking.cxx+
- root -b -q benchmarks/calorimeters/simple_checking.cxx+
@@ -133,10 +123,6 @@ zdc_benchmark_info_histogram:
@@ -133,10 +123,6 @@ zdc_benchmark_info_histogram:
stage: benchmarks
stage: benchmarks
needs:
needs:
- ["zdc_simulation"]
- ["zdc_simulation"]
tags:
- silicon
dependencies:
- zdc_simulation
script:
script:
- cp NPDet/src/detectors/calorimeters/compact/elements.xml calorimeters/
- cp NPDet/src/detectors/calorimeters/compact/elements.xml calorimeters/
- cp NPDet/src/detectors/calorimeters/compact/materials.xml calorimeters/
- cp NPDet/src/detectors/calorimeters/compact/materials.xml calorimeters/
Loading