-
Notifications
You must be signed in to change notification settings - Fork 744
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pallet_xcm::execute
weights
#6919
Conversation
/cmd --help |
Command help:
|
/cmd bench-omni --pallet pallet_xcm |
Command "bench-omni --pallet pallet_xcm" has started 🚀 See logs here |
Command "bench-omni --pallet pallet_xcm" has failed ❌! See logs here Command output:✅ Successful benchmarks of runtimes/pallets: |
Command "bench-omni --pallet pallet_xcm" has started 🚀 See logs here |
Command "bench-omni --pallet pallet_xcm" has finished ✅ See logs here Subweight results:
Command output:✅ Successful benchmarks of runtimes/pallets: |
/cmd bench --pallet pallet_xcm |
Command "bench --pallet pallet_xcm" has started 🚀 See logs here |
Command "bench --pallet pallet_xcm" has failed ❌! See logs here Command output:✅ Successful benchmarks of runtimes/pallets: |
/cmd bench --pallet pallet_xcm --runtime westend |
/cmd bench --pallet pallet_xcm --runtime asset-hub-westend |
/cmd bench --pallet pallet_xcm --runtime coretime-westend |
/cmd bench --pallet pallet_xcm --runtime bridge-hub-westend |
/cmd bench --pallet pallet_xcm --runtime collectives-westend |
/cmd bench --pallet pallet_xcm --runtime people-westend |
/cmd bench --pallet pallet_xcm --runtime glutton-westend |
/cmd bench --pallet pallet_xcm --runtime rococo |
/cmd bench --pallet pallet_xcm --runtime asset-hub-rococo |
/cmd bench --pallet pallet_xcm --runtime bridge-hub-rococo contracts-rococo coretime-rococo people-rococo |
Command "bench --pallet pallet_xcm --runtime westend" has started 🚀 See logs here |
Command "bench --pallet pallet_xcm --runtime asset-hub-westend" has started 🚀 See logs here |
Command "bench --pallet pallet_xcm --runtime rococo" has started 🚀 See logs here |
Command "bench --pallet pallet_xcm --runtime asset-hub-rococo" has started 🚀 See logs here |
…ime asset-hub-westend'
Command "bench --pallet pallet_xcm --runtime asset-hub-westend" has finished ✅ See logs here Subweight results:
Command output:✅ Successful benchmarks of runtimes/pallets: |
Command "bench --pallet pallet_xcm --runtime bridge-hub-rococo contracts-rococo coretime-rococo people-rococo" has started 🚀 See logs here |
Command "bench --pallet pallet_xcm --runtime rococo" has finished ✅ See logs here Subweight results:
Command output:✅ Successful benchmarks of runtimes/pallets: |
…ime people-westend'
Command "bench --pallet pallet_xcm --runtime people-westend" has finished ✅ See logs here Subweight results:
Command output:✅ Successful benchmarks of runtimes/pallets: |
Command "bench --pallet pallet_xcm --runtime glutton-westend" has failed ❌! See logs here |
…ime asset-hub-rococo'
Command "bench --pallet pallet_xcm --runtime asset-hub-rococo" has finished ✅ See logs here Subweight results:
Command output:✅ Successful benchmarks of runtimes/pallets: |
…ime bridge-hub-rococo contracts-rococo coretime-rococo people-rococo'
Command "bench --pallet pallet_xcm --runtime bridge-hub-rococo contracts-rococo coretime-rococo people-rococo" has finished ✅ See logs here Subweight results:
Command output:✅ Successful benchmarks of runtimes/pallets: |
Created backport PR for
Please cherry-pick the changes locally and resolve any conflicts. git fetch origin backport-6919-to-stable2407
git worktree add --checkout .worktree/backport-6919-to-stable2407 backport-6919-to-stable2407
cd .worktree/backport-6919-to-stable2407
git reset --hard HEAD^
git cherry-pick -x 9da3394c382de6f431f1db92b0c7d388e31284cc
git push --force-with-lease |
Created backport PR for
Please cherry-pick the changes locally and resolve any conflicts. git fetch origin backport-6919-to-stable2409
git worktree add --checkout .worktree/backport-6919-to-stable2409 backport-6919-to-stable2409
cd .worktree/backport-6919-to-stable2409
git reset --hard HEAD^
git cherry-pick -x 9da3394c382de6f431f1db92b0c7d388e31284cc
git push --force-with-lease |
Successfully created backport PR for |
Backport #6919 into `stable2412` 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 <[email protected]>
Relates to: #6918