Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

/cmd Improve devx of running many pallets simultaneously #5977

Closed
wants to merge 9 commits into from

Conversation

mordamax
Copy link
Contributor

@mordamax mordamax commented Oct 8, 2024

Changes to /cmd:

  • Replace (flip) --continue-on-fail with --fail-fast, but only for bench. This makes all pallets/runtimes run non-stop by default, as it was primary use-case during tests
  • The list of successful/failed pallets was hard to find within tons of logs, so decided to write only needed logs in a file, and output as a summary in the workflow and in the comment

@mordamax mordamax added the R0-silent Changes should not be mentioned in any release notes label Oct 8, 2024
@mordamax
Copy link
Contributor Author

mordamax commented Oct 8, 2024

/cmd bench --continue-on-fail

@mordamax
Copy link
Contributor Author

mordamax commented Oct 8, 2024

/cmd prdoc --audience node_dev --bump patch

Copy link

github-actions bot commented Oct 8, 2024

Command "bench --continue-on-fail" has started 🚀 See logs here

Copy link

github-actions bot commented Oct 8, 2024

Command "bench --continue-on-fail" has failed ❌! See logs here

@mordamax
Copy link
Contributor Author

mordamax commented Oct 8, 2024

/cmd bench

Copy link

github-actions bot commented Oct 8, 2024

Command "bench" has started 🚀 See logs here

Copy link

github-actions bot commented Oct 9, 2024

Command "bench" has finished ✅ See logs here

@mordamax
Copy link
Contributor Author

mordamax commented Oct 9, 2024

/cmd bench --runtime dev

@mordamax mordamax changed the title [DNM] testing /cmd /cmd Improve devx of running many pallets simultaneously Oct 9, 2024
Copy link

github-actions bot commented Oct 9, 2024

Command "bench --runtime dev" has started 🚀 See logs here

Copy link

github-actions bot commented Oct 9, 2024

Command "bench --runtime dev" has finished ✅ See logs here

Subweight results:
File Extrinsic Old New Change [%]
cumulus/parachains/runtimes/people/people-rococo/src/weights/pallet_collator_selection.rs update_bond - - ERROR
cumulus/pallets/collator-selection/src/weights.rs leave_intent - - ERROR
cumulus/pallets/collator-selection/src/weights.rs new_session - - ERROR
cumulus/pallets/collator-selection/src/weights.rs register_as_candidate - - ERROR
cumulus/pallets/collator-selection/src/weights.rs set_invulnerables - - ERROR
cumulus/pallets/collator-selection/src/weights.rs take_candidate_slot - - ERROR
cumulus/pallets/collator-selection/src/weights.rs update_bond - - ERROR
cumulus/parachains/runtimes/assets/asset-hub-rococo/src/weights/pallet_collator_selection.rs take_candidate_slot - - ERROR
cumulus/parachains/runtimes/assets/asset-hub-rococo/src/weights/pallet_collator_selection.rs update_bond - - ERROR
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_collator_selection.rs take_candidate_slot - - ERROR
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_collator_selection.rs update_bond - - ERROR
cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/weights/pallet_collator_selection.rs take_candidate_slot - - ERROR
cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/weights/pallet_collator_selection.rs update_bond - - ERROR
cumulus/parachains/runtimes/bridge-hubs/bridge-hub-westend/src/weights/pallet_collator_selection.rs take_candidate_slot - - ERROR
cumulus/parachains/runtimes/bridge-hubs/bridge-hub-westend/src/weights/pallet_collator_selection.rs update_bond - - ERROR
cumulus/parachains/runtimes/collectives/collectives-westend/src/weights/pallet_collator_selection.rs take_candidate_slot - - ERROR
cumulus/parachains/runtimes/collectives/collectives-westend/src/weights/pallet_collator_selection.rs update_bond - - ERROR
cumulus/parachains/runtimes/collectives/collectives-westend/src/weights/pallet_core_fellowship_ambassador_core.rs promote_fast - - ERROR
cumulus/parachains/runtimes/collectives/collectives-westend/src/weights/pallet_core_fellowship_fellowship_core.rs promote_fast - - ERROR
cumulus/parachains/runtimes/collectives/collectives-westend/src/weights/pallet_preimage.rs ensure_updated - - ERROR
cumulus/parachains/runtimes/people/people-rococo/src/weights/pallet_collator_selection.rs take_candidate_slot - - ERROR
cumulus/parachains/runtimes/people/people-westend/src/weights/pallet_collator_selection.rs take_candidate_slot - - ERROR
cumulus/parachains/runtimes/people/people-westend/src/weights/pallet_collator_selection.rs update_bond - - ERROR
polkadot/runtime/rococo/src/weights/pallet_preimage.rs ensure_updated - - ERROR
polkadot/runtime/rococo/src/weights/pallet_vesting.rs not_unlocking_merge_schedules - - ERROR
polkadot/runtime/westend/src/weights/pallet_preimage.rs ensure_updated - - ERROR
substrate/frame/election-provider-support/src/weights.rs phragmen - - ERROR
substrate/frame/election-provider-support/src/weights.rs phragmms - - ERROR
substrate/frame/assets/src/weights.rs transfer_all 172.38us 572.95us +232.37
substrate/frame/examples/tasks/src/weights.rs add_number_into_total 101.00us 256.54us +154.00
substrate/frame/broker/src/weights.rs request_core_count 2.99us 6.83us +128.14
substrate/frame/benchmarking/pov/src/weights.rs measured_storage_double_value_read_linear_size 2.80ms 5.86ms +109.05
substrate/frame/benchmarking/pov/src/weights.rs mel_storage_double_value_read_linear_size 2.82ms 5.86ms +107.79
substrate/frame/benchmarking/pov/src/weights.rs measured_mixed_storage_double_value_read_linear_size 2.95ms 5.87ms +98.92
substrate/frame/benchmarking/pov/src/weights.rs measured_storage_value_read_linear_size 1.68ms 3.32ms +98.07
substrate/frame/benchmarking/pov/src/weights.rs mel_mixed_storage_double_value_read_linear_size 2.95ms 5.84ms +97.93
substrate/frame/benchmarking/pov/src/weights.rs mel_storage_value_read_linear_size 1.68ms 3.31ms +96.83
substrate/frame/broker/src/weights.rs on_new_timeslice 268.00ns 520.00ns +94.03
substrate/frame/contracts/src/weights.rs seal_reentrance_count 339.00ns 652.00ns +92.33
substrate/frame/contracts/src/weights.rs seal_own_code_hash 764.00ns 1.39us +81.81
substrate/frame/contracts/src/weights.rs set_transient_storage_empty 1.53us 2.68us +74.62
substrate/frame/contracts/src/weights.rs seal_account_reentrance_count 380.00ns 653.00ns +71.84
substrate/frame/contracts/src/weights.rs seal_block_number 583.00ns 989.00ns +69.64
substrate/frame/contracts/src/weights.rs seal_address 628.00ns 1.05us +67.83
substrate/frame/contracts/src/weights.rs seal_value_transferred 603.00ns 1.00us +66.67
substrate/frame/contracts/src/weights.rs seal_caller 678.00ns 1.13us +66.67
substrate/frame/contracts/src/weights.rs seal_minimum_balance 610.00ns 1.02us +66.56
substrate/frame/contracts/src/weights.rs seal_now 602.00ns 996.00ns +65.45
substrate/frame/contracts/src/weights.rs seal_gas_left 730.00ns 1.17us +60.55
substrate/frame/contracts/src/weights.rs seal_caller_is_root 349.00ns 545.00ns +56.16
substrate/frame/contracts/src/weights.rs seal_caller_is_origin 417.00ns 646.00ns +54.92
substrate/frame/revive/src/weights.rs get_transient_storage_empty 1.42us 2.19us +54.29
substrate/frame/revive/src/weights.rs seal_caller_is_origin 326.00ns 499.00ns +53.07
substrate/frame/system/src/weights.rs set_code 82.13ms 124.25ms +51.28
substrate/frame/broker/src/weights.rs request_revenue_info_at 140.00ns 209.00ns +49.29
substrate/frame/contracts/src/weights.rs seal_transfer 8.79us 13.09us +48.86
substrate/frame/contracts/src/weights.rs seal_balance 4.58us 6.79us +48.35
substrate/frame/revive/src/weights.rs seal_own_code_hash 285.00ns 422.00ns +48.07
substrate/frame/revive/src/weights.rs seal_caller_is_root 298.00ns 440.00ns +47.65
substrate/frame/system/src/weights.rs apply_authorized_upgrade 88.01ms 129.74ms +47.42
substrate/frame/revive/src/weights.rs set_transient_storage_empty 1.51us 2.22us +46.47
substrate/frame/revive/src/weights.rs seal_deposit_event 5.44us 7.87us +44.71
substrate/frame/revive/src/weights.rs get_transient_storage_full 1.58us 2.27us +43.59
substrate/frame/revive/src/weights.rs seal_get_transient_storage 2.09us 2.98us +42.49
substrate/frame/contracts/src/weights.rs seal_contains_transient_storage 3.77us 5.35us +41.77
substrate/frame/revive/src/weights.rs seal_contains_transient_storage 1.85us 2.62us +41.42
substrate/frame/contracts/src/weights.rs seal_get_transient_storage 5.81us 8.11us +39.72
substrate/frame/contracts/src/weights.rs get_transient_storage_full 4.12us 5.74us +39.39
substrate/frame/revive/src/weights.rs seal_value_transferred 285.00ns 395.00ns +38.60
substrate/frame/utility/src/weights.rs batch_all 5.23ms 7.22ms +38.08
substrate/frame/revive/src/weights.rs seal_now 277.00ns 382.00ns +37.91
substrate/frame/contracts/src/weights.rs seal_take_transient_storage 8.13us 11.14us +37.05
substrate/frame/revive/src/weights.rs seal_caller 318.00ns 435.00ns +36.79
substrate/frame/utility/src/weights.rs force_batch 5.01ms 6.85ms +36.79
substrate/frame/revive/src/weights.rs seal_minimum_balance 291.00ns 398.00ns +36.77
substrate/frame/revive/src/weights.rs seal_take_transient_storage 2.60us 3.56us +36.59
substrate/frame/revive/src/weights.rs set_transient_storage_full 1.89us 2.58us +36.30
substrate/frame/revive/src/weights.rs seal_block_number 291.00ns 395.00ns +35.74
substrate/frame/benchmarking/pov/src/weights.rs noop 2.00us 2.70us +35.15
substrate/frame/contracts/src/weights.rs set_transient_storage_full 2.73us 3.68us +34.97
substrate/frame/utility/src/weights.rs batch 5.06ms 6.82ms +34.85
substrate/frame/contracts/src/weights.rs seal_set_transient_storage 9.41us 12.67us +34.61
substrate/frame/revive/src/weights.rs seal_transfer 9.64us 12.96us +34.52
substrate/frame/revive/src/weights.rs seal_clear_transient_storage 2.41us 3.24us +34.44
substrate/frame/contracts/src/weights.rs seal_clear_transient_storage 6.20us 8.32us +34.12
substrate/frame/revive/src/weights.rs seal_set_transient_storage 2.64us 3.53us +33.77
substrate/frame/migrations/src/weights.rs on_init_loop 193.00ns 258.00ns +33.68
substrate/frame/scheduler/src/weights.rs execute_dispatch_unsigned 2.33us 3.11us +33.36
substrate/frame/benchmarking/pov/src/weights.rs storage_1m_map_read_one_value_four_additional_layers 35.00us 46.31us +32.32
substrate/frame/revive/src/weights.rs seal_weight_left 714.00ns 944.00ns +32.21
substrate/frame/revive/src/weights.rs seal_address 290.00ns 383.00ns +32.07
substrate/frame/revive/src/weights.rs seal_balance 4.67us 6.14us +31.56
substrate/frame/revive/src/weights.rs seal_input 30.24us 39.53us +30.74
substrate/frame/fast-unstake/src/weights.rs on_idle_check 220.95ms 288.20ms +30.44
substrate/frame/benchmarking/pov/src/weights.rs storage_1m_map_one_entry_repeated_read 142.75us 185.82us +30.17
substrate/frame/contracts/src/weights.rs instr_i64_load_store 36.68us 47.56us +29.66
substrate/frame/contracts/src/weights.rs rollback_transient_storage 1.66us 2.14us +28.76
substrate/frame/benchmarking/pov/src/weights.rs storage_1m_map_read_one_value_three_additional_layers 33.00us 42.48us +28.74
substrate/frame/benchmarking/pov/src/weights.rs emit_event 5.00us 6.42us +28.30
substrate/frame/utility/src/weights.rs dispatch_as 7.45us 9.53us +27.82
substrate/frame/benchmarking/src/weights.rs addition 160.55ns 204.11ns +27.14
substrate/frame/nfts/src/weights.rs pay_tips 25.73us 32.54us +26.48
substrate/frame/scheduler/src/weights.rs service_task_base 3.61us 4.53us +25.49
substrate/frame/benchmarking/pov/src/weights.rs storage_1m_map_read_one_value_two_additional_layers 32.00us 39.96us +24.88
substrate/frame/scheduler/src/weights.rs set_retry 267.86us 328.79us +22.75
substrate/frame/contracts/src/weights.rs get_transient_storage_empty 3.81us 4.67us +22.62
substrate/frame/contracts/src/weights.rs seal_delegate_call 165.08us 201.62us +22.13
substrate/frame/scheduler/src/weights.rs cancel_retry 264.22us 321.53us +21.69
substrate/frame/scheduler/src/weights.rs service_agenda_base 302.50us 367.10us +21.36
substrate/frame/scheduler/src/weights.rs service_task_periodic 3.66us 4.44us +21.25
substrate/frame/alliance/src/weights.rs remove_unscrupulous_items 2.11ms 2.56ms +21.24
substrate/frame/broker/src/weights.rs purchase_credit 157.60us 191.03us +21.21
substrate/frame/broker/src/weights.rs drop_contribution 201.25us 243.27us +20.88
substrate/frame/benchmarking/src/weights.rs multiplication 166.42ns 201.13ns +20.86
substrate/frame/benchmarking/src/weights.rs division 166.35ns 200.82ns +20.72
substrate/frame/scheduler/src/weights.rs schedule 328.09us 394.73us +20.31
substrate/frame/scheduler/src/weights.rs cancel_retry_named 296.12us 356.22us +20.30
substrate/frame/fast-unstake/src/weights.rs on_idle_unstake 48.48ms 58.29ms +20.22
substrate/frame/scheduler/src/weights.rs set_retry_named 299.25us 357.20us +19.36
substrate/frame/broker/src/weights.rs drop_history 232.62us 277.60us +19.34
substrate/frame/benchmarking/src/weights.rs hashing 26.80ms 31.97ms +19.32
substrate/frame/benchmarking/src/weights.rs subtraction 171.40ns 203.90ns +18.97
substrate/frame/assets/src/weights.rs force_create 136.62us 162.50us +18.94
substrate/frame/beefy-mmr/src/weights.rs n_items_proof_is_non_canonical 557.24us 658.95us +18.25
substrate/frame/election-provider-multi-phase/src/weights.rs feasibility_check 8.28ms 9.75ms +17.66
substrate/frame/revive/src/weights.rs rollback_transient_storage 1.14us 1.34us +17.57
substrate/frame/broker/src/weights.rs drop_region 171.05us 201.03us +17.52
substrate/frame/contracts/src/weights.rs seal_code_hash 32.65us 38.33us +17.37
substrate/frame/scheduler/src/weights.rs cancel 627.70us 735.73us +17.21
substrate/frame/contracts/src/weights.rs on_runtime_upgrade_noop 29.62us 34.69us +17.11
substrate/frame/revive/src/weights.rs seal_return 53.70us 62.87us +17.07
substrate/frame/identity/src/weights.rs set_identity 241.96us 283.24us +17.06
substrate/frame/broker/src/weights.rs drop_renewal 167.37us 195.74us +16.95
substrate/frame/contracts/src/weights.rs seal_is_contract 31.23us 36.39us +16.52
substrate/frame/conviction-voting/src/weights.rs remove_vote 884.29us 1.03ms +16.42
substrate/frame/scheduler/src/weights.rs schedule_named 460.42us 535.69us +16.35
substrate/frame/contracts/src/weights.rs get_storage_full 70.09us 81.31us +16.02
substrate/frame/scheduler/src/weights.rs cancel_named 668.26us 774.52us +15.90
substrate/frame/identity/src/weights.rs provide_judgement 253.33us 292.56us +15.49
substrate/frame/identity/src/weights.rs cancel_request 205.00us 236.13us +15.19
substrate/frame/identity/src/weights.rs request_judgement 233.40us 268.39us +14.99
substrate/frame/alliance/src/weights.rs add_unscrupulous_items 378.16us 434.02us +14.77
substrate/frame/benchmarking/pov/src/weights.rs storage_1m_map_multiple_entry_repeated_read 3.81ms 4.37ms +14.53
substrate/frame/election-provider-multi-phase/src/weights.rs submit_unsigned 9.99ms 11.40ms +14.15
substrate/frame/contracts/src/weights.rs seal_call 469.16us 534.08us +13.84
substrate/frame/conviction-voting/src/weights.rs vote_existing 1.18ms 1.33ms +13.24
substrate/frame/contracts/src/weights.rs upload_code_determinism_relaxed 7.18ms 8.11ms +12.97
substrate/frame/state-trie-migration/src/weights.rs migrate_custom_top_success 37.45us 42.28us +12.89
substrate/frame/revive/src/weights.rs noop_host_fn 284.25us 320.21us +12.65
substrate/frame/state-trie-migration/src/weights.rs migrate_custom_child_success 37.69us 42.44us +12.61
substrate/frame/contracts/src/weights.rs upload_code_determinism_enforced 7.10ms 8.00ms +12.55
substrate/frame/elections-phragmen/src/weights.rs election_phragmen 39.52ms 44.43ms +12.42
substrate/frame/contracts/src/weights.rs call_with_code_per_byte 706.18us 793.63us +12.38
substrate/frame/benchmarking/src/weights.rs sr25519_verification 4.07ms 4.57ms +12.34
substrate/frame/assets/src/weights.rs create 276.84us 310.52us +12.17
substrate/frame/contracts/src/weights.rs seal_get_storage 42.53us 47.65us +12.04
substrate/frame/contracts/src/weights.rs call 518.58us 580.04us +11.85
substrate/frame/contracts/src/weights.rs seal_contains_storage 33.21us 37.13us +11.78
substrate/frame/contracts/src/weights.rs on_runtime_upgrade_in_progress 55.84us 62.27us +11.52
substrate/frame/election-provider-multi-phase/src/weights.rs elect_queued 1.53ms 1.69ms +11.04
substrate/frame/staking/src/weights.rs payout_stakers_alive_staked 128.34ms 141.66ms +10.38
substrate/frame/democracy/src/weights.rs second 163.68us 180.29us +10.15
substrate/frame/nis/src/weights.rs place_bid_max 489.97us 537.48us +9.70
substrate/frame/conviction-voting/src/weights.rs remove_other_vote 205.76us 225.65us +9.67
substrate/frame/timestamp/src/weights.rs on_finalize 4.12us 4.51us +9.64
substrate/frame/staking/src/weights.rs withdraw_unbonded_update 407.54us 446.42us +9.54
substrate/frame/salary/src/weights.rs payout 333.48us 364.21us +9.21
substrate/frame/broker/src/weights.rs transfer 136.94us 149.28us +9.01
substrate/frame/nft-fractionalization/src/weights.rs fractionalize 1.18ms 1.28ms +9.00
substrate/frame/state-trie-migration/src/weights.rs migrate_custom_top_fail 316.51us 344.50us +8.84
substrate/frame/state-trie-migration/src/weights.rs migrate_custom_child_fail 318.62us 346.76us +8.83
substrate/frame/benchmarking/pov/src/weights.rs storage_map_partial_unbounded_read 58.49us 63.59us +8.73
substrate/frame/multisig/src/weights.rs approve_as_multi_create 166.30us 180.62us +8.61
substrate/frame/benchmarking/pov/src/weights.rs storage_map_unbounded_both_measured_read 60.56us 65.69us +8.48
substrate/frame/bounties/src/weights.rs unassign_curator 279.98us 303.48us +8.39
substrate/frame/multisig/src/weights.rs as_multi_create 182.52us 197.78us +8.36
substrate/frame/benchmarking/pov/src/weights.rs storage_map_partial_unbounded_ignored_read 58.68us 63.57us +8.34
substrate/frame/nfts/src/weights.rs set_attributes_pre_signed 1.94ms 2.10ms +8.06
substrate/frame/child-bounties/src/weights.rs unassign_curator 311.35us 336.34us +8.03
substrate/frame/nis/src/weights.rs place_bid 476.29us 514.51us +8.03
substrate/frame/elections-phragmen/src/weights.rs renounce_candidacy_runners_up 155.34us 167.74us +7.98
substrate/frame/benchmarking/pov/src/weights.rs storage_1m_double_map_read_per_component 29.45ms 31.79ms +7.96
substrate/frame/contracts/src/weights.rs v14_migration_step 248.48us 267.93us +7.83
substrate/frame/identity/src/weights.rs remove_expired_approval 153.37us 165.34us +7.80
substrate/frame/revive/src/weights.rs seal_delegate_call 77.93us 84.00us +7.79
substrate/frame/benchmarking/pov/src/weights.rs storage_iteration 1.85s 1.99s +7.79
substrate/frame/asset-conversion/src/weights.rs swap_exact_tokens_for_tokens 1.63ms 1.75ms +7.77
substrate/frame/broker/src/weights.rs purchase 332.27us 357.86us +7.70
substrate/frame/elections-phragmen/src/weights.rs renounce_candidacy_candidate 159.56us 171.68us +7.59
substrate/frame/staking/src/weights.rs restore_ledger 570.61us 613.92us +7.59
substrate/frame/broker/src/weights.rs claim_revenue 705.76us 759.10us +7.56
substrate/frame/nfts/src/weights.rs mint_pre_signed 2.50ms 2.69ms +7.54
substrate/frame/contracts/src/weights.rs get_storage_empty 39.36us 42.28us +7.43
substrate/frame/society/src/weights.rs payout 327.91us 352.17us +7.40
substrate/frame/multisig/src/weights.rs cancel_as_multi 167.86us 180.24us +7.38
substrate/frame/referenda/src/weights.rs nudge_referendum_requeued_slide 172.31us 185.00us +7.36
substrate/frame/proxy/src/weights.rs create_pure 149.19us 160.15us +7.35
substrate/frame/staking/src/weights.rs force_new_era 107.35us 115.22us +7.33
substrate/frame/broker/src/weights.rs assign 323.23us 346.85us +7.31
substrate/frame/benchmarking/pov/src/weights.rs storage_map_read_per_component_one_ignored 5.55ms 5.96ms +7.30
substrate/frame/nis/src/weights.rs fund_deficit 182.92us 196.16us +7.24
substrate/frame/contracts/src/weights.rs seal_ecdsa_to_eth_address 12.96us 13.89us +7.15
substrate/frame/referenda/src/weights.rs refund_decision_deposit 152.53us 163.44us +7.15
substrate/frame/conviction-voting/src/weights.rs unlock 471.52us 505.09us +7.12
substrate/frame/benchmarking/pov/src/weights.rs storage_map_read_per_component 5.57ms 5.96ms +7.08
substrate/frame/staking/src/weights.rs force_new_era_always 107.46us 115.07us +7.08
substrate/frame/democracy/src/weights.rs set_proposal_metadata 216.69us 231.72us +6.94
substrate/frame/society/src/weights.rs unbid 149.94us 160.32us +6.93
substrate/frame/nis/src/weights.rs retract_bid 461.53us 493.27us +6.88
substrate/frame/referenda/src/weights.rs nudge_referendum_requeued_insertion 172.50us 184.24us +6.81
substrate/frame/democracy/src/weights.rs clear_proposal_metadata 187.02us 199.74us +6.80
substrate/frame/broker/src/weights.rs renew 597.12us 637.64us +6.79
substrate/frame/revive/src/weights.rs seal_get_immutable_data 34.14us 36.43us +6.72
substrate/frame/nfts/src/weights.rs set_attribute 375.58us 400.75us +6.70
substrate/frame/democracy/src/weights.rs cancel_proposal 583.51us 622.26us +6.64
substrate/frame/salary/src/weights.rs payout_other 459.88us 490.39us +6.63
substrate/frame/broker/src/weights.rs reserve 138.17us 147.32us +6.62
substrate/frame/identity/src/weights.rs remove_sub 317.59us 338.59us +6.61
substrate/frame/staking/src/weights.rs unbond 1.10ms 1.17ms +6.59
substrate/frame/nfts/src/weights.rs clear_attribute 346.46us 369.23us +6.57
substrate/frame/state-trie-migration/src/weights.rs continue_migrate 193.58us 206.25us +6.55
substrate/frame/uniques/src/weights.rs clear_attribute 311.38us 331.52us +6.47
substrate/frame/staking/src/weights.rs bond_extra 1.02ms 1.08ms +6.43
substrate/frame/society/src/weights.rs bid 257.53us 274.06us +6.42
substrate/frame/proxy/src/weights.rs remove_proxy 149.51us 159.07us +6.39
substrate/frame/elections-phragmen/src/weights.rs submit_candidacy 218.84us 232.81us +6.38
substrate/frame/staking/src/weights.rs get_npos_voters 278.81ms 296.58ms +6.38
substrate/frame/asset-conversion/src/weights.rs create_pool 797.24us 847.98us +6.36
substrate/frame/staking/src/weights.rs rebond 1.02ms 1.08ms +6.36
substrate/frame/proxy/src/weights.rs add_proxy 149.35us 158.86us +6.36
substrate/frame/alliance/src/weights.rs vote 187.65us 199.58us +6.36
substrate/frame/contracts/src/weights.rs seal_set_code_hash 168.49us 179.17us +6.34
substrate/frame/identity/src/weights.rs add_sub 316.79us 336.81us +6.32
substrate/frame/indices/src/weights.rs freeze 150.43us 159.92us +6.31
substrate/frame/elections-phragmen/src/weights.rs remove_voter 319.50us 339.65us +6.31
substrate/frame/referenda/src/weights.rs refund_submission_deposit 152.88us 162.53us +6.31
substrate/frame/recovery/src/weights.rs create_recovery 149.85us 159.19us +6.24
substrate/frame/uniques/src/weights.rs set_attribute 312.59us 332.07us +6.23
substrate/frame/nfts/src/weights.rs redeposit 704.62ms 748.43ms +6.22
substrate/frame/staking/src/weights.rs bond 548.46us 582.40us +6.19
substrate/frame/revive/src/weights.rs seal_ecdsa_to_eth_address 12.73us 13.51us +6.13
substrate/frame/proxy/src/weights.rs kill_pure 148.65us 157.77us +6.13
substrate/frame/revive/src/weights.rs seal_code_hash 32.96us 34.96us +6.08
substrate/frame/contracts/src/weights.rs set_storage_full 175.15us 185.68us +6.01
substrate/frame/revive/src/weights.rs seal_debug_message 191.09us 202.49us +5.97
substrate/frame/elections-phragmen/src/weights.rs vote_less 395.15us 418.71us +5.96
substrate/frame/collective/src/weights.rs vote 183.28us 194.20us +5.96
substrate/frame/uniques/src/weights.rs redeposit 703.74ms 745.38ms +5.92
substrate/frame/elections-phragmen/src/weights.rs vote_more 395.46us 418.75us +5.89
substrate/frame/glutton/src/weights.rs waste_proof_size_some 154.91ms 164.02ms +5.88
substrate/frame/elections-phragmen/src/weights.rs clean_defunct_voters 116.34ms 123.12ms +5.83
substrate/frame/identity/src/weights.rs rename_sub 168.43us 178.08us +5.73
substrate/frame/im-online/src/weights.rs validate_unsigned_and_then_heartbeat 315.55us 333.41us +5.66
substrate/frame/election-provider-multi-phase/src/weights.rs finalize_signed_phase_reject_solution 143.13us 151.19us +5.63
substrate/frame/indices/src/weights.rs claim 147.52us 155.82us +5.62
substrate/frame/contracts/src/weights.rs remove_code 415.25us 438.60us +5.62
substrate/frame/contracts/src/weights.rs v15_migration_step 354.23us 374.14us +5.62
substrate/frame/beefy-mmr/src/weights.rs extract_validation_context 32.67us 34.50us +5.60
substrate/frame/asset-conversion/ops/src/weights.rs migrate_to_new_account 1.63ms 1.72ms +5.60
substrate/frame/contracts/src/weights.rs noop_host_fn 94.38us 99.64us +5.57
substrate/frame/nfts/src/weights.rs set_price 197.85us 208.85us +5.56
substrate/frame/broker/src/weights.rs partition 238.62us 251.81us +5.53
substrate/frame/recovery/src/weights.rs initiate_recovery 178.04us 187.88us +5.52
substrate/frame/assets/src/weights.rs clear_metadata 178.54us 188.38us +5.51
substrate/frame/nfts/src/weights.rs set_metadata 366.10us 386.18us +5.49
substrate/frame/identity/src/weights.rs set_primary_username 167.33us 176.51us +5.48
substrate/frame/sudo/src/weights.rs sudo 35.73us 37.67us +5.42
substrate/frame/multisig/src/weights.rs as_multi_threshold_1 75.68us 79.78us +5.42
substrate/frame/bounties/src/weights.rs close_bounty_proposed 408.72us 430.75us +5.39
substrate/frame/democracy/src/weights.rs on_initialize_base 2.96ms 3.12ms +5.36
substrate/frame/nfts/src/weights.rs clear_metadata 339.84us 358.03us +5.35
substrate/frame/proxy/src/weights.rs proxy 95.78us 100.88us +5.33
substrate/frame/vesting/src/weights.rs vested_transfer 479.43us 504.85us +5.30
substrate/frame/democracy/src/weights.rs on_initialize_base_with_launch_period 3.04ms 3.20ms +5.29
substrate/frame/assets/src/weights.rs force_clear_metadata 178.33us 187.77us +5.29
substrate/frame/nfts/src/weights.rs lock_item_transfer 168.97us 177.88us +5.28
substrate/frame/broker/src/weights.rs unreserve 138.57us 145.86us +5.26
substrate/frame/proxy/src/weights.rs announce 314.50us 331.01us +5.25
substrate/frame/nfts/src/weights.rs create_swap 169.51us 178.40us +5.25
substrate/frame/assets/src/weights.rs destroy_approvals 139.60ms 146.93ms +5.25
substrate/frame/nfts/src/weights.rs unlock_item_transfer 168.59us 177.32us +5.18
substrate/frame/assets/src/weights.rs set_metadata 177.98us 187.14us +5.15
substrate/frame/child-bounties/src/weights.rs claim_child_bounty 837.66us 880.78us +5.15
substrate/frame/contracts/src/weights.rs lock_delegate_dependency 133.64us 140.50us +5.14
substrate/frame/assets/src/weights.rs approve_transfer 281.62us 296.02us +5.11
substrate/frame/proxy/src/weights.rs remove_proxies 147.86us 155.34us +5.06
substrate/frame/nfts/src/weights.rs cancel_swap 169.61us 178.13us +5.03
substrate/frame/contracts/src/weights.rs seal_instantiation_nonce 28.02us 29.43us +5.01
substrate/frame/election-provider-multi-phase/src/weights.rs on_initialize_nothing 220.14us 209.05us -5.04
substrate/frame/contracts/src/weights.rs seal_weight_to_fee 29.29us 27.81us -5.04
substrate/frame/contracts/src/weights.rs seal_sr25519_verify 689.71us 651.08us -5.60
substrate/frame/revive/src/weights.rs on_process_deletion_queue_batch 27.88us 26.18us -6.12
substrate/frame/contracts/src/weights.rs seal_hash_keccak_256 3.78ms 3.41ms -9.62
substrate/frame/revive/src/weights.rs seal_hash_keccak_256 940.95us 845.26us -10.17
substrate/frame/revive/src/weights.rs seal_weight_to_fee 30.78us 27.44us -10.85
substrate/frame/contracts/src/weights.rs v9_migration_step 360.27us 309.76us -14.02
substrate/frame/contracts/src/weights.rs seal_hash_blake2_128 1.54ms 1.29ms -16.04
substrate/frame/contracts/src/weights.rs seal_hash_blake2_256 1.54ms 1.29ms -16.18
substrate/frame/contracts/src/weights.rs seal_hash_sha2_256 1.41ms 1.15ms -18.65
substrate/frame/revive/src/weights.rs seal_hash_blake2_256 396.44us 313.24us -20.99
substrate/frame/revive/src/weights.rs seal_hash_blake2_128 398.10us 312.85us -21.41
substrate/frame/revive/src/weights.rs seal_hash_sha2_256 363.72us 277.36us -23.74
substrate/frame/broker/src/weights.rs do_tick_base 309.22us 215.95us -30.16
substrate/frame/treasury/src/weights.rs on_initialize_proposals 40.95ms 28.10ms -31.38
substrate/frame/contracts/src/weights.rs seal_debug_message 1.27ms 795.17us -37.20
substrate/frame/contracts/src/weights.rs seal_return 431.34us 251.85us -41.61
substrate/frame/contracts/src/weights.rs seal_input 316.14us 157.62us -50.14
substrate/frame/broker/src/weights.rs enable_auto_renew 852.61us 0ps -100.00
substrate/frame/broker/src/weights.rs disable_auto_renew 134.17us 0ps -100.00
substrate/frame/offences/src/weights.rs report_offence_grandpa 7.34ms Added
substrate/frame/offences/src/weights.rs report_offence_babe 7.34ms Added
substrate/frame/merkle-mountain-range/src/weights.rs on_initialize 752.69us Added
substrate/frame/grandpa/src/weights.rs note_stalled 103.63us Added
substrate/frame/grandpa/src/weights.rs check_equivocation_proof 81.06us Added
substrate/frame/examples/multi-block-migrations/src/weights.rs step 161.43us Added
substrate/frame/election-provider-support/benchmarking/src/weights.rs phragmms 48.08ms Added
substrate/frame/election-provider-support/benchmarking/src/weights.rs phragmen 57.45ms Added
substrate/frame/benchmarking/pov/src/weights.rs storage_root_is_the_same_every_time 100.77us Added
substrate/frame/babe/src/weights.rs check_equivocation_proof 92.06us Added

@mordamax
Copy link
Contributor Author

mordamax commented Oct 9, 2024

/cmd bench --runtime westend

@mordamax
Copy link
Contributor Author

mordamax commented Oct 9, 2024

/cmd bench --runtime rococo

@mordamax
Copy link
Contributor Author

mordamax commented Oct 9, 2024

/cmd bench --runtime asset-hub-westend

Copy link

github-actions bot commented Oct 9, 2024

Command "bench --runtime westend" has started 🚀 See logs here

Copy link

github-actions bot commented Oct 9, 2024

Command "bench --runtime rococo" has started 🚀 See logs here

Copy link

github-actions bot commented Oct 9, 2024

Command "bench --runtime asset-hub-westend" has started 🚀 See logs here

Copy link

github-actions bot commented Oct 9, 2024

Command "bench --runtime rococo" has started 🚀 See logs here

Copy link

github-actions bot commented Oct 9, 2024

Command "bench --runtime asset-hub-westend" has started 🚀 See logs here

Copy link

github-actions bot commented Oct 9, 2024

Command "bench --runtime westend" has started 🚀 See logs here

Copy link

Command "bench --runtime asset-hub-westend" has finished ✅ See logs here

Subweight results:
File Extrinsic Old New Change [%]
cumulus/pallets/collator-selection/src/weights.rs leave_intent - - ERROR
cumulus/pallets/collator-selection/src/weights.rs new_session - - ERROR
cumulus/pallets/collator-selection/src/weights.rs register_as_candidate - - ERROR
cumulus/pallets/collator-selection/src/weights.rs set_invulnerables - - ERROR
cumulus/pallets/collator-selection/src/weights.rs take_candidate_slot - - ERROR
cumulus/pallets/collator-selection/src/weights.rs update_bond - - ERROR
cumulus/parachains/runtimes/assets/asset-hub-rococo/src/weights/pallet_collator_selection.rs take_candidate_slot - - ERROR
cumulus/parachains/runtimes/assets/asset-hub-rococo/src/weights/pallet_collator_selection.rs update_bond - - ERROR
cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/weights/pallet_collator_selection.rs take_candidate_slot - - ERROR
cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/weights/pallet_collator_selection.rs update_bond - - ERROR
cumulus/parachains/runtimes/bridge-hubs/bridge-hub-westend/src/weights/pallet_collator_selection.rs take_candidate_slot - - ERROR
cumulus/parachains/runtimes/bridge-hubs/bridge-hub-westend/src/weights/pallet_collator_selection.rs update_bond - - ERROR
cumulus/parachains/runtimes/collectives/collectives-westend/src/weights/pallet_collator_selection.rs take_candidate_slot - - ERROR
cumulus/parachains/runtimes/collectives/collectives-westend/src/weights/pallet_collator_selection.rs update_bond - - ERROR
cumulus/parachains/runtimes/collectives/collectives-westend/src/weights/pallet_core_fellowship_ambassador_core.rs promote_fast - - ERROR
cumulus/parachains/runtimes/collectives/collectives-westend/src/weights/pallet_core_fellowship_fellowship_core.rs promote_fast - - ERROR
cumulus/parachains/runtimes/collectives/collectives-westend/src/weights/pallet_preimage.rs ensure_updated - - ERROR
cumulus/parachains/runtimes/people/people-rococo/src/weights/pallet_collator_selection.rs take_candidate_slot - - ERROR
cumulus/parachains/runtimes/people/people-rococo/src/weights/pallet_collator_selection.rs update_bond - - ERROR
cumulus/parachains/runtimes/people/people-westend/src/weights/pallet_collator_selection.rs take_candidate_slot - - ERROR
cumulus/parachains/runtimes/people/people-westend/src/weights/pallet_collator_selection.rs update_bond - - ERROR
polkadot/runtime/rococo/src/weights/pallet_preimage.rs ensure_updated - - ERROR
polkadot/runtime/rococo/src/weights/pallet_vesting.rs not_unlocking_merge_schedules - - ERROR
polkadot/runtime/westend/src/weights/pallet_preimage.rs ensure_updated - - ERROR
substrate/frame/election-provider-support/src/weights.rs phragmen - - ERROR
substrate/frame/election-provider-support/src/weights.rs phragmms - - ERROR
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_collator_selection.rs set_candidacy_bond 107.35us 21.74ms +20151.97
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/cumulus_pallet_parachain_system.rs enqueue_inbound_downward_messages 24.42ms 339.66ms +1290.63
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_message_queue.rs service_page_item 59.96us 397.29us +562.55
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_xcm.rs execute 7.79us 43.90us +463.43
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_assets_foreign.rs transfer_all 172.38us 827.40us +379.98
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_assets_pool.rs transfer_all 172.38us 824.92us +378.53
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_assets_local.rs transfer_all 172.38us 823.35us +377.63
substrate/frame/assets/src/weights.rs transfer_all 172.38us 572.95us +232.37
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/cumulus_pallet_xcmp_queue.rs on_idle_large_msg 294.00us 753.82us +156.40
substrate/frame/examples/tasks/src/weights.rs add_number_into_total 101.00us 256.54us +154.00
substrate/frame/broker/src/weights.rs request_core_count 2.99us 6.83us +128.14
substrate/frame/benchmarking/pov/src/weights.rs measured_storage_double_value_read_linear_size 2.80ms 5.86ms +109.05
substrate/frame/benchmarking/pov/src/weights.rs mel_storage_double_value_read_linear_size 2.82ms 5.86ms +107.79
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_collator_selection.rs take_candidate_slot 306.54us 636.54us +107.65
substrate/frame/benchmarking/pov/src/weights.rs measured_mixed_storage_double_value_read_linear_size 2.95ms 5.87ms +98.92
substrate/frame/benchmarking/pov/src/weights.rs measured_storage_value_read_linear_size 1.68ms 3.32ms +98.07
substrate/frame/benchmarking/pov/src/weights.rs mel_mixed_storage_double_value_read_linear_size 2.95ms 5.84ms +97.93
substrate/frame/benchmarking/pov/src/weights.rs mel_storage_value_read_linear_size 1.68ms 3.31ms +96.83
substrate/frame/broker/src/weights.rs on_new_timeslice 268.00ns 520.00ns +94.03
substrate/frame/contracts/src/weights.rs seal_reentrance_count 339.00ns 652.00ns +92.33
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_assets_pool.rs burn 281.80us 537.52us +90.74
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_assets_local.rs burn 281.73us 537.01us +90.62
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_assets_foreign.rs burn 284.11us 538.89us +89.67
substrate/frame/contracts/src/weights.rs seal_own_code_hash 764.00ns 1.39us +81.81
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_assets_pool.rs refund_other 265.29us 482.15us +81.75
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_assets_pool.rs refund 265.30us 481.86us +81.63
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_assets_local.rs refund_other 278.56us 502.59us +80.42
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_assets_foreign.rs refund_other 279.52us 503.23us +80.03
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_assets_foreign.rs destroy_accounts 265.44ms 475.48ms +79.13
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_assets_pool.rs destroy_accounts 265.16ms 474.64ms +79.00
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_assets_local.rs destroy_accounts 265.19ms 474.65ms +78.99
substrate/frame/contracts/src/weights.rs set_transient_storage_empty 1.53us 2.68us +74.62
substrate/frame/contracts/src/weights.rs seal_account_reentrance_count 380.00ns 653.00ns +71.84
substrate/frame/contracts/src/weights.rs seal_block_number 583.00ns 989.00ns +69.64
substrate/frame/contracts/src/weights.rs seal_address 628.00ns 1.05us +67.83
substrate/frame/contracts/src/weights.rs seal_value_transferred 603.00ns 1.00us +66.67
substrate/frame/contracts/src/weights.rs seal_caller 678.00ns 1.13us +66.67
substrate/frame/contracts/src/weights.rs seal_minimum_balance 610.00ns 1.02us +66.56
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_balances.rs burn_keep_alive 19.48us 32.23us +65.48
substrate/frame/contracts/src/weights.rs seal_now 602.00ns 996.00ns +65.45
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_timestamp.rs on_finalize 3.42us 5.65us +65.20
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_uniques.rs clear_collection_metadata 180.10us 296.25us +64.49
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs receive_teleported_asset 3.08us 5.01us +62.61
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_balances.rs burn_allow_death 28.98us 46.72us +61.23
substrate/frame/contracts/src/weights.rs seal_gas_left 730.00ns 1.17us +60.55
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/xcm/pallet_xcm_benchmarks_generic.rs refund_surplus 2.71us 4.29us +58.48
substrate/frame/contracts/src/weights.rs seal_caller_is_root 349.00ns 545.00ns +56.16
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_assets_local.rs refund 405.53us 629.53us +55.23
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_assets_foreign.rs refund 406.59us 630.69us +55.12
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_utility.rs as_derivative 5.17us 8.03us +55.11
substrate/frame/contracts/src/weights.rs seal_caller_is_origin 417.00ns 646.00ns +54.92
substrate/frame/revive/src/weights.rs get_transient_storage_empty 1.42us 2.19us +54.29
substrate/frame/revive/src/weights.rs seal_caller_is_origin 326.00ns 499.00ns +53.07
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs reserve_asset_deposited 1.20us 1.83us +52.71
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/xcm/pallet_xcm_benchmarks_generic.rs expect_pallet 4.77us 7.28us +52.58
substrate/frame/system/src/weights.rs set_code 82.13ms 124.25ms +51.28
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_nfts.rs clear_collection_metadata 236.76us 357.94us +51.18
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/xcm/pallet_xcm_benchmarks_generic.rs transact 7.60us 11.39us +49.87
substrate/frame/broker/src/weights.rs request_revenue_info_at 140.00ns 209.00ns +49.29
substrate/frame/contracts/src/weights.rs seal_transfer 8.79us 13.09us +48.86
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_assets_pool.rs force_transfer 543.14us 806.15us +48.42
substrate/frame/contracts/src/weights.rs seal_balance 4.58us 6.79us +48.35
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_assets_local.rs transfer 543.18us 805.58us +48.31
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_assets_local.rs force_transfer 543.20us 805.57us +48.30
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_assets_pool.rs transfer 543.36us 805.39us +48.22
substrate/frame/revive/src/weights.rs seal_own_code_hash 285.00ns 422.00ns +48.07
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_assets_foreign.rs force_transfer 546.13us 807.89us +47.93
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_assets_foreign.rs transfer 546.18us 806.87us +47.73
substrate/frame/revive/src/weights.rs seal_caller_is_root 298.00ns 440.00ns +47.65
substrate/frame/system/src/weights.rs apply_authorized_upgrade 88.01ms 129.74ms +47.42
substrate/frame/revive/src/weights.rs set_transient_storage_empty 1.51us 2.22us +46.47
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/xcm/pallet_xcm_benchmarks_generic.rs buy_execution 686.00ns 1.00us +46.36
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/xcm/pallet_xcm_benchmarks_generic.rs clear_origin 675.00ns 980.00ns +45.19
substrate/frame/revive/src/weights.rs seal_deposit_event 5.44us 7.87us +44.71
substrate/frame/revive/src/weights.rs get_transient_storage_full 1.58us 2.27us +43.59
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/xcm/pallet_xcm_benchmarks_generic.rs unpaid_execution 683.00ns 980.00ns +43.48
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/xcm/pallet_xcm_benchmarks_generic.rs clear_topic 672.00ns 960.00ns +42.86
substrate/frame/revive/src/weights.rs seal_get_transient_storage 2.09us 2.98us +42.49
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/xcm/pallet_xcm_benchmarks_generic.rs clear_error 669.00ns 950.00ns +42.00
substrate/frame/contracts/src/weights.rs seal_contains_transient_storage 3.77us 5.35us +41.77
substrate/frame/revive/src/weights.rs seal_contains_transient_storage 1.85us 2.62us +41.42
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/xcm/pallet_xcm_benchmarks_generic.rs clear_transact_status 736.00ns 1.03us +40.62
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/xcm/pallet_xcm_benchmarks_generic.rs set_topic 681.00ns 955.00ns +40.23
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/xcm/pallet_xcm_benchmarks_generic.rs descend_origin 726.00ns 1.02us +40.22
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_assets_pool.rs transfer_approved 675.41us 945.74us +40.02
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_assets_local.rs transfer_approved 686.95us 961.00us +39.89
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/xcm/pallet_xcm_benchmarks_generic.rs trap 685.00ns 958.00ns +39.85
substrate/frame/contracts/src/weights.rs seal_get_transient_storage 5.81us 8.11us +39.72
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_assets_foreign.rs transfer_approved 690.67us 963.91us +39.56
substrate/frame/contracts/src/weights.rs get_transient_storage_full 4.12us 5.74us +39.39
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/xcm/pallet_xcm_benchmarks_generic.rs set_fees_mode 675.00ns 940.00ns +39.26
substrate/frame/revive/src/weights.rs seal_value_transferred 285.00ns 395.00ns +38.60
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/xcm/pallet_xcm_benchmarks_generic.rs set_appendix 720.00ns 995.00ns +38.19
substrate/frame/utility/src/weights.rs batch_all 5.23ms 7.22ms +38.08
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/xcm/pallet_xcm_benchmarks_generic.rs expect_error 694.00ns 958.00ns +38.04
substrate/frame/revive/src/weights.rs seal_now 277.00ns 382.00ns +37.91
substrate/frame/contracts/src/weights.rs seal_take_transient_storage 8.13us 11.14us +37.05
substrate/frame/revive/src/weights.rs seal_caller 318.00ns 435.00ns +36.79
substrate/frame/utility/src/weights.rs force_batch 5.01ms 6.85ms +36.79
substrate/frame/revive/src/weights.rs seal_minimum_balance 291.00ns 398.00ns +36.77
substrate/frame/revive/src/weights.rs seal_take_transient_storage 2.60us 3.56us +36.59
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/xcm/pallet_xcm_benchmarks_generic.rs expect_origin 715.00ns 975.00ns +36.36
substrate/frame/revive/src/weights.rs set_transient_storage_full 1.89us 2.58us +36.30
substrate/frame/revive/src/weights.rs seal_block_number 291.00ns 395.00ns +35.74
substrate/frame/benchmarking/pov/src/weights.rs noop 2.00us 2.70us +35.15
substrate/frame/contracts/src/weights.rs set_transient_storage_full 2.73us 3.68us +34.97
substrate/frame/utility/src/weights.rs batch 5.06ms 6.82ms +34.85
substrate/frame/contracts/src/weights.rs seal_set_transient_storage 9.41us 12.67us +34.61
substrate/frame/revive/src/weights.rs seal_transfer 9.64us 12.96us +34.52
substrate/frame/revive/src/weights.rs seal_clear_transient_storage 2.41us 3.24us +34.44
substrate/frame/contracts/src/weights.rs seal_clear_transient_storage 6.20us 8.32us +34.12
substrate/frame/revive/src/weights.rs seal_set_transient_storage 2.64us 3.53us +33.77
substrate/frame/migrations/src/weights.rs on_init_loop 193.00ns 258.00ns +33.68
substrate/frame/scheduler/src/weights.rs execute_dispatch_unsigned 2.33us 3.11us +33.36
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_xcm.rs claim_assets 162.71us 216.20us +32.87
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/xcm/pallet_xcm_benchmarks_generic.rs expect_transact_status 858.00ns 1.14us +32.75
substrate/frame/benchmarking/pov/src/weights.rs storage_1m_map_read_one_value_four_additional_layers 35.00us 46.31us +32.32
substrate/frame/revive/src/weights.rs seal_weight_left 714.00ns 944.00ns +32.21
substrate/frame/revive/src/weights.rs seal_address 290.00ns 383.00ns +32.07
substrate/frame/revive/src/weights.rs seal_balance 4.67us 6.14us +31.56
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/xcm/pallet_xcm_benchmarks_generic.rs set_error_handler 744.00ns 974.00ns +30.91
substrate/frame/revive/src/weights.rs seal_input 30.24us 39.53us +30.74
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_nfts.rs transfer_ownership 472.89us 617.87us +30.66
substrate/frame/fast-unstake/src/weights.rs on_idle_check 220.95ms 288.20ms +30.44
substrate/frame/benchmarking/pov/src/weights.rs storage_1m_map_one_entry_repeated_read 142.75us 185.82us +30.17
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_multisig.rs as_multi_threshold_1 19.46us 25.31us +30.10
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_uniques.rs transfer_ownership 472.33us 614.42us +30.08
substrate/frame/contracts/src/weights.rs instr_i64_load_store 36.68us 47.56us +29.66
substrate/frame/contracts/src/weights.rs rollback_transient_storage 1.66us 2.14us +28.76
substrate/frame/benchmarking/pov/src/weights.rs storage_1m_map_read_one_value_three_additional_layers 33.00us 42.48us +28.74
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_utility.rs dispatch_as 9.06us 11.64us +28.55
substrate/frame/benchmarking/pov/src/weights.rs emit_event 5.00us 6.42us +28.30
substrate/frame/utility/src/weights.rs dispatch_as 7.45us 9.53us +27.82
substrate/frame/benchmarking/src/weights.rs addition 160.55ns 204.11ns +27.14
substrate/frame/nfts/src/weights.rs pay_tips 25.73us 32.54us +26.48
substrate/frame/scheduler/src/weights.rs service_task_base 3.61us 4.53us +25.49
substrate/frame/benchmarking/pov/src/weights.rs storage_1m_map_read_one_value_two_additional_layers 32.00us 39.96us +24.88
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_assets_local.rs force_create 135.86us 168.54us +24.05
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_assets_pool.rs force_create 136.32us 167.64us +22.97
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_nft_fractionalization.rs unify 1.35ms 1.66ms +22.96
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_assets_pool.rs create 136.68us 168.05us +22.95
substrate/frame/scheduler/src/weights.rs set_retry 267.86us 328.79us +22.75
substrate/frame/contracts/src/weights.rs get_transient_storage_empty 3.81us 4.67us +22.62
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_assets_foreign.rs force_create 137.26us 168.22us +22.56
substrate/frame/contracts/src/weights.rs seal_delegate_call 165.08us 201.62us +22.13
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_message_queue.rs execute_overweight_page_updated 323.67us 394.98us +22.03
substrate/frame/scheduler/src/weights.rs cancel_retry 264.22us 321.53us +21.69
substrate/frame/scheduler/src/weights.rs service_agenda_base 302.50us 367.10us +21.36
substrate/frame/scheduler/src/weights.rs service_task_periodic 3.66us 4.44us +21.25
substrate/frame/alliance/src/weights.rs remove_unscrupulous_items 2.11ms 2.56ms +21.24
substrate/frame/broker/src/weights.rs purchase_credit 157.60us 191.03us +21.21
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/frame_system.rs set_code 106.09ms 128.33ms +20.96
substrate/frame/broker/src/weights.rs drop_contribution 201.25us 243.27us +20.88
substrate/frame/benchmarking/src/weights.rs multiplication 166.42ns 201.13ns +20.86
substrate/frame/benchmarking/src/weights.rs division 166.35ns 200.82ns +20.72
substrate/frame/scheduler/src/weights.rs schedule 328.09us 394.73us +20.31
substrate/frame/scheduler/src/weights.rs cancel_retry_named 296.12us 356.22us +20.30
substrate/frame/fast-unstake/src/weights.rs on_idle_unstake 48.48ms 58.29ms +20.22
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_message_queue.rs execute_overweight_page_removed 310.54us 371.94us +19.77
substrate/frame/scheduler/src/weights.rs set_retry_named 299.25us 357.20us +19.36
substrate/frame/broker/src/weights.rs drop_history 232.62us 277.60us +19.34
substrate/frame/benchmarking/src/weights.rs hashing 26.80ms 31.97ms +19.32
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_proxy.rs proxy 42.74us 50.86us +19.01
substrate/frame/benchmarking/src/weights.rs subtraction 171.40ns 203.90ns +18.97
substrate/frame/assets/src/weights.rs force_create 136.62us 162.50us +18.94
substrate/frame/beefy-mmr/src/weights.rs n_items_proof_is_non_canonical 557.24us 658.95us +18.25
substrate/frame/election-provider-multi-phase/src/weights.rs feasibility_check 8.28ms 9.75ms +17.66
substrate/frame/revive/src/weights.rs rollback_transient_storage 1.14us 1.34us +17.57
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_message_queue.rs reap_page 291.37us 342.50us +17.55
substrate/frame/broker/src/weights.rs drop_region 171.05us 201.03us +17.52
substrate/frame/contracts/src/weights.rs seal_code_hash 32.65us 38.33us +17.37
substrate/frame/scheduler/src/weights.rs cancel 627.70us 735.73us +17.21
substrate/frame/contracts/src/weights.rs on_runtime_upgrade_noop 29.62us 34.69us +17.11
substrate/frame/revive/src/weights.rs seal_return 53.70us 62.87us +17.07
substrate/frame/identity/src/weights.rs set_identity 241.96us 283.24us +17.06
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_balances.rs force_adjust_total_issuance 30.73us 35.93us +16.95
substrate/frame/broker/src/weights.rs drop_renewal 167.37us 195.74us +16.95
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_xcm.rs teleport_assets 595.47us 695.89us +16.86
substrate/frame/contracts/src/weights.rs seal_is_contract 31.23us 36.39us +16.52
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/xcm/pallet_xcm_benchmarks_generic.rs expect_asset 6.34us 7.38us +16.47
substrate/frame/conviction-voting/src/weights.rs remove_vote 884.29us 1.03ms +16.42
substrate/frame/scheduler/src/weights.rs schedule_named 460.42us 535.69us +16.35
substrate/frame/contracts/src/weights.rs get_storage_full 70.09us 81.31us +16.02
substrate/frame/scheduler/src/weights.rs cancel_named 668.26us 774.52us +15.90
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_balances.rs transfer_allow_death 171.76us 198.93us +15.82
substrate/frame/identity/src/weights.rs provide_judgement 253.33us 292.56us +15.49
substrate/frame/identity/src/weights.rs cancel_request 205.00us 236.13us +15.19
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_assets_local.rs create 276.68us 318.66us +15.17
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_balances.rs transfer_all 171.29us 197.25us +15.15
substrate/frame/identity/src/weights.rs request_judgement 233.40us 268.39us +14.99
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_xcm.rs transfer_assets 1.15ms 1.32ms +14.93
substrate/frame/alliance/src/weights.rs add_unscrupulous_items 378.16us 434.02us +14.77
substrate/frame/benchmarking/pov/src/weights.rs storage_1m_map_multiple_entry_repeated_read 3.81ms 4.37ms +14.53
substrate/frame/election-provider-multi-phase/src/weights.rs submit_unsigned 9.99ms 11.40ms +14.15
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_balances.rs transfer_keep_alive 161.49us 183.98us +13.92
substrate/frame/contracts/src/weights.rs seal_call 469.16us 534.08us +13.84
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/xcm/pallet_xcm_benchmarks_generic.rs burn_asset 23.82us 27.05us +13.60
substrate/frame/conviction-voting/src/weights.rs vote_existing 1.18ms 1.33ms +13.24
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_assets_foreign.rs create 305.02us 344.73us +13.02
substrate/frame/contracts/src/weights.rs upload_code_determinism_relaxed 7.18ms 8.11ms +12.97
substrate/frame/state-trie-migration/src/weights.rs migrate_custom_top_success 37.45us 42.28us +12.89
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_xcm.rs reserve_transfer_assets 847.89us 956.49us +12.81
substrate/frame/revive/src/weights.rs noop_host_fn 284.25us 320.21us +12.65
substrate/frame/state-trie-migration/src/weights.rs migrate_custom_child_success 37.69us 42.44us +12.61
substrate/frame/contracts/src/weights.rs upload_code_determinism_enforced 7.10ms 8.00ms +12.55
substrate/frame/elections-phragmen/src/weights.rs election_phragmen 39.52ms 44.43ms +12.42
substrate/frame/contracts/src/weights.rs call_with_code_per_byte 706.18us 793.63us +12.38
substrate/frame/benchmarking/src/weights.rs sr25519_verification 4.07ms 4.57ms +12.34
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/frame_system.rs apply_authorized_upgrade 118.45ms 132.88ms +12.18
substrate/frame/assets/src/weights.rs create 276.84us 310.52us +12.17
substrate/frame/contracts/src/weights.rs seal_get_storage 42.53us 47.65us +12.04
substrate/frame/contracts/src/weights.rs call 518.58us 580.04us +11.85
substrate/frame/contracts/src/weights.rs seal_contains_storage 33.21us 37.13us +11.78
substrate/frame/contracts/src/weights.rs on_runtime_upgrade_in_progress 55.84us 62.27us +11.52
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_multisig.rs approve_as_multi_create 169.56us 188.95us +11.44
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/xcm/pallet_xcm_benchmarks_generic.rs query_response 33.65us 37.45us +11.30
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/cumulus_pallet_xcmp_queue.rs on_idle_good_msg 718.00us 797.67us +11.10
substrate/frame/election-provider-multi-phase/src/weights.rs elect_queued 1.53ms 1.69ms +11.04
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_nft_fractionalization.rs fractionalize 1.18ms 1.31ms +10.86
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs withdraw_asset 158.22us 175.07us +10.65
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_multisig.rs as_multi_create 185.93us 205.66us +10.61
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_balances.rs force_set_balance_killing 142.73us 157.84us +10.58
substrate/frame/staking/src/weights.rs payout_stakers_alive_staked 128.34ms 141.66ms +10.38
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_assets_pool.rs transfer_keep_alive 537.93us 593.50us +10.33
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_assets_local.rs transfer_keep_alive 537.84us 593.20us +10.29
substrate/frame/democracy/src/weights.rs second 163.68us 180.29us +10.15
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_multisig.rs cancel_as_multi 170.77us 188.06us +10.12
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_assets_foreign.rs transfer_keep_alive 541.08us 594.83us +9.93
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_balances.rs force_transfer 297.98us 326.91us +9.71
substrate/frame/nis/src/weights.rs place_bid_max 489.97us 537.48us +9.70
substrate/frame/conviction-voting/src/weights.rs remove_other_vote 205.76us 225.65us +9.67
substrate/frame/timestamp/src/weights.rs on_finalize 4.12us 4.51us +9.64
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_proxy.rs remove_proxy 151.91us 166.53us +9.62
substrate/frame/staking/src/weights.rs withdraw_unbonded_update 407.54us 446.42us +9.54
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_assets_local.rs set_metadata 178.48us 195.39us +9.47
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs deposit_asset 150.56us 164.64us +9.35
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_proxy.rs add_proxy 151.84us 165.92us +9.27
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_proxy.rs kill_pure 149.69us 163.54us +9.25
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_xcm.rs take_response 150.87us 164.79us +9.23
substrate/frame/salary/src/weights.rs payout 333.48us 364.21us +9.21
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_proxy.rs create_pure 153.04us 167.01us +9.13
substrate/frame/broker/src/weights.rs transfer 136.94us 149.28us +9.01
substrate/frame/nft-fractionalization/src/weights.rs fractionalize 1.18ms 1.28ms +9.00
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_proxy.rs remove_proxies 148.90us 162.20us +8.93
substrate/frame/state-trie-migration/src/weights.rs migrate_custom_top_fail 316.51us 344.50us +8.84
substrate/frame/state-trie-migration/src/weights.rs migrate_custom_child_fail 318.62us 346.76us +8.83
substrate/frame/benchmarking/pov/src/weights.rs storage_map_partial_unbounded_read 58.49us 63.59us +8.73
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_assets_foreign.rs set_metadata 179.85us 195.48us +8.69
substrate/frame/multisig/src/weights.rs approve_as_multi_create 166.30us 180.62us +8.61
substrate/frame/benchmarking/pov/src/weights.rs storage_map_unbounded_both_measured_read 60.56us 65.69us +8.48
substrate/frame/bounties/src/weights.rs unassign_curator 279.98us 303.48us +8.39
substrate/frame/multisig/src/weights.rs as_multi_create 182.52us 197.78us +8.36
substrate/frame/benchmarking/pov/src/weights.rs storage_map_partial_unbounded_ignored_read 58.68us 63.57us +8.34
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_assets_local.rs force_clear_metadata 178.63us 193.50us +8.32
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_assets_local.rs clear_metadata 178.74us 193.56us +8.29
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_nfts.rs set_attribute 375.05us 406.08us +8.27
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_balances.rs force_unreserve 140.41us 151.91us +8.19
substrate/frame/nfts/src/weights.rs set_attributes_pre_signed 1.94ms 2.10ms +8.06
substrate/frame/child-bounties/src/weights.rs unassign_curator 311.35us 336.34us +8.03
substrate/frame/nis/src/weights.rs place_bid 476.29us 514.51us +8.03
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_nfts.rs set_attributes_pre_signed 1.95ms 2.10ms +8.02
substrate/frame/elections-phragmen/src/weights.rs renounce_candidacy_runners_up 155.34us 167.74us +7.98
substrate/frame/benchmarking/pov/src/weights.rs storage_1m_double_map_read_per_component 29.45ms 31.79ms +7.96
substrate/frame/contracts/src/weights.rs v14_migration_step 248.48us 267.93us +7.83
substrate/frame/identity/src/weights.rs remove_expired_approval 153.37us 165.34us +7.80
substrate/frame/revive/src/weights.rs seal_delegate_call 77.93us 84.00us +7.79
substrate/frame/benchmarking/pov/src/weights.rs storage_iteration 1.85s 1.99s +7.79
substrate/frame/asset-conversion/src/weights.rs swap_exact_tokens_for_tokens 1.63ms 1.75ms +7.77
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_assets_foreign.rs clear_metadata 180.28us 194.20us +7.72
substrate/frame/broker/src/weights.rs purchase 332.27us 357.86us +7.70
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_nfts.rs clear_attribute 346.03us 372.61us +7.68
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_nfts.rs mint_pre_signed 2.51ms 2.70ms +7.65
substrate/frame/elections-phragmen/src/weights.rs renounce_candidacy_candidate 159.56us 171.68us +7.59
substrate/frame/staking/src/weights.rs restore_ledger 570.61us 613.92us +7.59
substrate/frame/broker/src/weights.rs claim_revenue 705.76us 759.10us +7.56
substrate/frame/nfts/src/weights.rs mint_pre_signed 2.50ms 2.69ms +7.54
substrate/frame/contracts/src/weights.rs get_storage_empty 39.36us 42.28us +7.43
substrate/frame/society/src/weights.rs payout 327.91us 352.17us +7.40
substrate/frame/multisig/src/weights.rs cancel_as_multi 167.86us 180.24us +7.38
substrate/frame/referenda/src/weights.rs nudge_referendum_requeued_slide 172.31us 185.00us +7.36
substrate/frame/proxy/src/weights.rs create_pure 149.19us 160.15us +7.35
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_proxy.rs proxy_announced 317.75us 341.05us +7.33
substrate/frame/staking/src/weights.rs force_new_era 107.35us 115.22us +7.33
substrate/frame/broker/src/weights.rs assign 323.23us 346.85us +7.31
substrate/frame/benchmarking/pov/src/weights.rs storage_map_read_per_component_one_ignored 5.55ms 5.96ms +7.30
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_assets_foreign.rs force_clear_metadata 179.77us 192.78us +7.24
substrate/frame/nis/src/weights.rs fund_deficit 182.92us 196.16us +7.24
substrate/frame/contracts/src/weights.rs seal_ecdsa_to_eth_address 12.96us 13.89us +7.15
substrate/frame/referenda/src/weights.rs refund_decision_deposit 152.53us 163.44us +7.15
substrate/frame/conviction-voting/src/weights.rs unlock 471.52us 505.09us +7.12
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_multisig.rs as_multi_approve 170.42us 182.54us +7.11
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_nfts.rs unlock_item_transfer 170.22us 182.33us +7.11
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_multisig.rs approve_as_multi_approve 153.90us 164.83us +7.10
substrate/frame/benchmarking/pov/src/weights.rs storage_map_read_per_component 5.57ms 5.96ms +7.08
substrate/frame/staking/src/weights.rs force_new_era_always 107.46us 115.07us +7.08
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs transfer_asset 291.73us 312.24us +7.03
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_assets_local.rs approve_transfer 281.42us 301.10us +6.99
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_nfts.rs set_price 198.60us 212.45us +6.97
substrate/frame/democracy/src/weights.rs set_proposal_metadata 216.69us 231.72us +6.94
substrate/frame/society/src/weights.rs unbid 149.94us 160.32us +6.93
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_proxy.rs remove_announcement 278.59us 297.81us +6.90
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_balances.rs force_set_balance_creating 137.67us 147.16us +6.89
substrate/frame/nis/src/weights.rs retract_bid 461.53us 493.27us +6.88
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_proxy.rs announce 313.50us 335.01us +6.86
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_collator_selection.rs set_invulnerables 674.47us 720.67us +6.85
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_nfts.rs create_swap 171.41us 183.10us +6.82
substrate/frame/referenda/src/weights.rs nudge_referendum_requeued_insertion 172.50us 184.24us +6.81
substrate/frame/democracy/src/weights.rs clear_proposal_metadata 187.02us 199.74us +6.80
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_nfts.rs lock_item_transfer 170.57us 182.18us +6.80
substrate/frame/broker/src/weights.rs renew 597.12us 637.64us +6.79
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_proxy.rs reject_announcement 278.77us 297.63us +6.76
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_nfts.rs clear_all_transfer_approvals 142.39us 151.97us +6.73
substrate/frame/revive/src/weights.rs seal_get_immutable_data 34.14us 36.43us +6.72
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_xcm.rs notify_target_migration_fail 112.25us 119.78us +6.71
substrate/frame/nfts/src/weights.rs set_attribute 375.58us 400.75us +6.70
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_nfts.rs cancel_approval 143.70us 153.29us +6.68
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_uniques.rs set_attribute 314.06us 334.91us +6.64
substrate/frame/democracy/src/weights.rs cancel_proposal 583.51us 622.26us +6.64
substrate/frame/salary/src/weights.rs payout_other 459.88us 490.39us +6.63
substrate/frame/broker/src/weights.rs reserve 138.17us 147.32us +6.62
substrate/frame/identity/src/weights.rs remove_sub 317.59us 338.59us +6.61
substrate/frame/staking/src/weights.rs unbond 1.10ms 1.17ms +6.59
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs initiate_reserve_withdraw 736.41us 784.82us +6.57
substrate/frame/nfts/src/weights.rs clear_attribute 346.46us 369.23us +6.57
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_xcm.rs already_notified_target 171.39us 182.64us +6.56
substrate/frame/state-trie-migration/src/weights.rs continue_migrate 193.58us 206.25us +6.55
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_assets_local.rs cancel_approval 283.71us 302.28us +6.55
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_nfts.rs set_metadata 366.53us 390.38us +6.51
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_nfts.rs approve_transfer 171.15us 182.26us +6.49
substrate/frame/uniques/src/weights.rs clear_attribute 311.38us 331.52us +6.47
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_nfts.rs clear_metadata 339.92us 361.87us +6.46
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_nfts.rs lock_item_properties 169.40us 180.31us +6.44
substrate/frame/staking/src/weights.rs bond_extra 1.02ms 1.08ms +6.43
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_uniques.rs clear_attribute 313.09us 333.19us +6.42
substrate/frame/society/src/weights.rs bid 257.53us 274.06us +6.42
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs transfer_reserve_asset 855.30us 910.11us +6.41
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_nfts.rs cancel_swap 170.70us 181.64us +6.41
substrate/frame/proxy/src/weights.rs remove_proxy 149.51us 159.07us +6.39
substrate/frame/elections-phragmen/src/weights.rs submit_candidacy 218.84us 232.81us +6.38
substrate/frame/staking/src/weights.rs get_npos_voters 278.81ms 296.58ms +6.38
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_assets_local.rs force_cancel_approval 284.11us 302.21us +6.37
substrate/frame/asset-conversion/src/weights.rs create_pool 797.24us 847.98us +6.36
substrate/frame/staking/src/weights.rs rebond 1.02ms 1.08ms +6.36
substrate/frame/proxy/src/weights.rs add_proxy 149.35us 158.86us +6.36
substrate/frame/alliance/src/weights.rs vote 187.65us 199.58us +6.36
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/xcm/pallet_xcm_benchmarks_generic.rs report_holding 728.07us 774.33us +6.35
substrate/frame/contracts/src/weights.rs seal_set_code_hash 168.49us 179.17us +6.34
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_assets_local.rs touch_other 281.19us 299.00us +6.34
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_assets_foreign.rs approve_transfer 283.16us 301.10us +6.33
substrate/frame/identity/src/weights.rs add_sub 316.79us 336.81us +6.32
substrate/frame/indices/src/weights.rs freeze 150.43us 159.92us +6.31
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_nfts.rs lock_collection 167.19us 177.74us +6.31
substrate/frame/elections-phragmen/src/weights.rs remove_voter 319.50us 339.65us +6.31
substrate/frame/referenda/src/weights.rs refund_submission_deposit 152.88us 162.53us +6.31
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_nfts.rs set_collection_max_supply 168.95us 179.60us +6.31
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs deposit_reserve_asset 710.68us 755.29us +6.28
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_nfts.rs set_collection_metadata 337.69us 358.83us +6.26
substrate/frame/recovery/src/weights.rs create_recovery 149.85us 159.19us +6.24
substrate/frame/uniques/src/weights.rs set_attribute 312.59us 332.07us +6.23
substrate/frame/nfts/src/weights.rs redeposit 704.62ms 748.43ms +6.22
substrate/frame/staking/src/weights.rs bond 548.46us 582.40us +6.19
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_nfts.rs approve_item_attributes 167.76us 178.14us +6.19
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_nfts.rs force_collection_config 139.89us 148.53us +6.17
substrate/frame/revive/src/weights.rs seal_ecdsa_to_eth_address 12.73us 13.51us +6.13
substrate/frame/proxy/src/weights.rs kill_pure 148.65us 157.77us +6.13
substrate/frame/revive/src/weights.rs seal_code_hash 32.96us 34.96us +6.08
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_nfts.rs set_accept_ownership 140.28us 148.72us +6.02
substrate/frame/contracts/src/weights.rs set_storage_full 175.15us 185.68us +6.01
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_assets_local.rs force_set_metadata 162.76us 172.53us +6.00
substrate/frame/revive/src/weights.rs seal_debug_message 191.09us 202.49us +5.97
substrate/frame/elections-phragmen/src/weights.rs vote_less 395.15us 418.71us +5.96
substrate/frame/collective/src/weights.rs vote 183.28us 194.20us +5.96
substrate/frame/uniques/src/weights.rs redeposit 703.74ms 745.38ms +5.92
substrate/frame/elections-phragmen/src/weights.rs vote_more 395.46us 418.75us +5.89
substrate/frame/glutton/src/weights.rs waste_proof_size_some 154.91ms 164.02ms +5.88
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_assets_local.rs thaw 167.12us 176.94us +5.88
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_xcm_bridge_hub_router.rs on_initialize_when_non_congested 188.86us 199.88us +5.84
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_assets_foreign.rs cancel_approval 285.50us 302.14us +5.83
substrate/frame/elections-phragmen/src/weights.rs clean_defunct_voters 116.34ms 123.12ms +5.83
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_nfts.rs update_mint_settings 168.55us 178.37us +5.82
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_uniques.rs cancel_approval 169.35us 179.18us +5.80
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_assets_local.rs block 167.04us 176.71us +5.79
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_uniques.rs thaw 168.92us 178.69us +5.79
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_assets_local.rs freeze 167.12us 176.72us +5.74
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_uniques.rs clear_metadata 280.89us 297.01us +5.74
substrate/frame/identity/src/weights.rs rename_sub 168.43us 178.08us +5.73
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/xcm/pallet_xcm_benchmarks_generic.rs query_pallet 700.31us 740.37us +5.72
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_assets_foreign.rs touch_other 283.21us 299.35us +5.70
substrate/frame/im-online/src/weights.rs validate_unsigned_and_then_heartbeat 315.55us 333.41us +5.66
substrate/frame/election-provider-multi-phase/src/weights.rs finalize_signed_phase_reject_solution 143.13us 151.19us +5.63
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_assets_local.rs set_min_balance 138.44us 146.23us +5.63
substrate/frame/indices/src/weights.rs claim 147.52us 155.82us +5.62
substrate/frame/contracts/src/weights.rs remove_code 415.25us 438.60us +5.62
substrate/frame/contracts/src/weights.rs v15_migration_step 354.23us 374.14us +5.62
substrate/frame/beefy-mmr/src/weights.rs extract_validation_context 32.67us 34.50us +5.60
substrate/frame/asset-conversion/ops/src/weights.rs migrate_to_new_account 1.63ms 1.72ms +5.60
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_assets_pool.rs thaw 167.34us 176.70us +5.60
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_uniques.rs freeze 168.95us 178.40us +5.59
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_uniques.rs set_collection_metadata 281.30us 297.00us +5.58
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_nfts.rs force_set_attribute 276.19us 291.59us +5.58
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_assets_foreign.rs force_cancel_approval 286.55us 302.52us +5.57
substrate/frame/contracts/src/weights.rs noop_host_fn 94.38us 99.64us +5.57
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_xcm.rs send 371.83us 392.54us +5.57
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_assets_pool.rs block 167.28us 176.59us +5.56
substrate/frame/nfts/src/weights.rs set_price 197.85us 208.85us +5.56
substrate/frame/broker/src/weights.rs partition 238.62us 251.81us +5.53
substrate/frame/recovery/src/weights.rs initiate_recovery 178.04us 187.88us +5.52
substrate/frame/assets/src/weights.rs clear_metadata 178.54us 188.38us +5.51
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_uniques.rs set_metadata 280.16us 295.59us +5.51
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_xcm.rs force_xcm_version 106.79us 112.67us +5.50
substrate/frame/nfts/src/weights.rs set_metadata 366.10us 386.18us +5.49
substrate/frame/identity/src/weights.rs set_primary_username 167.33us 176.51us +5.48
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_assets_local.rs thaw_asset 138.11us 145.68us +5.48
substrate/frame/sudo/src/weights.rs sudo 35.73us 37.67us +5.42
substrate/frame/multisig/src/weights.rs as_multi_threshold_1 75.68us 79.78us +5.42
substrate/frame/bounties/src/weights.rs close_bounty_proposed 408.72us 430.75us +5.39
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_uniques.rs approve_transfer 169.70us 178.84us +5.39
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_assets_pool.rs freeze 167.42us 176.44us +5.38
substrate/frame/democracy/src/weights.rs on_initialize_base 2.96ms 3.12ms +5.36
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_uniques.rs set_price 141.69us 149.28us +5.36
substrate/frame/nfts/src/weights.rs clear_metadata 339.84us 358.03us +5.35
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_multisig.rs as_multi_complete 319.90us 337.00us +5.35
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_assets_local.rs transfer_ownership 164.27us 173.05us +5.34
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_nfts.rs mint 573.94us 604.60us +5.34
substrate/frame/proxy/src/weights.rs proxy 95.78us 100.88us +5.33
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs initiate_teleport 551.02us 580.25us +5.31
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_assets_local.rs finish_destroy 163.91us 172.61us +5.31
substrate/frame/vesting/src/weights.rs vested_transfer 479.43us 504.85us +5.30
substrate/frame/democracy/src/weights.rs on_initialize_base_with_launch_period 3.04ms 3.20ms +5.29
substrate/frame/assets/src/weights.rs force_clear_metadata 178.33us 187.77us +5.29
substrate/frame/nfts/src/weights.rs lock_item_transfer 168.97us 177.88us +5.28
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_assets_pool.rs set_min_balance 138.92us 146.25us +5.28
substrate/frame/broker/src/weights.rs unreserve 138.57us 145.86us +5.26
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_assets_local.rs start_destroy 138.72us 146.02us +5.26
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_uniques.rs set_accept_ownership 140.46us 147.85us +5.26
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_assets_local.rs freeze_asset 138.27us 145.53us +5.26
substrate/frame/proxy/src/weights.rs announce 314.50us 331.01us +5.25
substrate/frame/nfts/src/weights.rs create_swap 169.51us 178.40us +5.25
substrate/frame/assets/src/weights.rs destroy_approvals 139.60ms 146.93ms +5.25
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_assets_local.rs force_asset_status 137.53us 144.73us +5.24
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_nfts.rs redeposit 712.86ms 750.15ms +5.23
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_nfts.rs force_mint 572.67us 602.51us +5.21
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_assets_pool.rs clear_metadata 166.18us 174.84us +5.21
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_assets_local.rs set_team 138.22us 145.38us +5.19
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_assets_pool.rs force_clear_metadata 166.00us 174.60us +5.18
substrate/frame/nfts/src/weights.rs unlock_item_transfer 168.59us 177.32us +5.18
substrate/frame/assets/src/weights.rs set_metadata 177.98us 187.14us +5.15
substrate/frame/child-bounties/src/weights.rs claim_child_bounty 837.66us 880.78us +5.15
substrate/frame/contracts/src/weights.rs lock_delegate_dependency 133.64us 140.50us +5.14
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_assets_pool.rs set_metadata 166.17us 174.70us +5.13
substrate/frame/assets/src/weights.rs approve_transfer 281.62us 296.02us +5.11
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/xcm/pallet_xcm_benchmarks_generic.rs report_transact_status 694.87us 730.23us +5.09
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_assets_foreign.rs block 168.53us 177.06us +5.06
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_assets_foreign.rs thaw 168.47us 177.00us +5.06
substrate/frame/proxy/src/weights.rs remove_proxies 147.86us 155.34us +5.06
substrate/frame/nfts/src/weights.rs cancel_swap 169.61us 178.13us +5.03
substrate/frame/contracts/src/weights.rs seal_instantiation_nonce 28.02us 29.43us +5.01
substrate/frame/election-provider-multi-phase/src/weights.rs on_initialize_nothing 220.14us 209.05us -5.04
substrate/frame/contracts/src/weights.rs seal_weight_to_fee 29.29us 27.81us -5.04
substrate/frame/contracts/src/weights.rs seal_sr25519_verify 689.71us 651.08us -5.60
substrate/frame/revive/src/weights.rs on_process_deletion_queue_batch 27.88us 26.18us -6.12
substrate/frame/contracts/src/weights.rs seal_hash_keccak_256 3.78ms 3.41ms -9.62
substrate/frame/revive/src/weights.rs seal_hash_keccak_256 940.95us 845.26us -10.17
substrate/frame/revive/src/weights.rs seal_weight_to_fee 30.78us 27.44us -10.85
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_nfts.rs pay_tips 40.03us 34.92us -12.77
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/frame_system.rs authorize_upgrade 133.03us 115.86us -12.91
substrate/frame/contracts/src/weights.rs v9_migration_step 360.27us 309.76us -14.02
substrate/frame/contracts/src/weights.rs seal_hash_blake2_128 1.54ms 1.29ms -16.04
substrate/frame/contracts/src/weights.rs seal_hash_blake2_256 1.54ms 1.29ms -16.18
substrate/frame/contracts/src/weights.rs seal_hash_sha2_256 1.41ms 1.15ms -18.65
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/frame_system.rs remark_with_event 6.81ms 5.50ms -19.29
substrate/frame/revive/src/weights.rs seal_hash_blake2_256 396.44us 313.24us -20.99
substrate/frame/revive/src/weights.rs seal_hash_blake2_128 398.10us 312.85us -21.41
substrate/frame/revive/src/weights.rs seal_hash_sha2_256 363.72us 277.36us -23.74
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_utility.rs force_batch 6.03ms 4.45ms -26.26
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_utility.rs batch_all 6.41ms 4.73ms -26.27
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_utility.rs batch 6.04ms 4.43ms -26.77
substrate/frame/broker/src/weights.rs do_tick_base 309.22us 215.95us -30.16
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_collator_selection.rs update_bond 306.54us 212.16us -30.79
substrate/frame/treasury/src/weights.rs on_initialize_proposals 40.95ms 28.10ms -31.38
substrate/frame/contracts/src/weights.rs seal_debug_message 1.27ms 795.17us -37.20
substrate/frame/contracts/src/weights.rs seal_return 431.34us 251.85us -41.61
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_asset_conversion_ops.rs migrate_to_new_account 3.40ms 1.83ms -46.29
substrate/frame/contracts/src/weights.rs seal_input 316.14us 157.62us -50.14
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_asset_conversion.rs add_liquidity 2.56ms 1.15ms -54.83
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_asset_conversion.rs swap_tokens_for_exact_tokens 1.57ms 707.20us -55.06
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_asset_conversion.rs swap_exact_tokens_for_tokens 1.59ms 706.89us -55.43
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_asset_conversion.rs remove_liquidity 2.41ms 1.05ms -56.36
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_asset_conversion.rs create_pool 1.98ms 667.98us -66.21
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_asset_conversion.rs touch 1.80ms 566.68us -68.55
cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/cumulus_pallet_xcmp_queue.rs take_first_concatenated_xcm 45.00us 10.60us -76.44
substrate/frame/broker/src/weights.rs enable_auto_renew 852.61us 0ps -100.00
substrate/frame/broker/src/weights.rs disable_auto_renew 134.17us 0ps -100.00
substrate/frame/offences/src/weights.rs report_offence_grandpa 7.34ms Added
substrate/frame/offences/src/weights.rs report_offence_babe 7.34ms Added
substrate/frame/merkle-mountain-range/src/weights.rs on_initialize 752.69us Added
substrate/frame/grandpa/src/weights.rs note_stalled 103.63us Added
substrate/frame/grandpa/src/weights.rs check_equivocation_proof 81.06us Added
substrate/frame/examples/multi-block-migrations/src/weights.rs step 161.43us Added
substrate/frame/election-provider-support/benchmarking/src/weights.rs phragmms 48.08ms Added
substrate/frame/election-provider-support/benchmarking/src/weights.rs phragmen 57.45ms Added
substrate/frame/benchmarking/pov/src/weights.rs storage_root_is_the_same_every_time 100.77us Added
substrate/frame/babe/src/weights.rs check_equivocation_proof 92.06us Added

Copy link

Command "bench --runtime rococo" has finished ✅ See logs here

Copy link

Command "bench --runtime westend" has finished ✅ See logs here

@mordamax mordamax closed this Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
R0-silent Changes should not be mentioned in any release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants