Skip to content

Commit

Permalink
test: memory: upload postgrest.prof too
Browse files Browse the repository at this point in the history
  • Loading branch information
develop7 committed Dec 19, 2024
1 parent c8c2d29 commit 215ccc4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,11 @@ jobs:
tools: memory.test.bin
- name: Run memory tests
run: postgrest-test-memory

- name: Upload postgrest.prof
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
with:
name: postgrest.prof
path: postgrest.prof

loadtest:
name: Loadtest
Expand All @@ -128,7 +132,7 @@ jobs:
prefix: v
- name: Run loadtest
env:
OTEL_TRACES_SAMPLER: "always_off"
OTEL_TRACES_SAMPLER: "always_off" # Disable tracing for load tests
run: |
postgrest-loadtest-against main ${{ steps.get-latest-tag.outputs.tag }}
postgrest-loadtest-report > loadtest/loadtest.md
Expand Down

0 comments on commit 215ccc4

Please sign in to comment.