Benchmarking also benchmark for decoding the call (#9343)
* benchmark for decoding of call * better names * fix benchmarks * cargo run --quiet --release --features=runtime-benchmarks --manifest-path=bin/node/cli/Cargo.toml -- benchmark --chain=dev --steps=50 --repeat=20 --pallet=pallet_lottery --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --output=./frame/lottery/src/weights.rs --template=./.maintain/frame-weight-template.hbs * cargo run --quiet --release --features=runtime-benchmarks --manifest-path=bin/node/cli/Cargo.toml -- benchmark --chain=dev --steps=50 --repeat=20 --pallet=pallet_utility --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --output=./frame/utility/src/weights.rs --template=./.maintain/frame-weight-template.hbs * cargo run --quiet --release --features=runtime-benchmarks --manifest-path=bin/node/cli/Cargo.toml -- benchmark --chain=dev --steps=50 --repeat=20 --pallet=frame_system --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --output=./frame/system/src/weights.rs --template=./.maintain/frame-weight-template.hbs * Update frame/system/src/weights.rs Co-authored-by:Parity Benchmarking Bot <admin@parity.io> Co-authored-by:
Shawn Tabrizi <shawntabrizi@gmail.com>
Showing
- substrate/frame/benchmarking/src/lib.rs 13 additions, 4 deletionssubstrate/frame/benchmarking/src/lib.rs
- substrate/frame/contracts/src/benchmarking/mod.rs 1 addition, 1 deletionsubstrate/frame/contracts/src/benchmarking/mod.rs
- substrate/frame/lottery/src/weights.rs 18 additions, 18 deletionssubstrate/frame/lottery/src/weights.rs
- substrate/frame/system/src/weights.rs 28 additions, 24 deletionssubstrate/frame/system/src/weights.rs
- substrate/frame/utility/src/weights.rs 16 additions, 16 deletionssubstrate/frame/utility/src/weights.rs
Please register or sign in to comment