-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Bump version, bump substrate & update benchmarks in preparation for v0.8.31 #2938
Conversation
/benchmark runtime kusama pallet_identity |
Finished benchmark for branch: mp-bump-versions-v0.8.31 Benchmark: Benchmark Runtime Kusama Pallet cargo run --release --features=runtime-benchmarks -- benchmark --chain=kusama-dev --steps=50 --repeat=20 --pallet=pallet_identity --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/kusama/src/weights/ ResultsPallet: "pallet_identity", Extrinsic: "add_registrar", Lowest values: [], Highest values: [], Steps: [50], Repeat: 20
|
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.
Had a quick look at polkadiff, def. need to see the new staking weights for 24 nominator situation, else all good.
/benchmark runtime kusama pallet_staking |
Cheers. @chevdor pointed out the extremely different benchmark for kill_identity ( https://github.com/paritytech/polkadot/pull/2938/files#diff-1dc46ada5024824f5c5f2c030fd6d081f6dc19f75dcd28fd424ec810a70aa11fL146 ), so I'm manually running it again. |
…n=kusama-dev --steps=50 --repeat=20 --pallet=pallet_identity --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/kusama/src/weights/
Finished benchmark for branch: mp-bump-versions-v0.8.31 Benchmark: Benchmark Runtime Kusama Pallet cargo run --release --features=runtime-benchmarks -- benchmark --chain=kusama-dev --steps=50 --repeat=20 --pallet=pallet_staking --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/kusama/src/weights/ ResultsPallet: "pallet_staking", Extrinsic: "bond", Lowest values: [], Highest values: [], Steps: [50], Repeat: 20
|
…n=kusama-dev --steps=50 --repeat=20 --pallet=pallet_staking --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/kusama/src/weights/
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.
Beside spotting a few weight difference (which may not be an issue), I could build all fine locally and run srtool
as well.
@kianenigma |
…adot into mp-bump-versions-v0.8.31
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.
@kianenigma
How do the results for the staking benchmark look? Good to go?
all good.
* master: (98 commits) Companion PR for #8414 - Remove OffencesWeightSoftLimit (#2966) Companion for Substrate#8663 (#2945) Add parachains modules to Westend and Kusama runtimes (#2854) Make KeyStore optional (#2964) v0.9.0 prep (#2959) Implement null weight trader (#2957) feat: add proc macro to reduce overseer mock boilerplate (#2949) Allow normal accounts to execute XCM for withdraw+teleport (#2953) Required weight is returned in case it exceeds limit. (#2952) Bump version, bump substrate & update benchmarks in preparation for v0.8.31 (#2938) Bump BEEFY (#2946) Send statements to own backing group first (#2927) Bump (#2942) Add Dev Config for Rococo and Wococo (#2928) change junction parachain id from named field to unnamed field (#2940) fix link (#2941) Add XCM Origin and converter (#2896) Add Statemint teleport (#2934) CI: build colander on rococo branch too (#2936) Bump BEEFY (#2937) ...
No description provided.