Skip to content

Commit

Permalink
post bmark results in PR
Browse files Browse the repository at this point in the history
  • Loading branch information
administrator committed Oct 21, 2023
1 parent e6517ae commit 21d294a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/bmark_M1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
run: julia --project=benchmark -e 'using Pkg; Pkg.instantiate()'
- name: Run benchmarks
run: julia --project=benchmark benchmark/run_benchmarks.jl ${{ github.event.repository.name }}
- name: Post results in in PR
uses: thollander/actions-comment-pull-request@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
filePath: ${{ github.sha }}.json
- name: Upload artifacts
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 21d294a

Please sign in to comment.