Skip to content

Commit

Permalink
fix: bench.yaml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
karatakis committed Nov 6, 2024
1 parent 0b712cd commit b3c8820
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,15 +109,15 @@ jobs:
run: |
P95=$(grep "95%" ${{ github.workspace }}/output.log | awk '{print $4, $5}')
echo "p95=${P95}" | tee -a "$GITHUB_OUTPUT"
- uses: cloudposse/github-action-matrix-outputs-write@v1
id: out
with:
matrix-step-name: ${{ github.job }}
matrix-key: ${{ matrix.response }}_${{ matrix.service }}
outputs: |-
has_error: ${{ steps.extract_has_error.error }}
rps: ${{ steps.extract_rps.error }}
p95: ${{ steps.extract_p95.error }}
- uses: cloudposse/github-action-matrix-outputs-write@v1
id: out
with:
matrix-step-name: ${{ github.job }}
matrix-key: ${{ matrix.response }}_${{ matrix.service }}
outputs: |-
has_error: ${{ steps.extract_has_error.error }}
rps: ${{ steps.extract_rps.error }}
p95: ${{ steps.extract_p95.error }}
read:
runs-on: ubuntu-latest
needs: [benchmark]
Expand Down

0 comments on commit b3c8820

Please sign in to comment.