Skip to content

Commit

Permalink
Merge branch 'master' into feat/action-perf-benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
maschad committed Sep 4, 2023
2 parents 8abeee0 + 0b4e5e4 commit bac212d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/run-perf-benchmark/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,13 @@ runs:
- name: Push
shell: bash
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
Expand Down

0 comments on commit bac212d

Please sign in to comment.