Skip to content

Commit 2647f99

Browse files
authored
Merge pull request #46185 from rovere/FixHLTP2TimingScript
Fix HLT Phase2 timing script.
2 parents 433fa27 + c7a0617 commit 2647f99

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 4 -t 16 -s 16 -e 1000 --no-run-io-benchmark -k Phase2Timing_resources.json -- Phase2_L1P2GT_HLT.py
52+
patatrack-scripts/benchmark -j 4 -t 16 -s 16 -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)