Skip to content

Commit

Permalink
Change settings
Browse files Browse the repository at this point in the history
  • Loading branch information
YakDriver committed Sep 14, 2023
1 parent 920e902 commit aae8a29
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .teamcity/scripts/performance.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ function analysis {
printf ";CPUtime:%%.4f%%%%\n" "${cputime}"
}

go install github.com/google/pprof@latest
pprof help

if [ -f "memvpcmain.prof" -a -f "memssmmain.prof" -a -f "memvpclatest.prof" -a -f "memssmlatest.prof" ]; then
echo "Tests complete. Analyzing results..."
analysis
Expand Down

0 comments on commit aae8a29

Please sign in to comment.