-
Notifications
You must be signed in to change notification settings - Fork 766
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
Add XCM benchmarks to collectives-westend #6820
Conversation
… --pallet pallet_xcm_benchmarks::generic'
…e_dev --bump patch'
/cmd bench --runtime collectives-westend --pallet pallet_xcm_benchmarks::fungible --clean |
Command "bench --runtime collectives-westend --pallet pallet_xcm_benchmarks::fungible --clean" has started 🚀 See logs here |
Command "bench --runtime collectives-westend --pallet pallet_xcm_benchmarks::generic --clean" has failed ❌! See logs here |
Command "bench --runtime collectives-westend --pallet pallet_xcm_benchmarks::fungible --clean" has failed ❌! See logs here |
All GitHub workflows were cancelled due to failure one of the required jobs. |
Collectives-westend was using
FixedWeightBounds
, meaning the same weight per instruction. Added proper benchmarks.