Skip to content

Commit

Permalink
Use direct stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelff committed Dec 15, 2023
1 parent 7d25238 commit c317dbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/qe-perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: Run benchmarks
runs-on: ubuntu-latest
outputs:
results: ${{ steps.bench.outputs.results }}
results: ${{ steps.bench.outputs.stdout }}
steps:
- name: Checkout PR branch
uses: actions/checkout@v4
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Run benchmarks
id: bench
run: |
echo "results=$(make run-bench)\n" >> $GITHUB_OUTPUT
make run-bench
report:
name: Report benchmarks
Expand Down

0 comments on commit c317dbe

Please sign in to comment.