[XCMP] take_first_concatenated_xcm() improvements#9539
[XCMP] take_first_concatenated_xcm() improvements#9539serban300 merged 8 commits intoparitytech:masterfrom
take_first_concatenated_xcm() improvements#9539Conversation
|
/cmd bench --pallet cumulus_pallet_xcmp_queue |
|
Command "bench --pallet cumulus_pallet_xcmp_queue" has started 🚀 See logs here |
|
Command "bench --pallet cumulus_pallet_xcmp_queue" has finished ✅ See logs here DetailsSubweight results:Please check subweight.log for the full output Command output:✅ Successful benchmarks of runtimes/pallets: |
take_first_concatenated_xcm() improvementstake_first_concatenated_xcm() improvements
|
/cmd prdoc --audience runtime_dev --bump patch |
…time_dev --bump patch'
b8dacd4 to
3ae30c7
Compare
substrate/frame/staking-async/runtimes/parachain/src/weights/cumulus_pallet_xcmp_queue.rs
Show resolved
Hide resolved
|
/cmd bench --pallet cumulus_pallet_xcmp_queue |
|
Command "bench --pallet cumulus_pallet_xcmp_queue" has started 🚀 See logs here |
…us_pallet_xcmp_queue'
|
Command "bench --pallet cumulus_pallet_xcmp_queue" has finished ✅ See logs here DetailsSubweight results:Please check subweight.log for the full output Command output:✅ Successful benchmarks of runtimes/pallets: |
2cb8f12
This PR: - improves `take_first_concatenated_xcm()` avoiding the XCM re-encoding - makes the benchmarks for `take_first_concatenated_xcm()` more granular, accounting for the number of bytes of the message --------- Co-authored-by: cmd[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This PR: - improves `take_first_concatenated_xcm()` avoiding the XCM re-encoding - makes the benchmarks for `take_first_concatenated_xcm()` more granular, accounting for the number of bytes of the message --------- Co-authored-by: cmd[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This PR:
take_first_concatenated_xcm()avoiding the XCM re-encodingtake_first_concatenated_xcm()more granular, accounting for the number of bytes of the message