forked from eic/drich-dev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
run_benchmark.sh
executable file
·30 lines (25 loc) · 1.21 KB
/
run_benchmark.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#!/bin/bash
### run benchmark
pushd reconstruction_benchmarks
### print usage for run_irt.sh, for guidance on its arguments
benchmarks/rich/run_irt.sh
echo "========================================================"
### full detector
############################################################################
# benchmarks/rich/run_irt.sh basic_pfrich 1 -t8 -d-1 -ppi+ -e20 -n3
# benchmarks/rich/run_irt.sh basic_drich 1 -t8 -d1 -ppi+ -e20 -n3
############################################################################
### proposal plots
############################################################################
# benchmarks/rich/run_irt.sh basic_pfrich 1 -t8 -d-1 -pe- -e20 -n100 -s
# benchmarks/rich/run_irt.sh basic_drich 1 -t8 -d1 -ppi+ -e20 -n100 -s
############################################################################
### quick tests
mode=0 # npsim + juggler
# mode=1 # npsim only
# mode=2 # juggler only
############################################################################
# benchmarks/rich/run_irt.sh basic_pfrich $mode -t1 -d-1 -pe- -e20 -n50 -s
benchmarks/rich/run_irt.sh basic_drich $mode -t1 -d1 -ppi+ -e20 -n50 -s
############################################################################
popd