Skip to content

fix weight path for EPMB pallets#1008

Merged
fellowship-merge-bot[bot] merged 3 commits into
mainfrom
kiz-fix-weight-path
Nov 20, 2025
Merged

fix weight path for EPMB pallets#1008
fellowship-merge-bot[bot] merged 3 commits into
mainfrom
kiz-fix-weight-path

Conversation

@kianenigma

@kianenigma kianenigma commented Nov 11, 2025

Copy link
Copy Markdown
Contributor

Closes: #894

  • Does not require a CHANGELOG entry

Same trick as in paritytech/polkadot-sdk#10284, if it works.
should close #894

@kianenigma

Copy link
Copy Markdown
Contributor Author

/cmd bench --runtime asset-hub-kusama --pallet pallet_election_provider_multi_block pallet_election_provider_multi_block::signed pallet_election_provider_multi_block::unsigned pallet_election_provider_multi_block::verifier

@github-actions

Copy link
Copy Markdown

Command "bench --runtime asset-hub-kusama --pallet pallet_election_provider_multi_block pallet_election_provider_multi_block::signed pallet_election_provider_multi_block::unsigned pallet_election_provider_multi_block::verifier" has started 🚀 See logs here

…ama --pallet pallet_election_provider_multi_block pallet_election_provider_multi_block::signed pallet_election_provider_multi_block::unsigned pallet_election_provider_multi_block::verifier'
@github-actions

Copy link
Copy Markdown

Command "bench --runtime asset-hub-kusama --pallet pallet_election_provider_multi_block pallet_election_provider_multi_block::signed pallet_election_provider_multi_block::unsigned pallet_election_provider_multi_block::verifier" has finished ✅ See logs here

Details

Subweight results:
File Extrinsic Old New Change [%]
system-parachains/asset-hubs/asset-hub-kusama/src/weights/pallet_election_provider_multi_block.rs manage 270.00ns 690.79ms +255847515.56
system-parachains/asset-hubs/asset-hub-kusama/src/weights/pallet_election_provider_multi_block_signed.rs submit_page 826.01us 748.27us -9.41
system-parachains/asset-hubs/asset-hub-kusama/src/weights/pallet_election_provider_multi_block_signed.rs register_not_full 601.64us 544.74us -9.46
system-parachains/asset-hubs/asset-hub-kusama/src/weights/pallet_election_provider_multi_block.rs on_initialize_into_snapshot_msp 82.65ms 74.18ms -10.25
system-parachains/asset-hubs/asset-hub-kusama/src/weights/pallet_election_provider_multi_block_signed.rs unset_page 809.14us 723.45us -10.59
system-parachains/asset-hubs/asset-hub-kusama/src/weights/pallet_election_provider_multi_block.rs on_initialize_into_signed 123.48ms 109.11ms -11.64
system-parachains/asset-hubs/asset-hub-kusama/src/weights/pallet_election_provider_multi_block.rs on_initialize_into_snapshot_rest 130.91ms 114.51ms -12.53
system-parachains/asset-hubs/asset-hub-kusama/src/weights/pallet_election_provider_multi_block_verifier.rs on_initialize_invalid_terminal 47.82ms 37.54ms -21.50
system-parachains/asset-hubs/asset-hub-kusama/src/weights/pallet_election_provider_multi_block_verifier.rs on_initialize_valid_terminal 46.53ms 35.78ms -23.09
system-parachains/asset-hubs/asset-hub-kusama/src/weights/pallet_election_provider_multi_block_verifier.rs on_initialize_valid_non_terminal 7.69ms 5.57ms -27.56
system-parachains/asset-hubs/asset-hub-kusama/src/weights/pallet_election_provider_multi_block_unsigned.rs submit_unsigned 40.46ms 27.63ms -31.71
system-parachains/asset-hubs/asset-hub-kusama/src/weights/pallet_election_provider_multi_block_unsigned.rs validate_unsigned 2.25ms 1.22ms -45.90
system-parachains/asset-hubs/asset-hub-kusama/src/weights/pallet_election_provider_multi_block.rs on_initialize_into_unsigned 829.47us 236.48us -71.49
system-parachains/asset-hubs/asset-hub-kusama/src/weights/pallet_election_provider_multi_block.rs on_initialize_into_signed_validation 900.62us 213.06us -76.34

@kianenigma kianenigma marked this pull request as ready for review November 12, 2025 12:01
Comment thread system-parachains/asset-hubs/asset-hub-polkadot/src/lib.rs
@kianenigma

Copy link
Copy Markdown
Contributor Author

/merge

@fellowship-merge-bot fellowship-merge-bot Bot enabled auto-merge (squash) November 13, 2025 16:56
@fellowship-merge-bot

Copy link
Copy Markdown
Contributor

Enabled auto-merge in Pull Request

Available commands
  • /merge: Enables auto-merge for Pull Request
  • /merge cancel: Cancels auto-merge for Pull Request
  • /merge help: Shows this menu

For more information see the documentation

@fellowship-merge-bot fellowship-merge-bot Bot merged commit 087f590 into main Nov 20, 2025
62 of 65 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Benchmark Template for election_provider_multi_block_* pallets

5 participants