Add benchmarks for Xcmp QueueConfigData setters (#982)
* add benchmarks for xcmp queue config data setters * add new benchmarks * cargo fmt * added newline * Additional weights for dmp queue for westmint * include new weights * Adding WeightInfo trait and friends * WeightInfo should be on xcmp rather than dmp pallet * cargo fmt * update scripts * mock weightinfo * cargo fmt * canvas kusama is substrate weight * weights from bm2 * expanding to other similar config functions * updated weights from bm2 * Revert "updated weights from bm2" This reverts commit b1702780982c278b44f572c2089b1d7ddc564d76. * Consolidation to one benchmark * reran weights * Update pallets/xcmp-queue/src/lib.rs Co-authored-by:Ignacio Palacios <ignacio.palacios.santos@gmail.com> * integrating review feedback * rerun weights * Add DispatchClass::Operational Co-authored-by:
Squirrel <gilescope@gmail.com> Co-authored-by:
Ignacio Palacios <ignacio.palacios.santos@gmail.com>
Showing
- cumulus/Cargo.lock 1 addition, 0 deletionscumulus/Cargo.lock
- cumulus/pallets/xcmp-queue/Cargo.toml 9 additions, 0 deletionscumulus/pallets/xcmp-queue/Cargo.toml
- cumulus/pallets/xcmp-queue/src/benchmarking.rs 28 additions, 0 deletionscumulus/pallets/xcmp-queue/src/benchmarking.rs
- cumulus/pallets/xcmp-queue/src/lib.rs 21 additions, 13 deletionscumulus/pallets/xcmp-queue/src/lib.rs
- cumulus/pallets/xcmp-queue/src/mock.rs 1 addition, 0 deletionscumulus/pallets/xcmp-queue/src/mock.rs
- cumulus/pallets/xcmp-queue/src/weights.rs 48 additions, 0 deletionscumulus/pallets/xcmp-queue/src/weights.rs
- cumulus/parachain-template/runtime/Cargo.toml 1 addition, 0 deletionscumulus/parachain-template/runtime/Cargo.toml
- cumulus/parachain-template/runtime/src/lib.rs 2 additions, 0 deletionscumulus/parachain-template/runtime/src/lib.rs
- cumulus/polkadot-parachains/canvas-kusama/src/xcm_config.rs 1 addition, 0 deletionscumulus/polkadot-parachains/canvas-kusama/src/xcm_config.rs
- cumulus/polkadot-parachains/rococo-parachain/src/lib.rs 1 addition, 0 deletionscumulus/polkadot-parachains/rococo-parachain/src/lib.rs
- cumulus/polkadot-parachains/statemine/Cargo.toml 1 addition, 0 deletionscumulus/polkadot-parachains/statemine/Cargo.toml
- cumulus/polkadot-parachains/statemine/src/lib.rs 2 additions, 0 deletionscumulus/polkadot-parachains/statemine/src/lib.rs
- cumulus/polkadot-parachains/statemine/src/weights/cumulus_pallet_xcmp_queue.rs 59 additions, 0 deletions...chains/statemine/src/weights/cumulus_pallet_xcmp_queue.rs
- cumulus/polkadot-parachains/statemine/src/weights/mod.rs 1 addition, 0 deletionscumulus/polkadot-parachains/statemine/src/weights/mod.rs
- cumulus/polkadot-parachains/statemint/Cargo.toml 1 addition, 0 deletionscumulus/polkadot-parachains/statemint/Cargo.toml
- cumulus/polkadot-parachains/statemint/src/lib.rs 2 additions, 0 deletionscumulus/polkadot-parachains/statemint/src/lib.rs
- cumulus/polkadot-parachains/statemint/src/weights/cumulus_pallet_xcmp_queue.rs 59 additions, 0 deletions...chains/statemint/src/weights/cumulus_pallet_xcmp_queue.rs
- cumulus/polkadot-parachains/statemint/src/weights/mod.rs 1 addition, 0 deletionscumulus/polkadot-parachains/statemint/src/weights/mod.rs
- cumulus/polkadot-parachains/westmint/Cargo.toml 1 addition, 0 deletionscumulus/polkadot-parachains/westmint/Cargo.toml
- cumulus/polkadot-parachains/westmint/src/lib.rs 2 additions, 0 deletionscumulus/polkadot-parachains/westmint/src/lib.rs
Please register or sign in to comment