Skip to content

Commit

Permalink
Update bench-all-runtimes.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mordamax committed Jan 29, 2025
1 parent 5075512 commit f4fcc48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bench-all-runtimes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
rm -rf patches
LINK="https://weights.tasty.limo/compare?repo=polkadot-sdk&threshold=5&path_pattern=.%2F**%2Fweights%2F**%2F*.rs%2C.%2F**%2Fweights.rs&method=asymptotic&ignore_errors=true&unit=time&old=master&new=$BRANCH"
echo "Link to the weights comparison: $LINK" >> $GITHUB_STEP_SUMMARY
echo "[Subweight result]($LINK)" >> $GITHUB_STEP_SUMMARY
git add .
git commit -m "Update all weights weekly for $DATE"
Expand All @@ -174,4 +174,4 @@ jobs:
--reviewer paritytech/release-engineering \
--draft \
--label "R0-silent" \
--body "$PR_TITLE\n\nLink to the weights comparison: $LINK"
--body "$PR_TITLE. [Subweight result]($LINK)"

0 comments on commit f4fcc48

Please sign in to comment.