Skip to content
Snippets Groups Projects
Commit cb3b1908 authored by Zachary W Sweger's avatar Zachary W Sweger
Browse files

add benchmarks/your_benchmark

parent de8b2f76
Branches
No related tags found
No related merge requests found
......@@ -107,25 +107,27 @@ common:setup:
- runner_system_failure
include:
- local: 'benchmarks/diffractive_vm/config.yml'
- local: 'benchmarks/demp/config.yml'
#- local: 'benchmarks/diffractive_vm/config.yml'
#- local: 'benchmarks/demp/config.yml'
- local: 'benchmarks/dis/config.yml'
#- local: 'benchmarks/dvmp/config.yml'
- local: 'benchmarks/dvcs/config.yml'
- local: 'benchmarks/tcs/config.yml'
- local: 'benchmarks/u_omega/config.yml'
- local: 'benchmarks/backgrounds/config.yml'
#- local: 'benchmarks/dvcs/config.yml'
#- local: 'benchmarks/tcs/config.yml'
#- local: 'benchmarks/u_omega/config.yml'
#- local: 'benchmarks/backgrounds/config.yml'
- local: 'benchmarks/your_benchmark/config.yml'
summary:
stage: finish
needs:
- "diffractive_vm:results"
- "demp:results"
#- "diffractive_vm:results"
#- "demp:results"
- "dis:results"
- "dvcs:results"
- "tcs:results"
- "u_omega:results"
- "backgrounds:results"
#- "dvcs:results"
#- "tcs:results"
#- "u_omega:results"
#- "backgrounds:results"
- "your_benchmark:results"
script:
- collect_benchmarks.py
- find results -print | sort | tee summary.txt
......
your_benchmark:compile:
extends: .phy_benchmark
stage: compile
script:
- echo "You can compile your code here!"
your_benchmark:simulate:
extends: .phy_benchmark
stage: simulate
script:
- echo "I will simulate detector response here!"
your_benchmark:results:
extends: .phy_benchmark
stage: collect
script:
- echo "I will collect results here!"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment