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 493383a commit 0b0e7c2Copy full SHA for 0b0e7c2
.github/workflows/perf-test.yml
@@ -122,6 +122,7 @@ jobs:
122
- name: Upload JSON results
123
uses: actions/upload-artifact@v4
124
with:
125
+ name: benchmark-json
126
path: ${{ runner.temp }}/benchmark.json
127
- name: Annotate summary
128
run: python .github/workflows/perf_annotate.py "${{ runner.temp }}/benchmark.json"
0 commit comments