Skip to content
Snippets Groups Projects

Resolve "Include synchrotron radiation benchmark"

Merged Wouter Deconinck requested to merge 31-include-synchrotron-radiation-benchmark into master
Files
3
+ 15
0
synchrotron:process:
stage: process
extends: .phy_benchmark
tags:
- s3
needs: ["common:detector"]
script:
- compile_analyses.py synchrotron
- bash benchmarks/synchrotron/synchrotron.sh --all
synchrotron:results:
stage: collect
needs: ["synchrotron:process"]
script:
- ls -lrth
Loading