Companion to Substrate #9829 (Add `put_in_front_of` extrinsic to bags-list) (#3899)
* Companion to Substrate #9829 (Add put_in_front_of) * Add back weight impl for polkadot * cargo update -p sp-io * cargo run --quiet --release --features=runtime-benchmarks -- benchmark --chain=kusama-dev --steps=50 --repeat=20 --pallet=pallet-bags-list --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/kusama/src/weights/ * cargo run --quiet --release --features=runtime-benchmarks -- benchmark --chain=westend-dev --steps=50 --repeat=20 --pallet=pallet-bags-list --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/westend/src/weights/ * cargo run --quiet --release --features=runtime-benchmarks -- benchmark --chain=polkadot-dev --steps=50 --repeat=20 --pallet=pallet-bags-list --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --outpu...
Showing
- polkadot/Cargo.lock 163 additions, 163 deletionspolkadot/Cargo.lock
- polkadot/runtime/kusama/src/weights/pallet_bags_list.rs 14 additions, 5 deletionspolkadot/runtime/kusama/src/weights/pallet_bags_list.rs
- polkadot/runtime/polkadot/src/weights/pallet_bags_list.rs 17 additions, 8 deletionspolkadot/runtime/polkadot/src/weights/pallet_bags_list.rs
- polkadot/runtime/westend/src/weights/pallet_bags_list.rs 14 additions, 5 deletionspolkadot/runtime/westend/src/weights/pallet_bags_list.rs
This diff is collapsed.
Please register or sign in to comment