From 4c0af07370ab26ffc3436c6e10c5e7ed98bbfd13 Mon Sep 17 00:00:00 2001
From: Oleg Plakida <112385193+oleg-plakida@users.noreply.github.com>
Date: Wed, 21 Jun 2023 14:01:38 +0100
Subject: [PATCH] Transition to VM weights (#7342)
* ".git/.scripts/commands/bench-vm/bench-vm.sh" all westend
* ".git/.scripts/commands/bench-vm/bench-vm.sh" all polkadot
* ".git/.scripts/commands/bench-vm/bench-vm.sh" all kusama
---------
Co-authored-by: command-bot <>
---
.../constants/src/weights/block_weights.rs | 20 +-
.../src/weights/extrinsic_weights.rs | 20 +-
.../weights/frame_benchmarking_baseline.rs | 35 +-
.../frame_election_provider_support.rs | 31 +-
.../kusama/src/weights/frame_system.rs | 55 +--
.../kusama/src/weights/pallet_bags_list.rs | 19 +-
.../src/weights/pallet_balances_balances.rs | 154 +++++++
...allet_balances_nis_counterpart_balances.rs | 43 +-
.../kusama/src/weights/pallet_bounties.rs | 59 +--
.../src/weights/pallet_child_bounties.rs | 41 +-
.../src/weights/pallet_conviction_voting.rs | 43 +-
.../pallet_election_provider_multi_phase.rs | 77 ++--
.../kusama/src/weights/pallet_fast_unstake.rs | 39 +-
.../kusama/src/weights/pallet_identity.rs | 167 ++++----
.../kusama/src/weights/pallet_im_online.rs | 17 +-
.../kusama/src/weights/pallet_indices.rs | 27 +-
.../src/weights/pallet_message_queue.rs | 47 ++-
.../kusama/src/weights/pallet_multisig.rs | 75 ++--
.../runtime/kusama/src/weights/pallet_nis.rs | 59 +--
.../src/weights/pallet_nomination_pools.rs | 107 ++---
.../kusama/src/weights/pallet_offences.rs | 222 ++++++++++
.../kusama/src/weights/pallet_preimage.rs | 67 +--
.../kusama/src/weights/pallet_proxy.rs | 99 ++---
.../src/weights/pallet_ranked_collective.rs | 47 ++-
.../kusama/src/weights/pallet_recovery.rs | 186 +++++++++
.../pallet_referenda_fellowship_referenda.rs | 127 +++---
.../src/weights/pallet_referenda_referenda.rs | 127 +++---
.../kusama/src/weights/pallet_scheduler.rs | 79 ++--
.../kusama/src/weights/pallet_session.rs | 15 +-
.../kusama/src/weights/pallet_society.rs | 129 +++---
.../kusama/src/weights/pallet_staking.rs | 195 ++++-----
.../kusama/src/weights/pallet_timestamp.rs | 15 +-
.../kusama/src/weights/pallet_treasury.rs | 39 +-
.../kusama/src/weights/pallet_utility.rs | 39 +-
.../kusama/src/weights/pallet_vesting.rs | 103 ++---
.../kusama/src/weights/pallet_whitelist.rs | 31 +-
.../runtime/kusama/src/weights/pallet_xcm.rs | 107 ++---
.../weights/pallet_xcm_benchmarks_fungible.rs | 183 ++++++++
.../weights/pallet_xcm_benchmarks_generic.rs | 393 ++++++++++++++++++
.../src/weights/runtime_common_auctions.rs | 23 +-
.../src/weights/runtime_common_claims.rs | 27 +-
.../src/weights/runtime_common_crowdloan.rs | 51 +--
.../weights/runtime_common_paras_registrar.rs | 43 +-
.../src/weights/runtime_common_slots.rs | 31 +-
.../runtime_parachains_configuration.rs | 37 +-
.../weights/runtime_parachains_disputes.rs | 11 +-
.../runtime_parachains_disputes_slashing.rs | 27 +-
.../src/weights/runtime_parachains_hrmp.rs | 67 +--
.../weights/runtime_parachains_inclusion.rs | 15 +-
.../weights/runtime_parachains_initializer.rs | 15 +-
.../src/weights/runtime_parachains_paras.rs | 75 ++--
.../runtime_parachains_paras_inherent.rs | 41 +-
.../constants/src/weights/block_weights.rs | 20 +-
.../src/weights/extrinsic_weights.rs | 20 +-
.../weights/frame_benchmarking_baseline.rs | 35 +-
.../frame_election_provider_support.rs | 31 +-
.../polkadot/src/weights/frame_system.rs | 55 +--
.../polkadot/src/weights/pallet_bags_list.rs | 19 +-
.../polkadot/src/weights/pallet_balances.rs | 43 +-
.../polkadot/src/weights/pallet_bounties.rs | 59 +--
.../src/weights/pallet_child_bounties.rs | 43 +-
.../src/weights/pallet_collective_council.rs | 129 +++---
.../pallet_collective_technical_committee.rs | 131 +++---
.../src/weights/pallet_conviction_voting.rs | 43 +-
.../polkadot/src/weights/pallet_democracy.rs | 151 +++----
.../pallet_election_provider_multi_phase.rs | 75 ++--
.../src/weights/pallet_elections_phragmen.rs | 83 ++--
.../src/weights/pallet_fast_unstake.rs | 39 +-
.../polkadot/src/weights/pallet_identity.rs | 167 ++++----
.../polkadot/src/weights/pallet_im_online.rs | 17 +-
.../polkadot/src/weights/pallet_indices.rs | 27 +-
.../polkadot/src/weights/pallet_membership.rs | 63 +--
.../src/weights/pallet_message_queue.rs | 47 ++-
.../polkadot/src/weights/pallet_multisig.rs | 75 ++--
.../src/weights/pallet_nomination_pools.rs | 103 ++---
.../polkadot/src/weights/pallet_offences.rs | 222 ++++++++++
.../polkadot/src/weights/pallet_preimage.rs | 67 +--
.../polkadot/src/weights/pallet_proxy.rs | 95 +++--
.../polkadot/src/weights/pallet_referenda.rs | 127 +++---
.../polkadot/src/weights/pallet_scheduler.rs | 79 ++--
.../polkadot/src/weights/pallet_session.rs | 15 +-
.../polkadot/src/weights/pallet_staking.rs | 195 ++++-----
.../polkadot/src/weights/pallet_timestamp.rs | 15 +-
.../polkadot/src/weights/pallet_tips.rs | 55 +--
.../polkadot/src/weights/pallet_treasury.rs | 39 +-
.../polkadot/src/weights/pallet_utility.rs | 39 +-
.../polkadot/src/weights/pallet_vesting.rs | 103 ++---
.../polkadot/src/weights/pallet_whitelist.rs | 29 +-
.../polkadot/src/weights/pallet_xcm.rs | 67 +--
.../src/weights/runtime_common_auctions.rs | 23 +-
.../src/weights/runtime_common_claims.rs | 27 +-
.../src/weights/runtime_common_crowdloan.rs | 51 +--
.../weights/runtime_common_paras_registrar.rs | 43 +-
.../src/weights/runtime_common_slots.rs | 31 +-
.../runtime_parachains_configuration.rs | 34 +-
.../weights/runtime_parachains_disputes.rs | 11 +-
.../runtime_parachains_disputes_slashing.rs | 27 +-
.../src/weights/runtime_parachains_hrmp.rs | 67 +--
.../weights/runtime_parachains_inclusion.rs | 15 +-
.../weights/runtime_parachains_initializer.rs | 15 +-
.../src/weights/runtime_parachains_paras.rs | 75 ++--
.../runtime_parachains_paras_inherent.rs | 41 +-
.../constants/src/weights/block_weights.rs | 20 +-
.../src/weights/extrinsic_weights.rs | 20 +-
.../frame_election_provider_support.rs | 31 +-
.../westend/src/weights/frame_system.rs | 55 +--
.../westend/src/weights/pallet_bags_list.rs | 19 +-
.../westend/src/weights/pallet_balances.rs | 43 +-
.../pallet_election_provider_multi_phase.rs | 73 ++--
.../src/weights/pallet_fast_unstake.rs | 39 +-
.../westend/src/weights/pallet_identity.rs | 167 ++++----
.../westend/src/weights/pallet_im_online.rs | 3 +
.../westend/src/weights/pallet_indices.rs | 27 +-
.../src/weights/pallet_message_queue.rs | 47 ++-
.../westend/src/weights/pallet_multisig.rs | 75 ++--
.../src/weights/pallet_nomination_pools.rs | 107 ++---
.../westend/src/weights/pallet_offences.rs | 222 ++++++++++
.../westend/src/weights/pallet_preimage.rs | 67 +--
.../westend/src/weights/pallet_proxy.rs | 103 ++---
.../westend/src/weights/pallet_recovery.rs | 186 +++++++++
.../westend/src/weights/pallet_scheduler.rs | 79 ++--
.../westend/src/weights/pallet_session.rs | 15 +-
.../westend/src/weights/pallet_staking.rs | 193 ++++-----
.../westend/src/weights/pallet_sudo.rs | 19 +-
.../westend/src/weights/pallet_timestamp.rs | 15 +-
.../westend/src/weights/pallet_utility.rs | 39 +-
.../westend/src/weights/pallet_vesting.rs | 103 ++---
.../runtime/westend/src/weights/pallet_xcm.rs | 103 +++--
.../weights/pallet_xcm_benchmarks_fungible.rs | 183 ++++++++
.../weights/pallet_xcm_benchmarks_generic.rs | 393 ++++++++++++++++++
.../src/weights/runtime_common_auctions.rs | 23 +-
.../src/weights/runtime_common_crowdloan.rs | 51 +--
.../weights/runtime_common_paras_registrar.rs | 43 +-
.../src/weights/runtime_common_slots.rs | 31 +-
.../runtime_parachains_configuration.rs | 34 +-
.../weights/runtime_parachains_disputes.rs | 11 +-
.../runtime_parachains_disputes_slashing.rs | 27 +-
.../src/weights/runtime_parachains_hrmp.rs | 67 +--
.../weights/runtime_parachains_inclusion.rs | 15 +-
.../weights/runtime_parachains_initializer.rs | 15 +-
.../src/weights/runtime_parachains_paras.rs | 75 ++--
.../runtime_parachains_paras_inherent.rs | 41 +-
142 files changed, 6249 insertions(+), 3513 deletions(-)
create mode 100644 polkadot/runtime/kusama/src/weights/pallet_balances_balances.rs
create mode 100644 polkadot/runtime/kusama/src/weights/pallet_offences.rs
create mode 100644 polkadot/runtime/kusama/src/weights/pallet_recovery.rs
create mode 100644 polkadot/runtime/kusama/src/weights/pallet_xcm_benchmarks_fungible.rs
create mode 100644 polkadot/runtime/kusama/src/weights/pallet_xcm_benchmarks_generic.rs
create mode 100644 polkadot/runtime/polkadot/src/weights/pallet_offences.rs
create mode 100644 polkadot/runtime/westend/src/weights/pallet_offences.rs
create mode 100644 polkadot/runtime/westend/src/weights/pallet_recovery.rs
create mode 100644 polkadot/runtime/westend/src/weights/pallet_xcm_benchmarks_fungible.rs
create mode 100644 polkadot/runtime/westend/src/weights/pallet_xcm_benchmarks_generic.rs
diff --git a/polkadot/runtime/kusama/constants/src/weights/block_weights.rs b/polkadot/runtime/kusama/constants/src/weights/block_weights.rs
index bcb112d26e..8423e1f810 100644
--- a/polkadot/runtime/kusama/constants/src/weights/block_weights.rs
+++ b/polkadot/runtime/kusama/constants/src/weights/block_weights.rs
@@ -15,8 +15,8 @@
// along with Polkadot. If not, see .
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
-//! DATE: 2023-05-26 (Y/M/D)
-//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
+//! DATE: 2023-06-19 (Y/M/D)
+//! HOSTNAME: `runner-e8ezs4ez-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
//!
//! SHORT-NAME: `block`, LONG-NAME: `BlockExecution`, RUNTIME: `Development`
//! WARMUPS: `10`, REPEAT: `100`
@@ -43,17 +43,17 @@ parameter_types! {
/// Calculated by multiplying the *Average* with `1.0` and adding `0`.
///
/// Stats nanoseconds:
- /// Min, Max: 10_334_352, 10_757_886
- /// Average: 10_454_065
- /// Median: 10_437_355
- /// Std-Dev: 81224.63
+ /// Min, Max: 14_012_555, 15_267_251
+ /// Average: 14_278_073
+ /// Median: 14_244_231
+ /// Std-Dev: 180701.37
///
/// Percentiles nanoseconds:
- /// 99th: 10_652_096
- /// 95th: 10_590_847
- /// 75th: 10_499_221
+ /// 99th: 14_916_615
+ /// 95th: 14_622_262
+ /// 75th: 14_317_299
pub const BlockExecutionWeight: Weight =
- Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(10_454_065), 0);
+ Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(14_278_073), 0);
}
#[cfg(test)]
diff --git a/polkadot/runtime/kusama/constants/src/weights/extrinsic_weights.rs b/polkadot/runtime/kusama/constants/src/weights/extrinsic_weights.rs
index 8fbfc15c25..6a2fb7dd20 100644
--- a/polkadot/runtime/kusama/constants/src/weights/extrinsic_weights.rs
+++ b/polkadot/runtime/kusama/constants/src/weights/extrinsic_weights.rs
@@ -15,8 +15,8 @@
// along with Polkadot. If not, see .
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
-//! DATE: 2023-05-26 (Y/M/D)
-//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
+//! DATE: 2023-06-19 (Y/M/D)
+//! HOSTNAME: `runner-e8ezs4ez-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
//!
//! SHORT-NAME: `extrinsic`, LONG-NAME: `ExtrinsicBase`, RUNTIME: `Development`
//! WARMUPS: `10`, REPEAT: `100`
@@ -43,17 +43,17 @@ parameter_types! {
/// Calculated by multiplying the *Average* with `1.0` and adding `0`.
///
/// Stats nanoseconds:
- /// Min, Max: 107_858, 110_151
- /// Average: 108_512
- /// Median: 108_463
- /// Std-Dev: 412.57
+ /// Min, Max: 123_598, 126_451
+ /// Average: 124_706
+ /// Median: 124_675
+ /// Std-Dev: 548.81
///
/// Percentiles nanoseconds:
- /// 99th: 109_769
- /// 95th: 109_271
- /// 75th: 108_635
+ /// 99th: 126_070
+ /// 95th: 125_605
+ /// 75th: 125_041
pub const ExtrinsicBaseWeight: Weight =
- Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(108_512), 0);
+ Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(124_706), 0);
}
#[cfg(test)]
diff --git a/polkadot/runtime/kusama/src/weights/frame_benchmarking_baseline.rs b/polkadot/runtime/kusama/src/weights/frame_benchmarking_baseline.rs
index e70a49eb1b..e9f934f565 100644
--- a/polkadot/runtime/kusama/src/weights/frame_benchmarking_baseline.rs
+++ b/polkadot/runtime/kusama/src/weights/frame_benchmarking_baseline.rs
@@ -17,9 +17,9 @@
//! Autogenerated weights for `frame_benchmarking::baseline`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
-//! DATE: 2023-05-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2023-06-19, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
-//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
+//! HOSTNAME: `runner-e8ezs4ez-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
// Executed Command:
@@ -29,6 +29,9 @@
// --chain=kusama-dev
// --steps=50
// --repeat=20
+// --no-storage-info
+// --no-median-slopes
+// --no-min-squares
// --pallet=frame_benchmarking::baseline
// --extrinsic=*
// --execution=wasm
@@ -52,8 +55,8 @@ impl frame_benchmarking::baseline::WeightInfo for Weigh
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
- // Minimum execution time: 176_000 picoseconds.
- Weight::from_parts(227_529, 0)
+ // Minimum execution time: 173_000 picoseconds.
+ Weight::from_parts(235_396, 0)
.saturating_add(Weight::from_parts(0, 0))
}
/// The range of component `i` is `[0, 1000000]`.
@@ -61,8 +64,8 @@ impl frame_benchmarking::baseline::WeightInfo for Weigh
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
- // Minimum execution time: 173_000 picoseconds.
- Weight::from_parts(228_034, 0)
+ // Minimum execution time: 177_000 picoseconds.
+ Weight::from_parts(228_745, 0)
.saturating_add(Weight::from_parts(0, 0))
}
/// The range of component `i` is `[0, 1000000]`.
@@ -70,8 +73,8 @@ impl frame_benchmarking::baseline::WeightInfo for Weigh
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
- // Minimum execution time: 181_000 picoseconds.
- Weight::from_parts(231_715, 0)
+ // Minimum execution time: 178_000 picoseconds.
+ Weight::from_parts(233_063, 0)
.saturating_add(Weight::from_parts(0, 0))
}
/// The range of component `i` is `[0, 1000000]`.
@@ -79,16 +82,16 @@ impl frame_benchmarking::baseline::WeightInfo for Weigh
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
- // Minimum execution time: 168_000 picoseconds.
- Weight::from_parts(214_773, 0)
+ // Minimum execution time: 167_000 picoseconds.
+ Weight::from_parts(224_853, 0)
.saturating_add(Weight::from_parts(0, 0))
}
fn hashing() -> Weight {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
- // Minimum execution time: 20_121_371_000 picoseconds.
- Weight::from_parts(20_280_436_000, 0)
+ // Minimum execution time: 23_298_471_000 picoseconds.
+ Weight::from_parts(23_321_832_000, 0)
.saturating_add(Weight::from_parts(0, 0))
}
/// The range of component `i` is `[0, 100]`.
@@ -96,10 +99,10 @@ impl frame_benchmarking::baseline::WeightInfo for Weigh
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
- // Minimum execution time: 197_000 picoseconds.
- Weight::from_parts(1_266_068, 0)
+ // Minimum execution time: 228_000 picoseconds.
+ Weight::from_parts(8_448_493, 0)
.saturating_add(Weight::from_parts(0, 0))
- // Standard Error: 32_183
- .saturating_add(Weight::from_parts(47_292_385, 0).saturating_mul(i.into()))
+ // Standard Error: 18_878
+ .saturating_add(Weight::from_parts(55_611_437, 0).saturating_mul(i.into()))
}
}
diff --git a/polkadot/runtime/kusama/src/weights/frame_election_provider_support.rs b/polkadot/runtime/kusama/src/weights/frame_election_provider_support.rs
index fb20b77e76..9cdbd67d5e 100644
--- a/polkadot/runtime/kusama/src/weights/frame_election_provider_support.rs
+++ b/polkadot/runtime/kusama/src/weights/frame_election_provider_support.rs
@@ -17,9 +17,9 @@
//! Autogenerated weights for `frame_election_provider_support`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
-//! DATE: 2023-05-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2023-06-19, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
-//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
+//! HOSTNAME: `runner-e8ezs4ez-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
// Executed Command:
@@ -29,6 +29,9 @@
// --chain=kusama-dev
// --steps=50
// --repeat=20
+// --no-storage-info
+// --no-median-slopes
+// --no-min-squares
// --pallet=frame_election_provider_support
// --extrinsic=*
// --execution=wasm
@@ -54,13 +57,13 @@ impl frame_election_provider_support::WeightInfo for We
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
- // Minimum execution time: 6_152_145_000 picoseconds.
- Weight::from_parts(6_210_377_000, 0)
+ // Minimum execution time: 6_647_123_000 picoseconds.
+ Weight::from_parts(6_809_648_000, 0)
.saturating_add(Weight::from_parts(0, 0))
- // Standard Error: 135_056
- .saturating_add(Weight::from_parts(5_727_859, 0).saturating_mul(v.into()))
- // Standard Error: 13_807_644
- .saturating_add(Weight::from_parts(1_491_790_113, 0).saturating_mul(d.into()))
+ // Standard Error: 139_689
+ .saturating_add(Weight::from_parts(6_171_199, 0).saturating_mul(v.into()))
+ // Standard Error: 14_281_333
+ .saturating_add(Weight::from_parts(1_423_059_328, 0).saturating_mul(d.into()))
}
/// The range of component `v` is `[1000, 2000]`.
/// The range of component `t` is `[500, 1000]`.
@@ -69,12 +72,12 @@ impl frame_election_provider_support::WeightInfo for We
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
- // Minimum execution time: 4_186_828_000 picoseconds.
- Weight::from_parts(4_224_591_000, 0)
+ // Minimum execution time: 4_616_850_000 picoseconds.
+ Weight::from_parts(4_769_028_000, 0)
.saturating_add(Weight::from_parts(0, 0))
- // Standard Error: 109_703
- .saturating_add(Weight::from_parts(4_436_722, 0).saturating_mul(v.into()))
- // Standard Error: 11_215_655
- .saturating_add(Weight::from_parts(1_254_723_184, 0).saturating_mul(d.into()))
+ // Standard Error: 123_691
+ .saturating_add(Weight::from_parts(4_925_892, 0).saturating_mul(v.into()))
+ // Standard Error: 12_645_798
+ .saturating_add(Weight::from_parts(1_357_902_261, 0).saturating_mul(d.into()))
}
}
diff --git a/polkadot/runtime/kusama/src/weights/frame_system.rs b/polkadot/runtime/kusama/src/weights/frame_system.rs
index cfc0e98f9d..927977e9be 100644
--- a/polkadot/runtime/kusama/src/weights/frame_system.rs
+++ b/polkadot/runtime/kusama/src/weights/frame_system.rs
@@ -17,9 +17,9 @@
//! Autogenerated weights for `frame_system`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
-//! DATE: 2023-05-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2023-06-19, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
-//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
+//! HOSTNAME: `runner-e8ezs4ez-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
// Executed Command:
@@ -29,6 +29,9 @@
// --chain=kusama-dev
// --steps=50
// --repeat=20
+// --no-storage-info
+// --no-median-slopes
+// --no-min-squares
// --pallet=frame_system
// --extrinsic=*
// --execution=wasm
@@ -52,22 +55,22 @@ impl frame_system::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
- // Minimum execution time: 2_218_000 picoseconds.
- Weight::from_parts(2_263_000, 0)
+ // Minimum execution time: 1_951_000 picoseconds.
+ Weight::from_parts(2_015_000, 0)
.saturating_add(Weight::from_parts(0, 0))
- // Standard Error: 0
- .saturating_add(Weight::from_parts(408, 0).saturating_mul(b.into()))
+ // Standard Error: 1
+ .saturating_add(Weight::from_parts(431, 0).saturating_mul(b.into()))
}
/// The range of component `b` is `[0, 3932160]`.
fn remark_with_event(b: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
- // Minimum execution time: 7_292_000 picoseconds.
- Weight::from_parts(7_348_000, 0)
+ // Minimum execution time: 7_410_000 picoseconds.
+ Weight::from_parts(7_603_000, 0)
.saturating_add(Weight::from_parts(0, 0))
- // Standard Error: 0
- .saturating_add(Weight::from_parts(1_448, 0).saturating_mul(b.into()))
+ // Standard Error: 3
+ .saturating_add(Weight::from_parts(1_793, 0).saturating_mul(b.into()))
}
/// Storage: System Digest (r:1 w:1)
/// Proof Skipped: System Digest (max_values: Some(1), max_size: None, mode: Measured)
@@ -77,8 +80,8 @@ impl frame_system::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `1485`
- // Minimum execution time: 3_852_000 picoseconds.
- Weight::from_parts(4_082_000, 0)
+ // Minimum execution time: 3_736_000 picoseconds.
+ Weight::from_parts(3_922_000, 0)
.saturating_add(Weight::from_parts(0, 1485))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(2))
@@ -91,8 +94,8 @@ impl frame_system::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `1485`
- // Minimum execution time: 82_193_241_000 picoseconds.
- Weight::from_parts(83_864_245_000, 0)
+ // Minimum execution time: 93_052_017_000 picoseconds.
+ Weight::from_parts(98_271_042_000, 0)
.saturating_add(Weight::from_parts(0, 1485))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(2))
@@ -104,11 +107,11 @@ impl frame_system::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
- // Minimum execution time: 2_132_000 picoseconds.
- Weight::from_parts(2_241_000, 0)
+ // Minimum execution time: 2_100_000 picoseconds.
+ Weight::from_parts(2_131_000, 0)
.saturating_add(Weight::from_parts(0, 0))
- // Standard Error: 1_918
- .saturating_add(Weight::from_parts(671_510, 0).saturating_mul(i.into()))
+ // Standard Error: 1_975
+ .saturating_add(Weight::from_parts(744_852, 0).saturating_mul(i.into()))
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into())))
}
/// Storage: Skipped Metadata (r:0 w:0)
@@ -118,11 +121,11 @@ impl frame_system::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
- // Minimum execution time: 2_287_000 picoseconds.
- Weight::from_parts(2_352_000, 0)
+ // Minimum execution time: 2_089_000 picoseconds.
+ Weight::from_parts(2_129_000, 0)
.saturating_add(Weight::from_parts(0, 0))
- // Standard Error: 804
- .saturating_add(Weight::from_parts(488_896, 0).saturating_mul(i.into()))
+ // Standard Error: 1_093
+ .saturating_add(Weight::from_parts(568_923, 0).saturating_mul(i.into()))
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into())))
}
/// Storage: Skipped Metadata (r:0 w:0)
@@ -132,11 +135,11 @@ impl frame_system::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `105 + p * (69 ±0)`
// Estimated: `118 + p * (70 ±0)`
- // Minimum execution time: 4_068_000 picoseconds.
- Weight::from_parts(4_178_000, 0)
+ // Minimum execution time: 3_913_000 picoseconds.
+ Weight::from_parts(4_056_000, 0)
.saturating_add(Weight::from_parts(0, 118))
- // Standard Error: 1_057
- .saturating_add(Weight::from_parts(1_019_126, 0).saturating_mul(p.into()))
+ // Standard Error: 2_452
+ .saturating_add(Weight::from_parts(1_281_244, 0).saturating_mul(p.into()))
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into())))
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into())))
.saturating_add(Weight::from_parts(0, 70).saturating_mul(p.into()))
diff --git a/polkadot/runtime/kusama/src/weights/pallet_bags_list.rs b/polkadot/runtime/kusama/src/weights/pallet_bags_list.rs
index 3b927544a0..b138ae3003 100644
--- a/polkadot/runtime/kusama/src/weights/pallet_bags_list.rs
+++ b/polkadot/runtime/kusama/src/weights/pallet_bags_list.rs
@@ -17,9 +17,9 @@
//! Autogenerated weights for `pallet_bags_list`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
-//! DATE: 2023-05-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2023-06-19, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
-//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
+//! HOSTNAME: `runner-e8ezs4ez-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
// Executed Command:
@@ -29,6 +29,9 @@
// --chain=kusama-dev
// --steps=50
// --repeat=20
+// --no-storage-info
+// --no-median-slopes
+// --no-min-squares
// --pallet=pallet_bags_list
// --extrinsic=*
// --execution=wasm
@@ -59,8 +62,8 @@ impl pallet_bags_list::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `1654`
// Estimated: `11506`
- // Minimum execution time: 59_912_000 picoseconds.
- Weight::from_parts(60_537_000, 0)
+ // Minimum execution time: 60_661_000 picoseconds.
+ Weight::from_parts(62_784_000, 0)
.saturating_add(Weight::from_parts(0, 11506))
.saturating_add(T::DbWeight::get().reads(7))
.saturating_add(T::DbWeight::get().writes(5))
@@ -77,8 +80,8 @@ impl pallet_bags_list::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `1548`
// Estimated: `8877`
- // Minimum execution time: 58_687_000 picoseconds.
- Weight::from_parts(59_224_000, 0)
+ // Minimum execution time: 58_537_000 picoseconds.
+ Weight::from_parts(60_665_000, 0)
.saturating_add(Weight::from_parts(0, 8877))
.saturating_add(T::DbWeight::get().reads(7))
.saturating_add(T::DbWeight::get().writes(5))
@@ -97,8 +100,8 @@ impl pallet_bags_list::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `1857`
// Estimated: `11506`
- // Minimum execution time: 64_701_000 picoseconds.
- Weight::from_parts(65_657_000, 0)
+ // Minimum execution time: 66_168_000 picoseconds.
+ Weight::from_parts(67_855_000, 0)
.saturating_add(Weight::from_parts(0, 11506))
.saturating_add(T::DbWeight::get().reads(10))
.saturating_add(T::DbWeight::get().writes(6))
diff --git a/polkadot/runtime/kusama/src/weights/pallet_balances_balances.rs b/polkadot/runtime/kusama/src/weights/pallet_balances_balances.rs
new file mode 100644
index 0000000000..f65c5722d8
--- /dev/null
+++ b/polkadot/runtime/kusama/src/weights/pallet_balances_balances.rs
@@ -0,0 +1,154 @@
+// Copyright (C) Parity Technologies (UK) Ltd.
+// This file is part of Polkadot.
+
+// Polkadot is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+
+// Polkadot is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+
+// You should have received a copy of the GNU General Public License
+// along with Polkadot. If not, see .
+
+//! Autogenerated weights for `pallet_balances`
+//!
+//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
+//! DATE: 2023-06-19, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! WORST CASE MAP SIZE: `1000000`
+//! HOSTNAME: `runner-e8ezs4ez-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
+//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
+
+// Executed Command:
+// ./target/production/polkadot
+// benchmark
+// pallet
+// --chain=kusama-dev
+// --steps=50
+// --repeat=20
+// --no-storage-info
+// --no-median-slopes
+// --no-min-squares
+// --pallet=pallet_balances
+// --extrinsic=*
+// --execution=wasm
+// --wasm-execution=compiled
+// --header=./file_header.txt
+// --output=./runtime/kusama/src/weights/
+
+#![cfg_attr(rustfmt, rustfmt_skip)]
+#![allow(unused_parens)]
+#![allow(unused_imports)]
+#![allow(missing_docs)]
+
+use frame_support::{traits::Get, weights::Weight};
+use core::marker::PhantomData;
+
+/// Weight functions for `pallet_balances`.
+pub struct WeightInfo(PhantomData);
+impl pallet_balances::WeightInfo for WeightInfo {
+ /// Storage: System Account (r:1 w:1)
+ /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
+ fn transfer_allow_death() -> Weight {
+ // Proof Size summary in bytes:
+ // Measured: `0`
+ // Estimated: `3593`
+ // Minimum execution time: 55_712_000 picoseconds.
+ Weight::from_parts(56_594_000, 0)
+ .saturating_add(Weight::from_parts(0, 3593))
+ .saturating_add(T::DbWeight::get().reads(1))
+ .saturating_add(T::DbWeight::get().writes(1))
+ }
+ /// Storage: System Account (r:1 w:1)
+ /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
+ fn transfer_keep_alive() -> Weight {
+ // Proof Size summary in bytes:
+ // Measured: `0`
+ // Estimated: `3593`
+ // Minimum execution time: 42_461_000 picoseconds.
+ Weight::from_parts(43_407_000, 0)
+ .saturating_add(Weight::from_parts(0, 3593))
+ .saturating_add(T::DbWeight::get().reads(1))
+ .saturating_add(T::DbWeight::get().writes(1))
+ }
+ /// Storage: System Account (r:1 w:1)
+ /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
+ fn force_set_balance_creating() -> Weight {
+ // Proof Size summary in bytes:
+ // Measured: `174`
+ // Estimated: `3593`
+ // Minimum execution time: 15_909_000 picoseconds.
+ Weight::from_parts(16_376_000, 0)
+ .saturating_add(Weight::from_parts(0, 3593))
+ .saturating_add(T::DbWeight::get().reads(1))
+ .saturating_add(T::DbWeight::get().writes(1))
+ }
+ /// Storage: System Account (r:1 w:1)
+ /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
+ fn force_set_balance_killing() -> Weight {
+ // Proof Size summary in bytes:
+ // Measured: `174`
+ // Estimated: `3593`
+ // Minimum execution time: 23_026_000 picoseconds.
+ Weight::from_parts(23_599_000, 0)
+ .saturating_add(Weight::from_parts(0, 3593))
+ .saturating_add(T::DbWeight::get().reads(1))
+ .saturating_add(T::DbWeight::get().writes(1))
+ }
+ /// Storage: System Account (r:2 w:2)
+ /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
+ fn force_transfer() -> Weight {
+ // Proof Size summary in bytes:
+ // Measured: `103`
+ // Estimated: `6196`
+ // Minimum execution time: 57_520_000 picoseconds.
+ Weight::from_parts(58_933_000, 0)
+ .saturating_add(Weight::from_parts(0, 6196))
+ .saturating_add(T::DbWeight::get().reads(2))
+ .saturating_add(T::DbWeight::get().writes(2))
+ }
+ /// Storage: System Account (r:1 w:1)
+ /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
+ fn transfer_all() -> Weight {
+ // Proof Size summary in bytes:
+ // Measured: `0`
+ // Estimated: `3593`
+ // Minimum execution time: 51_663_000 picoseconds.
+ Weight::from_parts(52_494_000, 0)
+ .saturating_add(Weight::from_parts(0, 3593))
+ .saturating_add(T::DbWeight::get().reads(1))
+ .saturating_add(T::DbWeight::get().writes(1))
+ }
+ /// Storage: System Account (r:1 w:1)
+ /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
+ fn force_unreserve() -> Weight {
+ // Proof Size summary in bytes:
+ // Measured: `174`
+ // Estimated: `3593`
+ // Minimum execution time: 18_726_000 picoseconds.
+ Weight::from_parts(19_172_000, 0)
+ .saturating_add(Weight::from_parts(0, 3593))
+ .saturating_add(T::DbWeight::get().reads(1))
+ .saturating_add(T::DbWeight::get().writes(1))
+ }
+ /// Storage: System Account (r:999 w:999)
+ /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
+ /// The range of component `u` is `[1, 1000]`.
+ /// The range of component `u` is `[1, 1000]`.
+ fn upgrade_accounts(u: u32, ) -> Weight {
+ // Proof Size summary in bytes:
+ // Measured: `0 + u * (135 ±0)`
+ // Estimated: `990 + u * (2603 ±0)`
+ // Minimum execution time: 18_041_000 picoseconds.
+ Weight::from_parts(18_377_000, 0)
+ .saturating_add(Weight::from_parts(0, 990))
+ // Standard Error: 12_295
+ .saturating_add(Weight::from_parts(16_146_961, 0).saturating_mul(u.into()))
+ .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(u.into())))
+ .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(u.into())))
+ .saturating_add(Weight::from_parts(0, 2603).saturating_mul(u.into()))
+ }
+}
diff --git a/polkadot/runtime/kusama/src/weights/pallet_balances_nis_counterpart_balances.rs b/polkadot/runtime/kusama/src/weights/pallet_balances_nis_counterpart_balances.rs
index bd4d5edcc8..730d622e9a 100644
--- a/polkadot/runtime/kusama/src/weights/pallet_balances_nis_counterpart_balances.rs
+++ b/polkadot/runtime/kusama/src/weights/pallet_balances_nis_counterpart_balances.rs
@@ -17,9 +17,9 @@
//! Autogenerated weights for `pallet_balances`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
-//! DATE: 2023-05-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2023-06-19, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
-//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
+//! HOSTNAME: `runner-e8ezs4ez-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
// Executed Command:
@@ -29,6 +29,9 @@
// --chain=kusama-dev
// --steps=50
// --repeat=20
+// --no-storage-info
+// --no-median-slopes
+// --no-min-squares
// --pallet=pallet_balances
// --extrinsic=*
// --execution=wasm
@@ -57,8 +60,8 @@ impl pallet_balances::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `219`
// Estimated: `6164`
- // Minimum execution time: 54_130_000 picoseconds.
- Weight::from_parts(54_899_000, 0)
+ // Minimum execution time: 56_458_000 picoseconds.
+ Weight::from_parts(57_881_000, 0)
.saturating_add(Weight::from_parts(0, 6164))
.saturating_add(T::DbWeight::get().reads(4))
.saturating_add(T::DbWeight::get().writes(4))
@@ -73,8 +76,8 @@ impl pallet_balances::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `219`
// Estimated: `6164`
- // Minimum execution time: 41_648_000 picoseconds.
- Weight::from_parts(42_104_000, 0)
+ // Minimum execution time: 43_014_000 picoseconds.
+ Weight::from_parts(44_098_000, 0)
.saturating_add(Weight::from_parts(0, 6164))
.saturating_add(T::DbWeight::get().reads(4))
.saturating_add(T::DbWeight::get().writes(3))
@@ -85,8 +88,8 @@ impl pallet_balances::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `217`
// Estimated: `3577`
- // Minimum execution time: 14_945_000 picoseconds.
- Weight::from_parts(15_242_000, 0)
+ // Minimum execution time: 14_712_000 picoseconds.
+ Weight::from_parts(15_189_000, 0)
.saturating_add(Weight::from_parts(0, 3577))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
@@ -101,8 +104,8 @@ impl pallet_balances::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `393`
// Estimated: `3593`
- // Minimum execution time: 25_268_000 picoseconds.
- Weight::from_parts(25_731_000, 0)
+ // Minimum execution time: 25_131_000 picoseconds.
+ Weight::from_parts(25_796_000, 0)
.saturating_add(Weight::from_parts(0, 3593))
.saturating_add(T::DbWeight::get().reads(3))
.saturating_add(T::DbWeight::get().writes(3))
@@ -117,8 +120,8 @@ impl pallet_balances::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `322`
// Estimated: `6196`
- // Minimum execution time: 55_768_000 picoseconds.
- Weight::from_parts(57_107_000, 0)
+ // Minimum execution time: 58_350_000 picoseconds.
+ Weight::from_parts(59_738_000, 0)
.saturating_add(Weight::from_parts(0, 6196))
.saturating_add(T::DbWeight::get().reads(5))
.saturating_add(T::DbWeight::get().writes(5))
@@ -133,8 +136,8 @@ impl pallet_balances::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `219`
// Estimated: `6164`
- // Minimum execution time: 50_928_000 picoseconds.
- Weight::from_parts(51_492_000, 0)
+ // Minimum execution time: 52_544_000 picoseconds.
+ Weight::from_parts(53_454_000, 0)
.saturating_add(Weight::from_parts(0, 6164))
.saturating_add(T::DbWeight::get().reads(4))
.saturating_add(T::DbWeight::get().writes(3))
@@ -147,8 +150,8 @@ impl pallet_balances::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `391`
// Estimated: `3593`
- // Minimum execution time: 20_353_000 picoseconds.
- Weight::from_parts(20_903_000, 0)
+ // Minimum execution time: 20_615_000 picoseconds.
+ Weight::from_parts(21_215_000, 0)
.saturating_add(Weight::from_parts(0, 3593))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(2))
@@ -163,11 +166,11 @@ impl pallet_balances::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `0 + u * (256 ±0)`
// Estimated: `990 + u * (2603 ±0)`
- // Minimum execution time: 20_196_000 picoseconds.
- Weight::from_parts(20_569_000, 0)
+ // Minimum execution time: 20_150_000 picoseconds.
+ Weight::from_parts(20_438_000, 0)
.saturating_add(Weight::from_parts(0, 990))
- // Standard Error: 12_940
- .saturating_add(Weight::from_parts(15_636_044, 0).saturating_mul(u.into()))
+ // Standard Error: 26_020
+ .saturating_add(Weight::from_parts(18_369_413, 0).saturating_mul(u.into()))
.saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(u.into())))
.saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(u.into())))
.saturating_add(Weight::from_parts(0, 2603).saturating_mul(u.into()))
diff --git a/polkadot/runtime/kusama/src/weights/pallet_bounties.rs b/polkadot/runtime/kusama/src/weights/pallet_bounties.rs
index a5ad238e75..07ddb5240e 100644
--- a/polkadot/runtime/kusama/src/weights/pallet_bounties.rs
+++ b/polkadot/runtime/kusama/src/weights/pallet_bounties.rs
@@ -17,9 +17,9 @@
//! Autogenerated weights for `pallet_bounties`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
-//! DATE: 2023-05-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2023-06-19, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
-//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
+//! HOSTNAME: `runner-e8ezs4ez-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
// Executed Command:
@@ -29,6 +29,9 @@
// --chain=kusama-dev
// --steps=50
// --repeat=20
+// --no-storage-info
+// --no-median-slopes
+// --no-min-squares
// --pallet=pallet_bounties
// --extrinsic=*
// --execution=wasm
@@ -60,11 +63,11 @@ impl pallet_bounties::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `177`
// Estimated: `3593`
- // Minimum execution time: 28_067_000 picoseconds.
- Weight::from_parts(29_387_679, 0)
+ // Minimum execution time: 28_620_000 picoseconds.
+ Weight::from_parts(30_319_265, 0)
.saturating_add(Weight::from_parts(0, 3593))
- // Standard Error: 9
- .saturating_add(Weight::from_parts(743, 0).saturating_mul(d.into()))
+ // Standard Error: 7
+ .saturating_add(Weight::from_parts(715, 0).saturating_mul(d.into()))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(4))
}
@@ -76,8 +79,8 @@ impl pallet_bounties::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `269`
// Estimated: `3642`
- // Minimum execution time: 10_705_000 picoseconds.
- Weight::from_parts(10_867_000, 0)
+ // Minimum execution time: 10_397_000 picoseconds.
+ Weight::from_parts(10_777_000, 0)
.saturating_add(Weight::from_parts(0, 3642))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(2))
@@ -88,8 +91,8 @@ impl pallet_bounties::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `289`
// Estimated: `3642`
- // Minimum execution time: 9_664_000 picoseconds.
- Weight::from_parts(9_881_000, 0)
+ // Minimum execution time: 9_065_000 picoseconds.
+ Weight::from_parts(9_477_000, 0)
.saturating_add(Weight::from_parts(0, 3642))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
@@ -102,8 +105,8 @@ impl pallet_bounties::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `465`
// Estimated: `3642`
- // Minimum execution time: 39_552_000 picoseconds.
- Weight::from_parts(39_988_000, 0)
+ // Minimum execution time: 42_565_000 picoseconds.
+ Weight::from_parts(43_956_000, 0)
.saturating_add(Weight::from_parts(0, 3642))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(2))
@@ -116,8 +119,8 @@ impl pallet_bounties::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `461`
// Estimated: `3642`
- // Minimum execution time: 26_337_000 picoseconds.
- Weight::from_parts(26_835_000, 0)
+ // Minimum execution time: 27_461_000 picoseconds.
+ Weight::from_parts(28_307_000, 0)
.saturating_add(Weight::from_parts(0, 3642))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(2))
@@ -130,8 +133,8 @@ impl pallet_bounties::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `405`
// Estimated: `3642`
- // Minimum execution time: 18_485_000 picoseconds.
- Weight::from_parts(18_997_000, 0)
+ // Minimum execution time: 19_269_000 picoseconds.
+ Weight::from_parts(19_884_000, 0)
.saturating_add(Weight::from_parts(0, 3642))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(1))
@@ -148,8 +151,8 @@ impl pallet_bounties::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `769`
// Estimated: `8799`
- // Minimum execution time: 109_641_000 picoseconds.
- Weight::from_parts(110_672_000, 0)
+ // Minimum execution time: 120_844_000 picoseconds.
+ Weight::from_parts(125_606_000, 0)
.saturating_add(Weight::from_parts(0, 8799))
.saturating_add(T::DbWeight::get().reads(5))
.saturating_add(T::DbWeight::get().writes(6))
@@ -166,8 +169,8 @@ impl pallet_bounties::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `449`
// Estimated: `3642`
- // Minimum execution time: 44_842_000 picoseconds.
- Weight::from_parts(45_457_000, 0)
+ // Minimum execution time: 47_439_000 picoseconds.
+ Weight::from_parts(48_838_000, 0)
.saturating_add(Weight::from_parts(0, 3642))
.saturating_add(T::DbWeight::get().reads(3))
.saturating_add(T::DbWeight::get().writes(3))
@@ -184,8 +187,8 @@ impl pallet_bounties::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `685`
// Estimated: `6196`
- // Minimum execution time: 74_312_000 picoseconds.
- Weight::from_parts(74_773_000, 0)
+ // Minimum execution time: 81_354_000 picoseconds.
+ Weight::from_parts(83_515_000, 0)
.saturating_add(Weight::from_parts(0, 6196))
.saturating_add(T::DbWeight::get().reads(4))
.saturating_add(T::DbWeight::get().writes(4))
@@ -196,8 +199,8 @@ impl pallet_bounties::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `325`
// Estimated: `3642`
- // Minimum execution time: 14_885_000 picoseconds.
- Weight::from_parts(15_159_000, 0)
+ // Minimum execution time: 14_850_000 picoseconds.
+ Weight::from_parts(15_365_000, 0)
.saturating_add(Weight::from_parts(0, 3642))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
@@ -213,11 +216,11 @@ impl pallet_bounties::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `0 + b * (297 ±0)`
// Estimated: `1887 + b * (5206 ±0)`
- // Minimum execution time: 4_240_000 picoseconds.
- Weight::from_parts(893_660, 0)
+ // Minimum execution time: 4_606_000 picoseconds.
+ Weight::from_parts(4_691_000, 0)
.saturating_add(Weight::from_parts(0, 1887))
- // Standard Error: 30_177
- .saturating_add(Weight::from_parts(37_971_849, 0).saturating_mul(b.into()))
+ // Standard Error: 15_735
+ .saturating_add(Weight::from_parts(44_695_416, 0).saturating_mul(b.into()))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(b.into())))
.saturating_add(T::DbWeight::get().writes(1))
diff --git a/polkadot/runtime/kusama/src/weights/pallet_child_bounties.rs b/polkadot/runtime/kusama/src/weights/pallet_child_bounties.rs
index 3e7394ecfa..252060ba37 100644
--- a/polkadot/runtime/kusama/src/weights/pallet_child_bounties.rs
+++ b/polkadot/runtime/kusama/src/weights/pallet_child_bounties.rs
@@ -17,9 +17,9 @@
//! Autogenerated weights for `pallet_child_bounties`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
-//! DATE: 2023-05-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2023-06-19, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
-//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
+//! HOSTNAME: `runner-e8ezs4ez-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
// Executed Command:
@@ -29,6 +29,9 @@
// --chain=kusama-dev
// --steps=50
// --repeat=20
+// --no-storage-info
+// --no-median-slopes
+// --no-min-squares
// --pallet=pallet_child_bounties
// --extrinsic=*
// --execution=wasm
@@ -64,11 +67,11 @@ impl pallet_child_bounties::WeightInfo for WeightInfo pallet_child_bounties::WeightInfo for WeightInfo pallet_child_bounties::WeightInfo for WeightInfo pallet_child_bounties::WeightInfo for WeightInfo pallet_child_bounties::WeightInfo for WeightInfo pallet_child_bounties::WeightInfo for WeightInfo pallet_child_bounties::WeightInfo for WeightInfo pallet_child_bounties::WeightInfo for WeightInfo pallet_conviction_voting::WeightInfo for WeightInf
// Proof Size summary in bytes:
// Measured: `13445`
// Estimated: `42428`
- // Minimum execution time: 110_399_000 picoseconds.
- Weight::from_parts(113_418_000, 0)
+ // Minimum execution time: 151_077_000 picoseconds.
+ Weight::from_parts(165_283_000, 0)
.saturating_add(Weight::from_parts(0, 42428))
.saturating_add(T::DbWeight::get().reads(6))
.saturating_add(T::DbWeight::get().writes(5))
@@ -85,8 +88,8 @@ impl pallet_conviction_voting::WeightInfo for WeightInf
// Proof Size summary in bytes:
// Measured: `14166`
// Estimated: `83866`
- // Minimum execution time: 170_763_000 picoseconds.
- Weight::from_parts(176_331_000, 0)
+ // Minimum execution time: 232_420_000 picoseconds.
+ Weight::from_parts(244_439_000, 0)
.saturating_add(Weight::from_parts(0, 83866))
.saturating_add(T::DbWeight::get().reads(7))
.saturating_add(T::DbWeight::get().writes(6))
@@ -101,8 +104,8 @@ impl pallet_conviction_voting::WeightInfo for WeightInf
// Proof Size summary in bytes:
// Measured: `13918`
// Estimated: `83866`
- // Minimum execution time: 145_996_000 picoseconds.
- Weight::from_parts(148_599_000, 0)
+ // Minimum execution time: 205_017_000 picoseconds.
+ Weight::from_parts(216_594_000, 0)
.saturating_add(Weight::from_parts(0, 83866))
.saturating_add(T::DbWeight::get().reads(4))
.saturating_add(T::DbWeight::get().writes(4))
@@ -115,8 +118,8 @@ impl pallet_conviction_voting::WeightInfo for WeightInf
// Proof Size summary in bytes:
// Measured: `13004`
// Estimated: `30706`
- // Minimum execution time: 56_024_000 picoseconds.
- Weight::from_parts(58_114_000, 0)
+ // Minimum execution time: 84_226_000 picoseconds.
+ Weight::from_parts(91_255_000, 0)
.saturating_add(Weight::from_parts(0, 30706))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(1))
@@ -138,11 +141,11 @@ impl pallet_conviction_voting::WeightInfo for WeightInf
// Proof Size summary in bytes:
// Measured: `29640 + r * (365 ±0)`
// Estimated: `83866 + r * (3411 ±0)`
- // Minimum execution time: 59_247_000 picoseconds.
- Weight::from_parts(1_578_847_390, 0)
+ // Minimum execution time: 78_708_000 picoseconds.
+ Weight::from_parts(2_053_488_615, 0)
.saturating_add(Weight::from_parts(0, 83866))
- // Standard Error: 137_017
- .saturating_add(Weight::from_parts(37_792_797, 0).saturating_mul(r.into()))
+ // Standard Error: 179_271
+ .saturating_add(Weight::from_parts(47_806_482, 0).saturating_mul(r.into()))
.saturating_add(T::DbWeight::get().reads(7))
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into())))
.saturating_add(T::DbWeight::get().writes(6))
@@ -160,11 +163,11 @@ impl pallet_conviction_voting::WeightInfo for WeightInf
// Proof Size summary in bytes:
// Measured: `29555 + r * (365 ±0)`
// Estimated: `83866 + r * (3411 ±0)`
- // Minimum execution time: 31_674_000 picoseconds.
- Weight::from_parts(1_538_332_917, 0)
+ // Minimum execution time: 45_232_000 picoseconds.
+ Weight::from_parts(2_045_021_014, 0)
.saturating_add(Weight::from_parts(0, 83866))
- // Standard Error: 135_691
- .saturating_add(Weight::from_parts(38_078_566, 0).saturating_mul(r.into()))
+ // Standard Error: 185_130
+ .saturating_add(Weight::from_parts(47_896_011, 0).saturating_mul(r.into()))
.saturating_add(T::DbWeight::get().reads(4))
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into())))
.saturating_add(T::DbWeight::get().writes(4))
@@ -183,8 +186,8 @@ impl pallet_conviction_voting::WeightInfo for WeightInf
// Proof Size summary in bytes:
// Measured: `12218`
// Estimated: `30706`
- // Minimum execution time: 79_728_000 picoseconds.
- Weight::from_parts(81_706_000, 0)
+ // Minimum execution time: 116_446_000 picoseconds.
+ Weight::from_parts(124_043_000, 0)
.saturating_add(Weight::from_parts(0, 30706))
.saturating_add(T::DbWeight::get().reads(4))
.saturating_add(T::DbWeight::get().writes(3))
diff --git a/polkadot/runtime/kusama/src/weights/pallet_election_provider_multi_phase.rs b/polkadot/runtime/kusama/src/weights/pallet_election_provider_multi_phase.rs
index bbf2208f0d..d670d324ab 100644
--- a/polkadot/runtime/kusama/src/weights/pallet_election_provider_multi_phase.rs
+++ b/polkadot/runtime/kusama/src/weights/pallet_election_provider_multi_phase.rs
@@ -17,9 +17,9 @@
//! Autogenerated weights for `pallet_election_provider_multi_phase`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
-//! DATE: 2023-05-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2023-06-19, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
-//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
+//! HOSTNAME: `runner-e8ezs4ez-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
// Executed Command:
@@ -29,6 +29,9 @@
// --chain=kusama-dev
// --steps=50
// --repeat=20
+// --no-storage-info
+// --no-median-slopes
+// --no-min-squares
// --pallet=pallet_election_provider_multi_phase
// --extrinsic=*
// --execution=wasm
@@ -67,8 +70,8 @@ impl pallet_election_provider_multi_phase::WeightInfo f
// Proof Size summary in bytes:
// Measured: `959`
// Estimated: `3481`
- // Minimum execution time: 20_288_000 picoseconds.
- Weight::from_parts(20_855_000, 0)
+ // Minimum execution time: 21_207_000 picoseconds.
+ Weight::from_parts(22_059_000, 0)
.saturating_add(Weight::from_parts(0, 3481))
.saturating_add(T::DbWeight::get().reads(8))
}
@@ -80,8 +83,8 @@ impl pallet_election_provider_multi_phase::WeightInfo f
// Proof Size summary in bytes:
// Measured: `80`
// Estimated: `1565`
- // Minimum execution time: 12_440_000 picoseconds.
- Weight::from_parts(12_779_000, 0)
+ // Minimum execution time: 11_472_000 picoseconds.
+ Weight::from_parts(11_772_000, 0)
.saturating_add(Weight::from_parts(0, 1565))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(1))
@@ -94,8 +97,8 @@ impl pallet_election_provider_multi_phase::WeightInfo f
// Proof Size summary in bytes:
// Measured: `80`
// Estimated: `1565`
- // Minimum execution time: 13_744_000 picoseconds.
- Weight::from_parts(14_037_000, 0)
+ // Minimum execution time: 12_466_000 picoseconds.
+ Weight::from_parts(12_954_000, 0)
.saturating_add(Weight::from_parts(0, 1565))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(1))
@@ -108,8 +111,8 @@ impl pallet_election_provider_multi_phase::WeightInfo f
// Proof Size summary in bytes:
// Measured: `174`
// Estimated: `3593`
- // Minimum execution time: 29_460_000 picoseconds.
- Weight::from_parts(29_985_000, 0)
+ // Minimum execution time: 31_347_000 picoseconds.
+ Weight::from_parts(32_088_000, 0)
.saturating_add(Weight::from_parts(0, 3593))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(2))
@@ -120,8 +123,8 @@ impl pallet_election_provider_multi_phase::WeightInfo f
// Proof Size summary in bytes:
// Measured: `174`
// Estimated: `3593`
- // Minimum execution time: 20_359_000 picoseconds.
- Weight::from_parts(20_663_000, 0)
+ // Minimum execution time: 21_061_000 picoseconds.
+ Weight::from_parts(21_819_000, 0)
.saturating_add(Weight::from_parts(0, 3593))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
@@ -134,17 +137,15 @@ impl pallet_election_provider_multi_phase::WeightInfo f
/// Proof Skipped: ElectionProviderMultiPhase Snapshot (max_values: Some(1), max_size: None, mode: Measured)
/// The range of component `v` is `[1000, 2000]`.
/// The range of component `t` is `[500, 1000]`.
- fn create_snapshot_internal(v: u32, t: u32, ) -> Weight {
+ fn create_snapshot_internal(v: u32, _t: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
- // Minimum execution time: 657_591_000 picoseconds.
- Weight::from_parts(23_731_735, 0)
+ // Minimum execution time: 796_200_000 picoseconds.
+ Weight::from_parts(848_268_000, 0)
.saturating_add(Weight::from_parts(0, 0))
- // Standard Error: 2_147
- .saturating_add(Weight::from_parts(578_784, 0).saturating_mul(v.into()))
- // Standard Error: 4_292
- .saturating_add(Weight::from_parts(93_667, 0).saturating_mul(t.into()))
+ // Standard Error: 6_942
+ .saturating_add(Weight::from_parts(625_196, 0).saturating_mul(v.into()))
.saturating_add(T::DbWeight::get().writes(3))
}
/// Storage: ElectionProviderMultiPhase SignedSubmissionIndices (r:1 w:1)
@@ -173,11 +174,13 @@ impl pallet_election_provider_multi_phase::WeightInfo f
// Proof Size summary in bytes:
// Measured: `832 + a * (1152 ±0) + d * (47 ±0)`
// Estimated: `4282 + a * (1152 ±0) + d * (48 ±0)`
- // Minimum execution time: 367_245_000 picoseconds.
- Weight::from_parts(377_296_000, 0)
+ // Minimum execution time: 598_364_000 picoseconds.
+ Weight::from_parts(3_028_177, 0)
.saturating_add(Weight::from_parts(0, 4282))
- // Standard Error: 8_804
- .saturating_add(Weight::from_parts(650_426, 0).saturating_mul(a.into()))
+ // Standard Error: 29_462
+ .saturating_add(Weight::from_parts(1_292_240, 0).saturating_mul(a.into()))
+ // Standard Error: 44_163
+ .saturating_add(Weight::from_parts(113_479, 0).saturating_mul(d.into()))
.saturating_add(T::DbWeight::get().reads(8))
.saturating_add(T::DbWeight::get().writes(9))
.saturating_add(Weight::from_parts(0, 1152).saturating_mul(a.into()))
@@ -199,8 +202,8 @@ impl pallet_election_provider_multi_phase::WeightInfo f
// Proof Size summary in bytes:
// Measured: `1170`
// Estimated: `2655`
- // Minimum execution time: 48_759_000 picoseconds.
- Weight::from_parts(49_247_000, 0)
+ // Minimum execution time: 50_887_000 picoseconds.
+ Weight::from_parts(53_335_000, 0)
.saturating_add(Weight::from_parts(0, 2655))
.saturating_add(T::DbWeight::get().reads(5))
.saturating_add(T::DbWeight::get().writes(3))
@@ -227,13 +230,13 @@ impl pallet_election_provider_multi_phase::WeightInfo f
// Proof Size summary in bytes:
// Measured: `185 + t * (32 ±0) + v * (809 ±0)`
// Estimated: `1670 + t * (32 ±0) + v * (809 ±0)`
- // Minimum execution time: 7_057_662_000 picoseconds.
- Weight::from_parts(7_137_164_000, 0)
+ // Minimum execution time: 9_246_269_000 picoseconds.
+ Weight::from_parts(9_558_256_000, 0)
.saturating_add(Weight::from_parts(0, 1670))
- // Standard Error: 22_962
- .saturating_add(Weight::from_parts(101_767, 0).saturating_mul(v.into()))
- // Standard Error: 68_046
- .saturating_add(Weight::from_parts(6_760_988, 0).saturating_mul(a.into()))
+ // Standard Error: 40_767
+ .saturating_add(Weight::from_parts(476_361, 0).saturating_mul(v.into()))
+ // Standard Error: 120_810
+ .saturating_add(Weight::from_parts(7_762_441, 0).saturating_mul(a.into()))
.saturating_add(T::DbWeight::get().reads(7))
.saturating_add(T::DbWeight::get().writes(1))
.saturating_add(Weight::from_parts(0, 32).saturating_mul(t.into()))
@@ -255,13 +258,13 @@ impl pallet_election_provider_multi_phase::WeightInfo f
// Proof Size summary in bytes:
// Measured: `160 + t * (32 ±0) + v * (809 ±0)`
// Estimated: `1645 + t * (32 ±0) + v * (809 ±0)`
- // Minimum execution time: 5_873_278_000 picoseconds.
- Weight::from_parts(5_985_023_000, 0)
+ // Minimum execution time: 7_414_707_000 picoseconds.
+ Weight::from_parts(7_699_413_000, 0)
.saturating_add(Weight::from_parts(0, 1645))
- // Standard Error: 20_958
- .saturating_add(Weight::from_parts(52_402, 0).saturating_mul(v.into()))
- // Standard Error: 62_107
- .saturating_add(Weight::from_parts(5_452_671, 0).saturating_mul(a.into()))
+ // Standard Error: 29_542
+ .saturating_add(Weight::from_parts(312_856, 0).saturating_mul(v.into()))
+ // Standard Error: 87_545
+ .saturating_add(Weight::from_parts(5_993_730, 0).saturating_mul(a.into()))
.saturating_add(T::DbWeight::get().reads(4))
.saturating_add(Weight::from_parts(0, 32).saturating_mul(t.into()))
.saturating_add(Weight::from_parts(0, 809).saturating_mul(v.into()))
diff --git a/polkadot/runtime/kusama/src/weights/pallet_fast_unstake.rs b/polkadot/runtime/kusama/src/weights/pallet_fast_unstake.rs
index 75cdbd0375..34fec8e784 100644
--- a/polkadot/runtime/kusama/src/weights/pallet_fast_unstake.rs
+++ b/polkadot/runtime/kusama/src/weights/pallet_fast_unstake.rs
@@ -17,9 +17,9 @@
//! Autogenerated weights for `pallet_fast_unstake`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
-//! DATE: 2023-05-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2023-06-19, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
-//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
+//! HOSTNAME: `runner-e8ezs4ez-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
// Executed Command:
@@ -29,6 +29,9 @@
// --chain=kusama-dev
// --steps=50
// --repeat=20
+// --no-storage-info
+// --no-median-slopes
+// --no-min-squares
// --pallet=pallet_fast_unstake
// --extrinsic=*
// --execution=wasm
@@ -82,11 +85,11 @@ impl pallet_fast_unstake::WeightInfo for WeightInfo
// Proof Size summary in bytes:
// Measured: `1176 + b * (343 ±0)`
// Estimated: `4676 + b * (3774 ±0)`
- // Minimum execution time: 87_063_000 picoseconds.
- Weight::from_parts(23_428_481, 0)
+ // Minimum execution time: 90_522_000 picoseconds.
+ Weight::from_parts(30_621_885, 0)
.saturating_add(Weight::from_parts(0, 4676))
- // Standard Error: 48_812
- .saturating_add(Weight::from_parts(53_481_477, 0).saturating_mul(b.into()))
+ // Standard Error: 35_474
+ .saturating_add(Weight::from_parts(58_149_619, 0).saturating_mul(b.into()))
.saturating_add(T::DbWeight::get().reads(6))
.saturating_add(T::DbWeight::get().reads((7_u64).saturating_mul(b.into())))
.saturating_add(T::DbWeight::get().writes(1))
@@ -113,13 +116,13 @@ impl pallet_fast_unstake::WeightInfo for WeightInfo
// Proof Size summary in bytes:
// Measured: `1344 + b * (48 ±0) + v * (18487 ±0)`
// Estimated: `4676 + b * (49 ±0) + v * (20963 ±0)`
- // Minimum execution time: 1_650_957_000 picoseconds.
- Weight::from_parts(1_681_546_000, 0)
+ // Minimum execution time: 1_633_429_000 picoseconds.
+ Weight::from_parts(1_647_031_000, 0)
.saturating_add(Weight::from_parts(0, 4676))
- // Standard Error: 15_020_512
- .saturating_add(Weight::from_parts(482_553_559, 0).saturating_mul(v.into()))
- // Standard Error: 60_098_778
- .saturating_add(Weight::from_parts(1_887_735_942, 0).saturating_mul(b.into()))
+ // Standard Error: 14_231_088
+ .saturating_add(Weight::from_parts(454_485_752, 0).saturating_mul(v.into()))
+ // Standard Error: 56_940_204
+ .saturating_add(Weight::from_parts(1_784_096_716, 0).saturating_mul(b.into()))
.saturating_add(T::DbWeight::get().reads(7))
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(v.into())))
.saturating_add(T::DbWeight::get().writes(1))
@@ -160,8 +163,8 @@ impl pallet_fast_unstake::WeightInfo for WeightInfo
// Proof Size summary in bytes:
// Measured: `1826`
// Estimated: `4764`
- // Minimum execution time: 115_973_000 picoseconds.
- Weight::from_parts(118_898_000, 0)
+ // Minimum execution time: 120_577_000 picoseconds.
+ Weight::from_parts(123_610_000, 0)
.saturating_add(Weight::from_parts(0, 4764))
.saturating_add(T::DbWeight::get().reads(15))
.saturating_add(T::DbWeight::get().writes(9))
@@ -180,8 +183,8 @@ impl pallet_fast_unstake::WeightInfo for WeightInfo
// Proof Size summary in bytes:
// Measured: `1084`
// Estimated: `4676`
- // Minimum execution time: 42_160_000 picoseconds.
- Weight::from_parts(43_079_000, 0)
+ // Minimum execution time: 42_258_000 picoseconds.
+ Weight::from_parts(43_647_000, 0)
.saturating_add(Weight::from_parts(0, 4676))
.saturating_add(T::DbWeight::get().reads(5))
.saturating_add(T::DbWeight::get().writes(2))
@@ -192,8 +195,8 @@ impl pallet_fast_unstake::WeightInfo for WeightInfo
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
- // Minimum execution time: 2_597_000 picoseconds.
- Weight::from_parts(2_783_000, 0)
+ // Minimum execution time: 2_524_000 picoseconds.
+ Weight::from_parts(2_654_000, 0)
.saturating_add(Weight::from_parts(0, 0))
.saturating_add(T::DbWeight::get().writes(1))
}
diff --git a/polkadot/runtime/kusama/src/weights/pallet_identity.rs b/polkadot/runtime/kusama/src/weights/pallet_identity.rs
index d1eff559ac..f4952db592 100644
--- a/polkadot/runtime/kusama/src/weights/pallet_identity.rs
+++ b/polkadot/runtime/kusama/src/weights/pallet_identity.rs
@@ -17,9 +17,9 @@
//! Autogenerated weights for `pallet_identity`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
-//! DATE: 2023-05-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2023-06-19, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
-//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
+//! HOSTNAME: `runner-e8ezs4ez-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
// Executed Command:
@@ -29,6 +29,9 @@
// --chain=kusama-dev
// --steps=50
// --repeat=20
+// --no-storage-info
+// --no-median-slopes
+// --no-min-squares
// --pallet=pallet_identity
// --extrinsic=*
// --execution=wasm
@@ -54,11 +57,11 @@ impl pallet_identity::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `32 + r * (57 ±0)`
// Estimated: `2626`
- // Minimum execution time: 11_458_000 picoseconds.
- Weight::from_parts(12_065_609, 0)
+ // Minimum execution time: 11_854_000 picoseconds.
+ Weight::from_parts(12_968_221, 0)
.saturating_add(Weight::from_parts(0, 2626))
- // Standard Error: 1_453
- .saturating_add(Weight::from_parts(115_213, 0).saturating_mul(r.into()))
+ // Standard Error: 5_813
+ .saturating_add(Weight::from_parts(102_873, 0).saturating_mul(r.into()))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
@@ -70,13 +73,13 @@ impl pallet_identity::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `442 + r * (5 ±0)`
// Estimated: `11003`
- // Minimum execution time: 31_655_000 picoseconds.
- Weight::from_parts(31_089_696, 0)
+ // Minimum execution time: 32_800_000 picoseconds.
+ Weight::from_parts(28_706_621, 0)
.saturating_add(Weight::from_parts(0, 11003))
- // Standard Error: 1_815
- .saturating_add(Weight::from_parts(74_740, 0).saturating_mul(r.into()))
- // Standard Error: 354
- .saturating_add(Weight::from_parts(450_715, 0).saturating_mul(x.into()))
+ // Standard Error: 12_190
+ .saturating_add(Weight::from_parts(261_969, 0).saturating_mul(r.into()))
+ // Standard Error: 2_378
+ .saturating_add(Weight::from_parts(500_617, 0).saturating_mul(x.into()))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
@@ -91,11 +94,11 @@ impl pallet_identity::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `101`
// Estimated: `11003 + s * (2589 ±0)`
- // Minimum execution time: 9_219_000 picoseconds.
- Weight::from_parts(23_941_709, 0)
+ // Minimum execution time: 8_815_000 picoseconds.
+ Weight::from_parts(21_946_444, 0)
.saturating_add(Weight::from_parts(0, 11003))
- // Standard Error: 3_938
- .saturating_add(Weight::from_parts(2_691_567, 0).saturating_mul(s.into()))
+ // Standard Error: 5_757
+ .saturating_add(Weight::from_parts(3_241_262, 0).saturating_mul(s.into()))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(s.into())))
.saturating_add(T::DbWeight::get().writes(1))
@@ -113,11 +116,11 @@ impl pallet_identity::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `194 + p * (32 ±0)`
// Estimated: `11003`
- // Minimum execution time: 9_187_000 picoseconds.
- Weight::from_parts(23_331_230, 0)
+ // Minimum execution time: 8_892_000 picoseconds.
+ Weight::from_parts(21_343_974, 0)
.saturating_add(Weight::from_parts(0, 11003))
- // Standard Error: 3_251
- .saturating_add(Weight::from_parts(1_097_123, 0).saturating_mul(p.into()))
+ // Standard Error: 5_109
+ .saturating_add(Weight::from_parts(1_410_415, 0).saturating_mul(p.into()))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(1))
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into())))
@@ -135,15 +138,15 @@ impl pallet_identity::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `469 + r * (5 ±0) + s * (32 ±0) + x * (66 ±0)`
// Estimated: `11003`
- // Minimum execution time: 54_059_000 picoseconds.
- Weight::from_parts(33_831_123, 0)
+ // Minimum execution time: 60_331_000 picoseconds.
+ Weight::from_parts(29_115_598, 0)
.saturating_add(Weight::from_parts(0, 11003))
- // Standard Error: 5_874
- .saturating_add(Weight::from_parts(33_658, 0).saturating_mul(r.into()))
- // Standard Error: 1_147
- .saturating_add(Weight::from_parts(1_086_575, 0).saturating_mul(s.into()))
- // Standard Error: 1_147
- .saturating_add(Weight::from_parts(217_501, 0).saturating_mul(x.into()))
+ // Standard Error: 21_877
+ .saturating_add(Weight::from_parts(216_644, 0).saturating_mul(r.into()))
+ // Standard Error: 4_272
+ .saturating_add(Weight::from_parts(1_420_433, 0).saturating_mul(s.into()))
+ // Standard Error: 4_272
+ .saturating_add(Weight::from_parts(311_436, 0).saturating_mul(x.into()))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(2))
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into())))
@@ -158,13 +161,13 @@ impl pallet_identity::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `367 + r * (57 ±0) + x * (66 ±0)`
// Estimated: `11003`
- // Minimum execution time: 32_273_000 picoseconds.
- Weight::from_parts(31_276_801, 0)
+ // Minimum execution time: 33_470_000 picoseconds.
+ Weight::from_parts(32_277_730, 0)
.saturating_add(Weight::from_parts(0, 11003))
- // Standard Error: 2_127
- .saturating_add(Weight::from_parts(103_894, 0).saturating_mul(r.into()))
- // Standard Error: 415
- .saturating_add(Weight::from_parts(465_799, 0).saturating_mul(x.into()))
+ // Standard Error: 4_577
+ .saturating_add(Weight::from_parts(121_062, 0).saturating_mul(r.into()))
+ // Standard Error: 893
+ .saturating_add(Weight::from_parts(496_715, 0).saturating_mul(x.into()))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(1))
}
@@ -176,13 +179,13 @@ impl pallet_identity::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `398 + x * (66 ±0)`
// Estimated: `11003`
- // Minimum execution time: 29_416_000 picoseconds.
- Weight::from_parts(28_875_860, 0)
+ // Minimum execution time: 29_626_000 picoseconds.
+ Weight::from_parts(28_419_375, 0)
.saturating_add(Weight::from_parts(0, 11003))
- // Standard Error: 1_970
- .saturating_add(Weight::from_parts(71_149, 0).saturating_mul(r.into()))
- // Standard Error: 384
- .saturating_add(Weight::from_parts(466_555, 0).saturating_mul(x.into()))
+ // Standard Error: 5_566
+ .saturating_add(Weight::from_parts(143_337, 0).saturating_mul(r.into()))
+ // Standard Error: 1_086
+ .saturating_add(Weight::from_parts(487_332, 0).saturating_mul(x.into()))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
@@ -193,11 +196,11 @@ impl pallet_identity::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `89 + r * (57 ±0)`
// Estimated: `2626`
- // Minimum execution time: 7_188_000 picoseconds.
- Weight::from_parts(7_679_707, 0)
+ // Minimum execution time: 7_221_000 picoseconds.
+ Weight::from_parts(7_708_979, 0)
.saturating_add(Weight::from_parts(0, 2626))
- // Standard Error: 1_115
- .saturating_add(Weight::from_parts(100_745, 0).saturating_mul(r.into()))
+ // Standard Error: 1_516
+ .saturating_add(Weight::from_parts(101_163, 0).saturating_mul(r.into()))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
@@ -208,11 +211,11 @@ impl pallet_identity::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `89 + r * (57 ±0)`
// Estimated: `2626`
- // Minimum execution time: 7_344_000 picoseconds.
- Weight::from_parts(7_843_267, 0)
+ // Minimum execution time: 7_288_000 picoseconds.
+ Weight::from_parts(7_757_754, 0)
.saturating_add(Weight::from_parts(0, 2626))
- // Standard Error: 1_285
- .saturating_add(Weight::from_parts(96_032, 0).saturating_mul(r.into()))
+ // Standard Error: 1_365
+ .saturating_add(Weight::from_parts(95_345, 0).saturating_mul(r.into()))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
@@ -223,11 +226,11 @@ impl pallet_identity::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `89 + r * (57 ±0)`
// Estimated: `2626`
- // Minimum execution time: 7_298_000 picoseconds.
- Weight::from_parts(7_699_423, 0)
+ // Minimum execution time: 7_204_000 picoseconds.
+ Weight::from_parts(7_679_617, 0)
.saturating_add(Weight::from_parts(0, 2626))
- // Standard Error: 1_021
- .saturating_add(Weight::from_parts(94_460, 0).saturating_mul(r.into()))
+ // Standard Error: 1_358
+ .saturating_add(Weight::from_parts(100_186, 0).saturating_mul(r.into()))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
@@ -241,13 +244,13 @@ impl pallet_identity::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `445 + r * (57 ±0) + x * (66 ±0)`
// Estimated: `11003`
- // Minimum execution time: 22_813_000 picoseconds.
- Weight::from_parts(22_518_747, 0)
+ // Minimum execution time: 23_125_000 picoseconds.
+ Weight::from_parts(22_392_893, 0)
.saturating_add(Weight::from_parts(0, 11003))
- // Standard Error: 2_126
- .saturating_add(Weight::from_parts(91_405, 0).saturating_mul(r.into()))
- // Standard Error: 393
- .saturating_add(Weight::from_parts(739_711, 0).saturating_mul(x.into()))
+ // Standard Error: 5_154
+ .saturating_add(Weight::from_parts(121_813, 0).saturating_mul(r.into()))
+ // Standard Error: 953
+ .saturating_add(Weight::from_parts(806_355, 0).saturating_mul(x.into()))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(1))
}
@@ -266,15 +269,15 @@ impl pallet_identity::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `676 + r * (5 ±0) + s * (32 ±0) + x * (66 ±0)`
// Estimated: `11003`
- // Minimum execution time: 68_514_000 picoseconds.
- Weight::from_parts(49_427_829, 0)
+ // Minimum execution time: 76_226_000 picoseconds.
+ Weight::from_parts(35_456_327, 0)
.saturating_add(Weight::from_parts(0, 11003))
- // Standard Error: 4_883
- .saturating_add(Weight::from_parts(25_681, 0).saturating_mul(r.into()))
- // Standard Error: 953
- .saturating_add(Weight::from_parts(1_094_735, 0).saturating_mul(s.into()))
- // Standard Error: 953
- .saturating_add(Weight::from_parts(223_048, 0).saturating_mul(x.into()))
+ // Standard Error: 18_829
+ .saturating_add(Weight::from_parts(615_512, 0).saturating_mul(r.into()))
+ // Standard Error: 3_677
+ .saturating_add(Weight::from_parts(1_462_016, 0).saturating_mul(s.into()))
+ // Standard Error: 3_677
+ .saturating_add(Weight::from_parts(328_050, 0).saturating_mul(x.into()))
.saturating_add(T::DbWeight::get().reads(3))
.saturating_add(T::DbWeight::get().writes(3))
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into())))
@@ -290,11 +293,11 @@ impl pallet_identity::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `475 + s * (36 ±0)`
// Estimated: `11003`
- // Minimum execution time: 28_279_000 picoseconds.
- Weight::from_parts(33_153_595, 0)
+ // Minimum execution time: 29_381_000 picoseconds.
+ Weight::from_parts(33_288_068, 0)
.saturating_add(Weight::from_parts(0, 11003))
- // Standard Error: 1_304
- .saturating_add(Weight::from_parts(62_546, 0).saturating_mul(s.into()))
+ // Standard Error: 1_624
+ .saturating_add(Weight::from_parts(120_173, 0).saturating_mul(s.into()))
.saturating_add(T::DbWeight::get().reads(3))
.saturating_add(T::DbWeight::get().writes(2))
}
@@ -307,11 +310,11 @@ impl pallet_identity::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `591 + s * (3 ±0)`
// Estimated: `11003`
- // Minimum execution time: 12_641_000 picoseconds.
- Weight::from_parts(14_600_226, 0)
+ // Minimum execution time: 12_418_000 picoseconds.
+ Weight::from_parts(13_798_930, 0)
.saturating_add(Weight::from_parts(0, 11003))
- // Standard Error: 525
- .saturating_add(Weight::from_parts(17_307, 0).saturating_mul(s.into()))
+ // Standard Error: 856
+ .saturating_add(Weight::from_parts(43_306, 0).saturating_mul(s.into()))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(1))
}
@@ -326,11 +329,11 @@ impl pallet_identity::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `638 + s * (35 ±0)`
// Estimated: `11003`
- // Minimum execution time: 31_796_000 picoseconds.
- Weight::from_parts(34_973_700, 0)
+ // Minimum execution time: 33_242_000 picoseconds.
+ Weight::from_parts(36_552_253, 0)
.saturating_add(Weight::from_parts(0, 11003))
- // Standard Error: 934
- .saturating_add(Weight::from_parts(52_308, 0).saturating_mul(s.into()))
+ // Standard Error: 2_385
+ .saturating_add(Weight::from_parts(98_359, 0).saturating_mul(s.into()))
.saturating_add(T::DbWeight::get().reads(3))
.saturating_add(T::DbWeight::get().writes(2))
}
@@ -345,11 +348,11 @@ impl pallet_identity::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `704 + s * (37 ±0)`
// Estimated: `6723`
- // Minimum execution time: 23_740_000 picoseconds.
- Weight::from_parts(26_342_512, 0)
+ // Minimum execution time: 24_017_000 picoseconds.
+ Weight::from_parts(27_149_414, 0)
.saturating_add(Weight::from_parts(0, 6723))
- // Standard Error: 961
- .saturating_add(Weight::from_parts(55_063, 0).saturating_mul(s.into()))
+ // Standard Error: 1_769
+ .saturating_add(Weight::from_parts(79_539, 0).saturating_mul(s.into()))
.saturating_add(T::DbWeight::get().reads(3))
.saturating_add(T::DbWeight::get().writes(2))
}
diff --git a/polkadot/runtime/kusama/src/weights/pallet_im_online.rs b/polkadot/runtime/kusama/src/weights/pallet_im_online.rs
index 69f34a760c..3bb3d65c4a 100644
--- a/polkadot/runtime/kusama/src/weights/pallet_im_online.rs
+++ b/polkadot/runtime/kusama/src/weights/pallet_im_online.rs
@@ -17,9 +17,9 @@
//! Autogenerated weights for `pallet_im_online`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
-//! DATE: 2023-05-31, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2023-06-19, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
-//! HOSTNAME: `build-host`, CPU: `AMD EPYC 7601 32-Core Processor`
+//! HOSTNAME: `runner-e8ezs4ez-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
// Executed Command:
@@ -29,6 +29,9 @@
// --chain=kusama-dev
// --steps=50
// --repeat=20
+// --no-storage-info
+// --no-median-slopes
+// --no-min-squares
// --pallet=pallet_im_online
// --extrinsic=*
// --execution=wasm
@@ -54,7 +57,7 @@ impl pallet_im_online::WeightInfo for WeightInfo {
/// Storage: ImOnline Keys (r:1 w:0)
/// Proof: ImOnline Keys (max_values: Some(1), max_size: Some(320002), added: 320497, mode: MaxEncodedLen)
/// Storage: ImOnline ReceivedHeartbeats (r:1 w:1)
- /// Proof: ImOnline ReceivedHeartbeats (max_values: None, max_size: Some(1028), added: 3503, mode: MaxEncodedLen)
+ /// Proof: ImOnline ReceivedHeartbeats (max_values: None, max_size: Some(25), added: 2500, mode: MaxEncodedLen)
/// Storage: ImOnline AuthoredBlocks (r:1 w:0)
/// Proof: ImOnline AuthoredBlocks (max_values: None, max_size: Some(56), added: 2531, mode: MaxEncodedLen)
/// The range of component `k` is `[1, 1000]`.
@@ -62,11 +65,11 @@ impl pallet_im_online::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `361 + k * (32 ±0)`
// Estimated: `321487 + k * (1761 ±0)`
- // Minimum execution time: 122_811_000 picoseconds.
- Weight::from_parts(134_566_517, 0)
+ // Minimum execution time: 82_038_000 picoseconds.
+ Weight::from_parts(100_726_620, 0)
.saturating_add(Weight::from_parts(0, 321487))
- // Standard Error: 639
- .saturating_add(Weight::from_parts(42_176, 0).saturating_mul(k.into()))
+ // Standard Error: 600
+ .saturating_add(Weight::from_parts(30_346, 0).saturating_mul(k.into()))
.saturating_add(T::DbWeight::get().reads(4))
.saturating_add(T::DbWeight::get().writes(1))
.saturating_add(Weight::from_parts(0, 1761).saturating_mul(k.into()))
diff --git a/polkadot/runtime/kusama/src/weights/pallet_indices.rs b/polkadot/runtime/kusama/src/weights/pallet_indices.rs
index 5bc26544cc..b26562975c 100644
--- a/polkadot/runtime/kusama/src/weights/pallet_indices.rs
+++ b/polkadot/runtime/kusama/src/weights/pallet_indices.rs
@@ -17,9 +17,9 @@
//! Autogenerated weights for `pallet_indices`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
-//! DATE: 2023-05-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2023-06-19, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
-//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
+//! HOSTNAME: `runner-e8ezs4ez-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
// Executed Command:
@@ -29,6 +29,9 @@
// --chain=kusama-dev
// --steps=50
// --repeat=20
+// --no-storage-info
+// --no-median-slopes
+// --no-min-squares
// --pallet=pallet_indices
// --extrinsic=*
// --execution=wasm
@@ -53,8 +56,8 @@ impl pallet_indices::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `142`
// Estimated: `3534`
- // Minimum execution time: 23_844_000 picoseconds.
- Weight::from_parts(24_387_000, 0)
+ // Minimum execution time: 25_322_000 picoseconds.
+ Weight::from_parts(26_124_000, 0)
.saturating_add(Weight::from_parts(0, 3534))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
@@ -67,8 +70,8 @@ impl pallet_indices::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `341`
// Estimated: `3593`
- // Minimum execution time: 34_861_000 picoseconds.
- Weight::from_parts(35_285_000, 0)
+ // Minimum execution time: 36_790_000 picoseconds.
+ Weight::from_parts(37_218_000, 0)
.saturating_add(Weight::from_parts(0, 3593))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(2))
@@ -79,8 +82,8 @@ impl pallet_indices::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `238`
// Estimated: `3534`
- // Minimum execution time: 25_146_000 picoseconds.
- Weight::from_parts(25_439_000, 0)
+ // Minimum execution time: 25_968_000 picoseconds.
+ Weight::from_parts(26_450_000, 0)
.saturating_add(Weight::from_parts(0, 3534))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
@@ -93,8 +96,8 @@ impl pallet_indices::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `341`
// Estimated: `3593`
- // Minimum execution time: 27_330_000 picoseconds.
- Weight::from_parts(27_869_000, 0)
+ // Minimum execution time: 27_734_000 picoseconds.
+ Weight::from_parts(28_523_000, 0)
.saturating_add(Weight::from_parts(0, 3593))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(2))
@@ -105,8 +108,8 @@ impl pallet_indices::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `238`
// Estimated: `3534`
- // Minimum execution time: 27_352_000 picoseconds.
- Weight::from_parts(27_819_000, 0)
+ // Minimum execution time: 27_980_000 picoseconds.
+ Weight::from_parts(28_448_000, 0)
.saturating_add(Weight::from_parts(0, 3534))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
diff --git a/polkadot/runtime/kusama/src/weights/pallet_message_queue.rs b/polkadot/runtime/kusama/src/weights/pallet_message_queue.rs
index 6fbbba512b..f149eef194 100644
--- a/polkadot/runtime/kusama/src/weights/pallet_message_queue.rs
+++ b/polkadot/runtime/kusama/src/weights/pallet_message_queue.rs
@@ -17,9 +17,9 @@
//! Autogenerated weights for `pallet_message_queue`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
-//! DATE: 2023-05-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2023-06-19, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
-//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
+//! HOSTNAME: `runner-e8ezs4ez-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
// Executed Command:
@@ -29,6 +29,9 @@
// --chain=kusama-dev
// --steps=50
// --repeat=20
+// --no-storage-info
+// --no-median-slopes
+// --no-min-squares
// --pallet=pallet_message_queue
// --extrinsic=*
// --execution=wasm
@@ -55,8 +58,8 @@ impl pallet_message_queue::WeightInfo for WeightInfo
// Proof Size summary in bytes:
// Measured: `248`
// Estimated: `6050`
- // Minimum execution time: 11_016_000 picoseconds.
- Weight::from_parts(11_315_000, 0)
+ // Minimum execution time: 11_603_000 picoseconds.
+ Weight::from_parts(11_953_000, 0)
.saturating_add(Weight::from_parts(0, 6050))
.saturating_add(T::DbWeight::get().reads(3))
.saturating_add(T::DbWeight::get().writes(2))
@@ -69,8 +72,8 @@ impl pallet_message_queue::WeightInfo for WeightInfo
// Proof Size summary in bytes:
// Measured: `248`
// Estimated: `6050`
- // Minimum execution time: 10_338_000 picoseconds.
- Weight::from_parts(10_638_000, 0)
+ // Minimum execution time: 10_668_000 picoseconds.
+ Weight::from_parts(11_105_000, 0)
.saturating_add(Weight::from_parts(0, 6050))
.saturating_add(T::DbWeight::get().reads(3))
.saturating_add(T::DbWeight::get().writes(3))
@@ -81,8 +84,8 @@ impl pallet_message_queue::WeightInfo for WeightInfo
// Proof Size summary in bytes:
// Measured: `42`
// Estimated: `3520`
- // Minimum execution time: 4_022_000 picoseconds.
- Weight::from_parts(4_230_000, 0)
+ // Minimum execution time: 4_158_000 picoseconds.
+ Weight::from_parts(4_379_000, 0)
.saturating_add(Weight::from_parts(0, 3520))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
@@ -93,8 +96,8 @@ impl pallet_message_queue::WeightInfo for WeightInfo
// Proof Size summary in bytes:
// Measured: `115`
// Estimated: `69051`
- // Minimum execution time: 5_556_000 picoseconds.
- Weight::from_parts(5_664_000, 0)
+ // Minimum execution time: 5_873_000 picoseconds.
+ Weight::from_parts(6_002_000, 0)
.saturating_add(Weight::from_parts(0, 69051))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
@@ -105,8 +108,8 @@ impl pallet_message_queue::WeightInfo for WeightInfo
// Proof Size summary in bytes:
// Measured: `115`
// Estimated: `69051`
- // Minimum execution time: 5_798_000 picoseconds.
- Weight::from_parts(6_034_000, 0)
+ // Minimum execution time: 6_110_000 picoseconds.
+ Weight::from_parts(6_385_000, 0)
.saturating_add(Weight::from_parts(0, 69051))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
@@ -115,8 +118,8 @@ impl pallet_message_queue::WeightInfo for WeightInfo
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
- // Minimum execution time: 74_017_000 picoseconds.
- Weight::from_parts(74_464_000, 0)
+ // Minimum execution time: 92_242_000 picoseconds.
+ Weight::from_parts(92_796_000, 0)
.saturating_add(Weight::from_parts(0, 0))
}
/// Storage: MessageQueue ServiceHead (r:1 w:1)
@@ -127,8 +130,8 @@ impl pallet_message_queue::WeightInfo for WeightInfo
// Proof Size summary in bytes:
// Measured: `149`
// Estimated: `3520`
- // Minimum execution time: 6_188_000 picoseconds.
- Weight::from_parts(6_348_000, 0)
+ // Minimum execution time: 6_386_000 picoseconds.
+ Weight::from_parts(6_629_000, 0)
.saturating_add(Weight::from_parts(0, 3520))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(1))
@@ -145,8 +148,8 @@ impl pallet_message_queue::WeightInfo for WeightInfo
// Proof Size summary in bytes:
// Measured: `65714`
// Estimated: `69051`
- // Minimum execution time: 59_987_000 picoseconds.
- Weight::from_parts(60_597_000, 0)
+ // Minimum execution time: 59_294_000 picoseconds.
+ Weight::from_parts(60_608_000, 0)
.saturating_add(Weight::from_parts(0, 69051))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(4))
@@ -163,8 +166,8 @@ impl pallet_message_queue::WeightInfo for WeightInfo
// Proof Size summary in bytes:
// Measured: `65714`
// Estimated: `69051`
- // Minimum execution time: 74_760_000 picoseconds.
- Weight::from_parts(75_474_000, 0)
+ // Minimum execution time: 75_134_000 picoseconds.
+ Weight::from_parts(76_729_000, 0)
.saturating_add(Weight::from_parts(0, 69051))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(4))
@@ -181,8 +184,8 @@ impl pallet_message_queue::WeightInfo for WeightInfo
// Proof Size summary in bytes:
// Measured: `65714`
// Estimated: `69051`
- // Minimum execution time: 109_391_000 picoseconds.
- Weight::from_parts(110_098_000, 0)
+ // Minimum execution time: 117_320_000 picoseconds.
+ Weight::from_parts(119_640_000, 0)
.saturating_add(Weight::from_parts(0, 69051))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(4))
diff --git a/polkadot/runtime/kusama/src/weights/pallet_multisig.rs b/polkadot/runtime/kusama/src/weights/pallet_multisig.rs
index e3bdb46720..108189c6ca 100644
--- a/polkadot/runtime/kusama/src/weights/pallet_multisig.rs
+++ b/polkadot/runtime/kusama/src/weights/pallet_multisig.rs
@@ -17,9 +17,9 @@
//! Autogenerated weights for `pallet_multisig`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
-//! DATE: 2023-05-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2023-06-19, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
-//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
+//! HOSTNAME: `runner-e8ezs4ez-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
// Executed Command:
@@ -29,6 +29,9 @@
// --chain=kusama-dev
// --steps=50
// --repeat=20
+// --no-storage-info
+// --no-median-slopes
+// --no-min-squares
// --pallet=pallet_multisig
// --extrinsic=*
// --execution=wasm
@@ -52,11 +55,11 @@ impl pallet_multisig::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
- // Minimum execution time: 10_815_000 picoseconds.
- Weight::from_parts(11_323_012, 0)
+ // Minimum execution time: 13_299_000 picoseconds.
+ Weight::from_parts(14_368_762, 0)
.saturating_add(Weight::from_parts(0, 0))
- // Standard Error: 1
- .saturating_add(Weight::from_parts(532, 0).saturating_mul(z.into()))
+ // Standard Error: 5
+ .saturating_add(Weight::from_parts(557, 0).saturating_mul(z.into()))
}
/// Storage: Multisig Multisigs (r:1 w:1)
/// Proof: Multisig Multisigs (max_values: None, max_size: Some(3346), added: 5821, mode: MaxEncodedLen)
@@ -66,13 +69,13 @@ impl pallet_multisig::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `301 + s * (2 ±0)`
// Estimated: `6811`
- // Minimum execution time: 39_448_000 picoseconds.
- Weight::from_parts(34_192_255, 0)
+ // Minimum execution time: 45_147_000 picoseconds.
+ Weight::from_parts(34_161_081, 0)
.saturating_add(Weight::from_parts(0, 6811))
- // Standard Error: 372
- .saturating_add(Weight::from_parts(60_856, 0).saturating_mul(s.into()))
- // Standard Error: 3
- .saturating_add(Weight::from_parts(1_238, 0).saturating_mul(z.into()))
+ // Standard Error: 1_022
+ .saturating_add(Weight::from_parts(127_000, 0).saturating_mul(s.into()))
+ // Standard Error: 10
+ .saturating_add(Weight::from_parts(1_553, 0).saturating_mul(z.into()))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
@@ -84,13 +87,13 @@ impl pallet_multisig::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `320`
// Estimated: `6811`
- // Minimum execution time: 25_763_000 picoseconds.
- Weight::from_parts(20_985_864, 0)
+ // Minimum execution time: 29_650_000 picoseconds.
+ Weight::from_parts(20_868_716, 0)
.saturating_add(Weight::from_parts(0, 6811))
- // Standard Error: 256
- .saturating_add(Weight::from_parts(55_031, 0).saturating_mul(s.into()))
- // Standard Error: 2
- .saturating_add(Weight::from_parts(1_217, 0).saturating_mul(z.into()))
+ // Standard Error: 1_323
+ .saturating_add(Weight::from_parts(112_380, 0).saturating_mul(s.into()))
+ // Standard Error: 12
+ .saturating_add(Weight::from_parts(1_440, 0).saturating_mul(z.into()))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
@@ -104,13 +107,13 @@ impl pallet_multisig::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `426 + s * (33 ±0)`
// Estimated: `6811`
- // Minimum execution time: 44_531_000 picoseconds.
- Weight::from_parts(37_704_187, 0)
+ // Minimum execution time: 50_649_000 picoseconds.
+ Weight::from_parts(34_736_758, 0)
.saturating_add(Weight::from_parts(0, 6811))
- // Standard Error: 1_283
- .saturating_add(Weight::from_parts(74_432, 0).saturating_mul(s.into()))
- // Standard Error: 12
- .saturating_add(Weight::from_parts(1_286, 0).saturating_mul(z.into()))
+ // Standard Error: 1_738
+ .saturating_add(Weight::from_parts(182_282, 0).saturating_mul(s.into()))
+ // Standard Error: 17
+ .saturating_add(Weight::from_parts(1_824, 0).saturating_mul(z.into()))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(2))
}
@@ -121,11 +124,11 @@ impl pallet_multisig::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `301 + s * (2 ±0)`
// Estimated: `6811`
- // Minimum execution time: 31_644_000 picoseconds.
- Weight::from_parts(32_950_543, 0)
+ // Minimum execution time: 32_162_000 picoseconds.
+ Weight::from_parts(33_215_652, 0)
.saturating_add(Weight::from_parts(0, 6811))
- // Standard Error: 550
- .saturating_add(Weight::from_parts(63_342, 0).saturating_mul(s.into()))
+ // Standard Error: 1_093
+ .saturating_add(Weight::from_parts(133_715, 0).saturating_mul(s.into()))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
@@ -136,11 +139,11 @@ impl pallet_multisig::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `320`
// Estimated: `6811`
- // Minimum execution time: 18_561_000 picoseconds.
- Weight::from_parts(19_413_827, 0)
+ // Minimum execution time: 18_073_000 picoseconds.
+ Weight::from_parts(19_038_713, 0)
.saturating_add(Weight::from_parts(0, 6811))
- // Standard Error: 405
- .saturating_add(Weight::from_parts(56_806, 0).saturating_mul(s.into()))
+ // Standard Error: 681
+ .saturating_add(Weight::from_parts(111_279, 0).saturating_mul(s.into()))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
@@ -151,11 +154,11 @@ impl pallet_multisig::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `492 + s * (1 ±0)`
// Estimated: `6811`
- // Minimum execution time: 33_073_000 picoseconds.
- Weight::from_parts(34_146_589, 0)
+ // Minimum execution time: 33_867_000 picoseconds.
+ Weight::from_parts(34_896_470, 0)
.saturating_add(Weight::from_parts(0, 6811))
- // Standard Error: 554
- .saturating_add(Weight::from_parts(63_171, 0).saturating_mul(s.into()))
+ // Standard Error: 1_002
+ .saturating_add(Weight::from_parts(116_935, 0).saturating_mul(s.into()))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
diff --git a/polkadot/runtime/kusama/src/weights/pallet_nis.rs b/polkadot/runtime/kusama/src/weights/pallet_nis.rs
index ace6f27229..2dc8b261eb 100644
--- a/polkadot/runtime/kusama/src/weights/pallet_nis.rs
+++ b/polkadot/runtime/kusama/src/weights/pallet_nis.rs
@@ -17,9 +17,9 @@
//! Autogenerated weights for `pallet_nis`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
-//! DATE: 2023-05-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2023-06-19, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
-//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
+//! HOSTNAME: `runner-e8ezs4ez-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
// Executed Command:
@@ -29,6 +29,9 @@
// --chain=kusama-dev
// --steps=50
// --repeat=20
+// --no-storage-info
+// --no-median-slopes
+// --no-min-squares
// --pallet=pallet_nis
// --extrinsic=*
// --execution=wasm
@@ -58,11 +61,11 @@ impl pallet_nis::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `10210 + l * (48 ±0)`
// Estimated: `51487`
- // Minimum execution time: 45_619_000 picoseconds.
- Weight::from_parts(47_677_093, 0)
+ // Minimum execution time: 49_318_000 picoseconds.
+ Weight::from_parts(47_894_330, 0)
.saturating_add(Weight::from_parts(0, 51487))
- // Standard Error: 703
- .saturating_add(Weight::from_parts(72_096, 0).saturating_mul(l.into()))
+ // Standard Error: 1_184
+ .saturating_add(Weight::from_parts(110_633, 0).saturating_mul(l.into()))
.saturating_add(T::DbWeight::get().reads(3))
.saturating_add(T::DbWeight::get().writes(3))
}
@@ -76,8 +79,8 @@ impl pallet_nis::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `58212`
// Estimated: `51487`
- // Minimum execution time: 128_405_000 picoseconds.
- Weight::from_parts(130_564_000, 0)
+ // Minimum execution time: 162_699_000 picoseconds.
+ Weight::from_parts(171_243_000, 0)
.saturating_add(Weight::from_parts(0, 51487))
.saturating_add(T::DbWeight::get().reads(3))
.saturating_add(T::DbWeight::get().writes(3))
@@ -93,11 +96,11 @@ impl pallet_nis::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `10210 + l * (48 ±0)`
// Estimated: `51487`
- // Minimum execution time: 49_230_000 picoseconds.
- Weight::from_parts(44_102_358, 0)
+ // Minimum execution time: 51_827_000 picoseconds.
+ Weight::from_parts(44_282_033, 0)
.saturating_add(Weight::from_parts(0, 51487))
- // Standard Error: 714
- .saturating_add(Weight::from_parts(89_380, 0).saturating_mul(l.into()))
+ // Standard Error: 1_145
+ .saturating_add(Weight::from_parts(121_058, 0).saturating_mul(l.into()))
.saturating_add(T::DbWeight::get().reads(3))
.saturating_add(T::DbWeight::get().writes(3))
}
@@ -111,8 +114,8 @@ impl pallet_nis::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `225`
// Estimated: `3593`
- // Minimum execution time: 37_644_000 picoseconds.
- Weight::from_parts(38_134_000, 0)
+ // Minimum execution time: 39_765_000 picoseconds.
+ Weight::from_parts(40_525_000, 0)
.saturating_add(Weight::from_parts(0, 3593))
.saturating_add(T::DbWeight::get().reads(3))
.saturating_add(T::DbWeight::get().writes(1))
@@ -133,8 +136,8 @@ impl pallet_nis::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `470`
// Estimated: `3593`
- // Minimum execution time: 72_806_000 picoseconds.
- Weight::from_parts(73_682_000, 0)
+ // Minimum execution time: 75_890_000 picoseconds.
+ Weight::from_parts(77_519_000, 0)
.saturating_add(Weight::from_parts(0, 3593))
.saturating_add(T::DbWeight::get().reads(6))
.saturating_add(T::DbWeight::get().writes(6))
@@ -157,8 +160,8 @@ impl pallet_nis::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `660`
// Estimated: `3593`
- // Minimum execution time: 86_241_000 picoseconds.
- Weight::from_parts(86_894_000, 0)
+ // Minimum execution time: 92_622_000 picoseconds.
+ Weight::from_parts(94_127_000, 0)
.saturating_add(Weight::from_parts(0, 3593))
.saturating_add(T::DbWeight::get().reads(7))
.saturating_add(T::DbWeight::get().writes(6))
@@ -177,8 +180,8 @@ impl pallet_nis::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `388`
// Estimated: `3593`
- // Minimum execution time: 48_003_000 picoseconds.
- Weight::from_parts(48_450_000, 0)
+ // Minimum execution time: 49_336_000 picoseconds.
+ Weight::from_parts(50_333_000, 0)
.saturating_add(Weight::from_parts(0, 3593))
.saturating_add(T::DbWeight::get().reads(5))
.saturating_add(T::DbWeight::get().writes(3))
@@ -199,8 +202,8 @@ impl pallet_nis::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `604`
// Estimated: `3593`
- // Minimum execution time: 91_023_000 picoseconds.
- Weight::from_parts(91_858_000, 0)
+ // Minimum execution time: 98_220_000 picoseconds.
+ Weight::from_parts(100_348_000, 0)
.saturating_add(Weight::from_parts(0, 3593))
.saturating_add(T::DbWeight::get().reads(6))
.saturating_add(T::DbWeight::get().writes(5))
@@ -217,8 +220,8 @@ impl pallet_nis::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `10658`
// Estimated: `11487`
- // Minimum execution time: 23_405_000 picoseconds.
- Weight::from_parts(23_795_000, 0)
+ // Minimum execution time: 33_893_000 picoseconds.
+ Weight::from_parts(37_495_000, 0)
.saturating_add(Weight::from_parts(0, 11487))
.saturating_add(T::DbWeight::get().reads(4))
.saturating_add(T::DbWeight::get().writes(2))
@@ -229,8 +232,8 @@ impl pallet_nis::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `76`
// Estimated: `51487`
- // Minimum execution time: 4_073_000 picoseconds.
- Weight::from_parts(4_178_000, 0)
+ // Minimum execution time: 4_173_000 picoseconds.
+ Weight::from_parts(4_322_000, 0)
.saturating_add(Weight::from_parts(0, 51487))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
@@ -241,8 +244,8 @@ impl pallet_nis::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
- // Minimum execution time: 6_911_000 picoseconds.
- Weight::from_parts(7_035_000, 0)
+ // Minimum execution time: 6_747_000 picoseconds.
+ Weight::from_parts(6_952_000, 0)
.saturating_add(Weight::from_parts(0, 0))
.saturating_add(T::DbWeight::get().writes(1))
}
diff --git a/polkadot/runtime/kusama/src/weights/pallet_nomination_pools.rs b/polkadot/runtime/kusama/src/weights/pallet_nomination_pools.rs
index 8905301053..65bb76860b 100644
--- a/polkadot/runtime/kusama/src/weights/pallet_nomination_pools.rs
+++ b/polkadot/runtime/kusama/src/weights/pallet_nomination_pools.rs
@@ -17,9 +17,9 @@
//! Autogenerated weights for `pallet_nomination_pools`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
-//! DATE: 2023-05-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2023-06-19, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
-//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
+//! HOSTNAME: `runner-e8ezs4ez-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
// Executed Command:
@@ -29,6 +29,9 @@
// --chain=kusama-dev
// --steps=50
// --repeat=20
+// --no-storage-info
+// --no-median-slopes
+// --no-min-squares
// --pallet=pallet_nomination_pools
// --extrinsic=*
// --execution=wasm
@@ -81,8 +84,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo
// Proof Size summary in bytes:
// Measured: `3229`
// Estimated: `8877`
- // Minimum execution time: 179_299_000 picoseconds.
- Weight::from_parts(180_182_000, 0)
+ // Minimum execution time: 198_640_000 picoseconds.
+ Weight::from_parts(205_158_000, 0)
.saturating_add(Weight::from_parts(0, 8877))
.saturating_add(T::DbWeight::get().reads(19))
.saturating_add(T::DbWeight::get().writes(12))
@@ -113,8 +116,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo
// Proof Size summary in bytes:
// Measured: `3239`
// Estimated: `8877`
- // Minimum execution time: 175_633_000 picoseconds.
- Weight::from_parts(177_175_000, 0)
+ // Minimum execution time: 191_638_000 picoseconds.
+ Weight::from_parts(200_580_000, 0)
.saturating_add(Weight::from_parts(0, 8877))
.saturating_add(T::DbWeight::get().reads(16))
.saturating_add(T::DbWeight::get().writes(12))
@@ -147,8 +150,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo
// Proof Size summary in bytes:
// Measured: `3304`
// Estimated: `8877`
- // Minimum execution time: 210_213_000 picoseconds.
- Weight::from_parts(211_547_000, 0)
+ // Minimum execution time: 232_697_000 picoseconds.
+ Weight::from_parts(238_503_000, 0)
.saturating_add(Weight::from_parts(0, 8877))
.saturating_add(T::DbWeight::get().reads(17))
.saturating_add(T::DbWeight::get().writes(13))
@@ -169,8 +172,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo
// Proof Size summary in bytes:
// Measured: `1171`
// Estimated: `4182`
- // Minimum execution time: 76_246_000 picoseconds.
- Weight::from_parts(77_173_000, 0)
+ // Minimum execution time: 79_834_000 picoseconds.
+ Weight::from_parts(81_793_000, 0)
.saturating_add(Weight::from_parts(0, 4182))
.saturating_add(T::DbWeight::get().reads(6))
.saturating_add(T::DbWeight::get().writes(4))
@@ -211,8 +214,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo
// Proof Size summary in bytes:
// Measured: `3506`
// Estimated: `8877`
- // Minimum execution time: 160_774_000 picoseconds.
- Weight::from_parts(161_718_000, 0)
+ // Minimum execution time: 175_155_000 picoseconds.
+ Weight::from_parts(179_781_000, 0)
.saturating_add(Weight::from_parts(0, 8877))
.saturating_add(T::DbWeight::get().reads(20))
.saturating_add(T::DbWeight::get().writes(13))
@@ -234,11 +237,11 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo
// Proof Size summary in bytes:
// Measured: `1608`
// Estimated: `4764`
- // Minimum execution time: 60_544_000 picoseconds.
- Weight::from_parts(61_517_925, 0)
+ // Minimum execution time: 63_367_000 picoseconds.
+ Weight::from_parts(65_562_125, 0)
.saturating_add(Weight::from_parts(0, 4764))
- // Standard Error: 662
- .saturating_add(Weight::from_parts(11_522, 0).saturating_mul(s.into()))
+ // Standard Error: 1_722
+ .saturating_add(Weight::from_parts(47_690, 0).saturating_mul(s.into()))
.saturating_add(T::DbWeight::get().reads(6))
.saturating_add(T::DbWeight::get().writes(2))
}
@@ -269,11 +272,11 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo
// Proof Size summary in bytes:
// Measured: `2036`
// Estimated: `4764`
- // Minimum execution time: 124_321_000 picoseconds.
- Weight::from_parts(126_047_261, 0)
+ // Minimum execution time: 132_738_000 picoseconds.
+ Weight::from_parts(136_968_458, 0)
.saturating_add(Weight::from_parts(0, 4764))
- // Standard Error: 675
- .saturating_add(Weight::from_parts(18_085, 0).saturating_mul(s.into()))
+ // Standard Error: 2_891
+ .saturating_add(Weight::from_parts(75_317, 0).saturating_mul(s.into()))
.saturating_add(T::DbWeight::get().reads(10))
.saturating_add(T::DbWeight::get().writes(8))
}
@@ -322,13 +325,15 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo
/// Storage: NominationPools ClaimPermissions (r:0 w:1)
/// Proof: NominationPools ClaimPermissions (max_values: None, max_size: Some(41), added: 2516, mode: MaxEncodedLen)
/// The range of component `s` is `[0, 100]`.
- fn withdraw_unbonded_kill(_s: u32, ) -> Weight {
+ fn withdraw_unbonded_kill(s: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `2394`
// Estimated: `6196`
- // Minimum execution time: 207_405_000 picoseconds.
- Weight::from_parts(210_508_610, 0)
+ // Minimum execution time: 223_915_000 picoseconds.
+ Weight::from_parts(229_729_576, 0)
.saturating_add(Weight::from_parts(0, 6196))
+ // Standard Error: 5_670
+ .saturating_add(Weight::from_parts(38_117, 0).saturating_mul(s.into()))
.saturating_add(T::DbWeight::get().reads(21))
.saturating_add(T::DbWeight::get().writes(18))
}
@@ -380,8 +385,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo
// Proof Size summary in bytes:
// Measured: `1222`
// Estimated: `6196`
- // Minimum execution time: 180_998_000 picoseconds.
- Weight::from_parts(182_778_000, 0)
+ // Minimum execution time: 193_054_000 picoseconds.
+ Weight::from_parts(200_888_000, 0)
.saturating_add(Weight::from_parts(0, 6196))
.saturating_add(T::DbWeight::get().reads(22))
.saturating_add(T::DbWeight::get().writes(15))
@@ -415,11 +420,11 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo
// Proof Size summary in bytes:
// Measured: `1774`
// Estimated: `4556 + n * (2520 ±0)`
- // Minimum execution time: 65_637_000 picoseconds.
- Weight::from_parts(65_594_581, 0)
+ // Minimum execution time: 67_269_000 picoseconds.
+ Weight::from_parts(68_792_502, 0)
.saturating_add(Weight::from_parts(0, 4556))
- // Standard Error: 2_621
- .saturating_add(Weight::from_parts(1_330_797, 0).saturating_mul(n.into()))
+ // Standard Error: 6_020
+ .saturating_add(Weight::from_parts(1_407_587, 0).saturating_mul(n.into()))
.saturating_add(T::DbWeight::get().reads(12))
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into())))
.saturating_add(T::DbWeight::get().writes(5))
@@ -435,8 +440,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo
// Proof Size summary in bytes:
// Measured: `1363`
// Estimated: `4556`
- // Minimum execution time: 35_081_000 picoseconds.
- Weight::from_parts(35_804_000, 0)
+ // Minimum execution time: 35_349_000 picoseconds.
+ Weight::from_parts(36_869_000, 0)
.saturating_add(Weight::from_parts(0, 4556))
.saturating_add(T::DbWeight::get().reads(3))
.saturating_add(T::DbWeight::get().writes(1))
@@ -452,11 +457,11 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo
// Proof Size summary in bytes:
// Measured: `531`
// Estimated: `3735`
- // Minimum execution time: 14_029_000 picoseconds.
- Weight::from_parts(14_521_820, 0)
+ // Minimum execution time: 13_767_000 picoseconds.
+ Weight::from_parts(14_685_113, 0)
.saturating_add(Weight::from_parts(0, 3735))
- // Standard Error: 54
- .saturating_add(Weight::from_parts(1_359, 0).saturating_mul(n.into()))
+ // Standard Error: 303
+ .saturating_add(Weight::from_parts(1_304, 0).saturating_mul(n.into()))
.saturating_add(T::DbWeight::get().reads(3))
.saturating_add(T::DbWeight::get().writes(2))
}
@@ -476,8 +481,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
- // Minimum execution time: 6_155_000 picoseconds.
- Weight::from_parts(6_374_000, 0)
+ // Minimum execution time: 6_044_000 picoseconds.
+ Weight::from_parts(6_296_000, 0)
.saturating_add(Weight::from_parts(0, 0))
.saturating_add(T::DbWeight::get().writes(6))
}
@@ -487,8 +492,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo
// Proof Size summary in bytes:
// Measured: `531`
// Estimated: `3685`
- // Minimum execution time: 19_310_000 picoseconds.
- Weight::from_parts(19_580_000, 0)
+ // Minimum execution time: 19_642_000 picoseconds.
+ Weight::from_parts(20_205_000, 0)
.saturating_add(Weight::from_parts(0, 3685))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
@@ -515,8 +520,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo
// Proof Size summary in bytes:
// Measured: `1937`
// Estimated: `4556`
- // Minimum execution time: 63_944_000 picoseconds.
- Weight::from_parts(64_767_000, 0)
+ // Minimum execution time: 65_923_000 picoseconds.
+ Weight::from_parts(68_711_000, 0)
.saturating_add(Weight::from_parts(0, 4556))
.saturating_add(T::DbWeight::get().reads(9))
.saturating_add(T::DbWeight::get().writes(5))
@@ -533,8 +538,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo
// Proof Size summary in bytes:
// Measured: `770`
// Estimated: `3685`
- // Minimum execution time: 31_633_000 picoseconds.
- Weight::from_parts(32_235_000, 0)
+ // Minimum execution time: 32_824_000 picoseconds.
+ Weight::from_parts(33_654_000, 0)
.saturating_add(Weight::from_parts(0, 3685))
.saturating_add(T::DbWeight::get().reads(4))
.saturating_add(T::DbWeight::get().writes(2))
@@ -545,8 +550,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo
// Proof Size summary in bytes:
// Measured: `571`
// Estimated: `3685`
- // Minimum execution time: 18_403_000 picoseconds.
- Weight::from_parts(18_632_000, 0)
+ // Minimum execution time: 18_577_000 picoseconds.
+ Weight::from_parts(19_317_000, 0)
.saturating_add(Weight::from_parts(0, 3685))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
@@ -557,8 +562,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo
// Proof Size summary in bytes:
// Measured: `531`
// Estimated: `3685`
- // Minimum execution time: 19_310_000 picoseconds.
- Weight::from_parts(19_620_000, 0)
+ // Minimum execution time: 19_228_000 picoseconds.
+ Weight::from_parts(20_070_000, 0)
.saturating_add(Weight::from_parts(0, 3685))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
@@ -571,8 +576,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo
// Proof Size summary in bytes:
// Measured: `542`
// Estimated: `4182`
- // Minimum execution time: 14_143_000 picoseconds.
- Weight::from_parts(14_582_000, 0)
+ // Minimum execution time: 14_300_000 picoseconds.
+ Weight::from_parts(14_678_000, 0)
.saturating_add(Weight::from_parts(0, 4182))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(1))
@@ -589,8 +594,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo
// Proof Size summary in bytes:
// Measured: `968`
// Estimated: `3685`
- // Minimum execution time: 62_619_000 picoseconds.
- Weight::from_parts(63_484_000, 0)
+ // Minimum execution time: 65_367_000 picoseconds.
+ Weight::from_parts(67_417_000, 0)
.saturating_add(Weight::from_parts(0, 3685))
.saturating_add(T::DbWeight::get().reads(4))
.saturating_add(T::DbWeight::get().writes(2))
diff --git a/polkadot/runtime/kusama/src/weights/pallet_offences.rs b/polkadot/runtime/kusama/src/weights/pallet_offences.rs
new file mode 100644
index 0000000000..12a045d667
--- /dev/null
+++ b/polkadot/runtime/kusama/src/weights/pallet_offences.rs
@@ -0,0 +1,222 @@
+// Copyright (C) Parity Technologies (UK) Ltd.
+// This file is part of Polkadot.
+
+// Polkadot is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+
+// Polkadot is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+
+// You should have received a copy of the GNU General Public License
+// along with Polkadot. If not, see .
+
+//! Autogenerated weights for `pallet_offences`
+//!
+//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
+//! DATE: 2023-06-19, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! WORST CASE MAP SIZE: `1000000`
+//! HOSTNAME: `runner-e8ezs4ez-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
+//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
+
+// Executed Command:
+// ./target/production/polkadot
+// benchmark
+// pallet
+// --chain=kusama-dev
+// --steps=50
+// --repeat=20
+// --no-storage-info
+// --no-median-slopes
+// --no-min-squares
+// --pallet=pallet_offences
+// --extrinsic=*
+// --execution=wasm
+// --wasm-execution=compiled
+// --header=./file_header.txt
+// --output=./runtime/kusama/src/weights/
+
+#![cfg_attr(rustfmt, rustfmt_skip)]
+#![allow(unused_parens)]
+#![allow(unused_imports)]
+#![allow(missing_docs)]
+
+use frame_support::{traits::Get, weights::Weight};
+use core::marker::PhantomData;
+
+/// Weight functions for `pallet_offences`.
+pub struct WeightInfo(PhantomData);
+impl pallet_offences::WeightInfo for WeightInfo {
+ /// Storage: Offences ConcurrentReportsIndex (r:1 w:1)
+ /// Proof Skipped: Offences ConcurrentReportsIndex (max_values: None, max_size: None, mode: Measured)
+ /// Storage: Offences Reports (r:100 w:100)
+ /// Proof Skipped: Offences Reports (max_values: None, max_size: None, mode: Measured)
+ /// Storage: Staking SlashRewardFraction (r:1 w:0)
+ /// Proof: Staking SlashRewardFraction (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
+ /// Storage: Staking ActiveEra (r:1 w:0)
+ /// Proof: Staking ActiveEra (max_values: Some(1), max_size: Some(13), added: 508, mode: MaxEncodedLen)
+ /// Storage: Staking ErasStartSessionIndex (r:1 w:0)
+ /// Proof: Staking ErasStartSessionIndex (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)
+ /// Storage: Staking Invulnerables (r:1 w:0)
+ /// Proof Skipped: Staking Invulnerables (max_values: Some(1), max_size: None, mode: Measured)
+ /// Storage: Staking ValidatorSlashInEra (r:100 w:100)
+ /// Proof: Staking ValidatorSlashInEra (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen)
+ /// Storage: Staking SlashingSpans (r:2500 w:2500)
+ /// Proof Skipped: Staking SlashingSpans (max_values: None, max_size: None, mode: Measured)
+ /// Storage: Staking SpanSlash (r:2500 w:2500)
+ /// Proof: Staking SpanSlash (max_values: None, max_size: Some(76), added: 2551, mode: MaxEncodedLen)
+ /// Storage: Staking Validators (r:100 w:100)
+ /// Proof: Staking Validators (max_values: None, max_size: Some(45), added: 2520, mode: MaxEncodedLen)
+ /// Storage: Staking CounterForValidators (r:1 w:1)
+ /// Proof: Staking CounterForValidators (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
+ /// Storage: VoterList ListNodes (r:299 w:299)
+ /// Proof: VoterList ListNodes (max_values: None, max_size: Some(154), added: 2629, mode: MaxEncodedLen)
+ /// Storage: VoterList ListBags (r:1 w:1)
+ /// Proof: VoterList ListBags (max_values: None, max_size: Some(82), added: 2557, mode: MaxEncodedLen)
+ /// Storage: VoterList CounterForListNodes (r:1 w:1)
+ /// Proof: VoterList CounterForListNodes (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
+ /// Storage: Staking Nominators (r:100 w:0)
+ /// Proof: Staking Nominators (max_values: None, max_size: Some(814), added: 3289, mode: MaxEncodedLen)
+ /// Storage: Staking OffendingValidators (r:1 w:1)
+ /// Proof Skipped: Staking OffendingValidators (max_values: Some(1), max_size: None, mode: Measured)
+ /// Storage: Session Validators (r:1 w:0)
+ /// Proof Skipped: Session Validators (max_values: Some(1), max_size: None, mode: Measured)
+ /// Storage: Staking NominatorSlashInEra (r:2400 w:2400)
+ /// Proof: Staking NominatorSlashInEra (max_values: None, max_size: Some(68), added: 2543, mode: MaxEncodedLen)
+ /// Storage: Staking UnappliedSlashes (r:1 w:1)
+ /// Proof Skipped: Staking UnappliedSlashes (max_values: None, max_size: None, mode: Measured)
+ /// The range of component `r` is `[1, 100]`.
+ /// The range of component `o` is `[2, 100]`.
+ /// The range of component `n` is `[0, 24]`.
+ fn report_offence_im_online(_r: u32, o: u32, n: u32, ) -> Weight {
+ // Proof Size summary in bytes:
+ // Measured: `0 + n * (2863 ±0) + o * (1226 ±0)`
+ // Estimated: `128540 + n * (156186 ±29) + o * (38402 ±7)`
+ // Minimum execution time: 695_466_000 picoseconds.
+ Weight::from_parts(705_203_000, 0)
+ .saturating_add(Weight::from_parts(0, 128540))
+ // Standard Error: 4_753_384
+ .saturating_add(Weight::from_parts(476_947_930, 0).saturating_mul(o.into()))
+ // Standard Error: 19_364_925
+ .saturating_add(Weight::from_parts(573_438_006, 0).saturating_mul(n.into()))
+ .saturating_add(T::DbWeight::get().reads(172))
+ .saturating_add(T::DbWeight::get().reads((51_u64).saturating_mul(o.into())))
+ .saturating_add(T::DbWeight::get().reads((185_u64).saturating_mul(n.into())))
+ .saturating_add(T::DbWeight::get().writes(165))
+ .saturating_add(T::DbWeight::get().writes((50_u64).saturating_mul(o.into())))
+ .saturating_add(T::DbWeight::get().writes((185_u64).saturating_mul(n.into())))
+ .saturating_add(Weight::from_parts(0, 156186).saturating_mul(n.into()))
+ .saturating_add(Weight::from_parts(0, 38402).saturating_mul(o.into()))
+ }
+ /// Storage: Offences ConcurrentReportsIndex (r:1 w:1)
+ /// Proof Skipped: Offences ConcurrentReportsIndex (max_values: None, max_size: None, mode: Measured)
+ /// Storage: Offences Reports (r:1 w:1)
+ /// Proof Skipped: Offences Reports (max_values: None, max_size: None, mode: Measured)
+ /// Storage: Staking SlashRewardFraction (r:1 w:0)
+ /// Proof: Staking SlashRewardFraction (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
+ /// Storage: Staking ActiveEra (r:1 w:0)
+ /// Proof: Staking ActiveEra (max_values: Some(1), max_size: Some(13), added: 508, mode: MaxEncodedLen)
+ /// Storage: Staking ErasStartSessionIndex (r:1 w:0)
+ /// Proof: Staking ErasStartSessionIndex (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)
+ /// Storage: Staking Invulnerables (r:1 w:0)
+ /// Proof Skipped: Staking Invulnerables (max_values: Some(1), max_size: None, mode: Measured)
+ /// Storage: Staking ValidatorSlashInEra (r:1 w:1)
+ /// Proof: Staking ValidatorSlashInEra (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen)
+ /// Storage: Staking SlashingSpans (r:25 w:25)
+ /// Proof Skipped: Staking SlashingSpans (max_values: None, max_size: None, mode: Measured)
+ /// Storage: Staking SpanSlash (r:25 w:25)
+ /// Proof: Staking SpanSlash (max_values: None, max_size: Some(76), added: 2551, mode: MaxEncodedLen)
+ /// Storage: Staking Validators (r:1 w:1)
+ /// Proof: Staking Validators (max_values: None, max_size: Some(45), added: 2520, mode: MaxEncodedLen)
+ /// Storage: Staking CounterForValidators (r:1 w:1)
+ /// Proof: Staking CounterForValidators (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
+ /// Storage: VoterList ListNodes (r:2 w:2)
+ /// Proof: VoterList ListNodes (max_values: None, max_size: Some(154), added: 2629, mode: MaxEncodedLen)
+ /// Storage: VoterList ListBags (r:1 w:1)
+ /// Proof: VoterList ListBags (max_values: None, max_size: Some(82), added: 2557, mode: MaxEncodedLen)
+ /// Storage: VoterList CounterForListNodes (r:1 w:1)
+ /// Proof: VoterList CounterForListNodes (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
+ /// Storage: Staking Nominators (r:1 w:0)
+ /// Proof: Staking Nominators (max_values: None, max_size: Some(814), added: 3289, mode: MaxEncodedLen)
+ /// Storage: Staking OffendingValidators (r:1 w:1)
+ /// Proof Skipped: Staking OffendingValidators (max_values: Some(1), max_size: None, mode: Measured)
+ /// Storage: Session Validators (r:1 w:0)
+ /// Proof Skipped: Session Validators (max_values: Some(1), max_size: None, mode: Measured)
+ /// Storage: Staking NominatorSlashInEra (r:24 w:24)
+ /// Proof: Staking NominatorSlashInEra (max_values: None, max_size: Some(68), added: 2543, mode: MaxEncodedLen)
+ /// Storage: Staking UnappliedSlashes (r:1 w:1)
+ /// Proof Skipped: Staking UnappliedSlashes (max_values: None, max_size: None, mode: Measured)
+ /// The range of component `n` is `[0, 24]`.
+ fn report_offence_grandpa(n: u32, ) -> Weight {
+ // Proof Size summary in bytes:
+ // Measured: `1831 + n * (48 ±0)`
+ // Estimated: `5686 + n * (2551 ±0)`
+ // Minimum execution time: 92_093_000 picoseconds.
+ Weight::from_parts(104_573_662, 0)
+ .saturating_add(Weight::from_parts(0, 5686))
+ // Standard Error: 22_045
+ .saturating_add(Weight::from_parts(10_859_187, 0).saturating_mul(n.into()))
+ .saturating_add(T::DbWeight::get().reads(19))
+ .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(n.into())))
+ .saturating_add(T::DbWeight::get().writes(13))
+ .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(n.into())))
+ .saturating_add(Weight::from_parts(0, 2551).saturating_mul(n.into()))
+ }
+ /// Storage: Offences ConcurrentReportsIndex (r:1 w:1)
+ /// Proof Skipped: Offences ConcurrentReportsIndex (max_values: None, max_size: None, mode: Measured)
+ /// Storage: Offences Reports (r:1 w:1)
+ /// Proof Skipped: Offences Reports (max_values: None, max_size: None, mode: Measured)
+ /// Storage: Staking SlashRewardFraction (r:1 w:0)
+ /// Proof: Staking SlashRewardFraction (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
+ /// Storage: Staking ActiveEra (r:1 w:0)
+ /// Proof: Staking ActiveEra (max_values: Some(1), max_size: Some(13), added: 508, mode: MaxEncodedLen)
+ /// Storage: Staking ErasStartSessionIndex (r:1 w:0)
+ /// Proof: Staking ErasStartSessionIndex (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)
+ /// Storage: Staking Invulnerables (r:1 w:0)
+ /// Proof Skipped: Staking Invulnerables (max_values: Some(1), max_size: None, mode: Measured)
+ /// Storage: Staking ValidatorSlashInEra (r:1 w:1)
+ /// Proof: Staking ValidatorSlashInEra (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen)
+ /// Storage: Staking SlashingSpans (r:25 w:25)
+ /// Proof Skipped: Staking SlashingSpans (max_values: None, max_size: None, mode: Measured)
+ /// Storage: Staking SpanSlash (r:25 w:25)
+ /// Proof: Staking SpanSlash (max_values: None, max_size: Some(76), added: 2551, mode: MaxEncodedLen)
+ /// Storage: Staking Validators (r:1 w:1)
+ /// Proof: Staking Validators (max_values: None, max_size: Some(45), added: 2520, mode: MaxEncodedLen)
+ /// Storage: Staking CounterForValidators (r:1 w:1)
+ /// Proof: Staking CounterForValidators (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
+ /// Storage: VoterList ListNodes (r:2 w:2)
+ /// Proof: VoterList ListNodes (max_values: None, max_size: Some(154), added: 2629, mode: MaxEncodedLen)
+ /// Storage: VoterList ListBags (r:1 w:1)
+ /// Proof: VoterList ListBags (max_values: None, max_size: Some(82), added: 2557, mode: MaxEncodedLen)
+ /// Storage: VoterList CounterForListNodes (r:1 w:1)
+ /// Proof: VoterList CounterForListNodes (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
+ /// Storage: Staking Nominators (r:1 w:0)
+ /// Proof: Staking Nominators (max_values: None, max_size: Some(814), added: 3289, mode: MaxEncodedLen)
+ /// Storage: Staking OffendingValidators (r:1 w:1)
+ /// Proof Skipped: Staking OffendingValidators (max_values: Some(1), max_size: None, mode: Measured)
+ /// Storage: Session Validators (r:1 w:0)
+ /// Proof Skipped: Session Validators (max_values: Some(1), max_size: None, mode: Measured)
+ /// Storage: Staking NominatorSlashInEra (r:24 w:24)
+ /// Proof: Staking NominatorSlashInEra (max_values: None, max_size: Some(68), added: 2543, mode: MaxEncodedLen)
+ /// Storage: Staking UnappliedSlashes (r:1 w:1)
+ /// Proof Skipped: Staking UnappliedSlashes (max_values: None, max_size: None, mode: Measured)
+ /// The range of component `n` is `[0, 24]`.
+ fn report_offence_babe(n: u32, ) -> Weight {
+ // Proof Size summary in bytes:
+ // Measured: `1831 + n * (48 ±0)`
+ // Estimated: `5686 + n * (2551 ±0)`
+ // Minimum execution time: 92_097_000 picoseconds.
+ Weight::from_parts(104_496_920, 0)
+ .saturating_add(Weight::from_parts(0, 5686))
+ // Standard Error: 25_384
+ .saturating_add(Weight::from_parts(10_982_115, 0).saturating_mul(n.into()))
+ .saturating_add(T::DbWeight::get().reads(19))
+ .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(n.into())))
+ .saturating_add(T::DbWeight::get().writes(13))
+ .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(n.into())))
+ .saturating_add(Weight::from_parts(0, 2551).saturating_mul(n.into()))
+ }
+}
diff --git a/polkadot/runtime/kusama/src/weights/pallet_preimage.rs b/polkadot/runtime/kusama/src/weights/pallet_preimage.rs
index b01f3d066b..8c04eb2cd4 100644
--- a/polkadot/runtime/kusama/src/weights/pallet_preimage.rs
+++ b/polkadot/runtime/kusama/src/weights/pallet_preimage.rs
@@ -17,9 +17,9 @@
//! Autogenerated weights for `pallet_preimage`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
-//! DATE: 2023-05-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2023-06-19, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
-//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
+//! HOSTNAME: `runner-e8ezs4ez-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
// Executed Command:
@@ -29,6 +29,9 @@
// --chain=kusama-dev
// --steps=50
// --repeat=20
+// --no-storage-info
+// --no-median-slopes
+// --no-min-squares
// --pallet=pallet_preimage
// --extrinsic=*
// --execution=wasm
@@ -56,11 +59,11 @@ impl pallet_preimage::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `143`
// Estimated: `3556`
- // Minimum execution time: 28_919_000 picoseconds.
- Weight::from_parts(29_073_000, 0)
+ // Minimum execution time: 29_231_000 picoseconds.
+ Weight::from_parts(29_712_000, 0)
.saturating_add(Weight::from_parts(0, 3556))
- // Standard Error: 1
- .saturating_add(Weight::from_parts(2_011, 0).saturating_mul(s.into()))
+ // Standard Error: 5
+ .saturating_add(Weight::from_parts(2_593, 0).saturating_mul(s.into()))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(2))
}
@@ -73,11 +76,11 @@ impl pallet_preimage::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `106`
// Estimated: `3556`
- // Minimum execution time: 15_818_000 picoseconds.
- Weight::from_parts(16_138_000, 0)
+ // Minimum execution time: 15_753_000 picoseconds.
+ Weight::from_parts(15_927_000, 0)
.saturating_add(Weight::from_parts(0, 3556))
- // Standard Error: 3
- .saturating_add(Weight::from_parts(2_034, 0).saturating_mul(s.into()))
+ // Standard Error: 5
+ .saturating_add(Weight::from_parts(2_585, 0).saturating_mul(s.into()))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(2))
}
@@ -90,11 +93,11 @@ impl pallet_preimage::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `106`
// Estimated: `3556`
- // Minimum execution time: 15_184_000 picoseconds.
- Weight::from_parts(15_346_000, 0)
+ // Minimum execution time: 15_147_000 picoseconds.
+ Weight::from_parts(15_364_000, 0)
.saturating_add(Weight::from_parts(0, 3556))
- // Standard Error: 1
- .saturating_add(Weight::from_parts(2_010, 0).saturating_mul(s.into()))
+ // Standard Error: 4
+ .saturating_add(Weight::from_parts(2_553, 0).saturating_mul(s.into()))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(2))
}
@@ -106,8 +109,8 @@ impl pallet_preimage::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `289`
// Estimated: `3556`
- // Minimum execution time: 35_552_000 picoseconds.
- Weight::from_parts(36_559_000, 0)
+ // Minimum execution time: 52_018_000 picoseconds.
+ Weight::from_parts(57_037_000, 0)
.saturating_add(Weight::from_parts(0, 3556))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(2))
@@ -120,8 +123,8 @@ impl pallet_preimage::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `144`
// Estimated: `3556`
- // Minimum execution time: 20_145_000 picoseconds.
- Weight::from_parts(21_041_000, 0)
+ // Minimum execution time: 32_110_000 picoseconds.
+ Weight::from_parts(35_435_000, 0)
.saturating_add(Weight::from_parts(0, 3556))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(2))
@@ -132,8 +135,8 @@ impl pallet_preimage::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `188`
// Estimated: `3556`
- // Minimum execution time: 18_949_000 picoseconds.
- Weight::from_parts(19_616_000, 0)
+ // Minimum execution time: 28_380_000 picoseconds.
+ Weight::from_parts(31_692_000, 0)
.saturating_add(Weight::from_parts(0, 3556))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
@@ -144,8 +147,8 @@ impl pallet_preimage::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `144`
// Estimated: `3556`
- // Minimum execution time: 11_082_000 picoseconds.
- Weight::from_parts(11_853_000, 0)
+ // Minimum execution time: 18_218_000 picoseconds.
+ Weight::from_parts(20_005_000, 0)
.saturating_add(Weight::from_parts(0, 3556))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
@@ -156,8 +159,8 @@ impl pallet_preimage::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `42`
// Estimated: `3556`
- // Minimum execution time: 12_687_000 picoseconds.
- Weight::from_parts(13_259_000, 0)
+ // Minimum execution time: 24_225_000 picoseconds.
+ Weight::from_parts(27_623_000, 0)
.saturating_add(Weight::from_parts(0, 3556))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
@@ -168,8 +171,8 @@ impl pallet_preimage::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `106`
// Estimated: `3556`
- // Minimum execution time: 8_156_000 picoseconds.
- Weight::from_parts(8_324_000, 0)
+ // Minimum execution time: 11_614_000 picoseconds.
+ Weight::from_parts(12_372_000, 0)
.saturating_add(Weight::from_parts(0, 3556))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
@@ -182,8 +185,8 @@ impl pallet_preimage::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `144`
// Estimated: `3556`
- // Minimum execution time: 18_817_000 picoseconds.
- Weight::from_parts(19_833_000, 0)
+ // Minimum execution time: 30_214_000 picoseconds.
+ Weight::from_parts(32_682_000, 0)
.saturating_add(Weight::from_parts(0, 3556))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(2))
@@ -194,8 +197,8 @@ impl pallet_preimage::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `106`
// Estimated: `3556`
- // Minimum execution time: 7_904_000 picoseconds.
- Weight::from_parts(8_182_000, 0)
+ // Minimum execution time: 10_659_000 picoseconds.
+ Weight::from_parts(12_066_000, 0)
.saturating_add(Weight::from_parts(0, 3556))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
@@ -206,8 +209,8 @@ impl pallet_preimage::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `106`
// Estimated: `3556`
- // Minimum execution time: 7_852_000 picoseconds.
- Weight::from_parts(8_131_000, 0)
+ // Minimum execution time: 10_770_000 picoseconds.
+ Weight::from_parts(11_745_000, 0)
.saturating_add(Weight::from_parts(0, 3556))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
diff --git a/polkadot/runtime/kusama/src/weights/pallet_proxy.rs b/polkadot/runtime/kusama/src/weights/pallet_proxy.rs
index d6e5e787c8..d30547d7d0 100644
--- a/polkadot/runtime/kusama/src/weights/pallet_proxy.rs
+++ b/polkadot/runtime/kusama/src/weights/pallet_proxy.rs
@@ -17,9 +17,9 @@
//! Autogenerated weights for `pallet_proxy`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
-//! DATE: 2023-05-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2023-06-19, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
-//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
+//! HOSTNAME: `runner-e8ezs4ez-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
// Executed Command:
@@ -29,6 +29,9 @@
// --chain=kusama-dev
// --steps=50
// --repeat=20
+// --no-storage-info
+// --no-median-slopes
+// --no-min-squares
// --pallet=pallet_proxy
// --extrinsic=*
// --execution=wasm
@@ -54,11 +57,11 @@ impl pallet_proxy::WeightInfo for WeightInfo {
// Proof Size summary in bytes:
// Measured: `227 + p * (37 ±0)`
// Estimated: `4706`
- // Minimum execution time: 15_194_000 picoseconds.
- Weight::from_parts(15_635_162, 0)
+ // Minimum execution time: 15_098_000 picoseconds.
+ Weight::from_parts(15_489_847, 0)
.saturating_add(Weight::from_parts(0, 4706))
- // Standard Error: 811
- .saturating_add(Weight::from_parts(34_526, 0).saturating_mul(p.into()))
+ // Standard Error: 2_263
+ .saturating_add(Weight::from_parts(63_093, 0).saturating_mul(p.into()))
.saturating_add(T::DbWeight::get().reads(1))
}
/// Storage: Proxy Proxies (r:1 w:0)
@@ -73,13 +76,13 @@ impl