runtime/westend: add disputes#5046
Conversation
|
/benchmark runtime westend parachains_disputes |
|
Benchmark Runtime Westend Pallet for branch "ao-disputes-westend" with command cargo run --quiet --profile=production --features=runtime-benchmarks -- benchmark --chain=westend-dev --steps=50 --repeat=20 --pallet=parachains_disputes --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/westend/src/weights/ Toolchain: stable-x86_64-unknown-linux-gnu (default) ResultsERROR: Unable to commit file ./runtime/westend/src/weights/ |
f182c8b to
5271f67
Compare
|
/benchmark runtime westend runtime_parachains::disputes |
| impl parachains_inclusion::Config for Runtime { | ||
| type Event = Event; | ||
| type DisputesHandler = (); | ||
| type DisputesHandler = ParasDisputes; |
|
Benchmark Runtime Polkadot Pallet for branch "ao-disputes-westend" with command cargo run --quiet --profile=production --features=runtime-benchmarks -- benchmark --chain=polkadot-dev --steps=50 --repeat=20 --pallet=runtime_parachains::disputes --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/polkadot/src/weights/runtime_parachains_disputes.rs Toolchain: stable-x86_64-unknown-linux-gnu (default) Results |
…-- benchmark --chain=polkadot-dev --steps=50 --repeat=20 --pallet=runtime_parachains::disputes --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/polkadot/src/weights/runtime_parachains_disputes.rs
|
Benchmark Runtime Westend Pallet for branch "ao-disputes-westend" with command cargo run --quiet --profile=production --features=runtime-benchmarks -- benchmark --chain=westend-dev --steps=50 --repeat=20 --pallet=runtime_parachains::disputes --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/westend/src/weights/runtime_parachains_disputes.rs Toolchain: stable-x86_64-unknown-linux-gnu (default) Results |
…-- benchmark --chain=westend-dev --steps=50 --repeat=20 --pallet=runtime_parachains::disputes --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/westend/src/weights/runtime_parachains_disputes.rs
|
bot merge |
Follow-up to #4993.