Skip to content
Snippets Groups Projects

[RTADPA BW Tests] New Sprucing bandwidth test using latest-available HLT2 input.

Merged Luke Grazette requested to merge lugrazet-BW-spruce-ydayshlt2 into master
@@ -156,7 +156,7 @@ case $PROCESS in
# Location to download the config when --download-config is passed.
# Needed to use Hlt2's metadata.yaml from previous-day as input config.
CONFIG_FILE="tmp/hlt2_bw_testing__production__full__metadata.yaml"
N_EVTS=15000 #Overestimate of the retention ~10%. To be overwritten after
N_EVTS=15000 #Overestimate of the retention ~10%. To be overwritten via stage 1.1
EXTRA_OPTS='-um -dc'
;;
*)
@@ -177,7 +177,7 @@ esac
# -d downloads the input files locally for speed-up running Moore. Not helpful unless that download is fast for you (e.g. you're at CERN)
for STREAM_CONFIG in "${STREAM_CONFIGS[@]}"; do
echo "Running trigger to obtain MDF files with ${STREAM_CONFIG} streams for comparison over ${CONFIG_FILE}"
time python -m MooreTests.run_bandwidth_test_jobs -d -n=$N_EVTS -c=$CONFIG_FILE -t=$MOORE_THREADS -a=$EVENT_SIZE_UPPER_LIMIT $EXTRA_OPTS "${TEST_PATH_PREFIX}${PROCESS}_bandwidth_${STREAM_CONFIG}_streams.py"
time python -m MooreTests.run_bandwidth_test_jobs -d -c=$CONFIG_FILE -n=$N_EVTS -t=$MOORE_THREADS -a=$EVENT_SIZE_UPPER_LIMIT $EXTRA_OPTS "${TEST_PATH_PREFIX}${PROCESS}_bandwidth_${STREAM_CONFIG}_streams.py"
STORE_ERR_CODE
done
# 1.1 Now that run_bw_test_jobs has downloaded the config for previous_hlt2.
Loading