Back to home page

EIC code displayed by LXR

 
 

    


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

0001 sim:timing:
0002   extends: .det_benchmark
0003   stage: simulate
0004   timeout: 1 hours
0005   script:
0006     - bash benchmarks/timing/run_timing.sh -n "${NEVENTS}" -p "${PARTICLES}" -e "${ENERGIES}"
0007   artifacts:
0008     paths:
0009       - results/
0010   parallel:
0011     matrix:
0012       - PARTICLES: ["e-"]
0013         ENERGIES: ["1*GeV"]
0014         NEVENTS: ["1","100"]
0015 
0016 #collect_results:timing:
0017 #  extends: .det_benchmark
0018 #  stage: collect
0019 #  needs:
0020 #    - ["sim:timing"]
0021 #  script:
0022 #    - ls -lrht