We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a438069 commit 92ad5cfCopy full SHA for 92ad5cf
.github/workflows/bench.yml
@@ -80,7 +80,7 @@ jobs:
80
echo "${{ needs.benchmark-pr.outputs.result }}" > pr.bench
81
echo "${{ needs.benchmark-master.outputs.result }}" > master.bench
82
echo "STAT<<EOF" >> "$GITHUB_OUTPUT"
83
- benchstat pr.bench master.bench >> "$GITHUB_OUTPUT"
+ benchstat master.bench pr.bench >> "$GITHUB_OUTPUT"
84
echo "EOF" >> "$GITHUB_OUTPUT"
85
- name: Comment benchmark result
86
if: ${{ !env.ACT }}
0 commit comments