-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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) Results
ERROR: Unable to commit file ./runtime/westend/src/weights/ |
f182c8b
to
5271f67
Compare
/benchmark runtime westend runtime_parachains::disputes |
@@ -828,7 +828,7 @@ impl parachains_session_info::Config for Runtime {} | |||
|
|||
impl parachains_inclusion::Config for Runtime { | |||
type Event = Event; | |||
type DisputesHandler = (); | |||
type DisputesHandler = ParasDisputes; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
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.