Skip to content

Commit

Permalink
Merge pull request #46185 from rovere/FixHLTP2TimingScript
Browse files Browse the repository at this point in the history
Fix HLT Phase2 timing script.
  • Loading branch information
cmsbuild authored Oct 2, 2024
2 parents 433fa27 + c7a0617 commit 2647f99
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ if [ -e 'Phase2_L1P2GT_HLT.py' ]; then
if [ ! -d 'patatrack-scripts' ]; then
git clone https://github.com/cms-patatrack/patatrack-scripts --depth 1
fi
patatrack-scripts/benchmark -j 4 -t 16 -s 16 -e 1000 --no-run-io-benchmark -k Phase2Timing_resources.json -- Phase2_L1P2GT_HLT.py
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
mergeResourcesJson.py logs/step*/pid*/Phase2Timing_resources.json > Phase2Timing_resources.json
if [ -e "$(dirname $0)/augmentResources.py" ]; then
python3 $(dirname $0)/augmentResources.py
Expand Down

0 comments on commit 2647f99

Please sign in to comment.