Conversation
promote_fast benchmark
|
/cmd bench --runtime collectives-westend --pallet pallet_core_fellowship |
|
Command "bench --runtime collectives-westend --pallet pallet_core_fellowship" has started 🚀 See logs here |
Because of the |
…ectives-westend --pallet pallet_core_fellowship'
|
Command "bench --runtime collectives-westend --pallet pallet_core_fellowship" has finished ✅ See logs here DetailsSubweight results:
Command output:✅ Successful benchmarks of runtimes/pallets: |
promote_fast benchmarkpromote_fast benchmark
|
/cmd prdoc --audience runtime_dev --bump patch --force |
…time_dev --bump patch --force'
|
/cmd bench --runtime collectives-westend --pallet pallet_core_fellowship |
|
Command "bench --runtime collectives-westend --pallet pallet_core_fellowship" has started 🚀 See logs here |
…ectives-westend --pallet pallet_core_fellowship'
|
Command "bench --runtime collectives-westend --pallet pallet_core_fellowship" has finished ✅ See logs here DetailsSubweight results:
Command output:✅ Successful benchmarks of runtimes/pallets: |
Discovered by: polkadot-fellows/runtimes#853 It’s likely that this PR: [https://github.com/paritytech/polkadot-sdk/pull/7720](https://github.com/paritytech/polkadot-sdk/pull/7720) broke weight generation/compilation. For example, for `promote_fast`, the weight file is [generated with `u32`—see the screenshot below](polkadot-fellows/runtimes@3cc49e4#diff-35dfb1113ee202c1375fb2d8982d02a665e5857fec2e0a07b684494c056c8901L190-R194), which causes compilation errors when `MaxRank = u16`. <img width="541" height="67" alt="image" src="https://github.com/user-attachments/assets/03bb3d90-7c09-46c7-8990-21878fc50c61" /> ## TODO - [x] find possible fix --------- Co-authored-by: cmd[bot] <41898282+github-actions[bot]@users.noreply.github.com> (cherry picked from commit 4c8ccc5)
|
Successfully created backport PR for |
Discovered by: polkadot-fellows/runtimes#853 It’s likely that this PR: [https://github.com/paritytech/polkadot-sdk/pull/7720](https://github.com/paritytech/polkadot-sdk/pull/7720) broke weight generation/compilation. For example, for `promote_fast`, the weight file is [generated with `u32`—see the screenshot below](polkadot-fellows/runtimes@3cc49e4#diff-35dfb1113ee202c1375fb2d8982d02a665e5857fec2e0a07b684494c056c8901L190-R194), which causes compilation errors when `MaxRank = u16`. <img width="541" height="67" alt="image" src="https://github.com/user-attachments/assets/03bb3d90-7c09-46c7-8990-21878fc50c61" /> ## TODO - [x] find possible fix --------- Co-authored-by: cmd[bot] <41898282+github-actions[bot]@users.noreply.github.com> (cherry picked from commit 4c8ccc5)
|
Successfully created backport PR for |
Backport #9516 into `stable2506` from bkontur. See the [documentation](https://github.com/paritytech/polkadot-sdk/blob/master/docs/BACKPORT.md) on how to use this bot. <!-- # To be used by other automation, do not modify: original-pr-number: #${pull_number} --> Co-authored-by: Branislav Kontur <bkontur@gmail.com> Co-authored-by: cmd[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Backport #9516 into `unstable2507` from bkontur. See the [documentation](https://github.com/paritytech/polkadot-sdk/blob/master/docs/BACKPORT.md) on how to use this bot. <!-- # To be used by other automation, do not modify: original-pr-number: #${pull_number} --> Co-authored-by: Branislav Kontur <bkontur@gmail.com> Co-authored-by: cmd[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Discovered by: polkadot-fellows/runtimes#853 It’s likely that this PR: [https://github.com/paritytech/polkadot-sdk/pull/7720](https://github.com/paritytech/polkadot-sdk/pull/7720) broke weight generation/compilation. For example, for `promote_fast`, the weight file is [generated with `u32`—see the screenshot below](polkadot-fellows/runtimes@3cc49e4#diff-35dfb1113ee202c1375fb2d8982d02a665e5857fec2e0a07b684494c056c8901L190-R194), which causes compilation errors when `MaxRank = u16`. <img width="541" height="67" alt="image" src="https://github.com/user-attachments/assets/03bb3d90-7c09-46c7-8990-21878fc50c61" /> ## TODO - [x] find possible fix --------- Co-authored-by: cmd[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Discovered by: polkadot-fellows/runtimes#853
It’s likely that this PR: #7720 broke weight generation/compilation. For example, for
promote_fast, the weight file is generated withu32—see the screenshot below, which causes compilation errors whenMaxRank = u16.TODO