-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Companion for Adding benchmarking for new frame_election_provider_support #11149
#5241
Companion for Adding benchmarking for new frame_election_provider_support #11149
#5241
Conversation
|
/benchmark runtime polkadot frame_election_provider_support |
|
Benchmark Runtime Polkadot Pallet for branch "npos-election-benchmarking" with command cargo run --quiet --profile=production --features=runtime-benchmarks -- benchmark --chain=polkadot-dev --steps=50 --repeat=20 --pallet=frame_election_provider_support --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/polkadot/src/weights/ Toolchain: stable-x86_64-unknown-linux-gnu (default) ResultsERROR: Unable to commit file ./runtime/polkadot/src/weights/ |
|
/benchmark runtime kusama frame_election_provider_support |
|
/benchmark runtime westend frame_election_provider_support |
|
Benchmark Runtime Kusama Pallet for branch "npos-election-benchmarking" with command cargo run --quiet --profile=production --features=runtime-benchmarks -- benchmark --chain=kusama-dev --steps=50 --repeat=20 --pallet=frame_election_provider_support --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/kusama/src/weights/ Toolchain: stable-x86_64-unknown-linux-gnu (default) ResultsERROR: Unable to commit file ./runtime/kusama/src/weights/ |
|
Benchmark Runtime Westend Pallet for branch "npos-election-benchmarking" with command cargo run --quiet --profile=production --features=runtime-benchmarks -- benchmark --chain=westend-dev --steps=50 --repeat=20 --pallet=frame_election_provider_support --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/ |
bkchr
left a comment
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.
Runtime changes look reasonable. Trusting @kianenigma here ;)
|
Waiting for commit status. |
|
/benchmark runtime westend frame_election_provider_support |
|
Benchmark Runtime Westend Pallet for branch "npos-election-benchmarking" with command cargo run --quiet --profile=production --features=runtime-benchmarks -- benchmark --chain=westend-dev --steps=50 --repeat=20 --pallet=frame_election_provider_support --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/ |
|
/benchmark runtime kusama frame_election_provider_support |
|
/benchmark runtime polkadot frame_election_provider_support |
|
Benchmark Runtime Kusama Pallet for branch "npos-election-benchmarking" with command cargo run --quiet --profile=production --features=runtime-benchmarks -- benchmark --chain=kusama-dev --steps=50 --repeat=20 --pallet=frame_election_provider_support --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/kusama/src/weights/ Toolchain: stable-x86_64-unknown-linux-gnu (default) ResultsERROR: Unable to commit file ./runtime/kusama/src/weights/ |
|
Benchmark Runtime Polkadot Pallet for branch "npos-election-benchmarking" with command cargo run --quiet --profile=production --features=runtime-benchmarks -- benchmark --chain=polkadot-dev --steps=50 --repeat=20 --pallet=frame_election_provider_support --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/polkadot/src/weights/ Toolchain: stable-x86_64-unknown-linux-gnu (default) ResultsERROR: Unable to commit file ./runtime/polkadot/src/weights/ |
|
Merge cancelled due to error. Error: Checks failed for 93125f0 |
|
@kianenigma please try the commands again, they should work after paritytech/bench-bot#91 |
|
/benchmark runtime polkadot frame_election_provider_support |
|
Benchmark Runtime Polkadot Pallet for branch "npos-election-benchmarking" with command cargo run --quiet --profile=production --features=runtime-benchmarks -- benchmark pallet --chain=polkadot-dev --steps=50 --repeat=20 --pallet=frame_election_provider_support --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/polkadot/src/weights/ Toolchain: stable-x86_64-unknown-linux-gnu (default) Results |
|
/benchmark runtime kusama frame_election_provider_support |
|
/benchmark runtime westend frame_election_provider_support |
…-- benchmark pallet --chain=polkadot-dev --steps=50 --repeat=20 --pallet=frame_election_provider_support --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/polkadot/src/weights/
|
Benchmark Runtime Kusama Pallet for branch "npos-election-benchmarking" with command cargo run --quiet --profile=production --features=runtime-benchmarks -- benchmark pallet --chain=kusama-dev --steps=50 --repeat=20 --pallet=frame_election_provider_support --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/kusama/src/weights/ Toolchain: stable-x86_64-unknown-linux-gnu (default) Results |
…-- benchmark pallet --chain=kusama-dev --steps=50 --repeat=20 --pallet=frame_election_provider_support --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/kusama/src/weights/
|
Benchmark Runtime Westend Pallet for branch "npos-election-benchmarking" with command cargo run --quiet --profile=production --features=runtime-benchmarks -- benchmark pallet --chain=westend-dev --steps=50 --repeat=20 --pallet=frame_election_provider_support --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 |
…-- benchmark pallet --chain=westend-dev --steps=50 --repeat=20 --pallet=frame_election_provider_support --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/westend/src/weights/
Companion for paritytech/substrate#11149
Added benchmarking to
frame_election_provider_support.