-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
store benchmark results as artifacts
- Loading branch information
1 parent
e7e7d71
commit 8499148
Showing
2 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,11 +25,6 @@ jobs: | |
token: ${{ secrets.GITHUB_TOKEN }} | ||
ref: ${{ github.event_name == 'pull_request_target' && github.event.pull_request.head.sha || github.sha }} | ||
|
||
# - name: Set up Git | ||
# run: | | ||
# git config --global user.email "github-actions[bot]@users.noreply.github.com" | ||
# git config --global user.name "github-actions[bot]" | ||
|
||
- name: Build devcontainer and run benchmarks | ||
uses: devcontainers/[email protected] | ||
with: | ||
|
@@ -42,12 +37,18 @@ jobs: | |
- name: Print benchmark results | ||
run: cat ./results.md | ||
|
||
- name: "Upload Artifact" | ||
uses: actions/upload-artifact@v4 | ||
with: | ||
path: *.txt | ||
retention-days: 120 | ||
|
||
- name: Comment benchmark results on PR | ||
if: github.event_name == 'pull_request_target' | ||
uses: peter-evans/commit-comment@v3 | ||
with: | ||
sha : ${{ github.event.pull_request.head.sha }} | ||
body-path: 'results.md' | ||
sha: ${{ github.event.pull_request.head.sha }} | ||
body-path: "results.md" | ||
reactions: eyes | ||
|
||
- name: Commit and push changes (on main branch) | ||
|
This file was deleted.
Oops, something went wrong.
8499148
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
8,671.33
11.52
7,808.84
12.77
6,989.67
14.28
2,215.58
46.56
1,845.64
54.08
1,349.16
78.89