Skip to content
Snippets Groups Projects
Commit b740a2a6 authored by Zhenyu Ye's avatar Zhenyu Ye
Browse files

add BTOF benchmark

parent 193b5399
No related branches found
No related tags found
1 merge request!231Draft: Resolve "Add BTOF Benchmark"
This commit is part of merge request !231. Comments created here will be created in the context of that merge request.
...@@ -33,6 +33,7 @@ stages: ...@@ -33,6 +33,7 @@ stages:
common:setup: common:setup:
stage: config stage: config
before_script: before_script:
export JUGGLER_DETECTOR_VERSION="131-update-tof-for-canyonlands"
- | - |
if [[ "${COMMON_BENCH_VERSION}" == "" ]] ; then if [[ "${COMMON_BENCH_VERSION}" == "" ]] ; then
export COMMON_BENCH_VERSION="master" export COMMON_BENCH_VERSION="master"
...@@ -73,6 +74,7 @@ include: ...@@ -73,6 +74,7 @@ include:
- local: 'benchmarks/track_finding/config.yml' - local: 'benchmarks/track_finding/config.yml'
- local: 'benchmarks/track_fitting/config.yml' - local: 'benchmarks/track_fitting/config.yml'
- local: 'benchmarks/tracking/config.yml' - local: 'benchmarks/tracking/config.yml'
- local: 'benchmarks/tof/config.yml'
- local: 'benchmarks/clustering/config.yml' - local: 'benchmarks/clustering/config.yml'
# - local: 'benchmarks/rich/config.yml' # - local: 'benchmarks/rich/config.yml'
- local: 'benchmarks/imaging_ecal/config.yml' - local: 'benchmarks/imaging_ecal/config.yml'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment