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 09d15c0 commit 0b4e5e4Copy full SHA for 0b4e5e4
.github/workflows/perf.yml
@@ -84,10 +84,13 @@ jobs:
84
working-directory: perf/runner
85
- name: Push
86
if: github.event.inputs.push == 'true'
87
+ env:
88
+ GITHUB_TOKEN: ${{ github.token }}
89
run: |
90
git add benchmark-results.json
91
git commit -m "perf: update benchmark results"
92
git push
93
+ gh pr comment --body "See new metrics at https://observablehq.com/@libp2p-workspace/performance-dashboard?branch=$(git rev-parse HEAD)" || true
94
95
- name: Archive
96
if: github.event.intputs.push == 'false'
0 commit comments