Skip to content

Commit

Permalink
feat(.github/perf): reference metrics dashboard (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
galargh authored Sep 4, 2023
1 parent 09d15c0 commit 0b4e5e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,13 @@ jobs:
working-directory: perf/runner
- name: Push
if: github.event.inputs.push == 'true'
env:
GITHUB_TOKEN: ${{ github.token }}
run: |
git add benchmark-results.json
git commit -m "perf: update benchmark results"
git push
gh pr comment --body "See new metrics at https://observablehq.com/@libp2p-workspace/performance-dashboard?branch=$(git rev-parse HEAD)" || true
working-directory: perf/runner
- name: Archive
if: github.event.intputs.push == 'false'
Expand Down

0 comments on commit 0b4e5e4

Please sign in to comment.