Skip to content

Commit

Permalink
Benchmark pr against master to show gain/loss in a more readable way.
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-appdirect committed Apr 16, 2024
1 parent a438069 commit 92ad5cf
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 @@ -80,7 +80,7 @@ jobs:
echo "${{ needs.benchmark-pr.outputs.result }}" > pr.bench
echo "${{ needs.benchmark-master.outputs.result }}" > master.bench
echo "STAT<<EOF" >> "$GITHUB_OUTPUT"
benchstat pr.bench master.bench >> "$GITHUB_OUTPUT"
benchstat master.bench pr.bench >> "$GITHUB_OUTPUT"
echo "EOF" >> "$GITHUB_OUTPUT"
- name: Comment benchmark result
if: ${{ !env.ACT }}
Expand Down

0 comments on commit 92ad5cf

Please sign in to comment.