Skip to content
Snippets Groups Projects
Commit 7efe757c authored by Christoph Hasse's avatar Christoph Hasse :cartwheel_tone1: Committed by Maciej Pawel Szymanski
Browse files

Add new scripts to run new options in nightly benchmarks

parent 214e9976
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
$(dirname $0)/cleanup.sh
if [[ $(hostname --fqdn) == "lbhltperf01.cern.ch" ]]; then
# this test runs on lbhltperf01 where we have more space for HLT2 input at
cache_dirs=(--cache-dirs "/scratch/z5/data/Hlt2Throughput")
fi
python -m MooreTests.run_throughput_jobs -n 2e4 --test-file-db-key=UpgradeHLT1FilteredWithGEC '$MOOREROOT/options/ft_decoding_v2.py' '$RECOCONFROOT/options/hlt2_fastest_reco.py' "${cache_dirs[@]}"
python -m MooreTests.run_throughput_jobs -n=-1 -j 1 --profile --test-file-db-key=UpgradeHLT1FilteredWithGEC '$MOOREROOT/options/ft_decoding_v2.py' '$RECOCONFROOT/options/hlt2_fastest_reco.py' "${cache_dirs[@]}"
#!/bin/bash
$(dirname $0)/cleanup.sh
if [[ $(hostname --fqdn) == "lbhltperf01.cern.ch" ]]; then
# this test runs on lbhltperf01 where we have more space for HLT2 input at
cache_dirs=(--cache-dirs "/scratch/z5/data/Hlt2Throughput")
fi
python -m MooreTests.run_throughput_jobs -n 2e4 --test-file-db-key=UpgradeHLT1FilteredWithGEC '$MOOREROOT/options/ft_decoding_v2.py' '$RECOCONFROOT/options/hlt2_light_reco_pr_kf.py' "${cache_dirs[@]}"
python -m MooreTests.run_throughput_jobs -n=-1 -j 1 --profile --test-file-db-key=UpgradeHLT1FilteredWithGEC '$MOOREROOT/options/ft_decoding_v2.py' '$RECOCONFROOT/options/hlt2_light_reco_pr_kf.py' "${cache_dirs[@]}"
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