Skip to content

Commit efdc78f

Browse files
authored
Merge pull request #48064 from rovere/FullMachineTimingTests
Use full Milan machine to perform HLT Phase2 timing tests.
2 parents 040a634 + 2556dc4 commit efdc78f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
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
@@ -69,6 +69,6 @@ if [ -e 'NGTScouting_L1P2GT_HLT.py' ]; then
6969
if [ ! -d 'patatrack-scripts' ]; then
7070
git clone https://github.com/cms-patatrack/patatrack-scripts --depth 1
7171
fi
72-
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 -- NGTScouting_L1P2GT_HLT.py
72+
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 -- NGTScouting_L1P2GT_HLT.py
7373
mergeResourcesJson.py logs/step*/pid*/Phase2Timing_resources.json >Phase2Timing_resources_NGT.json
7474
fi

0 commit comments

Comments
 (0)