Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Weights for 1.2.5 -
coretime-kusama
+ kusama
fix for new prefixed…
… with `polkadot_runtime_common` (#343) New weights for: - `coretime-kusama` - `kusama` - `polkadot_runtime_common_*` <!-- Remember that you can run `/merge` to enable auto-merge in the PR --> <!-- Remember to modify the changelog. If you don't need to modify it, you can check the following box. Instead, if you have already modified it, simply delete the following line. --> - [x] Does not require a CHANGELOG entry ## Kusama subweight compare commits \ > --path-pattern "./relay/kusama/**/weights/**/*.rs" \ > --format markdown --no-color \ > --change added changed removed \ > --method asymptotic --ignore-errors \ > --strip-path-prefix="relay/kusama/src/weights/" \ > remotes/polkadot-fellows/main \ > origin/bko-weights | File | Extrinsic | Old | New | Change [%] | |----------------------------------------------|---------------------------|----------|----------|------------| | runtime_common_slots.rs | trigger_onboard | 326.14us | | Removed | | runtime_common_slots.rs | manage_lease_period_start | 39.56ms | | Removed | | runtime_common_slots.rs | force_lease | 277.82us | | Removed | | runtime_common_slots.rs | clear_all_leases | 1.25ms | | Removed | | runtime_common_paras_registrar.rs | swap | 1.11ms | | Removed | | runtime_common_paras_registrar.rs | set_current_head | 1.06ms | | Removed | | runtime_common_paras_registrar.rs | schedule_code_upgrade | 7.98ms | | Removed | | runtime_common_paras_registrar.rs | reserve | 300.60us | | Removed | | runtime_common_paras_registrar.rs | register | 6.99ms | | Removed | | runtime_common_paras_registrar.rs | force_register | 7.03ms | | Removed | | runtime_common_paras_registrar.rs | deregister | 602.09us | | Removed | | runtime_common_identity_migrator.rs | reap_identity | 11.10ms | | Removed | | runtime_common_identity_migrator.rs | poke_deposit | 490.74us | | Removed | | runtime_common_crowdloan.rs | withdraw | 572.14us | | Removed | | runtime_common_crowdloan.rs | refund | 289.48ms | | Removed | | runtime_common_crowdloan.rs | poke | 172.16us | | Removed | | runtime_common_crowdloan.rs | on_initialize | 38.28ms | | Removed | | runtime_common_crowdloan.rs | edit | 148.97us | | Removed | | runtime_common_crowdloan.rs | dissolve | 422.33us | | Removed | | runtime_common_crowdloan.rs | create | 476.03us | | Removed | | runtime_common_crowdloan.rs | contribute | 714.84us | | Removed | | runtime_common_crowdloan.rs | add_memo | 181.07us | | Removed | | runtime_common_claims.rs | move_claim | 835.43us | | Removed | | runtime_common_claims.rs | mint_claim | 438.40us | | Removed | | runtime_common_claims.rs | claim_attest | 999.94us | | Removed | | runtime_common_claims.rs | claim | 997.60us | | Removed | | runtime_common_claims.rs | attest | 1.01ms | | Removed | | runtime_common_auctions.rs | on_initialize | 467.52ms | | Removed | | runtime_common_auctions.rs | new_auction | 258.00us | | Removed | | runtime_common_auctions.rs | cancel_auction | 464.80ms | | Removed | | runtime_common_auctions.rs | bid | 669.29us | | Removed | | polkadot_runtime_common_slots.rs | trigger_onboard | | 354.19us | Added | | polkadot_runtime_common_slots.rs | manage_lease_period_start | | 40.10ms | Added | | polkadot_runtime_common_slots.rs | force_lease | | 284.94us | Added | | polkadot_runtime_common_slots.rs | clear_all_leases | | 1.31ms | Added | | polkadot_runtime_common_paras_registrar.rs | swap | | 1.16ms | Added | | polkadot_runtime_common_paras_registrar.rs | set_current_head | | 949.51us | Added | | polkadot_runtime_common_paras_registrar.rs | schedule_code_upgrade | | 8.09ms | Added | | polkadot_runtime_common_paras_registrar.rs | reserve | | 307.34us | Added | | polkadot_runtime_common_paras_registrar.rs | register | | 8.31ms | Added | | polkadot_runtime_common_paras_registrar.rs | force_register | | 8.30ms | Added | | polkadot_runtime_common_paras_registrar.rs | deregister | | 645.59us | Added | | polkadot_runtime_common_identity_migrator.rs | reap_identity | | 11.15ms | Added | | polkadot_runtime_common_identity_migrator.rs | poke_deposit | | 521.25us | Added | | polkadot_runtime_common_crowdloan.rs | withdraw | | 620.27us | Added | | polkadot_runtime_common_crowdloan.rs | refund | | 297.48ms | Added | | polkadot_runtime_common_crowdloan.rs | poke | | 192.32us | Added | | polkadot_runtime_common_crowdloan.rs | on_initialize | | 39.46ms | Added | | polkadot_runtime_common_crowdloan.rs | edit | | 168.16us | Added | | polkadot_runtime_common_crowdloan.rs | dissolve | | 446.87us | Added | | polkadot_runtime_common_crowdloan.rs | create | | 511.90us | Added | | polkadot_runtime_common_crowdloan.rs | contribute | | 788.83us | Added | | polkadot_runtime_common_crowdloan.rs | add_memo | | 210.67us | Added | | polkadot_runtime_common_claims.rs | move_claim | | 831.45us | Added | | polkadot_runtime_common_claims.rs | mint_claim | | 437.42us | Added | | polkadot_runtime_common_claims.rs | claim_attest | | 994.73us | Added | | polkadot_runtime_common_claims.rs | claim | | 995.32us | Added | | polkadot_runtime_common_claims.rs | attest | | 1.00ms | Added | | polkadot_runtime_common_auctions.rs | on_initialize | | 469.60ms | Added | | polkadot_runtime_common_auctions.rs | new_auction | | 259.51us | Added | | polkadot_runtime_common_auctions.rs | cancel_auction | | 466.71ms | Added | | polkadot_runtime_common_auctions.rs | bid | | 721.62us | Added | ## Coretime Kusama (threshold 5%) ``` subweight compare commits --path-pattern "./system-parachains/coretime/coretime-kusama/**/weights/**/*.rs" --format markdown --no-color --change added changed removed --method asymptotic --ignore-errors --threshold=5 --strip-path-prefix="system-parachains/coretime/coretime-kusama/src/weights/" remotes/polkadot-fellows/main origin/bko-weights ``` | File | Extrinsic | Old | New | Change [%] | |---------------------------------------|-----------------------------|--------------|----------|------------| | xcm/pallet_xcm_benchmarks_generic.rs | unpaid_execution | 1.21us | 4.56us | +277.48 | | xcm/pallet_xcm_benchmarks_generic.rs | trap | 1.23us | 4.56us | +270.13 | | xcm/pallet_xcm_benchmarks_generic.rs | expect_origin | 1.27us | 4.54us | +258.61 | | xcm/pallet_xcm_benchmarks_generic.rs | set_topic | 1.28us | 4.55us | +254.64 | | xcm/pallet_xcm_benchmarks_generic.rs | clear_origin | 1.29us | 4.58us | +254.49 | | xcm/pallet_xcm_benchmarks_generic.rs | expect_error | 1.27us | 4.51us | +253.73 | | xcm/pallet_xcm_benchmarks_generic.rs | buy_execution | 1.33us | 4.69us | +251.57 | | xcm/pallet_xcm_benchmarks_generic.rs | set_appendix | 1.31us | 4.60us | +250.34 | | xcm/pallet_xcm_benchmarks_generic.rs | clear_error | 1.31us | 4.59us | +249.58 | | xcm/pallet_xcm_benchmarks_generic.rs | clear_topic | 1.32us | 4.59us | +246.94 | | xcm/pallet_xcm_benchmarks_generic.rs | clear_transact_status | 1.35us | 4.67us | +246.70 | | xcm/pallet_xcm_benchmarks_generic.rs | set_error_handler | 1.35us | 4.61us | +240.72 | | xcm/pallet_xcm_benchmarks_generic.rs | set_fees_mode | 1.36us | 4.56us | +235.29 | | xcm/pallet_xcm_benchmarks_generic.rs | expect_asset | 1.42us | 4.75us | +233.80 | | xcm/pallet_xcm_benchmarks_generic.rs | descend_origin | 1.41us | 4.68us | +231.21 | | xcm/pallet_xcm_benchmarks_generic.rs | expect_transact_status | 1.48us | 4.79us | +224.31 | | xcm/pallet_xcm_benchmarks_generic.rs | burn_asset | 1.71us | 5.15us | +201.35 | | xcm/pallet_xcm_benchmarks_generic.rs | refund_surplus | 1.98us | 5.58us | +181.39 | | xcm/pallet_xcm_benchmarks_fungible.rs | receive_teleported_asset | 2.77us | 6.49us | +134.08 | | xcm/pallet_xcm_benchmarks_generic.rs | expect_pallet | 3.68us | 7.66us | +108.27 | | xcm/pallet_xcm_benchmarks_generic.rs | transact | 6.70us | 10.75us | +60.40 | | pallet_timestamp.rs | on_finalize | 2.83us | 3.87us | +36.70 | | pallet_utility.rs | as_derivative | 3.86us | 4.87us | +26.13 | | pallet_utility.rs | batch_all | 2.81ms | 3.51ms | +24.90 | | pallet_utility.rs | batch | 2.61ms | 3.25ms | +24.36 | | pallet_utility.rs | force_batch | 2.62ms | 3.25ms | +24.36 | | cumulus_pallet_xcmp_queue.rs | take_first_concatenated_xcm | 6.15us | 7.57us | +23.11 | | pallet_utility.rs | dispatch_as | 5.83us | 7.12us | +22.06 | | pallet_broker.rs | request_revenue_info_at | 205.00ns | 240.00ns | +17.07 | | xcm/pallet_xcm_benchmarks_generic.rs | query_response | 31.55us | 36.01us | +14.15 | | frame_system.rs | set_code | 108.25ms | 117.74ms | +8.77 | | pallet_proxy.rs | proxy | 38.82us | 42.05us | +8.31 | | frame_system.rs | apply_authorized_upgrade | 113.38ms | 120.10ms | +5.93 | | pallet_xcm.rs | claim_assets | 159.57us | 169.02us | +5.92 | | pallet_xcm.rs | take_response | 149.12us | 157.74us | +5.78 | | xcm/pallet_xcm_benchmarks_fungible.rs | withdraw_asset | 152.81us | 160.82us | +5.24 | | pallet_broker.rs | drop_history | 306.44us | 287.38us | -6.22 | | pallet_broker.rs | drop_renewal | 216.29us | 200.01us | -7.53 | | frame_system.rs | remark_with_event | 7.31ms | 6.48ms | -11.39 | | frame_system.rs | remark | 1.56ms | 1.38ms | -11.53 | | pallet_broker.rs | drop_contribution | 310.90us | 252.21us | -18.88 | | pallet_xcm.rs | execute | 18446744.07s | 11.10us | -100.00 |
- Loading branch information