Skip to content

Commit

Permalink
Merge pull request #1610 from gartung/patch-1
Browse files Browse the repository at this point in the history
Add generation of igprof memory profile report for pull requests
  • Loading branch information
smuzaffar authored Aug 24, 2021
2 parents 79b23bb + fec1560 commit 3d486c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pr_testing/run-pr-profiling.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ for PROFILING_WORKFLOW in $WORKFLOWS;do
$WORKSPACE/profiling/Gen_tool/runall_mem.sh $CMSSW_VERSION || true
pushd $WORKSPACE/$CMSSW_VERSION/$PROFILING_WORKFLOW
./profile.sh $CMSSW_VERSION || true
./profile_mem.sh $CMSSW_VERSION || true
echo "<li><a href=\"$PROFILING_WORKFLOW/\">$PROFILING_WORKFLOW/</a> </li>" >> $WORKSPACE/upload/profiling/index.html
get_jenkins_artifacts igprof/${CMSSW_VERSION}/${SCRAM_ARCH}/profiling/${PROFILING_WORKFLOW}/RES_CPU_step3.txt ${CMSSW_VERSION}_RES_CPU_step3.txt || true
$WORKSPACE/profiling/Analyze_tool/compare_cpu_txt.py --old ${CMSSW_VERSION}_RES_CPU_step3.txt --new RES_CPU_step3.txt > RES_CPU_compare_$PROFILING_WORKFLOW.txt || true
Expand Down

0 comments on commit 3d486c2

Please sign in to comment.