Skip to content

Commit

Permalink
Update full_performance_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zalbiraw authored Nov 19, 2024
1 parent 4110207 commit 3a8d719
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/full_performance_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,8 @@ jobs:
run: |
kubectl port-forward svc/gateway-svc-tyk-tyk-gateway -n tyk 8080 &
sleep 5
mkdir profiles
wget "http://localhost:8080/debug/pprof/heap?debug=1" -O ./profiles/${{ inputs.tyk_version }}-heap.txt
wget "http://localhost:8080/debug/pprof/allocs?debug=1" -O ./profiles/${{ inputs.tyk_version }}-allocs.txt
wget "http://localhost:8080/debug/pprof/goroutine?debug=1" -O ./profiles/${{ inputs.tyk_version }}-goroutine.txt
Expand Down

0 comments on commit 3a8d719

Please sign in to comment.