diff --git a/.github/workflows/full_performance_test.yml b/.github/workflows/full_performance_test.yml index 2de6eb9..d109acd 100644 --- a/.github/workflows/full_performance_test.yml +++ b/.github/workflows/full_performance_test.yml @@ -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