mirror of
https://github.com/NotAShelf/microfetch.git
synced 2025-11-25 16:52:50 +00:00
ci: fix hotpath-comment usage
Some checks failed
hotpath-comment.yml / ci: fix hotpath-comment usage (push) Failing after 0s
Some checks failed
hotpath-comment.yml / ci: fix hotpath-comment usage (push) Failing after 0s
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Idc163948f012efb07fc7a6a952af54b36a6a6964
This commit is contained in:
parent
6f8d1ffa83
commit
353b78e688
1 changed files with 19 additions and 27 deletions
34
.github/workflows/hotpath-comment.yml
vendored
34
.github/workflows/hotpath-comment.yml
vendored
|
|
@ -33,25 +33,17 @@ jobs:
|
|||
run: cargo install hotpath
|
||||
|
||||
- name: Post timing comparison comment
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
hotpath profile-pr \
|
||||
--repo ${{ github.repository }} \
|
||||
--pr-number ${{ steps.pr.outputs.number }} \
|
||||
--head-json head-timing.json \
|
||||
--base-json base-timing.json \
|
||||
--mode timing \
|
||||
--title "⏱️ Hotpath Timing Profile"
|
||||
run: |
|
||||
hotpath profile-pr \
|
||||
--head-metrics head-timing.json \
|
||||
--base-metrics base-timing.json \
|
||||
--github-token ${{ secrets.GITHUB_TOKEN }} \
|
||||
--pr-number ${{ steps.pr.outputs.number }}
|
||||
|
||||
- name: Post allocation comparison comment
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
hotpath profile-pr \
|
||||
--repo ${{ github.repository }} \
|
||||
--pr-number ${{ steps.pr.outputs.number }} \
|
||||
--head-json head-alloc.json \
|
||||
--base-json base-alloc.json \
|
||||
--mode alloc \
|
||||
--title "📊 Hotpath Allocation Profile"
|
||||
- name: Post allocation comparison comment
|
||||
run: |
|
||||
hotpath profile-pr \
|
||||
--head-metrics head-alloc.json \
|
||||
--base-metrics base-alloc.json \
|
||||
--github-token ${{ secrets.GITHUB_TOKEN }} \
|
||||
--pr-number ${{ steps.pr.outputs.number }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue