-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Conversation
bot rebase |
a42d754
to
ff1d4f3
Compare
b7e963a
to
f995ffa
Compare
- name: Check weight changes | ||
shell: bash | ||
run: | | ||
cargo install --git https://github.com/ggwpez/substrate-weight-compare swc |
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.
I think it's worth to pin version of the package
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.
You can just add --rev 30d1cd6b33ecf2dac32d48cb277f9b4d2d69786a
(latest master commit) if you are not a docker fan.
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.
Looks good, thanks!
It does actually confirm that the bench script is broken:
pallet_balances.rs was not updated for the current date. Last update: 2022-11-15
pallet_balances_nis_counterpart_balances.rs was not updated for the current date. Last update: 2023-03-15
since it cannot deal with multiple instance pallets… basically this line forces the output into the wrong file. It should print a warning in that case.
@@ -0,0 +1,56 @@ | |||
#!/bin/bash |
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.
One thing that comes to my mind is that we probably also want this in cumulus, so could be that the scripts could also live in https://github.com/paritytech/pipeline-scripts/
Although on the other hand we should "soon" have our monorepo, in which case it needs to be shuffled around anyway.
This reverts commit c313afd.
394faa8
to
b6020cc
Compare
b6020cc
to
3be2043
Compare
bot rebase |
Rebased |
bot merge |
Waiting for commit status. |
So how is the process for this @coderobe ? |
Adds two jobs: