Skip to content

Commit

Permalink
TEST ONLY: store PR benchmark results
Browse files Browse the repository at this point in the history
  • Loading branch information
hanno-becker committed Nov 17, 2024
1 parent b629f9c commit 96a222f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
archflags: ${{ matrix.target.archflags }}
cflags: ${{ matrix.target.cflags }}
opt: ${{ matrix.opt.value }}
store_results: ${{ github.repository_owner == 'pq-code-package' && github.ref == 'refs/heads/main' }} # Only store optimized results
store_results: true
name: "${{ matrix.target.name }}${{ (!matrix.opt.value && ' (no-opt)') || ''}}"
perf: ${{ matrix.target.perf }}
secrets: inherit

0 comments on commit 96a222f

Please sign in to comment.