Add go profiling flag, and enable on integration tests (#1382)

This commit is contained in:
Kristoffer Dalby
2023-04-27 16:57:11 +02:00
committed by GitHub
parent d0113732fe
commit 56dd734300
44 changed files with 333 additions and 13 deletions

View File

@@ -76,6 +76,12 @@ jobs:
with:
name: logs
path: "control_logs/*.log"
- uses: actions/upload-artifact@v3
if: always() && steps.changed-files.outputs.any_changed == 'true'
with:
name: pprof
path: "control_logs/*.pprof.tar"
`),
)
)