Skip to content

Commit 55817fc

Browse files
committed
Use full Milan machine to perform HLT Phase2 timing tests.
1 parent 12e5a7e commit 55817fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HLTrigger/Configuration/python/HLT_75e33/test/runHLTTiming.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ if [ -e 'Phase2_L1P2GT_HLT.py' ]; then
4949
if [ ! -d 'patatrack-scripts' ]; then
5050
git clone https://github.com/cms-patatrack/patatrack-scripts --depth 1
5151
fi
52-
patatrack-scripts/benchmark -j 8 -t 16 -s 16 -e 1000 --no-run-io-benchmark --event-skip 100 --event-resolution 10 -k Phase2Timing_resources.json -- Phase2_L1P2GT_HLT.py
52+
patatrack-scripts/benchmark -j 32 -t 8 -s 8 -e 1000 --no-run-io-benchmark --event-skip 100 --event-resolution 10 -k Phase2Timing_resources.json -- Phase2_L1P2GT_HLT.py
5353
mergeResourcesJson.py logs/step*/pid*/Phase2Timing_resources.json >Phase2Timing_resources.json
5454
if [ -e "$(dirname $0)/augmentResources.py" ]; then
5555
python3 $(dirname $0)/augmentResources.py

0 commit comments

Comments
 (0)