Skip to content

Commit

Permalink
Fix HLT Phase2 timing script.
Browse files Browse the repository at this point in the history
  • Loading branch information
rovere committed Oct 1, 2024
1 parent 6d26b89 commit c7a0617
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 c7a0617

Please sign in to comment.