Skip to content

Commit

Permalink
Missing event.json upload (#2018)
Browse files Browse the repository at this point in the history
* Missing event.json upload

* Right adapter name
  • Loading branch information
jneem authored Jul 31, 2024
1 parent 0e060a0 commit 734bcc9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/benchmark-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,8 @@ jobs:
with:
name: criterion-output
path: criterion-output.txt
- name: Upload GitHub Pull Request Event
uses: actions/upload-artifact@v4
with:
name: event.json
path: ${{ github.event_path }}
2 changes: 1 addition & 1 deletion .github/workflows/upload-pr-benchmarks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
--branch-start-point '${{ env.PR_BASE }}' \
--branch-start-point-hash '${{ env.PR_BASE_SHA }}' \
--testbed ubuntu-latest \
--adapter criterion_rust \
--adapter rust_criterion \
--err \
--github-actions '${{ secrets.GITHUB_TOKEN }}' \
--ci-number '${{ env.PR_NUMBER }}' \
Expand Down

0 comments on commit 734bcc9

Please sign in to comment.