Back to home page

EIC code displayed by LXR

 
 

    


Warning, /detector_benchmarks/benchmarks/rich/config.yml is written in an unsupported language. File is not indexed.

0001 bench:drich_fixed_eta:
0002   extends: .det_benchmark
0003   stage: benchmarks
0004   script:
0005     - cmake -S benchmarks/rich -B build -DCMAKE_INSTALL_PREFIX=.local
0006     - cmake --build build -j2
0007     - cmake --install build
0008     - |
0009       for mode in fixedEtaIdeal fixedEtaMin fixedEtaMax ; do
0010         ruby benchmarks/rich/run_benchmark.rb --ci -s $mode --num-events 50
0011       done
0012 
0013 collect_results:rich:
0014   extends: .det_benchmark
0015   stage: collect
0016   needs:
0017     - "bench:drich_fixed_eta"
0018   script:
0019     - echo "Done collecting artifacts."