difftreelog
chore bench weights
in: master
14 files changed
pallets/app-promotion/src/weights.rsdiffbeforeafterboth--- a/pallets/app-promotion/src/weights.rs
+++ b/pallets/app-promotion/src/weights.rs
@@ -3,7 +3,7 @@
//! Autogenerated weights for pallet_app_promotion
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
-//! DATE: 2023-04-20, STEPS: `50`, REPEAT: `80`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2023-09-26, STEPS: `50`, REPEAT: `80`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `bench-host`, CPU: `Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz`
//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
@@ -48,25 +48,29 @@
/// Weights for pallet_app_promotion using the Substrate node and recommended hardware.
pub struct SubstrateWeight<T>(PhantomData<T>);
impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
+ /// Storage: Maintenance Enabled (r:1 w:0)
+ /// Proof: Maintenance Enabled (max_values: Some(1), max_size: Some(1), added: 496, mode: MaxEncodedLen)
/// Storage: AppPromotion PendingUnstake (r:1 w:1)
/// Proof: AppPromotion PendingUnstake (max_values: None, max_size: Some(157), added: 2632, mode: MaxEncodedLen)
- /// Storage: Balances Locks (r:3 w:3)
- /// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
+ /// Storage: Balances Freezes (r:3 w:3)
+ /// Proof: Balances Freezes (max_values: None, max_size: Some(369), added: 2844, mode: MaxEncodedLen)
/// Storage: System Account (r:3 w:3)
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
+ /// Storage: Balances Locks (r:3 w:0)
+ /// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
/// The range of component `b` is `[0, 3]`.
fn on_initialize(b: u32, ) -> Weight {
// Proof Size summary in bytes:
- // Measured: `180 + b * (277 ±0)`
- // Estimated: `5602 + b * (6377 ±0)`
- // Minimum execution time: 3_724_000 picoseconds.
- Weight::from_parts(4_538_653, 5602)
- // Standard Error: 14_774
- .saturating_add(Weight::from_parts(10_368_686, 0).saturating_mul(b.into()))
- .saturating_add(T::DbWeight::get().reads(1_u64))
- .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(b.into())))
+ // Measured: `222 + b * (285 ±0)`
+ // Estimated: `3622 + b * (3774 ±0)`
+ // Minimum execution time: 5_034_000 picoseconds.
+ Weight::from_parts(5_845_442, 3622)
+ // Standard Error: 18_650
+ .saturating_add(Weight::from_parts(13_172_650, 0).saturating_mul(b.into()))
+ .saturating_add(T::DbWeight::get().reads(2_u64))
+ .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(b.into())))
.saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(b.into())))
- .saturating_add(Weight::from_parts(0, 6377).saturating_mul(b.into()))
+ .saturating_add(Weight::from_parts(0, 3774).saturating_mul(b.into()))
}
/// Storage: AppPromotion Admin (r:0 w:1)
/// Proof: AppPromotion Admin (max_values: Some(1), max_size: Some(32), added: 527, mode: MaxEncodedLen)
@@ -74,8 +78,8 @@
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
- // Minimum execution time: 5_426_000 picoseconds.
- Weight::from_parts(6_149_000, 0)
+ // Minimum execution time: 4_838_000 picoseconds.
+ Weight::from_parts(5_022_000, 0)
.saturating_add(T::DbWeight::get().writes(1_u64))
}
/// Storage: AppPromotion Admin (r:1 w:0)
@@ -90,24 +94,26 @@
/// Proof: AppPromotion Staked (max_values: None, max_size: Some(80), added: 2555, mode: MaxEncodedLen)
/// Storage: System Account (r:101 w:101)
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
- /// Storage: Balances Locks (r:100 w:100)
+ /// Storage: Balances Freezes (r:100 w:100)
+ /// Proof: Balances Freezes (max_values: None, max_size: Some(369), added: 2844, mode: MaxEncodedLen)
+ /// Storage: Balances Locks (r:100 w:0)
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
/// Storage: AppPromotion TotalStaked (r:1 w:1)
/// Proof: AppPromotion TotalStaked (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen)
/// The range of component `b` is `[1, 100]`.
fn payout_stakers(b: u32, ) -> Weight {
// Proof Size summary in bytes:
- // Measured: `531 + b * (633 ±0)`
- // Estimated: `16194 + b * (32560 ±0)`
- // Minimum execution time: 84_632_000 picoseconds.
- Weight::from_parts(800_384, 16194)
- // Standard Error: 19_457
- .saturating_add(Weight::from_parts(49_393_958, 0).saturating_mul(b.into()))
+ // Measured: `564 + b * (641 ±0)`
+ // Estimated: `3593 + b * (25550 ±0)`
+ // Minimum execution time: 88_317_000 picoseconds.
+ Weight::from_parts(3_660_713, 3593)
+ // Standard Error: 17_984
+ .saturating_add(Weight::from_parts(58_197_541, 0).saturating_mul(b.into()))
.saturating_add(T::DbWeight::get().reads(7_u64))
- .saturating_add(T::DbWeight::get().reads((12_u64).saturating_mul(b.into())))
+ .saturating_add(T::DbWeight::get().reads((13_u64).saturating_mul(b.into())))
.saturating_add(T::DbWeight::get().writes(3_u64))
.saturating_add(T::DbWeight::get().writes((12_u64).saturating_mul(b.into())))
- .saturating_add(Weight::from_parts(0, 32560).saturating_mul(b.into()))
+ .saturating_add(Weight::from_parts(0, 25550).saturating_mul(b.into()))
}
/// Storage: AppPromotion StakesPerAccount (r:1 w:1)
/// Proof: AppPromotion StakesPerAccount (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
@@ -115,7 +121,9 @@
/// Proof: Configuration AppPromomotionConfigurationOverride (max_values: Some(1), max_size: Some(17), added: 512, mode: MaxEncodedLen)
/// Storage: System Account (r:1 w:1)
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
- /// Storage: Balances Locks (r:1 w:1)
+ /// Storage: Balances Freezes (r:1 w:1)
+ /// Proof: Balances Freezes (max_values: None, max_size: Some(369), added: 2844, mode: MaxEncodedLen)
+ /// Storage: Balances Locks (r:1 w:0)
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
/// Storage: ParachainSystem ValidationData (r:1 w:0)
/// Proof Skipped: ParachainSystem ValidationData (max_values: Some(1), max_size: None, mode: Measured)
@@ -125,11 +133,11 @@
/// Proof: AppPromotion TotalStaked (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen)
fn stake() -> Weight {
// Proof Size summary in bytes:
- // Measured: `356`
- // Estimated: `20260`
- // Minimum execution time: 24_750_000 picoseconds.
- Weight::from_parts(25_157_000, 20260)
- .saturating_add(T::DbWeight::get().reads(7_u64))
+ // Measured: `389`
+ // Estimated: `4764`
+ // Minimum execution time: 27_232_000 picoseconds.
+ Weight::from_parts(27_657_000, 4764)
+ .saturating_add(T::DbWeight::get().reads(8_u64))
.saturating_add(T::DbWeight::get().writes(5_u64))
}
/// Storage: Configuration AppPromomotionConfigurationOverride (r:1 w:0)
@@ -144,10 +152,10 @@
/// Proof: AppPromotion StakesPerAccount (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
fn unstake_all() -> Weight {
// Proof Size summary in bytes:
- // Measured: `796`
- // Estimated: `35720`
- // Minimum execution time: 53_670_000 picoseconds.
- Weight::from_parts(54_376_000, 35720)
+ // Measured: `829`
+ // Estimated: `29095`
+ // Minimum execution time: 49_829_000 picoseconds.
+ Weight::from_parts(50_668_000, 29095)
.saturating_add(T::DbWeight::get().reads(14_u64))
.saturating_add(T::DbWeight::get().writes(13_u64))
}
@@ -163,10 +171,10 @@
/// Proof: AppPromotion StakesPerAccount (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
fn unstake_partial() -> Weight {
// Proof Size summary in bytes:
- // Measured: `796`
- // Estimated: `39234`
- // Minimum execution time: 58_317_000 picoseconds.
- Weight::from_parts(59_059_000, 39234)
+ // Measured: `829`
+ // Estimated: `29095`
+ // Minimum execution time: 55_678_000 picoseconds.
+ Weight::from_parts(56_709_000, 29095)
.saturating_add(T::DbWeight::get().reads(15_u64))
.saturating_add(T::DbWeight::get().writes(13_u64))
}
@@ -176,10 +184,10 @@
/// Proof: Common CollectionById (max_values: None, max_size: Some(860), added: 3335, mode: MaxEncodedLen)
fn sponsor_collection() -> Weight {
// Proof Size summary in bytes:
- // Measured: `1027`
- // Estimated: `5842`
- // Minimum execution time: 18_117_000 picoseconds.
- Weight::from_parts(18_634_000, 5842)
+ // Measured: `1060`
+ // Estimated: `4325`
+ // Minimum execution time: 16_628_000 picoseconds.
+ Weight::from_parts(16_968_000, 4325)
.saturating_add(T::DbWeight::get().reads(2_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -189,10 +197,10 @@
/// Proof: Common CollectionById (max_values: None, max_size: Some(860), added: 3335, mode: MaxEncodedLen)
fn stop_sponsoring_collection() -> Weight {
// Proof Size summary in bytes:
- // Measured: `1059`
- // Estimated: `5842`
- // Minimum execution time: 16_999_000 picoseconds.
- Weight::from_parts(17_417_000, 5842)
+ // Measured: `1092`
+ // Estimated: `4325`
+ // Minimum execution time: 15_970_000 picoseconds.
+ Weight::from_parts(16_316_000, 4325)
.saturating_add(T::DbWeight::get().reads(2_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -204,8 +212,8 @@
// Proof Size summary in bytes:
// Measured: `198`
// Estimated: `1517`
- // Minimum execution time: 14_438_000 picoseconds.
- Weight::from_parts(14_931_000, 1517)
+ // Minimum execution time: 13_052_000 picoseconds.
+ Weight::from_parts(13_555_000, 1517)
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -215,10 +223,10 @@
/// Proof: EvmContractHelpers Sponsoring (max_values: None, max_size: Some(62), added: 2537, mode: MaxEncodedLen)
fn stop_sponsoring_contract() -> Weight {
// Proof Size summary in bytes:
- // Measured: `363`
- // Estimated: `5044`
- // Minimum execution time: 14_786_000 picoseconds.
- Weight::from_parts(15_105_000, 5044)
+ // Measured: `396`
+ // Estimated: `3527`
+ // Minimum execution time: 13_791_000 picoseconds.
+ Weight::from_parts(14_125_000, 3527)
.saturating_add(T::DbWeight::get().reads(2_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -226,25 +234,29 @@
// For backwards compatibility and tests
impl WeightInfo for () {
+ /// Storage: Maintenance Enabled (r:1 w:0)
+ /// Proof: Maintenance Enabled (max_values: Some(1), max_size: Some(1), added: 496, mode: MaxEncodedLen)
/// Storage: AppPromotion PendingUnstake (r:1 w:1)
/// Proof: AppPromotion PendingUnstake (max_values: None, max_size: Some(157), added: 2632, mode: MaxEncodedLen)
- /// Storage: Balances Locks (r:3 w:3)
- /// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
+ /// Storage: Balances Freezes (r:3 w:3)
+ /// Proof: Balances Freezes (max_values: None, max_size: Some(369), added: 2844, mode: MaxEncodedLen)
/// Storage: System Account (r:3 w:3)
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
+ /// Storage: Balances Locks (r:3 w:0)
+ /// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
/// The range of component `b` is `[0, 3]`.
fn on_initialize(b: u32, ) -> Weight {
// Proof Size summary in bytes:
- // Measured: `180 + b * (277 ±0)`
- // Estimated: `5602 + b * (6377 ±0)`
- // Minimum execution time: 3_724_000 picoseconds.
- Weight::from_parts(4_538_653, 5602)
- // Standard Error: 14_774
- .saturating_add(Weight::from_parts(10_368_686, 0).saturating_mul(b.into()))
- .saturating_add(RocksDbWeight::get().reads(1_u64))
- .saturating_add(RocksDbWeight::get().reads((2_u64).saturating_mul(b.into())))
+ // Measured: `222 + b * (285 ±0)`
+ // Estimated: `3622 + b * (3774 ±0)`
+ // Minimum execution time: 5_034_000 picoseconds.
+ Weight::from_parts(5_845_442, 3622)
+ // Standard Error: 18_650
+ .saturating_add(Weight::from_parts(13_172_650, 0).saturating_mul(b.into()))
+ .saturating_add(RocksDbWeight::get().reads(2_u64))
+ .saturating_add(RocksDbWeight::get().reads((3_u64).saturating_mul(b.into())))
.saturating_add(RocksDbWeight::get().writes((2_u64).saturating_mul(b.into())))
- .saturating_add(Weight::from_parts(0, 6377).saturating_mul(b.into()))
+ .saturating_add(Weight::from_parts(0, 3774).saturating_mul(b.into()))
}
/// Storage: AppPromotion Admin (r:0 w:1)
/// Proof: AppPromotion Admin (max_values: Some(1), max_size: Some(32), added: 527, mode: MaxEncodedLen)
@@ -252,8 +264,8 @@
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
- // Minimum execution time: 5_426_000 picoseconds.
- Weight::from_parts(6_149_000, 0)
+ // Minimum execution time: 4_838_000 picoseconds.
+ Weight::from_parts(5_022_000, 0)
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
/// Storage: AppPromotion Admin (r:1 w:0)
@@ -268,24 +280,26 @@
/// Proof: AppPromotion Staked (max_values: None, max_size: Some(80), added: 2555, mode: MaxEncodedLen)
/// Storage: System Account (r:101 w:101)
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
- /// Storage: Balances Locks (r:100 w:100)
+ /// Storage: Balances Freezes (r:100 w:100)
+ /// Proof: Balances Freezes (max_values: None, max_size: Some(369), added: 2844, mode: MaxEncodedLen)
+ /// Storage: Balances Locks (r:100 w:0)
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
/// Storage: AppPromotion TotalStaked (r:1 w:1)
/// Proof: AppPromotion TotalStaked (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen)
/// The range of component `b` is `[1, 100]`.
fn payout_stakers(b: u32, ) -> Weight {
// Proof Size summary in bytes:
- // Measured: `531 + b * (633 ±0)`
- // Estimated: `16194 + b * (32560 ±0)`
- // Minimum execution time: 84_632_000 picoseconds.
- Weight::from_parts(800_384, 16194)
- // Standard Error: 19_457
- .saturating_add(Weight::from_parts(49_393_958, 0).saturating_mul(b.into()))
+ // Measured: `564 + b * (641 ±0)`
+ // Estimated: `3593 + b * (25550 ±0)`
+ // Minimum execution time: 88_317_000 picoseconds.
+ Weight::from_parts(3_660_713, 3593)
+ // Standard Error: 17_984
+ .saturating_add(Weight::from_parts(58_197_541, 0).saturating_mul(b.into()))
.saturating_add(RocksDbWeight::get().reads(7_u64))
- .saturating_add(RocksDbWeight::get().reads((12_u64).saturating_mul(b.into())))
+ .saturating_add(RocksDbWeight::get().reads((13_u64).saturating_mul(b.into())))
.saturating_add(RocksDbWeight::get().writes(3_u64))
.saturating_add(RocksDbWeight::get().writes((12_u64).saturating_mul(b.into())))
- .saturating_add(Weight::from_parts(0, 32560).saturating_mul(b.into()))
+ .saturating_add(Weight::from_parts(0, 25550).saturating_mul(b.into()))
}
/// Storage: AppPromotion StakesPerAccount (r:1 w:1)
/// Proof: AppPromotion StakesPerAccount (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
@@ -293,7 +307,9 @@
/// Proof: Configuration AppPromomotionConfigurationOverride (max_values: Some(1), max_size: Some(17), added: 512, mode: MaxEncodedLen)
/// Storage: System Account (r:1 w:1)
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
- /// Storage: Balances Locks (r:1 w:1)
+ /// Storage: Balances Freezes (r:1 w:1)
+ /// Proof: Balances Freezes (max_values: None, max_size: Some(369), added: 2844, mode: MaxEncodedLen)
+ /// Storage: Balances Locks (r:1 w:0)
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
/// Storage: ParachainSystem ValidationData (r:1 w:0)
/// Proof Skipped: ParachainSystem ValidationData (max_values: Some(1), max_size: None, mode: Measured)
@@ -303,11 +319,11 @@
/// Proof: AppPromotion TotalStaked (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen)
fn stake() -> Weight {
// Proof Size summary in bytes:
- // Measured: `356`
- // Estimated: `20260`
- // Minimum execution time: 24_750_000 picoseconds.
- Weight::from_parts(25_157_000, 20260)
- .saturating_add(RocksDbWeight::get().reads(7_u64))
+ // Measured: `389`
+ // Estimated: `4764`
+ // Minimum execution time: 27_232_000 picoseconds.
+ Weight::from_parts(27_657_000, 4764)
+ .saturating_add(RocksDbWeight::get().reads(8_u64))
.saturating_add(RocksDbWeight::get().writes(5_u64))
}
/// Storage: Configuration AppPromomotionConfigurationOverride (r:1 w:0)
@@ -322,10 +338,10 @@
/// Proof: AppPromotion StakesPerAccount (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
fn unstake_all() -> Weight {
// Proof Size summary in bytes:
- // Measured: `796`
- // Estimated: `35720`
- // Minimum execution time: 53_670_000 picoseconds.
- Weight::from_parts(54_376_000, 35720)
+ // Measured: `829`
+ // Estimated: `29095`
+ // Minimum execution time: 49_829_000 picoseconds.
+ Weight::from_parts(50_668_000, 29095)
.saturating_add(RocksDbWeight::get().reads(14_u64))
.saturating_add(RocksDbWeight::get().writes(13_u64))
}
@@ -341,10 +357,10 @@
/// Proof: AppPromotion StakesPerAccount (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
fn unstake_partial() -> Weight {
// Proof Size summary in bytes:
- // Measured: `796`
- // Estimated: `39234`
- // Minimum execution time: 58_317_000 picoseconds.
- Weight::from_parts(59_059_000, 39234)
+ // Measured: `829`
+ // Estimated: `29095`
+ // Minimum execution time: 55_678_000 picoseconds.
+ Weight::from_parts(56_709_000, 29095)
.saturating_add(RocksDbWeight::get().reads(15_u64))
.saturating_add(RocksDbWeight::get().writes(13_u64))
}
@@ -354,10 +370,10 @@
/// Proof: Common CollectionById (max_values: None, max_size: Some(860), added: 3335, mode: MaxEncodedLen)
fn sponsor_collection() -> Weight {
// Proof Size summary in bytes:
- // Measured: `1027`
- // Estimated: `5842`
- // Minimum execution time: 18_117_000 picoseconds.
- Weight::from_parts(18_634_000, 5842)
+ // Measured: `1060`
+ // Estimated: `4325`
+ // Minimum execution time: 16_628_000 picoseconds.
+ Weight::from_parts(16_968_000, 4325)
.saturating_add(RocksDbWeight::get().reads(2_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
@@ -367,10 +383,10 @@
/// Proof: Common CollectionById (max_values: None, max_size: Some(860), added: 3335, mode: MaxEncodedLen)
fn stop_sponsoring_collection() -> Weight {
// Proof Size summary in bytes:
- // Measured: `1059`
- // Estimated: `5842`
- // Minimum execution time: 16_999_000 picoseconds.
- Weight::from_parts(17_417_000, 5842)
+ // Measured: `1092`
+ // Estimated: `4325`
+ // Minimum execution time: 15_970_000 picoseconds.
+ Weight::from_parts(16_316_000, 4325)
.saturating_add(RocksDbWeight::get().reads(2_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
@@ -382,8 +398,8 @@
// Proof Size summary in bytes:
// Measured: `198`
// Estimated: `1517`
- // Minimum execution time: 14_438_000 picoseconds.
- Weight::from_parts(14_931_000, 1517)
+ // Minimum execution time: 13_052_000 picoseconds.
+ Weight::from_parts(13_555_000, 1517)
.saturating_add(RocksDbWeight::get().reads(1_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
@@ -393,10 +409,10 @@
/// Proof: EvmContractHelpers Sponsoring (max_values: None, max_size: Some(62), added: 2537, mode: MaxEncodedLen)
fn stop_sponsoring_contract() -> Weight {
// Proof Size summary in bytes:
- // Measured: `363`
- // Estimated: `5044`
- // Minimum execution time: 14_786_000 picoseconds.
- Weight::from_parts(15_105_000, 5044)
+ // Measured: `396`
+ // Estimated: `3527`
+ // Minimum execution time: 13_791_000 picoseconds.
+ Weight::from_parts(14_125_000, 3527)
.saturating_add(RocksDbWeight::get().reads(2_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
pallets/collator-selection/src/weights.rsdiffbeforeafterboth--- a/pallets/collator-selection/src/weights.rs
+++ b/pallets/collator-selection/src/weights.rs
@@ -3,7 +3,7 @@
//! Autogenerated weights for pallet_collator_selection
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
-//! DATE: 2023-04-20, STEPS: `50`, REPEAT: `80`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2023-09-26, STEPS: `50`, REPEAT: `80`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `bench-host`, CPU: `Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz`
//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
@@ -57,11 +57,11 @@
fn add_invulnerable(b: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `403 + b * (45 ±0)`
- // Estimated: `7485 + b * (45 ±0)`
- // Minimum execution time: 14_147_000 picoseconds.
- Weight::from_parts(15_313_627, 7485)
- // Standard Error: 1_744
- .saturating_add(Weight::from_parts(178_890, 0).saturating_mul(b.into()))
+ // Estimated: `3873 + b * (45 ±0)`
+ // Minimum execution time: 13_780_000 picoseconds.
+ Weight::from_parts(14_067_943, 3873)
+ // Standard Error: 1_187
+ .saturating_add(Weight::from_parts(168_052, 0).saturating_mul(b.into()))
.saturating_add(T::DbWeight::get().reads(3_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
.saturating_add(Weight::from_parts(0, 45).saturating_mul(b.into()))
@@ -73,10 +73,10 @@
// Proof Size summary in bytes:
// Measured: `96 + b * (32 ±0)`
// Estimated: `1806`
- // Minimum execution time: 9_426_000 picoseconds.
- Weight::from_parts(9_693_408, 1806)
- // Standard Error: 1_638
- .saturating_add(Weight::from_parts(227_917, 0).saturating_mul(b.into()))
+ // Minimum execution time: 8_583_000 picoseconds.
+ Weight::from_parts(8_833_981, 1806)
+ // Standard Error: 1_399
+ .saturating_add(Weight::from_parts(140_293, 0).saturating_mul(b.into()))
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -86,18 +86,20 @@
/// Proof Skipped: Session NextKeys (max_values: None, max_size: None, mode: Measured)
/// Storage: Configuration CollatorSelectionLicenseBondOverride (r:1 w:0)
/// Proof: Configuration CollatorSelectionLicenseBondOverride (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen)
+ /// Storage: Balances Holds (r:1 w:1)
+ /// Proof: Balances Holds (max_values: None, max_size: Some(369), added: 2844, mode: MaxEncodedLen)
/// The range of component `c` is `[1, 9]`.
fn get_license(c: u32, ) -> Weight {
// Proof Size summary in bytes:
- // Measured: `610 + c * (26 ±0)`
- // Estimated: `9099 + c * (28 ±0)`
- // Minimum execution time: 22_741_000 picoseconds.
- Weight::from_parts(24_210_604, 9099)
- // Standard Error: 2_703
- .saturating_add(Weight::from_parts(255_686, 0).saturating_mul(c.into()))
- .saturating_add(T::DbWeight::get().reads(3_u64))
- .saturating_add(T::DbWeight::get().writes(1_u64))
- .saturating_add(Weight::from_parts(0, 28).saturating_mul(c.into()))
+ // Measured: `668 + c * (46 ±0)`
+ // Estimated: `4131 + c * (47 ±0)`
+ // Minimum execution time: 29_155_000 picoseconds.
+ Weight::from_parts(31_569_846, 4131)
+ // Standard Error: 10_912
+ .saturating_add(Weight::from_parts(547_194, 0).saturating_mul(c.into()))
+ .saturating_add(T::DbWeight::get().reads(4_u64))
+ .saturating_add(T::DbWeight::get().writes(2_u64))
+ .saturating_add(Weight::from_parts(0, 47).saturating_mul(c.into()))
}
/// Storage: CollatorSelection LicenseDepositOf (r:1 w:0)
/// Proof: CollatorSelection LicenseDepositOf (max_values: None, max_size: Some(64), added: 2539, mode: MaxEncodedLen)
@@ -114,12 +116,12 @@
/// The range of component `c` is `[1, 7]`.
fn onboard(c: u32, ) -> Weight {
// Proof Size summary in bytes:
- // Measured: `445 + c * (54 ±0)`
- // Estimated: `10119`
- // Minimum execution time: 20_397_000 picoseconds.
- Weight::from_parts(21_415_013, 10119)
- // Standard Error: 4_086
- .saturating_add(Weight::from_parts(252_810, 0).saturating_mul(c.into()))
+ // Measured: `414 + c * (54 ±0)`
+ // Estimated: `3529`
+ // Minimum execution time: 17_999_000 picoseconds.
+ Weight::from_parts(18_533_629, 3529)
+ // Standard Error: 3_238
+ .saturating_add(Weight::from_parts(299_090, 0).saturating_mul(c.into()))
.saturating_add(T::DbWeight::get().reads(5_u64))
.saturating_add(T::DbWeight::get().writes(2_u64))
}
@@ -127,15 +129,15 @@
/// Proof: CollatorSelection Candidates (max_values: Some(1), max_size: Some(321), added: 816, mode: MaxEncodedLen)
/// Storage: CollatorSelection LastAuthoredBlock (r:0 w:1)
/// Proof: CollatorSelection LastAuthoredBlock (max_values: None, max_size: Some(44), added: 2519, mode: MaxEncodedLen)
- /// The range of component `c` is `[1, 10]`.
+ /// The range of component `c` is `[1, 8]`.
fn offboard(c: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `111 + c * (32 ±0)`
// Estimated: `1806`
- // Minimum execution time: 10_543_000 picoseconds.
- Weight::from_parts(11_227_541, 1806)
- // Standard Error: 1_699
- .saturating_add(Weight::from_parts(181_030, 0).saturating_mul(c.into()))
+ // Minimum execution time: 9_845_000 picoseconds.
+ Weight::from_parts(10_209_005, 1806)
+ // Standard Error: 1_137
+ .saturating_add(Weight::from_parts(156_275, 0).saturating_mul(c.into()))
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(2_u64))
}
@@ -143,37 +145,41 @@
/// Proof: CollatorSelection Candidates (max_values: Some(1), max_size: Some(321), added: 816, mode: MaxEncodedLen)
/// Storage: CollatorSelection LicenseDepositOf (r:1 w:1)
/// Proof: CollatorSelection LicenseDepositOf (max_values: None, max_size: Some(64), added: 2539, mode: MaxEncodedLen)
+ /// Storage: Balances Holds (r:1 w:1)
+ /// Proof: Balances Holds (max_values: None, max_size: Some(369), added: 2844, mode: MaxEncodedLen)
/// Storage: CollatorSelection LastAuthoredBlock (r:0 w:1)
/// Proof: CollatorSelection LastAuthoredBlock (max_values: None, max_size: Some(44), added: 2519, mode: MaxEncodedLen)
- /// The range of component `c` is `[1, 10]`.
+ /// The range of component `c` is `[1, 8]`.
fn release_license(c: u32, ) -> Weight {
// Proof Size summary in bytes:
- // Measured: `306 + c * (61 ±0)`
- // Estimated: `5335`
- // Minimum execution time: 22_214_000 picoseconds.
- Weight::from_parts(24_373_981, 5335)
- // Standard Error: 8_018
- .saturating_add(Weight::from_parts(405_404, 0).saturating_mul(c.into()))
- .saturating_add(T::DbWeight::get().reads(2_u64))
- .saturating_add(T::DbWeight::get().writes(3_u64))
+ // Measured: `328 + c * (103 ±0)`
+ // Estimated: `3834`
+ // Minimum execution time: 28_700_000 picoseconds.
+ Weight::from_parts(29_499_805, 3834)
+ // Standard Error: 16_180
+ .saturating_add(Weight::from_parts(880_131, 0).saturating_mul(c.into()))
+ .saturating_add(T::DbWeight::get().reads(3_u64))
+ .saturating_add(T::DbWeight::get().writes(4_u64))
}
/// Storage: CollatorSelection Candidates (r:1 w:1)
/// Proof: CollatorSelection Candidates (max_values: Some(1), max_size: Some(321), added: 816, mode: MaxEncodedLen)
/// Storage: CollatorSelection LicenseDepositOf (r:1 w:1)
/// Proof: CollatorSelection LicenseDepositOf (max_values: None, max_size: Some(64), added: 2539, mode: MaxEncodedLen)
+ /// Storage: Balances Holds (r:1 w:1)
+ /// Proof: Balances Holds (max_values: None, max_size: Some(369), added: 2844, mode: MaxEncodedLen)
/// Storage: CollatorSelection LastAuthoredBlock (r:0 w:1)
/// Proof: CollatorSelection LastAuthoredBlock (max_values: None, max_size: Some(44), added: 2519, mode: MaxEncodedLen)
- /// The range of component `c` is `[1, 10]`.
+ /// The range of component `c` is `[1, 8]`.
fn force_release_license(c: u32, ) -> Weight {
// Proof Size summary in bytes:
- // Measured: `306 + c * (61 ±0)`
- // Estimated: `5335`
- // Minimum execution time: 22_159_000 picoseconds.
- Weight::from_parts(24_200_796, 5335)
- // Standard Error: 8_328
- .saturating_add(Weight::from_parts(312_138, 0).saturating_mul(c.into()))
- .saturating_add(T::DbWeight::get().reads(2_u64))
- .saturating_add(T::DbWeight::get().writes(3_u64))
+ // Measured: `328 + c * (103 ±0)`
+ // Estimated: `3834`
+ // Minimum execution time: 27_941_000 picoseconds.
+ Weight::from_parts(28_960_442, 3834)
+ // Standard Error: 17_391
+ .saturating_add(Weight::from_parts(885_880, 0).saturating_mul(c.into()))
+ .saturating_add(T::DbWeight::get().reads(3_u64))
+ .saturating_add(T::DbWeight::get().writes(4_u64))
}
/// Storage: System Account (r:2 w:2)
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
@@ -183,10 +189,10 @@
/// Proof: CollatorSelection LastAuthoredBlock (max_values: None, max_size: Some(44), added: 2519, mode: MaxEncodedLen)
fn note_author() -> Weight {
// Proof Size summary in bytes:
- // Measured: `155`
- // Estimated: `7729`
- // Minimum execution time: 16_520_000 picoseconds.
- Weight::from_parts(16_933_000, 7729)
+ // Measured: `157`
+ // Estimated: `6196`
+ // Minimum execution time: 22_833_000 picoseconds.
+ Weight::from_parts(23_223_000, 6196)
.saturating_add(T::DbWeight::get().reads(3_u64))
.saturating_add(T::DbWeight::get().writes(4_u64))
}
@@ -194,32 +200,34 @@
/// Proof: CollatorSelection Candidates (max_values: Some(1), max_size: Some(321), added: 816, mode: MaxEncodedLen)
/// Storage: Configuration CollatorSelectionKickThresholdOverride (r:1 w:0)
/// Proof: Configuration CollatorSelectionKickThresholdOverride (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
- /// Storage: CollatorSelection LastAuthoredBlock (r:10 w:0)
+ /// Storage: CollatorSelection LastAuthoredBlock (r:8 w:0)
/// Proof: CollatorSelection LastAuthoredBlock (max_values: None, max_size: Some(44), added: 2519, mode: MaxEncodedLen)
/// Storage: CollatorSelection Invulnerables (r:1 w:0)
/// Proof: CollatorSelection Invulnerables (max_values: Some(1), max_size: Some(321), added: 816, mode: MaxEncodedLen)
/// Storage: System BlockWeight (r:1 w:1)
/// Proof: System BlockWeight (max_values: Some(1), max_size: Some(48), added: 543, mode: MaxEncodedLen)
- /// Storage: CollatorSelection LicenseDepositOf (r:9 w:9)
+ /// Storage: CollatorSelection LicenseDepositOf (r:7 w:7)
/// Proof: CollatorSelection LicenseDepositOf (max_values: None, max_size: Some(64), added: 2539, mode: MaxEncodedLen)
- /// Storage: System Account (r:10 w:10)
+ /// Storage: Balances Holds (r:7 w:7)
+ /// Proof: Balances Holds (max_values: None, max_size: Some(369), added: 2844, mode: MaxEncodedLen)
+ /// Storage: System Account (r:8 w:8)
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
- /// The range of component `r` is `[1, 10]`.
- /// The range of component `c` is `[1, 10]`.
+ /// The range of component `r` is `[1, 8]`.
+ /// The range of component `c` is `[1, 8]`.
fn new_session(r: u32, c: u32, ) -> Weight {
// Proof Size summary in bytes:
- // Measured: `562 + r * (190 ±0) + c * (83 ±0)`
- // Estimated: `91818518943723 + c * (2519 ±0) + r * (5142 ±1)`
- // Minimum execution time: 16_153_000 picoseconds.
- Weight::from_parts(16_601_000, 91818518943723)
- // Standard Error: 119_095
- .saturating_add(Weight::from_parts(10_660_813, 0).saturating_mul(c.into()))
+ // Measured: `727 + c * (84 ±0) + r * (254 ±0)`
+ // Estimated: `26857 + c * (2519 ±0) + r * (2844 ±4)`
+ // Minimum execution time: 15_283_000 picoseconds.
+ Weight::from_parts(15_615_000, 26857)
+ // Standard Error: 188_448
+ .saturating_add(Weight::from_parts(15_548_718, 0).saturating_mul(c.into()))
.saturating_add(T::DbWeight::get().reads(5_u64))
.saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(c.into())))
.saturating_add(T::DbWeight::get().writes(1_u64))
.saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(c.into())))
.saturating_add(Weight::from_parts(0, 2519).saturating_mul(c.into()))
- .saturating_add(Weight::from_parts(0, 5142).saturating_mul(r.into()))
+ .saturating_add(Weight::from_parts(0, 2844).saturating_mul(r.into()))
}
}
@@ -235,11 +243,11 @@
fn add_invulnerable(b: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `403 + b * (45 ±0)`
- // Estimated: `7485 + b * (45 ±0)`
- // Minimum execution time: 14_147_000 picoseconds.
- Weight::from_parts(15_313_627, 7485)
- // Standard Error: 1_744
- .saturating_add(Weight::from_parts(178_890, 0).saturating_mul(b.into()))
+ // Estimated: `3873 + b * (45 ±0)`
+ // Minimum execution time: 13_780_000 picoseconds.
+ Weight::from_parts(14_067_943, 3873)
+ // Standard Error: 1_187
+ .saturating_add(Weight::from_parts(168_052, 0).saturating_mul(b.into()))
.saturating_add(RocksDbWeight::get().reads(3_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
.saturating_add(Weight::from_parts(0, 45).saturating_mul(b.into()))
@@ -251,10 +259,10 @@
// Proof Size summary in bytes:
// Measured: `96 + b * (32 ±0)`
// Estimated: `1806`
- // Minimum execution time: 9_426_000 picoseconds.
- Weight::from_parts(9_693_408, 1806)
- // Standard Error: 1_638
- .saturating_add(Weight::from_parts(227_917, 0).saturating_mul(b.into()))
+ // Minimum execution time: 8_583_000 picoseconds.
+ Weight::from_parts(8_833_981, 1806)
+ // Standard Error: 1_399
+ .saturating_add(Weight::from_parts(140_293, 0).saturating_mul(b.into()))
.saturating_add(RocksDbWeight::get().reads(1_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
@@ -264,18 +272,20 @@
/// Proof Skipped: Session NextKeys (max_values: None, max_size: None, mode: Measured)
/// Storage: Configuration CollatorSelectionLicenseBondOverride (r:1 w:0)
/// Proof: Configuration CollatorSelectionLicenseBondOverride (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen)
+ /// Storage: Balances Holds (r:1 w:1)
+ /// Proof: Balances Holds (max_values: None, max_size: Some(369), added: 2844, mode: MaxEncodedLen)
/// The range of component `c` is `[1, 9]`.
fn get_license(c: u32, ) -> Weight {
// Proof Size summary in bytes:
- // Measured: `610 + c * (26 ±0)`
- // Estimated: `9099 + c * (28 ±0)`
- // Minimum execution time: 22_741_000 picoseconds.
- Weight::from_parts(24_210_604, 9099)
- // Standard Error: 2_703
- .saturating_add(Weight::from_parts(255_686, 0).saturating_mul(c.into()))
- .saturating_add(RocksDbWeight::get().reads(3_u64))
- .saturating_add(RocksDbWeight::get().writes(1_u64))
- .saturating_add(Weight::from_parts(0, 28).saturating_mul(c.into()))
+ // Measured: `668 + c * (46 ±0)`
+ // Estimated: `4131 + c * (47 ±0)`
+ // Minimum execution time: 29_155_000 picoseconds.
+ Weight::from_parts(31_569_846, 4131)
+ // Standard Error: 10_912
+ .saturating_add(Weight::from_parts(547_194, 0).saturating_mul(c.into()))
+ .saturating_add(RocksDbWeight::get().reads(4_u64))
+ .saturating_add(RocksDbWeight::get().writes(2_u64))
+ .saturating_add(Weight::from_parts(0, 47).saturating_mul(c.into()))
}
/// Storage: CollatorSelection LicenseDepositOf (r:1 w:0)
/// Proof: CollatorSelection LicenseDepositOf (max_values: None, max_size: Some(64), added: 2539, mode: MaxEncodedLen)
@@ -292,12 +302,12 @@
/// The range of component `c` is `[1, 7]`.
fn onboard(c: u32, ) -> Weight {
// Proof Size summary in bytes:
- // Measured: `445 + c * (54 ±0)`
- // Estimated: `10119`
- // Minimum execution time: 20_397_000 picoseconds.
- Weight::from_parts(21_415_013, 10119)
- // Standard Error: 4_086
- .saturating_add(Weight::from_parts(252_810, 0).saturating_mul(c.into()))
+ // Measured: `414 + c * (54 ±0)`
+ // Estimated: `3529`
+ // Minimum execution time: 17_999_000 picoseconds.
+ Weight::from_parts(18_533_629, 3529)
+ // Standard Error: 3_238
+ .saturating_add(Weight::from_parts(299_090, 0).saturating_mul(c.into()))
.saturating_add(RocksDbWeight::get().reads(5_u64))
.saturating_add(RocksDbWeight::get().writes(2_u64))
}
@@ -305,15 +315,15 @@
/// Proof: CollatorSelection Candidates (max_values: Some(1), max_size: Some(321), added: 816, mode: MaxEncodedLen)
/// Storage: CollatorSelection LastAuthoredBlock (r:0 w:1)
/// Proof: CollatorSelection LastAuthoredBlock (max_values: None, max_size: Some(44), added: 2519, mode: MaxEncodedLen)
- /// The range of component `c` is `[1, 10]`.
+ /// The range of component `c` is `[1, 8]`.
fn offboard(c: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `111 + c * (32 ±0)`
// Estimated: `1806`
- // Minimum execution time: 10_543_000 picoseconds.
- Weight::from_parts(11_227_541, 1806)
- // Standard Error: 1_699
- .saturating_add(Weight::from_parts(181_030, 0).saturating_mul(c.into()))
+ // Minimum execution time: 9_845_000 picoseconds.
+ Weight::from_parts(10_209_005, 1806)
+ // Standard Error: 1_137
+ .saturating_add(Weight::from_parts(156_275, 0).saturating_mul(c.into()))
.saturating_add(RocksDbWeight::get().reads(1_u64))
.saturating_add(RocksDbWeight::get().writes(2_u64))
}
@@ -321,37 +331,41 @@
/// Proof: CollatorSelection Candidates (max_values: Some(1), max_size: Some(321), added: 816, mode: MaxEncodedLen)
/// Storage: CollatorSelection LicenseDepositOf (r:1 w:1)
/// Proof: CollatorSelection LicenseDepositOf (max_values: None, max_size: Some(64), added: 2539, mode: MaxEncodedLen)
+ /// Storage: Balances Holds (r:1 w:1)
+ /// Proof: Balances Holds (max_values: None, max_size: Some(369), added: 2844, mode: MaxEncodedLen)
/// Storage: CollatorSelection LastAuthoredBlock (r:0 w:1)
/// Proof: CollatorSelection LastAuthoredBlock (max_values: None, max_size: Some(44), added: 2519, mode: MaxEncodedLen)
- /// The range of component `c` is `[1, 10]`.
+ /// The range of component `c` is `[1, 8]`.
fn release_license(c: u32, ) -> Weight {
// Proof Size summary in bytes:
- // Measured: `306 + c * (61 ±0)`
- // Estimated: `5335`
- // Minimum execution time: 22_214_000 picoseconds.
- Weight::from_parts(24_373_981, 5335)
- // Standard Error: 8_018
- .saturating_add(Weight::from_parts(405_404, 0).saturating_mul(c.into()))
- .saturating_add(RocksDbWeight::get().reads(2_u64))
- .saturating_add(RocksDbWeight::get().writes(3_u64))
+ // Measured: `328 + c * (103 ±0)`
+ // Estimated: `3834`
+ // Minimum execution time: 28_700_000 picoseconds.
+ Weight::from_parts(29_499_805, 3834)
+ // Standard Error: 16_180
+ .saturating_add(Weight::from_parts(880_131, 0).saturating_mul(c.into()))
+ .saturating_add(RocksDbWeight::get().reads(3_u64))
+ .saturating_add(RocksDbWeight::get().writes(4_u64))
}
/// Storage: CollatorSelection Candidates (r:1 w:1)
/// Proof: CollatorSelection Candidates (max_values: Some(1), max_size: Some(321), added: 816, mode: MaxEncodedLen)
/// Storage: CollatorSelection LicenseDepositOf (r:1 w:1)
/// Proof: CollatorSelection LicenseDepositOf (max_values: None, max_size: Some(64), added: 2539, mode: MaxEncodedLen)
+ /// Storage: Balances Holds (r:1 w:1)
+ /// Proof: Balances Holds (max_values: None, max_size: Some(369), added: 2844, mode: MaxEncodedLen)
/// Storage: CollatorSelection LastAuthoredBlock (r:0 w:1)
/// Proof: CollatorSelection LastAuthoredBlock (max_values: None, max_size: Some(44), added: 2519, mode: MaxEncodedLen)
- /// The range of component `c` is `[1, 10]`.
+ /// The range of component `c` is `[1, 8]`.
fn force_release_license(c: u32, ) -> Weight {
// Proof Size summary in bytes:
- // Measured: `306 + c * (61 ±0)`
- // Estimated: `5335`
- // Minimum execution time: 22_159_000 picoseconds.
- Weight::from_parts(24_200_796, 5335)
- // Standard Error: 8_328
- .saturating_add(Weight::from_parts(312_138, 0).saturating_mul(c.into()))
- .saturating_add(RocksDbWeight::get().reads(2_u64))
- .saturating_add(RocksDbWeight::get().writes(3_u64))
+ // Measured: `328 + c * (103 ±0)`
+ // Estimated: `3834`
+ // Minimum execution time: 27_941_000 picoseconds.
+ Weight::from_parts(28_960_442, 3834)
+ // Standard Error: 17_391
+ .saturating_add(Weight::from_parts(885_880, 0).saturating_mul(c.into()))
+ .saturating_add(RocksDbWeight::get().reads(3_u64))
+ .saturating_add(RocksDbWeight::get().writes(4_u64))
}
/// Storage: System Account (r:2 w:2)
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
@@ -361,10 +375,10 @@
/// Proof: CollatorSelection LastAuthoredBlock (max_values: None, max_size: Some(44), added: 2519, mode: MaxEncodedLen)
fn note_author() -> Weight {
// Proof Size summary in bytes:
- // Measured: `155`
- // Estimated: `7729`
- // Minimum execution time: 16_520_000 picoseconds.
- Weight::from_parts(16_933_000, 7729)
+ // Measured: `157`
+ // Estimated: `6196`
+ // Minimum execution time: 22_833_000 picoseconds.
+ Weight::from_parts(23_223_000, 6196)
.saturating_add(RocksDbWeight::get().reads(3_u64))
.saturating_add(RocksDbWeight::get().writes(4_u64))
}
@@ -372,32 +386,34 @@
/// Proof: CollatorSelection Candidates (max_values: Some(1), max_size: Some(321), added: 816, mode: MaxEncodedLen)
/// Storage: Configuration CollatorSelectionKickThresholdOverride (r:1 w:0)
/// Proof: Configuration CollatorSelectionKickThresholdOverride (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
- /// Storage: CollatorSelection LastAuthoredBlock (r:10 w:0)
+ /// Storage: CollatorSelection LastAuthoredBlock (r:8 w:0)
/// Proof: CollatorSelection LastAuthoredBlock (max_values: None, max_size: Some(44), added: 2519, mode: MaxEncodedLen)
/// Storage: CollatorSelection Invulnerables (r:1 w:0)
/// Proof: CollatorSelection Invulnerables (max_values: Some(1), max_size: Some(321), added: 816, mode: MaxEncodedLen)
/// Storage: System BlockWeight (r:1 w:1)
/// Proof: System BlockWeight (max_values: Some(1), max_size: Some(48), added: 543, mode: MaxEncodedLen)
- /// Storage: CollatorSelection LicenseDepositOf (r:9 w:9)
+ /// Storage: CollatorSelection LicenseDepositOf (r:7 w:7)
/// Proof: CollatorSelection LicenseDepositOf (max_values: None, max_size: Some(64), added: 2539, mode: MaxEncodedLen)
- /// Storage: System Account (r:10 w:10)
+ /// Storage: Balances Holds (r:7 w:7)
+ /// Proof: Balances Holds (max_values: None, max_size: Some(369), added: 2844, mode: MaxEncodedLen)
+ /// Storage: System Account (r:8 w:8)
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
- /// The range of component `r` is `[1, 10]`.
- /// The range of component `c` is `[1, 10]`.
+ /// The range of component `r` is `[1, 8]`.
+ /// The range of component `c` is `[1, 8]`.
fn new_session(r: u32, c: u32, ) -> Weight {
// Proof Size summary in bytes:
- // Measured: `562 + r * (190 ±0) + c * (83 ±0)`
- // Estimated: `91818518943723 + c * (2519 ±0) + r * (5142 ±1)`
- // Minimum execution time: 16_153_000 picoseconds.
- Weight::from_parts(16_601_000, 91818518943723)
- // Standard Error: 119_095
- .saturating_add(Weight::from_parts(10_660_813, 0).saturating_mul(c.into()))
+ // Measured: `727 + c * (84 ±0) + r * (254 ±0)`
+ // Estimated: `26857 + c * (2519 ±0) + r * (2844 ±4)`
+ // Minimum execution time: 15_283_000 picoseconds.
+ Weight::from_parts(15_615_000, 26857)
+ // Standard Error: 188_448
+ .saturating_add(Weight::from_parts(15_548_718, 0).saturating_mul(c.into()))
.saturating_add(RocksDbWeight::get().reads(5_u64))
.saturating_add(RocksDbWeight::get().reads((2_u64).saturating_mul(c.into())))
.saturating_add(RocksDbWeight::get().writes(1_u64))
.saturating_add(RocksDbWeight::get().writes((2_u64).saturating_mul(c.into())))
.saturating_add(Weight::from_parts(0, 2519).saturating_mul(c.into()))
- .saturating_add(Weight::from_parts(0, 5142).saturating_mul(r.into()))
+ .saturating_add(Weight::from_parts(0, 2844).saturating_mul(r.into()))
}
}
pallets/common/src/weights.rsdiffbeforeafterboth--- a/pallets/common/src/weights.rs
+++ b/pallets/common/src/weights.rs
@@ -3,7 +3,7 @@
//! Autogenerated weights for pallet_common
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
-//! DATE: 2023-04-20, STEPS: `50`, REPEAT: `80`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2023-09-26, STEPS: `50`, REPEAT: `80`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `bench-host`, CPU: `Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz`
//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
@@ -46,12 +46,12 @@
/// The range of component `b` is `[0, 64]`.
fn set_collection_properties(b: u32, ) -> Weight {
// Proof Size summary in bytes:
- // Measured: `265`
+ // Measured: `298`
// Estimated: `44457`
- // Minimum execution time: 6_805_000 picoseconds.
- Weight::from_parts(6_965_000, 44457)
- // Standard Error: 20_175
- .saturating_add(Weight::from_parts(6_191_369, 0).saturating_mul(b.into()))
+ // Minimum execution time: 6_140_000 picoseconds.
+ Weight::from_parts(2_807_337, 44457)
+ // Standard Error: 15_773
+ .saturating_add(Weight::from_parts(5_454_582, 0).saturating_mul(b.into()))
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -60,12 +60,12 @@
/// The range of component `b` is `[0, 64]`.
fn delete_collection_properties(b: u32, ) -> Weight {
// Proof Size summary in bytes:
- // Measured: `270 + b * (33030 ±0)`
+ // Measured: `303 + b * (33030 ±0)`
// Estimated: `44457`
- // Minimum execution time: 6_284_000 picoseconds.
- Weight::from_parts(6_416_000, 44457)
- // Standard Error: 81_929
- .saturating_add(Weight::from_parts(23_972_425, 0).saturating_mul(b.into()))
+ // Minimum execution time: 5_969_000 picoseconds.
+ Weight::from_parts(6_153_000, 44457)
+ // Standard Error: 82_905
+ .saturating_add(Weight::from_parts(23_575_983, 0).saturating_mul(b.into()))
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -73,10 +73,10 @@
/// Proof: Common Allowlist (max_values: None, max_size: Some(70), added: 2545, mode: MaxEncodedLen)
fn check_accesslist() -> Weight {
// Proof Size summary in bytes:
- // Measured: `340`
+ // Measured: `373`
// Estimated: `3535`
- // Minimum execution time: 5_205_000 picoseconds.
- Weight::from_parts(5_438_000, 3535)
+ // Minimum execution time: 4_999_000 picoseconds.
+ Weight::from_parts(5_178_000, 3535)
.saturating_add(T::DbWeight::get().reads(1_u64))
}
}
@@ -88,12 +88,12 @@
/// The range of component `b` is `[0, 64]`.
fn set_collection_properties(b: u32, ) -> Weight {
// Proof Size summary in bytes:
- // Measured: `265`
+ // Measured: `298`
// Estimated: `44457`
- // Minimum execution time: 6_805_000 picoseconds.
- Weight::from_parts(6_965_000, 44457)
- // Standard Error: 20_175
- .saturating_add(Weight::from_parts(6_191_369, 0).saturating_mul(b.into()))
+ // Minimum execution time: 6_140_000 picoseconds.
+ Weight::from_parts(2_807_337, 44457)
+ // Standard Error: 15_773
+ .saturating_add(Weight::from_parts(5_454_582, 0).saturating_mul(b.into()))
.saturating_add(RocksDbWeight::get().reads(1_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
@@ -102,12 +102,12 @@
/// The range of component `b` is `[0, 64]`.
fn delete_collection_properties(b: u32, ) -> Weight {
// Proof Size summary in bytes:
- // Measured: `270 + b * (33030 ±0)`
+ // Measured: `303 + b * (33030 ±0)`
// Estimated: `44457`
- // Minimum execution time: 6_284_000 picoseconds.
- Weight::from_parts(6_416_000, 44457)
- // Standard Error: 81_929
- .saturating_add(Weight::from_parts(23_972_425, 0).saturating_mul(b.into()))
+ // Minimum execution time: 5_969_000 picoseconds.
+ Weight::from_parts(6_153_000, 44457)
+ // Standard Error: 82_905
+ .saturating_add(Weight::from_parts(23_575_983, 0).saturating_mul(b.into()))
.saturating_add(RocksDbWeight::get().reads(1_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
@@ -115,10 +115,10 @@
/// Proof: Common Allowlist (max_values: None, max_size: Some(70), added: 2545, mode: MaxEncodedLen)
fn check_accesslist() -> Weight {
// Proof Size summary in bytes:
- // Measured: `340`
+ // Measured: `373`
// Estimated: `3535`
- // Minimum execution time: 5_205_000 picoseconds.
- Weight::from_parts(5_438_000, 3535)
+ // Minimum execution time: 4_999_000 picoseconds.
+ Weight::from_parts(5_178_000, 3535)
.saturating_add(RocksDbWeight::get().reads(1_u64))
}
}
pallets/configuration/src/weights.rsdiffbeforeafterboth--- a/pallets/configuration/src/weights.rs
+++ b/pallets/configuration/src/weights.rs
@@ -3,7 +3,7 @@
//! Autogenerated weights for pallet_configuration
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
-//! DATE: 2023-04-20, STEPS: `50`, REPEAT: `80`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2023-09-26, STEPS: `50`, REPEAT: `80`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `bench-host`, CPU: `Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz`
//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
@@ -50,19 +50,23 @@
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
- // Minimum execution time: 1_725_000 picoseconds.
- Weight::from_parts(1_853_000, 0)
+ // Minimum execution time: 1_496_000 picoseconds.
+ Weight::from_parts(1_575_000, 0)
.saturating_add(T::DbWeight::get().writes(1_u64))
}
/// Storage: Configuration MinGasPriceOverride (r:0 w:1)
/// Proof: Configuration MinGasPriceOverride (max_values: Some(1), max_size: Some(8), added: 503, mode: MaxEncodedLen)
+ /// Storage: unknown `0xc1fef3b7207c11a52df13c12884e772609bc3a1e532c9cb85d57feed02cbff8e` (r:0 w:1)
+ /// Proof Skipped: unknown `0xc1fef3b7207c11a52df13c12884e772609bc3a1e532c9cb85d57feed02cbff8e` (r:0 w:1)
+ /// Storage: unknown `0xc1fef3b7207c11a52df13c12884e77263864ade243c642793ebcfe9e16f454ca` (r:0 w:1)
+ /// Proof Skipped: unknown `0xc1fef3b7207c11a52df13c12884e77263864ade243c642793ebcfe9e16f454ca` (r:0 w:1)
fn set_min_gas_price_override() -> Weight {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
- // Minimum execution time: 1_802_000 picoseconds.
- Weight::from_parts(1_903_000, 0)
- .saturating_add(T::DbWeight::get().writes(1_u64))
+ // Minimum execution time: 2_293_000 picoseconds.
+ Weight::from_parts(2_425_000, 0)
+ .saturating_add(T::DbWeight::get().writes(3_u64))
}
/// Storage: Configuration AppPromomotionConfigurationOverride (r:0 w:1)
/// Proof: Configuration AppPromomotionConfigurationOverride (max_values: Some(1), max_size: Some(17), added: 512, mode: MaxEncodedLen)
@@ -70,8 +74,8 @@
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
- // Minimum execution time: 2_048_000 picoseconds.
- Weight::from_parts(2_157_000, 0)
+ // Minimum execution time: 1_542_000 picoseconds.
+ Weight::from_parts(1_633_000, 0)
.saturating_add(T::DbWeight::get().writes(1_u64))
}
/// Storage: Configuration CollatorSelectionDesiredCollatorsOverride (r:0 w:1)
@@ -80,8 +84,8 @@
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
- // Minimum execution time: 7_622_000 picoseconds.
- Weight::from_parts(8_014_000, 0)
+ // Minimum execution time: 6_388_000 picoseconds.
+ Weight::from_parts(6_639_000, 0)
.saturating_add(T::DbWeight::get().writes(1_u64))
}
/// Storage: Configuration CollatorSelectionLicenseBondOverride (r:0 w:1)
@@ -90,8 +94,8 @@
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
- // Minimum execution time: 4_981_000 picoseconds.
- Weight::from_parts(5_811_000, 0)
+ // Minimum execution time: 3_781_000 picoseconds.
+ Weight::from_parts(3_947_000, 0)
.saturating_add(T::DbWeight::get().writes(1_u64))
}
/// Storage: Configuration CollatorSelectionKickThresholdOverride (r:0 w:1)
@@ -100,8 +104,8 @@
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
- // Minimum execution time: 4_664_000 picoseconds.
- Weight::from_parts(4_816_000, 0)
+ // Minimum execution time: 3_839_000 picoseconds.
+ Weight::from_parts(4_030_000, 0)
.saturating_add(T::DbWeight::get().writes(1_u64))
}
}
@@ -114,19 +118,23 @@
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
- // Minimum execution time: 1_725_000 picoseconds.
- Weight::from_parts(1_853_000, 0)
+ // Minimum execution time: 1_496_000 picoseconds.
+ Weight::from_parts(1_575_000, 0)
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
/// Storage: Configuration MinGasPriceOverride (r:0 w:1)
/// Proof: Configuration MinGasPriceOverride (max_values: Some(1), max_size: Some(8), added: 503, mode: MaxEncodedLen)
+ /// Storage: unknown `0xc1fef3b7207c11a52df13c12884e772609bc3a1e532c9cb85d57feed02cbff8e` (r:0 w:1)
+ /// Proof Skipped: unknown `0xc1fef3b7207c11a52df13c12884e772609bc3a1e532c9cb85d57feed02cbff8e` (r:0 w:1)
+ /// Storage: unknown `0xc1fef3b7207c11a52df13c12884e77263864ade243c642793ebcfe9e16f454ca` (r:0 w:1)
+ /// Proof Skipped: unknown `0xc1fef3b7207c11a52df13c12884e77263864ade243c642793ebcfe9e16f454ca` (r:0 w:1)
fn set_min_gas_price_override() -> Weight {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
- // Minimum execution time: 1_802_000 picoseconds.
- Weight::from_parts(1_903_000, 0)
- .saturating_add(RocksDbWeight::get().writes(1_u64))
+ // Minimum execution time: 2_293_000 picoseconds.
+ Weight::from_parts(2_425_000, 0)
+ .saturating_add(RocksDbWeight::get().writes(3_u64))
}
/// Storage: Configuration AppPromomotionConfigurationOverride (r:0 w:1)
/// Proof: Configuration AppPromomotionConfigurationOverride (max_values: Some(1), max_size: Some(17), added: 512, mode: MaxEncodedLen)
@@ -134,8 +142,8 @@
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
- // Minimum execution time: 2_048_000 picoseconds.
- Weight::from_parts(2_157_000, 0)
+ // Minimum execution time: 1_542_000 picoseconds.
+ Weight::from_parts(1_633_000, 0)
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
/// Storage: Configuration CollatorSelectionDesiredCollatorsOverride (r:0 w:1)
@@ -144,8 +152,8 @@
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
- // Minimum execution time: 7_622_000 picoseconds.
- Weight::from_parts(8_014_000, 0)
+ // Minimum execution time: 6_388_000 picoseconds.
+ Weight::from_parts(6_639_000, 0)
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
/// Storage: Configuration CollatorSelectionLicenseBondOverride (r:0 w:1)
@@ -154,8 +162,8 @@
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
- // Minimum execution time: 4_981_000 picoseconds.
- Weight::from_parts(5_811_000, 0)
+ // Minimum execution time: 3_781_000 picoseconds.
+ Weight::from_parts(3_947_000, 0)
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
/// Storage: Configuration CollatorSelectionKickThresholdOverride (r:0 w:1)
@@ -164,8 +172,8 @@
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
- // Minimum execution time: 4_664_000 picoseconds.
- Weight::from_parts(4_816_000, 0)
+ // Minimum execution time: 3_839_000 picoseconds.
+ Weight::from_parts(4_030_000, 0)
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
}
pallets/evm-migration/src/weights.rsdiffbeforeafterboth--- a/pallets/evm-migration/src/weights.rs
+++ b/pallets/evm-migration/src/weights.rs
@@ -3,7 +3,7 @@
//! Autogenerated weights for pallet_evm_migration
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
-//! DATE: 2023-04-20, STEPS: `50`, REPEAT: `80`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2023-09-26, STEPS: `50`, REPEAT: `80`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `bench-host`, CPU: `Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz`
//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
@@ -52,9 +52,9 @@
fn begin() -> Weight {
// Proof Size summary in bytes:
// Measured: `94`
- // Estimated: `10646`
- // Minimum execution time: 8_519_000 picoseconds.
- Weight::from_parts(8_729_000, 10646)
+ // Estimated: `3593`
+ // Minimum execution time: 7_754_000 picoseconds.
+ Weight::from_parts(7_933_000, 3593)
.saturating_add(T::DbWeight::get().reads(3_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -66,11 +66,11 @@
fn set_data(b: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `96`
- // Estimated: `3590`
- // Minimum execution time: 6_062_000 picoseconds.
- Weight::from_parts(7_193_727, 3590)
- // Standard Error: 1_844
- .saturating_add(Weight::from_parts(876_826, 0).saturating_mul(b.into()))
+ // Estimated: `3494`
+ // Minimum execution time: 5_694_000 picoseconds.
+ Weight::from_parts(5_971_220, 3494)
+ // Standard Error: 724
+ .saturating_add(Weight::from_parts(802_677, 0).saturating_mul(b.into()))
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(b.into())))
}
@@ -79,12 +79,14 @@
/// Storage: EVM AccountCodes (r:0 w:1)
/// Proof Skipped: EVM AccountCodes (max_values: None, max_size: None, mode: Measured)
/// The range of component `b` is `[0, 80]`.
- fn finish(_b: u32, ) -> Weight {
+ fn finish(b: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `96`
- // Estimated: `3590`
- // Minimum execution time: 7_452_000 picoseconds.
- Weight::from_parts(8_531_888, 3590)
+ // Estimated: `3494`
+ // Minimum execution time: 6_960_000 picoseconds.
+ Weight::from_parts(7_397_101, 3494)
+ // Standard Error: 65
+ .saturating_add(Weight::from_parts(1_120, 0).saturating_mul(b.into()))
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(2_u64))
}
@@ -93,20 +95,20 @@
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
- // Minimum execution time: 1_377_000 picoseconds.
- Weight::from_parts(3_388_877, 0)
- // Standard Error: 1_205
- .saturating_add(Weight::from_parts(696_701, 0).saturating_mul(b.into()))
+ // Minimum execution time: 1_188_000 picoseconds.
+ Weight::from_parts(2_079_143, 0)
+ // Standard Error: 634
+ .saturating_add(Weight::from_parts(541_830, 0).saturating_mul(b.into()))
}
/// The range of component `b` is `[0, 200]`.
fn insert_events(b: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
- // Minimum execution time: 1_671_000 picoseconds.
- Weight::from_parts(4_402_497, 0)
- // Standard Error: 723
- .saturating_add(Weight::from_parts(1_338_678, 0).saturating_mul(b.into()))
+ // Minimum execution time: 1_223_000 picoseconds.
+ Weight::from_parts(2_614_838, 0)
+ // Standard Error: 878
+ .saturating_add(Weight::from_parts(1_212_908, 0).saturating_mul(b.into()))
}
}
@@ -121,9 +123,9 @@
fn begin() -> Weight {
// Proof Size summary in bytes:
// Measured: `94`
- // Estimated: `10646`
- // Minimum execution time: 8_519_000 picoseconds.
- Weight::from_parts(8_729_000, 10646)
+ // Estimated: `3593`
+ // Minimum execution time: 7_754_000 picoseconds.
+ Weight::from_parts(7_933_000, 3593)
.saturating_add(RocksDbWeight::get().reads(3_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
@@ -135,11 +137,11 @@
fn set_data(b: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `96`
- // Estimated: `3590`
- // Minimum execution time: 6_062_000 picoseconds.
- Weight::from_parts(7_193_727, 3590)
- // Standard Error: 1_844
- .saturating_add(Weight::from_parts(876_826, 0).saturating_mul(b.into()))
+ // Estimated: `3494`
+ // Minimum execution time: 5_694_000 picoseconds.
+ Weight::from_parts(5_971_220, 3494)
+ // Standard Error: 724
+ .saturating_add(Weight::from_parts(802_677, 0).saturating_mul(b.into()))
.saturating_add(RocksDbWeight::get().reads(1_u64))
.saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(b.into())))
}
@@ -148,12 +150,14 @@
/// Storage: EVM AccountCodes (r:0 w:1)
/// Proof Skipped: EVM AccountCodes (max_values: None, max_size: None, mode: Measured)
/// The range of component `b` is `[0, 80]`.
- fn finish(_b: u32, ) -> Weight {
+ fn finish(b: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `96`
- // Estimated: `3590`
- // Minimum execution time: 7_452_000 picoseconds.
- Weight::from_parts(8_531_888, 3590)
+ // Estimated: `3494`
+ // Minimum execution time: 6_960_000 picoseconds.
+ Weight::from_parts(7_397_101, 3494)
+ // Standard Error: 65
+ .saturating_add(Weight::from_parts(1_120, 0).saturating_mul(b.into()))
.saturating_add(RocksDbWeight::get().reads(1_u64))
.saturating_add(RocksDbWeight::get().writes(2_u64))
}
@@ -162,20 +166,20 @@
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
- // Minimum execution time: 1_377_000 picoseconds.
- Weight::from_parts(3_388_877, 0)
- // Standard Error: 1_205
- .saturating_add(Weight::from_parts(696_701, 0).saturating_mul(b.into()))
+ // Minimum execution time: 1_188_000 picoseconds.
+ Weight::from_parts(2_079_143, 0)
+ // Standard Error: 634
+ .saturating_add(Weight::from_parts(541_830, 0).saturating_mul(b.into()))
}
/// The range of component `b` is `[0, 200]`.
fn insert_events(b: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
- // Minimum execution time: 1_671_000 picoseconds.
- Weight::from_parts(4_402_497, 0)
- // Standard Error: 723
- .saturating_add(Weight::from_parts(1_338_678, 0).saturating_mul(b.into()))
+ // Minimum execution time: 1_223_000 picoseconds.
+ Weight::from_parts(2_614_838, 0)
+ // Standard Error: 878
+ .saturating_add(Weight::from_parts(1_212_908, 0).saturating_mul(b.into()))
}
}
pallets/foreign-assets/src/weights.rsdiffbeforeafterboth--- a/pallets/foreign-assets/src/weights.rs
+++ b/pallets/foreign-assets/src/weights.rs
@@ -3,7 +3,7 @@
//! Autogenerated weights for pallet_foreign_assets
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
-//! DATE: 2023-04-20, STEPS: `50`, REPEAT: `80`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2023-09-26, STEPS: `50`, REPEAT: `80`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `bench-host`, CPU: `Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz`
//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
@@ -56,6 +56,8 @@
/// Proof: ForeignAssets AssetMetadatas (max_values: None, max_size: Some(71), added: 2546, mode: MaxEncodedLen)
/// Storage: ForeignAssets AssetBinding (r:1 w:1)
/// Proof: ForeignAssets AssetBinding (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)
+ /// Storage: Common AdminAmount (r:0 w:1)
+ /// Proof: Common AdminAmount (max_values: None, max_size: Some(24), added: 2499, mode: MaxEncodedLen)
/// Storage: Common CollectionPropertyPermissions (r:0 w:1)
/// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)
/// Storage: Common CollectionProperties (r:0 w:1)
@@ -65,11 +67,11 @@
fn register_foreign_asset() -> Weight {
// Proof Size summary in bytes:
// Measured: `286`
- // Estimated: `25838`
- // Minimum execution time: 37_778_000 picoseconds.
- Weight::from_parts(38_334_000, 25838)
+ // Estimated: `6196`
+ // Minimum execution time: 44_390_000 picoseconds.
+ Weight::from_parts(45_078_000, 6196)
.saturating_add(T::DbWeight::get().reads(9_u64))
- .saturating_add(T::DbWeight::get().writes(11_u64))
+ .saturating_add(T::DbWeight::get().writes(12_u64))
}
/// Storage: ForeignAssets ForeignAssetLocations (r:1 w:1)
/// Proof: ForeignAssets ForeignAssetLocations (max_values: None, max_size: Some(614), added: 3089, mode: MaxEncodedLen)
@@ -78,9 +80,9 @@
fn update_foreign_asset() -> Weight {
// Proof Size summary in bytes:
// Measured: `197`
- // Estimated: `7615`
- // Minimum execution time: 13_739_000 picoseconds.
- Weight::from_parts(22_366_000, 7615)
+ // Estimated: `4079`
+ // Minimum execution time: 12_945_000 picoseconds.
+ Weight::from_parts(13_629_000, 4079)
.saturating_add(T::DbWeight::get().reads(2_u64))
.saturating_add(T::DbWeight::get().writes(2_u64))
}
@@ -104,6 +106,8 @@
/// Proof: ForeignAssets AssetMetadatas (max_values: None, max_size: Some(71), added: 2546, mode: MaxEncodedLen)
/// Storage: ForeignAssets AssetBinding (r:1 w:1)
/// Proof: ForeignAssets AssetBinding (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)
+ /// Storage: Common AdminAmount (r:0 w:1)
+ /// Proof: Common AdminAmount (max_values: None, max_size: Some(24), added: 2499, mode: MaxEncodedLen)
/// Storage: Common CollectionPropertyPermissions (r:0 w:1)
/// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)
/// Storage: Common CollectionProperties (r:0 w:1)
@@ -113,11 +117,11 @@
fn register_foreign_asset() -> Weight {
// Proof Size summary in bytes:
// Measured: `286`
- // Estimated: `25838`
- // Minimum execution time: 37_778_000 picoseconds.
- Weight::from_parts(38_334_000, 25838)
+ // Estimated: `6196`
+ // Minimum execution time: 44_390_000 picoseconds.
+ Weight::from_parts(45_078_000, 6196)
.saturating_add(RocksDbWeight::get().reads(9_u64))
- .saturating_add(RocksDbWeight::get().writes(11_u64))
+ .saturating_add(RocksDbWeight::get().writes(12_u64))
}
/// Storage: ForeignAssets ForeignAssetLocations (r:1 w:1)
/// Proof: ForeignAssets ForeignAssetLocations (max_values: None, max_size: Some(614), added: 3089, mode: MaxEncodedLen)
@@ -126,9 +130,9 @@
fn update_foreign_asset() -> Weight {
// Proof Size summary in bytes:
// Measured: `197`
- // Estimated: `7615`
- // Minimum execution time: 13_739_000 picoseconds.
- Weight::from_parts(22_366_000, 7615)
+ // Estimated: `4079`
+ // Minimum execution time: 12_945_000 picoseconds.
+ Weight::from_parts(13_629_000, 4079)
.saturating_add(RocksDbWeight::get().reads(2_u64))
.saturating_add(RocksDbWeight::get().writes(2_u64))
}
pallets/fungible/src/weights.rsdiffbeforeafterboth--- a/pallets/fungible/src/weights.rs
+++ b/pallets/fungible/src/weights.rs
@@ -3,7 +3,7 @@
//! Autogenerated weights for pallet_fungible
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
-//! DATE: 2023-04-20, STEPS: `50`, REPEAT: `80`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2023-09-26, STEPS: `50`, REPEAT: `80`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `bench-host`, CPU: `Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz`
//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
@@ -54,9 +54,9 @@
fn create_item() -> Weight {
// Proof Size summary in bytes:
// Measured: `42`
- // Estimated: `7035`
- // Minimum execution time: 10_168_000 picoseconds.
- Weight::from_parts(10_453_000, 7035)
+ // Estimated: `3542`
+ // Minimum execution time: 9_344_000 picoseconds.
+ Weight::from_parts(9_600_000, 3542)
.saturating_add(T::DbWeight::get().reads(2_u64))
.saturating_add(T::DbWeight::get().writes(2_u64))
}
@@ -68,11 +68,11 @@
fn create_multiple_items_ex(b: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `42`
- // Estimated: `4483 + b * (2552 ±0)`
- // Minimum execution time: 3_248_000 picoseconds.
- Weight::from_parts(12_455_981, 4483)
- // Standard Error: 2_698
- .saturating_add(Weight::from_parts(3_426_148, 0).saturating_mul(b.into()))
+ // Estimated: `3493 + b * (2552 ±0)`
+ // Minimum execution time: 2_993_000 picoseconds.
+ Weight::from_parts(5_240_270, 3493)
+ // Standard Error: 1_763
+ .saturating_add(Weight::from_parts(3_193_198, 0).saturating_mul(b.into()))
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(b.into())))
.saturating_add(T::DbWeight::get().writes(1_u64))
@@ -86,9 +86,9 @@
fn burn_item() -> Weight {
// Proof Size summary in bytes:
// Measured: `197`
- // Estimated: `7035`
- // Minimum execution time: 12_717_000 picoseconds.
- Weight::from_parts(13_031_000, 7035)
+ // Estimated: `3542`
+ // Minimum execution time: 11_725_000 picoseconds.
+ Weight::from_parts(12_140_000, 3542)
.saturating_add(T::DbWeight::get().reads(2_u64))
.saturating_add(T::DbWeight::get().writes(2_u64))
}
@@ -98,8 +98,8 @@
// Proof Size summary in bytes:
// Measured: `182`
// Estimated: `6094`
- // Minimum execution time: 13_640_000 picoseconds.
- Weight::from_parts(13_935_000, 6094)
+ // Minimum execution time: 12_552_000 picoseconds.
+ Weight::from_parts(12_894_000, 6094)
.saturating_add(T::DbWeight::get().reads(2_u64))
.saturating_add(T::DbWeight::get().writes(2_u64))
}
@@ -111,8 +111,8 @@
// Proof Size summary in bytes:
// Measured: `182`
// Estimated: `3542`
- // Minimum execution time: 11_769_000 picoseconds.
- Weight::from_parts(12_072_000, 3542)
+ // Minimum execution time: 10_854_000 picoseconds.
+ Weight::from_parts(11_125_000, 3542)
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -124,8 +124,8 @@
// Proof Size summary in bytes:
// Measured: `170`
// Estimated: `3542`
- // Minimum execution time: 11_603_000 picoseconds.
- Weight::from_parts(12_003_000, 3542)
+ // Minimum execution time: 10_912_000 picoseconds.
+ Weight::from_parts(11_163_000, 3542)
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -135,8 +135,8 @@
// Proof Size summary in bytes:
// Measured: `210`
// Estimated: `3558`
- // Minimum execution time: 5_682_000 picoseconds.
- Weight::from_parts(5_892_000, 3558)
+ // Minimum execution time: 5_283_000 picoseconds.
+ Weight::from_parts(5_474_000, 3558)
.saturating_add(T::DbWeight::get().reads(1_u64))
}
/// Storage: Fungible Allowance (r:0 w:1)
@@ -145,8 +145,8 @@
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
- // Minimum execution time: 6_415_000 picoseconds.
- Weight::from_parts(6_599_000, 0)
+ // Minimum execution time: 5_774_000 picoseconds.
+ Weight::from_parts(5_909_000, 0)
.saturating_add(T::DbWeight::get().writes(1_u64))
}
/// Storage: Fungible Allowance (r:1 w:1)
@@ -158,9 +158,9 @@
fn burn_from() -> Weight {
// Proof Size summary in bytes:
// Measured: `315`
- // Estimated: `10593`
- // Minimum execution time: 20_257_000 picoseconds.
- Weight::from_parts(20_625_000, 10593)
+ // Estimated: `3558`
+ // Minimum execution time: 18_184_000 picoseconds.
+ Weight::from_parts(18_524_000, 3558)
.saturating_add(T::DbWeight::get().reads(3_u64))
.saturating_add(T::DbWeight::get().writes(3_u64))
}
@@ -175,9 +175,9 @@
fn create_item() -> Weight {
// Proof Size summary in bytes:
// Measured: `42`
- // Estimated: `7035`
- // Minimum execution time: 10_168_000 picoseconds.
- Weight::from_parts(10_453_000, 7035)
+ // Estimated: `3542`
+ // Minimum execution time: 9_344_000 picoseconds.
+ Weight::from_parts(9_600_000, 3542)
.saturating_add(RocksDbWeight::get().reads(2_u64))
.saturating_add(RocksDbWeight::get().writes(2_u64))
}
@@ -189,11 +189,11 @@
fn create_multiple_items_ex(b: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `42`
- // Estimated: `4483 + b * (2552 ±0)`
- // Minimum execution time: 3_248_000 picoseconds.
- Weight::from_parts(12_455_981, 4483)
- // Standard Error: 2_698
- .saturating_add(Weight::from_parts(3_426_148, 0).saturating_mul(b.into()))
+ // Estimated: `3493 + b * (2552 ±0)`
+ // Minimum execution time: 2_993_000 picoseconds.
+ Weight::from_parts(5_240_270, 3493)
+ // Standard Error: 1_763
+ .saturating_add(Weight::from_parts(3_193_198, 0).saturating_mul(b.into()))
.saturating_add(RocksDbWeight::get().reads(1_u64))
.saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(b.into())))
.saturating_add(RocksDbWeight::get().writes(1_u64))
@@ -207,9 +207,9 @@
fn burn_item() -> Weight {
// Proof Size summary in bytes:
// Measured: `197`
- // Estimated: `7035`
- // Minimum execution time: 12_717_000 picoseconds.
- Weight::from_parts(13_031_000, 7035)
+ // Estimated: `3542`
+ // Minimum execution time: 11_725_000 picoseconds.
+ Weight::from_parts(12_140_000, 3542)
.saturating_add(RocksDbWeight::get().reads(2_u64))
.saturating_add(RocksDbWeight::get().writes(2_u64))
}
@@ -219,8 +219,8 @@
// Proof Size summary in bytes:
// Measured: `182`
// Estimated: `6094`
- // Minimum execution time: 13_640_000 picoseconds.
- Weight::from_parts(13_935_000, 6094)
+ // Minimum execution time: 12_552_000 picoseconds.
+ Weight::from_parts(12_894_000, 6094)
.saturating_add(RocksDbWeight::get().reads(2_u64))
.saturating_add(RocksDbWeight::get().writes(2_u64))
}
@@ -232,8 +232,8 @@
// Proof Size summary in bytes:
// Measured: `182`
// Estimated: `3542`
- // Minimum execution time: 11_769_000 picoseconds.
- Weight::from_parts(12_072_000, 3542)
+ // Minimum execution time: 10_854_000 picoseconds.
+ Weight::from_parts(11_125_000, 3542)
.saturating_add(RocksDbWeight::get().reads(1_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
@@ -245,8 +245,8 @@
// Proof Size summary in bytes:
// Measured: `170`
// Estimated: `3542`
- // Minimum execution time: 11_603_000 picoseconds.
- Weight::from_parts(12_003_000, 3542)
+ // Minimum execution time: 10_912_000 picoseconds.
+ Weight::from_parts(11_163_000, 3542)
.saturating_add(RocksDbWeight::get().reads(1_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
@@ -256,8 +256,8 @@
// Proof Size summary in bytes:
// Measured: `210`
// Estimated: `3558`
- // Minimum execution time: 5_682_000 picoseconds.
- Weight::from_parts(5_892_000, 3558)
+ // Minimum execution time: 5_283_000 picoseconds.
+ Weight::from_parts(5_474_000, 3558)
.saturating_add(RocksDbWeight::get().reads(1_u64))
}
/// Storage: Fungible Allowance (r:0 w:1)
@@ -266,8 +266,8 @@
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
- // Minimum execution time: 6_415_000 picoseconds.
- Weight::from_parts(6_599_000, 0)
+ // Minimum execution time: 5_774_000 picoseconds.
+ Weight::from_parts(5_909_000, 0)
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
/// Storage: Fungible Allowance (r:1 w:1)
@@ -279,9 +279,9 @@
fn burn_from() -> Weight {
// Proof Size summary in bytes:
// Measured: `315`
- // Estimated: `10593`
- // Minimum execution time: 20_257_000 picoseconds.
- Weight::from_parts(20_625_000, 10593)
+ // Estimated: `3558`
+ // Minimum execution time: 18_184_000 picoseconds.
+ Weight::from_parts(18_524_000, 3558)
.saturating_add(RocksDbWeight::get().reads(3_u64))
.saturating_add(RocksDbWeight::get().writes(3_u64))
}
pallets/identity/src/weights.rsdiffbeforeafterboth1// Template adopted from https://github.com/paritytech/substrate/blob/master/.maintain/frame-weight-template.hbs23//! Autogenerated weights for pallet_identity4//!5//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev6//! DATE: 2023-04-20, STEPS: `50`, REPEAT: `80`, LOW RANGE: `[]`, HIGH RANGE: `[]`7//! WORST CASE MAP SIZE: `1000000`8//! HOSTNAME: `bench-host`, CPU: `Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz`9//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 10241011// Executed Command:12// target/release/unique-collator13// benchmark14// pallet15// --pallet16// pallet-identity17// --wasm-execution18// compiled19// --extrinsic20// *21// --template=.maintain/frame-weight-template.hbs22// --steps=5023// --repeat=8024// --heap-pages=409625// --output=./pallets/identity/src/weights.rs2627#![cfg_attr(rustfmt, rustfmt_skip)]28#![allow(unused_parens)]29#![allow(unused_imports)]3031use frame_support::{traits::Get, weights::{Weight, constants::RocksDbWeight}};32use sp_std::marker::PhantomData;3334/// Weight functions needed for pallet_identity.35pub trait WeightInfo {36 fn add_registrar(r: u32, ) -> Weight;37 fn set_identity(r: u32, x: u32, ) -> Weight;38 fn set_subs_new(s: u32, ) -> Weight;39 fn set_subs_old(p: u32, ) -> Weight;40 fn clear_identity(r: u32, s: u32, x: u32, ) -> Weight;41 fn request_judgement(r: u32, x: u32, ) -> Weight;42 fn cancel_request(r: u32, x: u32, ) -> Weight;43 fn set_fee(r: u32, ) -> Weight;44 fn set_account_id(r: u32, ) -> Weight;45 fn set_fields(r: u32, ) -> Weight;46 fn provide_judgement(r: u32, x: u32, ) -> Weight;47 fn kill_identity(r: u32, s: u32, x: u32, ) -> Weight;48 fn force_insert_identities(x: u32, n: u32, ) -> Weight;49 fn force_remove_identities(x: u32, n: u32, ) -> Weight;50 fn force_set_subs(s: u32, n: u32, ) -> Weight;51 fn add_sub(s: u32, ) -> Weight;52 fn rename_sub(s: u32, ) -> Weight;53 fn remove_sub(s: u32, ) -> Weight;54 fn quit_sub(s: u32, ) -> Weight;55}5657/// Weights for pallet_identity using the Substrate node and recommended hardware.58pub struct SubstrateWeight<T>(PhantomData<T>);59impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {60 /// Storage: Identity Registrars (r:1 w:1)61 /// Proof: Identity Registrars (max_values: Some(1), max_size: Some(1141), added: 1636, mode: MaxEncodedLen)62 /// The range of component `r` is `[1, 19]`.63 fn add_registrar(r: u32, ) -> Weight {64 // Proof Size summary in bytes:65 // Measured: `31 + r * (57 ±0)`66 // Estimated: `2626`67 // Minimum execution time: 9_094_000 picoseconds.68 Weight::from_parts(10_431_627, 2626)69 // Standard Error: 1_04670 .saturating_add(Weight::from_parts(99_468, 0).saturating_mul(r.into()))71 .saturating_add(T::DbWeight::get().reads(1_u64))72 .saturating_add(T::DbWeight::get().writes(1_u64))73 }74 /// Storage: Identity IdentityOf (r:1 w:1)75 /// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen)76 /// The range of component `r` is `[1, 20]`.77 /// The range of component `x` is `[0, 100]`.78 fn set_identity(r: u32, x: u32, ) -> Weight {79 // Proof Size summary in bytes:80 // Measured: `441 + r * (5 ±0)`81 // Estimated: `11003`82 // Minimum execution time: 18_662_000 picoseconds.83 Weight::from_parts(17_939_760, 11003)84 // Standard Error: 2_37185 .saturating_add(Weight::from_parts(22_184, 0).saturating_mul(r.into()))86 // Standard Error: 46287 .saturating_add(Weight::from_parts(151_368, 0).saturating_mul(x.into()))88 .saturating_add(T::DbWeight::get().reads(1_u64))89 .saturating_add(T::DbWeight::get().writes(1_u64))90 }91 /// Storage: Identity IdentityOf (r:1 w:0)92 /// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen)93 /// Storage: Identity SubsOf (r:1 w:1)94 /// Proof: Identity SubsOf (max_values: None, max_size: Some(3258), added: 5733, mode: MaxEncodedLen)95 /// Storage: Identity SuperOf (r:100 w:100)96 /// Proof: Identity SuperOf (max_values: None, max_size: Some(114), added: 2589, mode: MaxEncodedLen)97 /// The range of component `s` is `[0, 100]`.98 fn set_subs_new(s: u32, ) -> Weight {99 // Proof Size summary in bytes:100 // Measured: `100`101 // Estimated: `18716 + s * (2589 ±0)`102 // Minimum execution time: 6_921_000 picoseconds.103 Weight::from_parts(16_118_195, 18716)104 // Standard Error: 1_786105 .saturating_add(Weight::from_parts(1_350_155, 0).saturating_mul(s.into()))106 .saturating_add(T::DbWeight::get().reads(2_u64))107 .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(s.into())))108 .saturating_add(T::DbWeight::get().writes(1_u64))109 .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into())))110 .saturating_add(Weight::from_parts(0, 2589).saturating_mul(s.into()))111 }112 /// Storage: Identity IdentityOf (r:1 w:0)113 /// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen)114 /// Storage: Identity SubsOf (r:1 w:1)115 /// Proof: Identity SubsOf (max_values: None, max_size: Some(3258), added: 5733, mode: MaxEncodedLen)116 /// Storage: Identity SuperOf (r:0 w:100)117 /// Proof: Identity SuperOf (max_values: None, max_size: Some(114), added: 2589, mode: MaxEncodedLen)118 /// The range of component `p` is `[0, 100]`.119 fn set_subs_old(p: u32, ) -> Weight {120 // Proof Size summary in bytes:121 // Measured: `193 + p * (32 ±0)`122 // Estimated: `17726`123 // Minimum execution time: 6_858_000 picoseconds.124 Weight::from_parts(16_222_054, 17726)125 // Standard Error: 1_409126 .saturating_add(Weight::from_parts(593_588, 0).saturating_mul(p.into()))127 .saturating_add(T::DbWeight::get().reads(2_u64))128 .saturating_add(T::DbWeight::get().writes(1_u64))129 .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into())))130 }131 /// Storage: Identity SubsOf (r:1 w:1)132 /// Proof: Identity SubsOf (max_values: None, max_size: Some(3258), added: 5733, mode: MaxEncodedLen)133 /// Storage: Identity IdentityOf (r:1 w:1)134 /// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen)135 /// Storage: Identity SuperOf (r:0 w:100)136 /// Proof: Identity SuperOf (max_values: None, max_size: Some(114), added: 2589, mode: MaxEncodedLen)137 /// The range of component `r` is `[1, 20]`.138 /// The range of component `s` is `[0, 100]`.139 /// The range of component `x` is `[0, 100]`.140 fn clear_identity(r: u32, s: u32, x: u32, ) -> Weight {141 // Proof Size summary in bytes:142 // Measured: `468 + r * (5 ±0) + s * (32 ±0) + x * (66 ±0)`143 // Estimated: `17726`144 // Minimum execution time: 27_212_000 picoseconds.145 Weight::from_parts(19_030_840, 17726)146 // Standard Error: 3_118147 .saturating_add(Weight::from_parts(29_836, 0).saturating_mul(r.into()))148 // Standard Error: 608149 .saturating_add(Weight::from_parts(590_661, 0).saturating_mul(s.into()))150 // Standard Error: 608151 .saturating_add(Weight::from_parts(110_108, 0).saturating_mul(x.into()))152 .saturating_add(T::DbWeight::get().reads(2_u64))153 .saturating_add(T::DbWeight::get().writes(2_u64))154 .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into())))155 }156 /// Storage: Identity Registrars (r:1 w:0)157 /// Proof: Identity Registrars (max_values: Some(1), max_size: Some(1141), added: 1636, mode: MaxEncodedLen)158 /// Storage: Identity IdentityOf (r:1 w:1)159 /// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen)160 /// The range of component `r` is `[1, 20]`.161 /// The range of component `x` is `[0, 100]`.162 fn request_judgement(r: u32, x: u32, ) -> Weight {163 // Proof Size summary in bytes:164 // Measured: `366 + r * (57 ±0) + x * (66 ±0)`165 // Estimated: `13629`166 // Minimum execution time: 19_771_000 picoseconds.167 Weight::from_parts(18_917_892, 13629)168 // Standard Error: 1_957169 .saturating_add(Weight::from_parts(57_465, 0).saturating_mul(r.into()))170 // Standard Error: 381171 .saturating_add(Weight::from_parts(168_586, 0).saturating_mul(x.into()))172 .saturating_add(T::DbWeight::get().reads(2_u64))173 .saturating_add(T::DbWeight::get().writes(1_u64))174 }175 /// Storage: Identity IdentityOf (r:1 w:1)176 /// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen)177 /// The range of component `r` is `[1, 20]`.178 /// The range of component `x` is `[0, 100]`.179 fn cancel_request(r: u32, x: u32, ) -> Weight {180 // Proof Size summary in bytes:181 // Measured: `397 + x * (66 ±0)`182 // Estimated: `11003`183 // Minimum execution time: 17_411_000 picoseconds.184 Weight::from_parts(16_856_331, 11003)185 // Standard Error: 7_002186 .saturating_add(Weight::from_parts(34_389, 0).saturating_mul(r.into()))187 // Standard Error: 1_366188 .saturating_add(Weight::from_parts(165_686, 0).saturating_mul(x.into()))189 .saturating_add(T::DbWeight::get().reads(1_u64))190 .saturating_add(T::DbWeight::get().writes(1_u64))191 }192 /// Storage: Identity Registrars (r:1 w:1)193 /// Proof: Identity Registrars (max_values: Some(1), max_size: Some(1141), added: 1636, mode: MaxEncodedLen)194 /// The range of component `r` is `[1, 19]`.195 fn set_fee(r: u32, ) -> Weight {196 // Proof Size summary in bytes:197 // Measured: `88 + r * (57 ±0)`198 // Estimated: `2626`199 // Minimum execution time: 7_089_000 picoseconds.200 Weight::from_parts(7_750_487, 2626)201 // Standard Error: 1_625202 .saturating_add(Weight::from_parts(101_135, 0).saturating_mul(r.into()))203 .saturating_add(T::DbWeight::get().reads(1_u64))204 .saturating_add(T::DbWeight::get().writes(1_u64))205 }206 /// Storage: Identity Registrars (r:1 w:1)207 /// Proof: Identity Registrars (max_values: Some(1), max_size: Some(1141), added: 1636, mode: MaxEncodedLen)208 /// The range of component `r` is `[1, 19]`.209 fn set_account_id(r: u32, ) -> Weight {210 // Proof Size summary in bytes:211 // Measured: `88 + r * (57 ±0)`212 // Estimated: `2626`213 // Minimum execution time: 6_300_000 picoseconds.214 Weight::from_parts(6_836_140, 2626)215 // Standard Error: 655216 .saturating_add(Weight::from_parts(102_284, 0).saturating_mul(r.into()))217 .saturating_add(T::DbWeight::get().reads(1_u64))218 .saturating_add(T::DbWeight::get().writes(1_u64))219 }220 /// Storage: Identity Registrars (r:1 w:1)221 /// Proof: Identity Registrars (max_values: Some(1), max_size: Some(1141), added: 1636, mode: MaxEncodedLen)222 /// The range of component `r` is `[1, 19]`.223 fn set_fields(r: u32, ) -> Weight {224 // Proof Size summary in bytes:225 // Measured: `88 + r * (57 ±0)`226 // Estimated: `2626`227 // Minimum execution time: 6_257_000 picoseconds.228 Weight::from_parts(6_917_052, 2626)229 // Standard Error: 2_628230 .saturating_add(Weight::from_parts(71_362, 0).saturating_mul(r.into()))231 .saturating_add(T::DbWeight::get().reads(1_u64))232 .saturating_add(T::DbWeight::get().writes(1_u64))233 }234 /// Storage: Identity Registrars (r:1 w:0)235 /// Proof: Identity Registrars (max_values: Some(1), max_size: Some(1141), added: 1636, mode: MaxEncodedLen)236 /// Storage: Identity IdentityOf (r:1 w:1)237 /// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen)238 /// The range of component `r` is `[1, 19]`.239 /// The range of component `x` is `[0, 100]`.240 fn provide_judgement(r: u32, x: u32, ) -> Weight {241 // Proof Size summary in bytes:242 // Measured: `444 + r * (57 ±0) + x * (66 ±0)`243 // Estimated: `13629`244 // Minimum execution time: 16_021_000 picoseconds.245 Weight::from_parts(15_553_670, 13629)246 // Standard Error: 5_797247 .saturating_add(Weight::from_parts(42_423, 0).saturating_mul(r.into()))248 // Standard Error: 1_072249 .saturating_add(Weight::from_parts(252_721, 0).saturating_mul(x.into()))250 .saturating_add(T::DbWeight::get().reads(2_u64))251 .saturating_add(T::DbWeight::get().writes(1_u64))252 }253 /// Storage: Identity SubsOf (r:1 w:1)254 /// Proof: Identity SubsOf (max_values: None, max_size: Some(3258), added: 5733, mode: MaxEncodedLen)255 /// Storage: Identity IdentityOf (r:1 w:1)256 /// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen)257 /// Storage: System Account (r:2 w:2)258 /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)259 /// Storage: Identity SuperOf (r:0 w:100)260 /// Proof: Identity SuperOf (max_values: None, max_size: Some(114), added: 2589, mode: MaxEncodedLen)261 /// The range of component `r` is `[1, 20]`.262 /// The range of component `s` is `[0, 100]`.263 /// The range of component `x` is `[0, 100]`.264 fn kill_identity(r: u32, s: u32, x: u32, ) -> Weight {265 // Proof Size summary in bytes:266 // Measured: `665 + r * (12 ±0) + s * (32 ±0) + x * (66 ±0)`267 // Estimated: `23922`268 // Minimum execution time: 40_801_000 picoseconds.269 Weight::from_parts(34_079_397, 23922)270 // Standard Error: 3_750271 .saturating_add(Weight::from_parts(31_496, 0).saturating_mul(r.into()))272 // Standard Error: 732273 .saturating_add(Weight::from_parts(599_691, 0).saturating_mul(s.into()))274 // Standard Error: 732275 .saturating_add(Weight::from_parts(101_683, 0).saturating_mul(x.into()))276 .saturating_add(T::DbWeight::get().reads(4_u64))277 .saturating_add(T::DbWeight::get().writes(4_u64))278 .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into())))279 }280 /// Storage: Identity IdentityOf (r:0 w:600)281 /// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen)282 /// The range of component `x` is `[0, 100]`.283 /// The range of component `n` is `[0, 600]`.284 fn force_insert_identities(x: u32, n: u32, ) -> Weight {285 // Proof Size summary in bytes:286 // Measured: `0`287 // Estimated: `0`288 // Minimum execution time: 4_412_000 picoseconds.289 Weight::from_parts(4_592_000, 0)290 // Standard Error: 703_509291 .saturating_add(Weight::from_parts(43_647_925, 0).saturating_mul(x.into()))292 // Standard Error: 117_043293 .saturating_add(Weight::from_parts(9_312_431, 0).saturating_mul(n.into()))294 .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(n.into())))295 }296 /// Storage: Identity SubsOf (r:600 w:0)297 /// Proof: Identity SubsOf (max_values: None, max_size: Some(3258), added: 5733, mode: MaxEncodedLen)298 /// Storage: Identity IdentityOf (r:0 w:600)299 /// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen)300 /// The range of component `x` is `[0, 100]`.301 /// The range of component `n` is `[0, 600]`.302 fn force_remove_identities(x: u32, n: u32, ) -> Weight {303 // Proof Size summary in bytes:304 // Measured: `41`305 // Estimated: `990 + n * (5733 ±0)`306 // Minimum execution time: 3_824_000 picoseconds.307 Weight::from_parts(3_950_000, 990)308 // Standard Error: 2_864309 .saturating_add(Weight::from_parts(55_678, 0).saturating_mul(x.into()))310 // Standard Error: 476311 .saturating_add(Weight::from_parts(1_138_349, 0).saturating_mul(n.into()))312 .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into())))313 .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(n.into())))314 .saturating_add(Weight::from_parts(0, 5733).saturating_mul(n.into()))315 }316 /// Storage: Identity SubsOf (r:600 w:600)317 /// Proof: Identity SubsOf (max_values: None, max_size: Some(3258), added: 5733, mode: MaxEncodedLen)318 /// Storage: Identity SuperOf (r:0 w:100)319 /// Proof: Identity SuperOf (max_values: None, max_size: Some(114), added: 2589, mode: MaxEncodedLen)320 /// The range of component `s` is `[0, 100]`.321 /// The range of component `n` is `[0, 600]`.322 fn force_set_subs(s: u32, n: u32, ) -> Weight {323 // Proof Size summary in bytes:324 // Measured: `41`325 // Estimated: `990 + n * (5733 ±0)`326 // Minimum execution time: 4_196_000 picoseconds.327 Weight::from_parts(4_340_000, 990)328 // Standard Error: 2_081_979329 .saturating_add(Weight::from_parts(130_653_903, 0).saturating_mul(s.into()))330 // Standard Error: 346_381331 .saturating_add(Weight::from_parts(23_046_001, 0).saturating_mul(n.into()))332 .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into())))333 .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into())))334 .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(n.into())))335 .saturating_add(Weight::from_parts(0, 5733).saturating_mul(n.into()))336 }337 /// Storage: Identity IdentityOf (r:1 w:0)338 /// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen)339 /// Storage: Identity SuperOf (r:1 w:1)340 /// Proof: Identity SuperOf (max_values: None, max_size: Some(114), added: 2589, mode: MaxEncodedLen)341 /// Storage: Identity SubsOf (r:1 w:1)342 /// Proof: Identity SubsOf (max_values: None, max_size: Some(3258), added: 5733, mode: MaxEncodedLen)343 /// The range of component `s` is `[0, 99]`.344 fn add_sub(s: u32, ) -> Weight {345 // Proof Size summary in bytes:346 // Measured: `474 + s * (36 ±0)`347 // Estimated: `21305`348 // Minimum execution time: 15_289_000 picoseconds.349 Weight::from_parts(21_319_844, 21305)350 // Standard Error: 893351 .saturating_add(Weight::from_parts(53_159, 0).saturating_mul(s.into()))352 .saturating_add(T::DbWeight::get().reads(3_u64))353 .saturating_add(T::DbWeight::get().writes(2_u64))354 }355 /// Storage: Identity IdentityOf (r:1 w:0)356 /// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen)357 /// Storage: Identity SuperOf (r:1 w:1)358 /// Proof: Identity SuperOf (max_values: None, max_size: Some(114), added: 2589, mode: MaxEncodedLen)359 /// The range of component `s` is `[1, 100]`.360 fn rename_sub(s: u32, ) -> Weight {361 // Proof Size summary in bytes:362 // Measured: `590 + s * (3 ±0)`363 // Estimated: `14582`364 // Minimum execution time: 9_867_000 picoseconds.365 Weight::from_parts(12_546_245, 14582)366 // Standard Error: 509367 .saturating_add(Weight::from_parts(10_078, 0).saturating_mul(s.into()))368 .saturating_add(T::DbWeight::get().reads(2_u64))369 .saturating_add(T::DbWeight::get().writes(1_u64))370 }371 /// Storage: Identity IdentityOf (r:1 w:0)372 /// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen)373 /// Storage: Identity SuperOf (r:1 w:1)374 /// Proof: Identity SuperOf (max_values: None, max_size: Some(114), added: 2589, mode: MaxEncodedLen)375 /// Storage: Identity SubsOf (r:1 w:1)376 /// Proof: Identity SubsOf (max_values: None, max_size: Some(3258), added: 5733, mode: MaxEncodedLen)377 /// The range of component `s` is `[1, 100]`.378 fn remove_sub(s: u32, ) -> Weight {379 // Proof Size summary in bytes:380 // Measured: `637 + s * (35 ±0)`381 // Estimated: `21305`382 // Minimum execution time: 19_299_000 picoseconds.383 Weight::from_parts(24_125_576, 21305)384 // Standard Error: 1_479385 .saturating_add(Weight::from_parts(22_611, 0).saturating_mul(s.into()))386 .saturating_add(T::DbWeight::get().reads(3_u64))387 .saturating_add(T::DbWeight::get().writes(2_u64))388 }389 /// Storage: Identity SuperOf (r:1 w:1)390 /// Proof: Identity SuperOf (max_values: None, max_size: Some(114), added: 2589, mode: MaxEncodedLen)391 /// Storage: Identity SubsOf (r:1 w:1)392 /// Proof: Identity SubsOf (max_values: None, max_size: Some(3258), added: 5733, mode: MaxEncodedLen)393 /// The range of component `s` is `[0, 99]`.394 fn quit_sub(s: u32, ) -> Weight {395 // Proof Size summary in bytes:396 // Measured: `563 + s * (37 ±0)`397 // Estimated: `10302`398 // Minimum execution time: 14_183_000 picoseconds.399 Weight::from_parts(17_343_547, 10302)400 // Standard Error: 454401 .saturating_add(Weight::from_parts(45_925, 0).saturating_mul(s.into()))402 .saturating_add(T::DbWeight::get().reads(2_u64))403 .saturating_add(T::DbWeight::get().writes(2_u64))404 }405}406407// For backwards compatibility and tests408impl WeightInfo for () {409 /// Storage: Identity Registrars (r:1 w:1)410 /// Proof: Identity Registrars (max_values: Some(1), max_size: Some(1141), added: 1636, mode: MaxEncodedLen)411 /// The range of component `r` is `[1, 19]`.412 fn add_registrar(r: u32, ) -> Weight {413 // Proof Size summary in bytes:414 // Measured: `31 + r * (57 ±0)`415 // Estimated: `2626`416 // Minimum execution time: 9_094_000 picoseconds.417 Weight::from_parts(10_431_627, 2626)418 // Standard Error: 1_046419 .saturating_add(Weight::from_parts(99_468, 0).saturating_mul(r.into()))420 .saturating_add(RocksDbWeight::get().reads(1_u64))421 .saturating_add(RocksDbWeight::get().writes(1_u64))422 }423 /// Storage: Identity IdentityOf (r:1 w:1)424 /// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen)425 /// The range of component `r` is `[1, 20]`.426 /// The range of component `x` is `[0, 100]`.427 fn set_identity(r: u32, x: u32, ) -> Weight {428 // Proof Size summary in bytes:429 // Measured: `441 + r * (5 ±0)`430 // Estimated: `11003`431 // Minimum execution time: 18_662_000 picoseconds.432 Weight::from_parts(17_939_760, 11003)433 // Standard Error: 2_371434 .saturating_add(Weight::from_parts(22_184, 0).saturating_mul(r.into()))435 // Standard Error: 462436 .saturating_add(Weight::from_parts(151_368, 0).saturating_mul(x.into()))437 .saturating_add(RocksDbWeight::get().reads(1_u64))438 .saturating_add(RocksDbWeight::get().writes(1_u64))439 }440 /// Storage: Identity IdentityOf (r:1 w:0)441 /// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen)442 /// Storage: Identity SubsOf (r:1 w:1)443 /// Proof: Identity SubsOf (max_values: None, max_size: Some(3258), added: 5733, mode: MaxEncodedLen)444 /// Storage: Identity SuperOf (r:100 w:100)445 /// Proof: Identity SuperOf (max_values: None, max_size: Some(114), added: 2589, mode: MaxEncodedLen)446 /// The range of component `s` is `[0, 100]`.447 fn set_subs_new(s: u32, ) -> Weight {448 // Proof Size summary in bytes:449 // Measured: `100`450 // Estimated: `18716 + s * (2589 ±0)`451 // Minimum execution time: 6_921_000 picoseconds.452 Weight::from_parts(16_118_195, 18716)453 // Standard Error: 1_786454 .saturating_add(Weight::from_parts(1_350_155, 0).saturating_mul(s.into()))455 .saturating_add(RocksDbWeight::get().reads(2_u64))456 .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(s.into())))457 .saturating_add(RocksDbWeight::get().writes(1_u64))458 .saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(s.into())))459 .saturating_add(Weight::from_parts(0, 2589).saturating_mul(s.into()))460 }461 /// Storage: Identity IdentityOf (r:1 w:0)462 /// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen)463 /// Storage: Identity SubsOf (r:1 w:1)464 /// Proof: Identity SubsOf (max_values: None, max_size: Some(3258), added: 5733, mode: MaxEncodedLen)465 /// Storage: Identity SuperOf (r:0 w:100)466 /// Proof: Identity SuperOf (max_values: None, max_size: Some(114), added: 2589, mode: MaxEncodedLen)467 /// The range of component `p` is `[0, 100]`.468 fn set_subs_old(p: u32, ) -> Weight {469 // Proof Size summary in bytes:470 // Measured: `193 + p * (32 ±0)`471 // Estimated: `17726`472 // Minimum execution time: 6_858_000 picoseconds.473 Weight::from_parts(16_222_054, 17726)474 // Standard Error: 1_409475 .saturating_add(Weight::from_parts(593_588, 0).saturating_mul(p.into()))476 .saturating_add(RocksDbWeight::get().reads(2_u64))477 .saturating_add(RocksDbWeight::get().writes(1_u64))478 .saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(p.into())))479 }480 /// Storage: Identity SubsOf (r:1 w:1)481 /// Proof: Identity SubsOf (max_values: None, max_size: Some(3258), added: 5733, mode: MaxEncodedLen)482 /// Storage: Identity IdentityOf (r:1 w:1)483 /// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen)484 /// Storage: Identity SuperOf (r:0 w:100)485 /// Proof: Identity SuperOf (max_values: None, max_size: Some(114), added: 2589, mode: MaxEncodedLen)486 /// The range of component `r` is `[1, 20]`.487 /// The range of component `s` is `[0, 100]`.488 /// The range of component `x` is `[0, 100]`.489 fn clear_identity(r: u32, s: u32, x: u32, ) -> Weight {490 // Proof Size summary in bytes:491 // Measured: `468 + r * (5 ±0) + s * (32 ±0) + x * (66 ±0)`492 // Estimated: `17726`493 // Minimum execution time: 27_212_000 picoseconds.494 Weight::from_parts(19_030_840, 17726)495 // Standard Error: 3_118496 .saturating_add(Weight::from_parts(29_836, 0).saturating_mul(r.into()))497 // Standard Error: 608498 .saturating_add(Weight::from_parts(590_661, 0).saturating_mul(s.into()))499 // Standard Error: 608500 .saturating_add(Weight::from_parts(110_108, 0).saturating_mul(x.into()))501 .saturating_add(RocksDbWeight::get().reads(2_u64))502 .saturating_add(RocksDbWeight::get().writes(2_u64))503 .saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(s.into())))504 }505 /// Storage: Identity Registrars (r:1 w:0)506 /// Proof: Identity Registrars (max_values: Some(1), max_size: Some(1141), added: 1636, mode: MaxEncodedLen)507 /// Storage: Identity IdentityOf (r:1 w:1)508 /// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen)509 /// The range of component `r` is `[1, 20]`.510 /// The range of component `x` is `[0, 100]`.511 fn request_judgement(r: u32, x: u32, ) -> Weight {512 // Proof Size summary in bytes:513 // Measured: `366 + r * (57 ±0) + x * (66 ±0)`514 // Estimated: `13629`515 // Minimum execution time: 19_771_000 picoseconds.516 Weight::from_parts(18_917_892, 13629)517 // Standard Error: 1_957518 .saturating_add(Weight::from_parts(57_465, 0).saturating_mul(r.into()))519 // Standard Error: 381520 .saturating_add(Weight::from_parts(168_586, 0).saturating_mul(x.into()))521 .saturating_add(RocksDbWeight::get().reads(2_u64))522 .saturating_add(RocksDbWeight::get().writes(1_u64))523 }524 /// Storage: Identity IdentityOf (r:1 w:1)525 /// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen)526 /// The range of component `r` is `[1, 20]`.527 /// The range of component `x` is `[0, 100]`.528 fn cancel_request(r: u32, x: u32, ) -> Weight {529 // Proof Size summary in bytes:530 // Measured: `397 + x * (66 ±0)`531 // Estimated: `11003`532 // Minimum execution time: 17_411_000 picoseconds.533 Weight::from_parts(16_856_331, 11003)534 // Standard Error: 7_002535 .saturating_add(Weight::from_parts(34_389, 0).saturating_mul(r.into()))536 // Standard Error: 1_366537 .saturating_add(Weight::from_parts(165_686, 0).saturating_mul(x.into()))538 .saturating_add(RocksDbWeight::get().reads(1_u64))539 .saturating_add(RocksDbWeight::get().writes(1_u64))540 }541 /// Storage: Identity Registrars (r:1 w:1)542 /// Proof: Identity Registrars (max_values: Some(1), max_size: Some(1141), added: 1636, mode: MaxEncodedLen)543 /// The range of component `r` is `[1, 19]`.544 fn set_fee(r: u32, ) -> Weight {545 // Proof Size summary in bytes:546 // Measured: `88 + r * (57 ±0)`547 // Estimated: `2626`548 // Minimum execution time: 7_089_000 picoseconds.549 Weight::from_parts(7_750_487, 2626)550 // Standard Error: 1_625551 .saturating_add(Weight::from_parts(101_135, 0).saturating_mul(r.into()))552 .saturating_add(RocksDbWeight::get().reads(1_u64))553 .saturating_add(RocksDbWeight::get().writes(1_u64))554 }555 /// Storage: Identity Registrars (r:1 w:1)556 /// Proof: Identity Registrars (max_values: Some(1), max_size: Some(1141), added: 1636, mode: MaxEncodedLen)557 /// The range of component `r` is `[1, 19]`.558 fn set_account_id(r: u32, ) -> Weight {559 // Proof Size summary in bytes:560 // Measured: `88 + r * (57 ±0)`561 // Estimated: `2626`562 // Minimum execution time: 6_300_000 picoseconds.563 Weight::from_parts(6_836_140, 2626)564 // Standard Error: 655565 .saturating_add(Weight::from_parts(102_284, 0).saturating_mul(r.into()))566 .saturating_add(RocksDbWeight::get().reads(1_u64))567 .saturating_add(RocksDbWeight::get().writes(1_u64))568 }569 /// Storage: Identity Registrars (r:1 w:1)570 /// Proof: Identity Registrars (max_values: Some(1), max_size: Some(1141), added: 1636, mode: MaxEncodedLen)571 /// The range of component `r` is `[1, 19]`.572 fn set_fields(r: u32, ) -> Weight {573 // Proof Size summary in bytes:574 // Measured: `88 + r * (57 ±0)`575 // Estimated: `2626`576 // Minimum execution time: 6_257_000 picoseconds.577 Weight::from_parts(6_917_052, 2626)578 // Standard Error: 2_628579 .saturating_add(Weight::from_parts(71_362, 0).saturating_mul(r.into()))580 .saturating_add(RocksDbWeight::get().reads(1_u64))581 .saturating_add(RocksDbWeight::get().writes(1_u64))582 }583 /// Storage: Identity Registrars (r:1 w:0)584 /// Proof: Identity Registrars (max_values: Some(1), max_size: Some(1141), added: 1636, mode: MaxEncodedLen)585 /// Storage: Identity IdentityOf (r:1 w:1)586 /// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen)587 /// The range of component `r` is `[1, 19]`.588 /// The range of component `x` is `[0, 100]`.589 fn provide_judgement(r: u32, x: u32, ) -> Weight {590 // Proof Size summary in bytes:591 // Measured: `444 + r * (57 ±0) + x * (66 ±0)`592 // Estimated: `13629`593 // Minimum execution time: 16_021_000 picoseconds.594 Weight::from_parts(15_553_670, 13629)595 // Standard Error: 5_797596 .saturating_add(Weight::from_parts(42_423, 0).saturating_mul(r.into()))597 // Standard Error: 1_072598 .saturating_add(Weight::from_parts(252_721, 0).saturating_mul(x.into()))599 .saturating_add(RocksDbWeight::get().reads(2_u64))600 .saturating_add(RocksDbWeight::get().writes(1_u64))601 }602 /// Storage: Identity SubsOf (r:1 w:1)603 /// Proof: Identity SubsOf (max_values: None, max_size: Some(3258), added: 5733, mode: MaxEncodedLen)604 /// Storage: Identity IdentityOf (r:1 w:1)605 /// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen)606 /// Storage: System Account (r:2 w:2)607 /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)608 /// Storage: Identity SuperOf (r:0 w:100)609 /// Proof: Identity SuperOf (max_values: None, max_size: Some(114), added: 2589, mode: MaxEncodedLen)610 /// The range of component `r` is `[1, 20]`.611 /// The range of component `s` is `[0, 100]`.612 /// The range of component `x` is `[0, 100]`.613 fn kill_identity(r: u32, s: u32, x: u32, ) -> Weight {614 // Proof Size summary in bytes:615 // Measured: `665 + r * (12 ±0) + s * (32 ±0) + x * (66 ±0)`616 // Estimated: `23922`617 // Minimum execution time: 40_801_000 picoseconds.618 Weight::from_parts(34_079_397, 23922)619 // Standard Error: 3_750620 .saturating_add(Weight::from_parts(31_496, 0).saturating_mul(r.into()))621 // Standard Error: 732622 .saturating_add(Weight::from_parts(599_691, 0).saturating_mul(s.into()))623 // Standard Error: 732624 .saturating_add(Weight::from_parts(101_683, 0).saturating_mul(x.into()))625 .saturating_add(RocksDbWeight::get().reads(4_u64))626 .saturating_add(RocksDbWeight::get().writes(4_u64))627 .saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(s.into())))628 }629 /// Storage: Identity IdentityOf (r:0 w:600)630 /// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen)631 /// The range of component `x` is `[0, 100]`.632 /// The range of component `n` is `[0, 600]`.633 fn force_insert_identities(x: u32, n: u32, ) -> Weight {634 // Proof Size summary in bytes:635 // Measured: `0`636 // Estimated: `0`637 // Minimum execution time: 4_412_000 picoseconds.638 Weight::from_parts(4_592_000, 0)639 // Standard Error: 703_509640 .saturating_add(Weight::from_parts(43_647_925, 0).saturating_mul(x.into()))641 // Standard Error: 117_043642 .saturating_add(Weight::from_parts(9_312_431, 0).saturating_mul(n.into()))643 .saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(n.into())))644 }645 /// Storage: Identity SubsOf (r:600 w:0)646 /// Proof: Identity SubsOf (max_values: None, max_size: Some(3258), added: 5733, mode: MaxEncodedLen)647 /// Storage: Identity IdentityOf (r:0 w:600)648 /// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen)649 /// The range of component `x` is `[0, 100]`.650 /// The range of component `n` is `[0, 600]`.651 fn force_remove_identities(x: u32, n: u32, ) -> Weight {652 // Proof Size summary in bytes:653 // Measured: `41`654 // Estimated: `990 + n * (5733 ±0)`655 // Minimum execution time: 3_824_000 picoseconds.656 Weight::from_parts(3_950_000, 990)657 // Standard Error: 2_864658 .saturating_add(Weight::from_parts(55_678, 0).saturating_mul(x.into()))659 // Standard Error: 476660 .saturating_add(Weight::from_parts(1_138_349, 0).saturating_mul(n.into()))661 .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(n.into())))662 .saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(n.into())))663 .saturating_add(Weight::from_parts(0, 5733).saturating_mul(n.into()))664 }665 /// Storage: Identity SubsOf (r:600 w:600)666 /// Proof: Identity SubsOf (max_values: None, max_size: Some(3258), added: 5733, mode: MaxEncodedLen)667 /// Storage: Identity SuperOf (r:0 w:100)668 /// Proof: Identity SuperOf (max_values: None, max_size: Some(114), added: 2589, mode: MaxEncodedLen)669 /// The range of component `s` is `[0, 100]`.670 /// The range of component `n` is `[0, 600]`.671 fn force_set_subs(s: u32, n: u32, ) -> Weight {672 // Proof Size summary in bytes:673 // Measured: `41`674 // Estimated: `990 + n * (5733 ±0)`675 // Minimum execution time: 4_196_000 picoseconds.676 Weight::from_parts(4_340_000, 990)677 // Standard Error: 2_081_979678 .saturating_add(Weight::from_parts(130_653_903, 0).saturating_mul(s.into()))679 // Standard Error: 346_381680 .saturating_add(Weight::from_parts(23_046_001, 0).saturating_mul(n.into()))681 .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(n.into())))682 .saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(s.into())))683 .saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(n.into())))684 .saturating_add(Weight::from_parts(0, 5733).saturating_mul(n.into()))685 }686 /// Storage: Identity IdentityOf (r:1 w:0)687 /// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen)688 /// Storage: Identity SuperOf (r:1 w:1)689 /// Proof: Identity SuperOf (max_values: None, max_size: Some(114), added: 2589, mode: MaxEncodedLen)690 /// Storage: Identity SubsOf (r:1 w:1)691 /// Proof: Identity SubsOf (max_values: None, max_size: Some(3258), added: 5733, mode: MaxEncodedLen)692 /// The range of component `s` is `[0, 99]`.693 fn add_sub(s: u32, ) -> Weight {694 // Proof Size summary in bytes:695 // Measured: `474 + s * (36 ±0)`696 // Estimated: `21305`697 // Minimum execution time: 15_289_000 picoseconds.698 Weight::from_parts(21_319_844, 21305)699 // Standard Error: 893700 .saturating_add(Weight::from_parts(53_159, 0).saturating_mul(s.into()))701 .saturating_add(RocksDbWeight::get().reads(3_u64))702 .saturating_add(RocksDbWeight::get().writes(2_u64))703 }704 /// Storage: Identity IdentityOf (r:1 w:0)705 /// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen)706 /// Storage: Identity SuperOf (r:1 w:1)707 /// Proof: Identity SuperOf (max_values: None, max_size: Some(114), added: 2589, mode: MaxEncodedLen)708 /// The range of component `s` is `[1, 100]`.709 fn rename_sub(s: u32, ) -> Weight {710 // Proof Size summary in bytes:711 // Measured: `590 + s * (3 ±0)`712 // Estimated: `14582`713 // Minimum execution time: 9_867_000 picoseconds.714 Weight::from_parts(12_546_245, 14582)715 // Standard Error: 509716 .saturating_add(Weight::from_parts(10_078, 0).saturating_mul(s.into()))717 .saturating_add(RocksDbWeight::get().reads(2_u64))718 .saturating_add(RocksDbWeight::get().writes(1_u64))719 }720 /// Storage: Identity IdentityOf (r:1 w:0)721 /// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen)722 /// Storage: Identity SuperOf (r:1 w:1)723 /// Proof: Identity SuperOf (max_values: None, max_size: Some(114), added: 2589, mode: MaxEncodedLen)724 /// Storage: Identity SubsOf (r:1 w:1)725 /// Proof: Identity SubsOf (max_values: None, max_size: Some(3258), added: 5733, mode: MaxEncodedLen)726 /// The range of component `s` is `[1, 100]`.727 fn remove_sub(s: u32, ) -> Weight {728 // Proof Size summary in bytes:729 // Measured: `637 + s * (35 ±0)`730 // Estimated: `21305`731 // Minimum execution time: 19_299_000 picoseconds.732 Weight::from_parts(24_125_576, 21305)733 // Standard Error: 1_479734 .saturating_add(Weight::from_parts(22_611, 0).saturating_mul(s.into()))735 .saturating_add(RocksDbWeight::get().reads(3_u64))736 .saturating_add(RocksDbWeight::get().writes(2_u64))737 }738 /// Storage: Identity SuperOf (r:1 w:1)739 /// Proof: Identity SuperOf (max_values: None, max_size: Some(114), added: 2589, mode: MaxEncodedLen)740 /// Storage: Identity SubsOf (r:1 w:1)741 /// Proof: Identity SubsOf (max_values: None, max_size: Some(3258), added: 5733, mode: MaxEncodedLen)742 /// The range of component `s` is `[0, 99]`.743 fn quit_sub(s: u32, ) -> Weight {744 // Proof Size summary in bytes:745 // Measured: `563 + s * (37 ±0)`746 // Estimated: `10302`747 // Minimum execution time: 14_183_000 picoseconds.748 Weight::from_parts(17_343_547, 10302)749 // Standard Error: 454750 .saturating_add(Weight::from_parts(45_925, 0).saturating_mul(s.into()))751 .saturating_add(RocksDbWeight::get().reads(2_u64))752 .saturating_add(RocksDbWeight::get().writes(2_u64))753 }754}7551// Template adopted from https://github.com/paritytech/substrate/blob/master/.maintain/frame-weight-template.hbs23//! Autogenerated weights for pallet_identity4//!5//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev6//! DATE: 2023-09-26, STEPS: `50`, REPEAT: `80`, LOW RANGE: `[]`, HIGH RANGE: `[]`7//! WORST CASE MAP SIZE: `1000000`8//! HOSTNAME: `bench-host`, CPU: `Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz`9//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 10241011// Executed Command:12// target/release/unique-collator13// benchmark14// pallet15// --pallet16// pallet-identity17// --wasm-execution18// compiled19// --extrinsic20// *21// --template=.maintain/frame-weight-template.hbs22// --steps=5023// --repeat=8024// --heap-pages=409625// --output=./pallets/identity/src/weights.rs2627#![cfg_attr(rustfmt, rustfmt_skip)]28#![allow(unused_parens)]29#![allow(unused_imports)]3031use frame_support::{traits::Get, weights::{Weight, constants::RocksDbWeight}};32use sp_std::marker::PhantomData;3334/// Weight functions needed for pallet_identity.35pub trait WeightInfo {36 fn add_registrar(r: u32, ) -> Weight;37 fn set_identity(r: u32, x: u32, ) -> Weight;38 fn set_subs_new(s: u32, ) -> Weight;39 fn set_subs_old(p: u32, ) -> Weight;40 fn clear_identity(r: u32, s: u32, x: u32, ) -> Weight;41 fn request_judgement(r: u32, x: u32, ) -> Weight;42 fn cancel_request(r: u32, x: u32, ) -> Weight;43 fn set_fee(r: u32, ) -> Weight;44 fn set_account_id(r: u32, ) -> Weight;45 fn set_fields(r: u32, ) -> Weight;46 fn provide_judgement(r: u32, x: u32, ) -> Weight;47 fn kill_identity(r: u32, s: u32, x: u32, ) -> Weight;48 fn force_insert_identities(x: u32, n: u32, ) -> Weight;49 fn force_remove_identities(x: u32, n: u32, ) -> Weight;50 fn force_set_subs(s: u32, n: u32, ) -> Weight;51 fn add_sub(s: u32, ) -> Weight;52 fn rename_sub(s: u32, ) -> Weight;53 fn remove_sub(s: u32, ) -> Weight;54 fn quit_sub(s: u32, ) -> Weight;55}5657/// Weights for pallet_identity using the Substrate node and recommended hardware.58pub struct SubstrateWeight<T>(PhantomData<T>);59impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {60 /// Storage: Identity Registrars (r:1 w:1)61 /// Proof: Identity Registrars (max_values: Some(1), max_size: Some(1141), added: 1636, mode: MaxEncodedLen)62 /// The range of component `r` is `[1, 19]`.63 fn add_registrar(r: u32, ) -> Weight {64 // Proof Size summary in bytes:65 // Measured: `31 + r * (57 ±0)`66 // Estimated: `2626`67 // Minimum execution time: 8_952_000 picoseconds.68 Weight::from_parts(9_493_179, 2626)69 // Standard Error: 77670 .saturating_add(Weight::from_parts(95_408, 0).saturating_mul(r.into()))71 .saturating_add(T::DbWeight::get().reads(1_u64))72 .saturating_add(T::DbWeight::get().writes(1_u64))73 }74 /// Storage: Identity IdentityOf (r:1 w:1)75 /// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen)76 /// The range of component `r` is `[1, 20]`.77 /// The range of component `x` is `[0, 100]`.78 fn set_identity(r: u32, x: u32, ) -> Weight {79 // Proof Size summary in bytes:80 // Measured: `441 + r * (5 ±0)`81 // Estimated: `11003`82 // Minimum execution time: 18_573_000 picoseconds.83 Weight::from_parts(16_665_333, 11003)84 // Standard Error: 1_92785 .saturating_add(Weight::from_parts(93_600, 0).saturating_mul(r.into()))86 // Standard Error: 37687 .saturating_add(Weight::from_parts(134_895, 0).saturating_mul(x.into()))88 .saturating_add(T::DbWeight::get().reads(1_u64))89 .saturating_add(T::DbWeight::get().writes(1_u64))90 }91 /// Storage: Identity IdentityOf (r:1 w:0)92 /// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen)93 /// Storage: Identity SubsOf (r:1 w:1)94 /// Proof: Identity SubsOf (max_values: None, max_size: Some(3258), added: 5733, mode: MaxEncodedLen)95 /// Storage: Identity SuperOf (r:100 w:100)96 /// Proof: Identity SuperOf (max_values: None, max_size: Some(114), added: 2589, mode: MaxEncodedLen)97 /// The range of component `s` is `[0, 100]`.98 fn set_subs_new(s: u32, ) -> Weight {99 // Proof Size summary in bytes:100 // Measured: `100`101 // Estimated: `11003 + s * (2589 ±0)`102 // Minimum execution time: 6_669_000 picoseconds.103 Weight::from_parts(15_167_928, 11003)104 // Standard Error: 1_551105 .saturating_add(Weight::from_parts(1_294_015, 0).saturating_mul(s.into()))106 .saturating_add(T::DbWeight::get().reads(2_u64))107 .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(s.into())))108 .saturating_add(T::DbWeight::get().writes(1_u64))109 .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into())))110 .saturating_add(Weight::from_parts(0, 2589).saturating_mul(s.into()))111 }112 /// Storage: Identity IdentityOf (r:1 w:0)113 /// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen)114 /// Storage: Identity SubsOf (r:1 w:1)115 /// Proof: Identity SubsOf (max_values: None, max_size: Some(3258), added: 5733, mode: MaxEncodedLen)116 /// Storage: Identity SuperOf (r:0 w:100)117 /// Proof: Identity SuperOf (max_values: None, max_size: Some(114), added: 2589, mode: MaxEncodedLen)118 /// The range of component `p` is `[0, 100]`.119 fn set_subs_old(p: u32, ) -> Weight {120 // Proof Size summary in bytes:121 // Measured: `193 + p * (32 ±0)`122 // Estimated: `11003`123 // Minimum execution time: 6_642_000 picoseconds.124 Weight::from_parts(15_473_100, 11003)125 // Standard Error: 1_132126 .saturating_add(Weight::from_parts(592_570, 0).saturating_mul(p.into()))127 .saturating_add(T::DbWeight::get().reads(2_u64))128 .saturating_add(T::DbWeight::get().writes(1_u64))129 .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into())))130 }131 /// Storage: Identity SubsOf (r:1 w:1)132 /// Proof: Identity SubsOf (max_values: None, max_size: Some(3258), added: 5733, mode: MaxEncodedLen)133 /// Storage: Identity IdentityOf (r:1 w:1)134 /// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen)135 /// Storage: Identity SuperOf (r:0 w:100)136 /// Proof: Identity SuperOf (max_values: None, max_size: Some(114), added: 2589, mode: MaxEncodedLen)137 /// The range of component `r` is `[1, 20]`.138 /// The range of component `s` is `[0, 100]`.139 /// The range of component `x` is `[0, 100]`.140 fn clear_identity(r: u32, s: u32, x: u32, ) -> Weight {141 // Proof Size summary in bytes:142 // Measured: `468 + r * (5 ±0) + s * (32 ±0) + x * (66 ±0)`143 // Estimated: `11003`144 // Minimum execution time: 29_150_000 picoseconds.145 Weight::from_parts(20_982_965, 11003)146 // Standard Error: 2_448147 .saturating_add(Weight::from_parts(17_611, 0).saturating_mul(r.into()))148 // Standard Error: 478149 .saturating_add(Weight::from_parts(582_119, 0).saturating_mul(s.into()))150 // Standard Error: 478151 .saturating_add(Weight::from_parts(114_020, 0).saturating_mul(x.into()))152 .saturating_add(T::DbWeight::get().reads(2_u64))153 .saturating_add(T::DbWeight::get().writes(2_u64))154 .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into())))155 }156 /// Storage: Identity Registrars (r:1 w:0)157 /// Proof: Identity Registrars (max_values: Some(1), max_size: Some(1141), added: 1636, mode: MaxEncodedLen)158 /// Storage: Identity IdentityOf (r:1 w:1)159 /// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen)160 /// The range of component `r` is `[1, 20]`.161 /// The range of component `x` is `[0, 100]`.162 fn request_judgement(r: u32, x: u32, ) -> Weight {163 // Proof Size summary in bytes:164 // Measured: `366 + r * (57 ±0) + x * (66 ±0)`165 // Estimated: `11003`166 // Minimum execution time: 20_088_000 picoseconds.167 Weight::from_parts(18_524_805, 11003)168 // Standard Error: 1_965169 .saturating_add(Weight::from_parts(74_420, 0).saturating_mul(r.into()))170 // Standard Error: 383171 .saturating_add(Weight::from_parts(152_570, 0).saturating_mul(x.into()))172 .saturating_add(T::DbWeight::get().reads(2_u64))173 .saturating_add(T::DbWeight::get().writes(1_u64))174 }175 /// Storage: Identity IdentityOf (r:1 w:1)176 /// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen)177 /// The range of component `r` is `[1, 20]`.178 /// The range of component `x` is `[0, 100]`.179 fn cancel_request(r: u32, x: u32, ) -> Weight {180 // Proof Size summary in bytes:181 // Measured: `397 + x * (66 ±0)`182 // Estimated: `11003`183 // Minimum execution time: 17_277_000 picoseconds.184 Weight::from_parts(16_760_327, 11003)185 // Standard Error: 1_967186 .saturating_add(Weight::from_parts(33_499, 0).saturating_mul(r.into()))187 // Standard Error: 383188 .saturating_add(Weight::from_parts(148_237, 0).saturating_mul(x.into()))189 .saturating_add(T::DbWeight::get().reads(1_u64))190 .saturating_add(T::DbWeight::get().writes(1_u64))191 }192 /// Storage: Identity Registrars (r:1 w:1)193 /// Proof: Identity Registrars (max_values: Some(1), max_size: Some(1141), added: 1636, mode: MaxEncodedLen)194 /// The range of component `r` is `[1, 19]`.195 fn set_fee(r: u32, ) -> Weight {196 // Proof Size summary in bytes:197 // Measured: `88 + r * (57 ±0)`198 // Estimated: `2626`199 // Minimum execution time: 6_566_000 picoseconds.200 Weight::from_parts(6_982_669, 2626)201 // Standard Error: 613202 .saturating_add(Weight::from_parts(77_476, 0).saturating_mul(r.into()))203 .saturating_add(T::DbWeight::get().reads(1_u64))204 .saturating_add(T::DbWeight::get().writes(1_u64))205 }206 /// Storage: Identity Registrars (r:1 w:1)207 /// Proof: Identity Registrars (max_values: Some(1), max_size: Some(1141), added: 1636, mode: MaxEncodedLen)208 /// The range of component `r` is `[1, 19]`.209 fn set_account_id(r: u32, ) -> Weight {210 // Proof Size summary in bytes:211 // Measured: `88 + r * (57 ±0)`212 // Estimated: `2626`213 // Minimum execution time: 5_856_000 picoseconds.214 Weight::from_parts(6_185_551, 2626)215 // Standard Error: 466216 .saturating_add(Weight::from_parts(76_432, 0).saturating_mul(r.into()))217 .saturating_add(T::DbWeight::get().reads(1_u64))218 .saturating_add(T::DbWeight::get().writes(1_u64))219 }220 /// Storage: Identity Registrars (r:1 w:1)221 /// Proof: Identity Registrars (max_values: Some(1), max_size: Some(1141), added: 1636, mode: MaxEncodedLen)222 /// The range of component `r` is `[1, 19]`.223 fn set_fields(r: u32, ) -> Weight {224 // Proof Size summary in bytes:225 // Measured: `88 + r * (57 ±0)`226 // Estimated: `2626`227 // Minimum execution time: 5_784_000 picoseconds.228 Weight::from_parts(6_029_409, 2626)229 // Standard Error: 389230 .saturating_add(Weight::from_parts(73_636, 0).saturating_mul(r.into()))231 .saturating_add(T::DbWeight::get().reads(1_u64))232 .saturating_add(T::DbWeight::get().writes(1_u64))233 }234 /// Storage: Identity Registrars (r:1 w:0)235 /// Proof: Identity Registrars (max_values: Some(1), max_size: Some(1141), added: 1636, mode: MaxEncodedLen)236 /// Storage: Identity IdentityOf (r:1 w:1)237 /// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen)238 /// The range of component `r` is `[1, 19]`.239 /// The range of component `x` is `[0, 100]`.240 fn provide_judgement(r: u32, x: u32, ) -> Weight {241 // Proof Size summary in bytes:242 // Measured: `444 + r * (57 ±0) + x * (66 ±0)`243 // Estimated: `11003`244 // Minimum execution time: 15_250_000 picoseconds.245 Weight::from_parts(14_264_575, 11003)246 // Standard Error: 1_996247 .saturating_add(Weight::from_parts(45_342, 0).saturating_mul(r.into()))248 // Standard Error: 369249 .saturating_add(Weight::from_parts(216_509, 0).saturating_mul(x.into()))250 .saturating_add(T::DbWeight::get().reads(2_u64))251 .saturating_add(T::DbWeight::get().writes(1_u64))252 }253 /// Storage: Identity SubsOf (r:1 w:1)254 /// Proof: Identity SubsOf (max_values: None, max_size: Some(3258), added: 5733, mode: MaxEncodedLen)255 /// Storage: Identity IdentityOf (r:1 w:1)256 /// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen)257 /// Storage: System Account (r:2 w:2)258 /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)259 /// Storage: Identity SuperOf (r:0 w:100)260 /// Proof: Identity SuperOf (max_values: None, max_size: Some(114), added: 2589, mode: MaxEncodedLen)261 /// The range of component `r` is `[1, 20]`.262 /// The range of component `s` is `[0, 100]`.263 /// The range of component `x` is `[0, 100]`.264 fn kill_identity(r: u32, s: u32, x: u32, ) -> Weight {265 // Proof Size summary in bytes:266 // Measured: `665 + r * (12 ±0) + s * (32 ±0) + x * (66 ±0)`267 // Estimated: `11003`268 // Minimum execution time: 43_178_000 picoseconds.269 Weight::from_parts(34_379_402, 11003)270 // Standard Error: 2_843271 .saturating_add(Weight::from_parts(58_134, 0).saturating_mul(r.into()))272 // Standard Error: 555273 .saturating_add(Weight::from_parts(596_395, 0).saturating_mul(s.into()))274 // Standard Error: 555275 .saturating_add(Weight::from_parts(113_292, 0).saturating_mul(x.into()))276 .saturating_add(T::DbWeight::get().reads(4_u64))277 .saturating_add(T::DbWeight::get().writes(4_u64))278 .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into())))279 }280 /// Storage: Identity IdentityOf (r:0 w:600)281 /// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen)282 /// The range of component `x` is `[0, 100]`.283 /// The range of component `n` is `[0, 600]`.284 fn force_insert_identities(x: u32, n: u32, ) -> Weight {285 // Proof Size summary in bytes:286 // Measured: `0`287 // Estimated: `0`288 // Minimum execution time: 4_093_000 picoseconds.289 Weight::from_parts(4_184_000, 0)290 // Standard Error: 688_514291 .saturating_add(Weight::from_parts(42_213_609, 0).saturating_mul(x.into()))292 // Standard Error: 114_549293 .saturating_add(Weight::from_parts(8_812_982, 0).saturating_mul(n.into()))294 .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(n.into())))295 }296 /// Storage: Identity SubsOf (r:600 w:0)297 /// Proof: Identity SubsOf (max_values: None, max_size: Some(3258), added: 5733, mode: MaxEncodedLen)298 /// Storage: Identity IdentityOf (r:0 w:600)299 /// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen)300 /// The range of component `x` is `[0, 100]`.301 /// The range of component `n` is `[0, 600]`.302 fn force_remove_identities(x: u32, n: u32, ) -> Weight {303 // Proof Size summary in bytes:304 // Measured: `41`305 // Estimated: `990 + n * (5733 ±0)`306 // Minimum execution time: 3_998_000 picoseconds.307 Weight::from_parts(4_142_000, 990)308 // Standard Error: 2_992309 .saturating_add(Weight::from_parts(62_923, 0).saturating_mul(x.into()))310 // Standard Error: 497311 .saturating_add(Weight::from_parts(1_122_767, 0).saturating_mul(n.into()))312 .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into())))313 .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(n.into())))314 .saturating_add(Weight::from_parts(0, 5733).saturating_mul(n.into()))315 }316 /// Storage: Identity SubsOf (r:600 w:600)317 /// Proof: Identity SubsOf (max_values: None, max_size: Some(3258), added: 5733, mode: MaxEncodedLen)318 /// Storage: Identity SuperOf (r:0 w:100)319 /// Proof: Identity SuperOf (max_values: None, max_size: Some(114), added: 2589, mode: MaxEncodedLen)320 /// The range of component `s` is `[0, 100]`.321 /// The range of component `n` is `[0, 600]`.322 fn force_set_subs(s: u32, n: u32, ) -> Weight {323 // Proof Size summary in bytes:324 // Measured: `41`325 // Estimated: `990 + n * (5733 ±0)`326 // Minimum execution time: 4_019_000 picoseconds.327 Weight::from_parts(4_174_000, 990)328 // Standard Error: 2_026_537329 .saturating_add(Weight::from_parts(127_217_493, 0).saturating_mul(s.into()))330 // Standard Error: 337_157331 .saturating_add(Weight::from_parts(22_199_440, 0).saturating_mul(n.into()))332 .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into())))333 .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into())))334 .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(n.into())))335 .saturating_add(Weight::from_parts(0, 5733).saturating_mul(n.into()))336 }337 /// Storage: Identity IdentityOf (r:1 w:0)338 /// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen)339 /// Storage: Identity SuperOf (r:1 w:1)340 /// Proof: Identity SuperOf (max_values: None, max_size: Some(114), added: 2589, mode: MaxEncodedLen)341 /// Storage: Identity SubsOf (r:1 w:1)342 /// Proof: Identity SubsOf (max_values: None, max_size: Some(3258), added: 5733, mode: MaxEncodedLen)343 /// The range of component `s` is `[0, 99]`.344 fn add_sub(s: u32, ) -> Weight {345 // Proof Size summary in bytes:346 // Measured: `474 + s * (36 ±0)`347 // Estimated: `11003`348 // Minimum execution time: 16_361_000 picoseconds.349 Weight::from_parts(20_622_408, 11003)350 // Standard Error: 592351 .saturating_add(Weight::from_parts(48_502, 0).saturating_mul(s.into()))352 .saturating_add(T::DbWeight::get().reads(3_u64))353 .saturating_add(T::DbWeight::get().writes(2_u64))354 }355 /// Storage: Identity IdentityOf (r:1 w:0)356 /// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen)357 /// Storage: Identity SuperOf (r:1 w:1)358 /// Proof: Identity SuperOf (max_values: None, max_size: Some(114), added: 2589, mode: MaxEncodedLen)359 /// The range of component `s` is `[1, 100]`.360 fn rename_sub(s: u32, ) -> Weight {361 // Proof Size summary in bytes:362 // Measured: `590 + s * (3 ±0)`363 // Estimated: `11003`364 // Minimum execution time: 9_676_000 picoseconds.365 Weight::from_parts(11_336_454, 11003)366 // Standard Error: 240367 .saturating_add(Weight::from_parts(17_924, 0).saturating_mul(s.into()))368 .saturating_add(T::DbWeight::get().reads(2_u64))369 .saturating_add(T::DbWeight::get().writes(1_u64))370 }371 /// Storage: Identity IdentityOf (r:1 w:0)372 /// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen)373 /// Storage: Identity SuperOf (r:1 w:1)374 /// Proof: Identity SuperOf (max_values: None, max_size: Some(114), added: 2589, mode: MaxEncodedLen)375 /// Storage: Identity SubsOf (r:1 w:1)376 /// Proof: Identity SubsOf (max_values: None, max_size: Some(3258), added: 5733, mode: MaxEncodedLen)377 /// The range of component `s` is `[1, 100]`.378 fn remove_sub(s: u32, ) -> Weight {379 // Proof Size summary in bytes:380 // Measured: `637 + s * (35 ±0)`381 // Estimated: `11003`382 // Minimum execution time: 20_304_000 picoseconds.383 Weight::from_parts(22_890_354, 11003)384 // Standard Error: 1_568385 .saturating_add(Weight::from_parts(40_002, 0).saturating_mul(s.into()))386 .saturating_add(T::DbWeight::get().reads(3_u64))387 .saturating_add(T::DbWeight::get().writes(2_u64))388 }389 /// Storage: Identity SuperOf (r:1 w:1)390 /// Proof: Identity SuperOf (max_values: None, max_size: Some(114), added: 2589, mode: MaxEncodedLen)391 /// Storage: Identity SubsOf (r:1 w:1)392 /// Proof: Identity SubsOf (max_values: None, max_size: Some(3258), added: 5733, mode: MaxEncodedLen)393 /// Storage: System Account (r:1 w:0)394 /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)395 /// The range of component `s` is `[0, 99]`.396 fn quit_sub(s: u32, ) -> Weight {397 // Proof Size summary in bytes:398 // Measured: `703 + s * (37 ±0)`399 // Estimated: `6723`400 // Minimum execution time: 17_645_000 picoseconds.401 Weight::from_parts(20_080_248, 6723)402 // Standard Error: 1_331403 .saturating_add(Weight::from_parts(42_353, 0).saturating_mul(s.into()))404 .saturating_add(T::DbWeight::get().reads(3_u64))405 .saturating_add(T::DbWeight::get().writes(2_u64))406 }407}408409// For backwards compatibility and tests410impl WeightInfo for () {411 /// Storage: Identity Registrars (r:1 w:1)412 /// Proof: Identity Registrars (max_values: Some(1), max_size: Some(1141), added: 1636, mode: MaxEncodedLen)413 /// The range of component `r` is `[1, 19]`.414 fn add_registrar(r: u32, ) -> Weight {415 // Proof Size summary in bytes:416 // Measured: `31 + r * (57 ±0)`417 // Estimated: `2626`418 // Minimum execution time: 8_952_000 picoseconds.419 Weight::from_parts(9_493_179, 2626)420 // Standard Error: 776421 .saturating_add(Weight::from_parts(95_408, 0).saturating_mul(r.into()))422 .saturating_add(RocksDbWeight::get().reads(1_u64))423 .saturating_add(RocksDbWeight::get().writes(1_u64))424 }425 /// Storage: Identity IdentityOf (r:1 w:1)426 /// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen)427 /// The range of component `r` is `[1, 20]`.428 /// The range of component `x` is `[0, 100]`.429 fn set_identity(r: u32, x: u32, ) -> Weight {430 // Proof Size summary in bytes:431 // Measured: `441 + r * (5 ±0)`432 // Estimated: `11003`433 // Minimum execution time: 18_573_000 picoseconds.434 Weight::from_parts(16_665_333, 11003)435 // Standard Error: 1_927436 .saturating_add(Weight::from_parts(93_600, 0).saturating_mul(r.into()))437 // Standard Error: 376438 .saturating_add(Weight::from_parts(134_895, 0).saturating_mul(x.into()))439 .saturating_add(RocksDbWeight::get().reads(1_u64))440 .saturating_add(RocksDbWeight::get().writes(1_u64))441 }442 /// Storage: Identity IdentityOf (r:1 w:0)443 /// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen)444 /// Storage: Identity SubsOf (r:1 w:1)445 /// Proof: Identity SubsOf (max_values: None, max_size: Some(3258), added: 5733, mode: MaxEncodedLen)446 /// Storage: Identity SuperOf (r:100 w:100)447 /// Proof: Identity SuperOf (max_values: None, max_size: Some(114), added: 2589, mode: MaxEncodedLen)448 /// The range of component `s` is `[0, 100]`.449 fn set_subs_new(s: u32, ) -> Weight {450 // Proof Size summary in bytes:451 // Measured: `100`452 // Estimated: `11003 + s * (2589 ±0)`453 // Minimum execution time: 6_669_000 picoseconds.454 Weight::from_parts(15_167_928, 11003)455 // Standard Error: 1_551456 .saturating_add(Weight::from_parts(1_294_015, 0).saturating_mul(s.into()))457 .saturating_add(RocksDbWeight::get().reads(2_u64))458 .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(s.into())))459 .saturating_add(RocksDbWeight::get().writes(1_u64))460 .saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(s.into())))461 .saturating_add(Weight::from_parts(0, 2589).saturating_mul(s.into()))462 }463 /// Storage: Identity IdentityOf (r:1 w:0)464 /// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen)465 /// Storage: Identity SubsOf (r:1 w:1)466 /// Proof: Identity SubsOf (max_values: None, max_size: Some(3258), added: 5733, mode: MaxEncodedLen)467 /// Storage: Identity SuperOf (r:0 w:100)468 /// Proof: Identity SuperOf (max_values: None, max_size: Some(114), added: 2589, mode: MaxEncodedLen)469 /// The range of component `p` is `[0, 100]`.470 fn set_subs_old(p: u32, ) -> Weight {471 // Proof Size summary in bytes:472 // Measured: `193 + p * (32 ±0)`473 // Estimated: `11003`474 // Minimum execution time: 6_642_000 picoseconds.475 Weight::from_parts(15_473_100, 11003)476 // Standard Error: 1_132477 .saturating_add(Weight::from_parts(592_570, 0).saturating_mul(p.into()))478 .saturating_add(RocksDbWeight::get().reads(2_u64))479 .saturating_add(RocksDbWeight::get().writes(1_u64))480 .saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(p.into())))481 }482 /// Storage: Identity SubsOf (r:1 w:1)483 /// Proof: Identity SubsOf (max_values: None, max_size: Some(3258), added: 5733, mode: MaxEncodedLen)484 /// Storage: Identity IdentityOf (r:1 w:1)485 /// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen)486 /// Storage: Identity SuperOf (r:0 w:100)487 /// Proof: Identity SuperOf (max_values: None, max_size: Some(114), added: 2589, mode: MaxEncodedLen)488 /// The range of component `r` is `[1, 20]`.489 /// The range of component `s` is `[0, 100]`.490 /// The range of component `x` is `[0, 100]`.491 fn clear_identity(r: u32, s: u32, x: u32, ) -> Weight {492 // Proof Size summary in bytes:493 // Measured: `468 + r * (5 ±0) + s * (32 ±0) + x * (66 ±0)`494 // Estimated: `11003`495 // Minimum execution time: 29_150_000 picoseconds.496 Weight::from_parts(20_982_965, 11003)497 // Standard Error: 2_448498 .saturating_add(Weight::from_parts(17_611, 0).saturating_mul(r.into()))499 // Standard Error: 478500 .saturating_add(Weight::from_parts(582_119, 0).saturating_mul(s.into()))501 // Standard Error: 478502 .saturating_add(Weight::from_parts(114_020, 0).saturating_mul(x.into()))503 .saturating_add(RocksDbWeight::get().reads(2_u64))504 .saturating_add(RocksDbWeight::get().writes(2_u64))505 .saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(s.into())))506 }507 /// Storage: Identity Registrars (r:1 w:0)508 /// Proof: Identity Registrars (max_values: Some(1), max_size: Some(1141), added: 1636, mode: MaxEncodedLen)509 /// Storage: Identity IdentityOf (r:1 w:1)510 /// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen)511 /// The range of component `r` is `[1, 20]`.512 /// The range of component `x` is `[0, 100]`.513 fn request_judgement(r: u32, x: u32, ) -> Weight {514 // Proof Size summary in bytes:515 // Measured: `366 + r * (57 ±0) + x * (66 ±0)`516 // Estimated: `11003`517 // Minimum execution time: 20_088_000 picoseconds.518 Weight::from_parts(18_524_805, 11003)519 // Standard Error: 1_965520 .saturating_add(Weight::from_parts(74_420, 0).saturating_mul(r.into()))521 // Standard Error: 383522 .saturating_add(Weight::from_parts(152_570, 0).saturating_mul(x.into()))523 .saturating_add(RocksDbWeight::get().reads(2_u64))524 .saturating_add(RocksDbWeight::get().writes(1_u64))525 }526 /// Storage: Identity IdentityOf (r:1 w:1)527 /// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen)528 /// The range of component `r` is `[1, 20]`.529 /// The range of component `x` is `[0, 100]`.530 fn cancel_request(r: u32, x: u32, ) -> Weight {531 // Proof Size summary in bytes:532 // Measured: `397 + x * (66 ±0)`533 // Estimated: `11003`534 // Minimum execution time: 17_277_000 picoseconds.535 Weight::from_parts(16_760_327, 11003)536 // Standard Error: 1_967537 .saturating_add(Weight::from_parts(33_499, 0).saturating_mul(r.into()))538 // Standard Error: 383539 .saturating_add(Weight::from_parts(148_237, 0).saturating_mul(x.into()))540 .saturating_add(RocksDbWeight::get().reads(1_u64))541 .saturating_add(RocksDbWeight::get().writes(1_u64))542 }543 /// Storage: Identity Registrars (r:1 w:1)544 /// Proof: Identity Registrars (max_values: Some(1), max_size: Some(1141), added: 1636, mode: MaxEncodedLen)545 /// The range of component `r` is `[1, 19]`.546 fn set_fee(r: u32, ) -> Weight {547 // Proof Size summary in bytes:548 // Measured: `88 + r * (57 ±0)`549 // Estimated: `2626`550 // Minimum execution time: 6_566_000 picoseconds.551 Weight::from_parts(6_982_669, 2626)552 // Standard Error: 613553 .saturating_add(Weight::from_parts(77_476, 0).saturating_mul(r.into()))554 .saturating_add(RocksDbWeight::get().reads(1_u64))555 .saturating_add(RocksDbWeight::get().writes(1_u64))556 }557 /// Storage: Identity Registrars (r:1 w:1)558 /// Proof: Identity Registrars (max_values: Some(1), max_size: Some(1141), added: 1636, mode: MaxEncodedLen)559 /// The range of component `r` is `[1, 19]`.560 fn set_account_id(r: u32, ) -> Weight {561 // Proof Size summary in bytes:562 // Measured: `88 + r * (57 ±0)`563 // Estimated: `2626`564 // Minimum execution time: 5_856_000 picoseconds.565 Weight::from_parts(6_185_551, 2626)566 // Standard Error: 466567 .saturating_add(Weight::from_parts(76_432, 0).saturating_mul(r.into()))568 .saturating_add(RocksDbWeight::get().reads(1_u64))569 .saturating_add(RocksDbWeight::get().writes(1_u64))570 }571 /// Storage: Identity Registrars (r:1 w:1)572 /// Proof: Identity Registrars (max_values: Some(1), max_size: Some(1141), added: 1636, mode: MaxEncodedLen)573 /// The range of component `r` is `[1, 19]`.574 fn set_fields(r: u32, ) -> Weight {575 // Proof Size summary in bytes:576 // Measured: `88 + r * (57 ±0)`577 // Estimated: `2626`578 // Minimum execution time: 5_784_000 picoseconds.579 Weight::from_parts(6_029_409, 2626)580 // Standard Error: 389581 .saturating_add(Weight::from_parts(73_636, 0).saturating_mul(r.into()))582 .saturating_add(RocksDbWeight::get().reads(1_u64))583 .saturating_add(RocksDbWeight::get().writes(1_u64))584 }585 /// Storage: Identity Registrars (r:1 w:0)586 /// Proof: Identity Registrars (max_values: Some(1), max_size: Some(1141), added: 1636, mode: MaxEncodedLen)587 /// Storage: Identity IdentityOf (r:1 w:1)588 /// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen)589 /// The range of component `r` is `[1, 19]`.590 /// The range of component `x` is `[0, 100]`.591 fn provide_judgement(r: u32, x: u32, ) -> Weight {592 // Proof Size summary in bytes:593 // Measured: `444 + r * (57 ±0) + x * (66 ±0)`594 // Estimated: `11003`595 // Minimum execution time: 15_250_000 picoseconds.596 Weight::from_parts(14_264_575, 11003)597 // Standard Error: 1_996598 .saturating_add(Weight::from_parts(45_342, 0).saturating_mul(r.into()))599 // Standard Error: 369600 .saturating_add(Weight::from_parts(216_509, 0).saturating_mul(x.into()))601 .saturating_add(RocksDbWeight::get().reads(2_u64))602 .saturating_add(RocksDbWeight::get().writes(1_u64))603 }604 /// Storage: Identity SubsOf (r:1 w:1)605 /// Proof: Identity SubsOf (max_values: None, max_size: Some(3258), added: 5733, mode: MaxEncodedLen)606 /// Storage: Identity IdentityOf (r:1 w:1)607 /// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen)608 /// Storage: System Account (r:2 w:2)609 /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)610 /// Storage: Identity SuperOf (r:0 w:100)611 /// Proof: Identity SuperOf (max_values: None, max_size: Some(114), added: 2589, mode: MaxEncodedLen)612 /// The range of component `r` is `[1, 20]`.613 /// The range of component `s` is `[0, 100]`.614 /// The range of component `x` is `[0, 100]`.615 fn kill_identity(r: u32, s: u32, x: u32, ) -> Weight {616 // Proof Size summary in bytes:617 // Measured: `665 + r * (12 ±0) + s * (32 ±0) + x * (66 ±0)`618 // Estimated: `11003`619 // Minimum execution time: 43_178_000 picoseconds.620 Weight::from_parts(34_379_402, 11003)621 // Standard Error: 2_843622 .saturating_add(Weight::from_parts(58_134, 0).saturating_mul(r.into()))623 // Standard Error: 555624 .saturating_add(Weight::from_parts(596_395, 0).saturating_mul(s.into()))625 // Standard Error: 555626 .saturating_add(Weight::from_parts(113_292, 0).saturating_mul(x.into()))627 .saturating_add(RocksDbWeight::get().reads(4_u64))628 .saturating_add(RocksDbWeight::get().writes(4_u64))629 .saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(s.into())))630 }631 /// Storage: Identity IdentityOf (r:0 w:600)632 /// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen)633 /// The range of component `x` is `[0, 100]`.634 /// The range of component `n` is `[0, 600]`.635 fn force_insert_identities(x: u32, n: u32, ) -> Weight {636 // Proof Size summary in bytes:637 // Measured: `0`638 // Estimated: `0`639 // Minimum execution time: 4_093_000 picoseconds.640 Weight::from_parts(4_184_000, 0)641 // Standard Error: 688_514642 .saturating_add(Weight::from_parts(42_213_609, 0).saturating_mul(x.into()))643 // Standard Error: 114_549644 .saturating_add(Weight::from_parts(8_812_982, 0).saturating_mul(n.into()))645 .saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(n.into())))646 }647 /// Storage: Identity SubsOf (r:600 w:0)648 /// Proof: Identity SubsOf (max_values: None, max_size: Some(3258), added: 5733, mode: MaxEncodedLen)649 /// Storage: Identity IdentityOf (r:0 w:600)650 /// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen)651 /// The range of component `x` is `[0, 100]`.652 /// The range of component `n` is `[0, 600]`.653 fn force_remove_identities(x: u32, n: u32, ) -> Weight {654 // Proof Size summary in bytes:655 // Measured: `41`656 // Estimated: `990 + n * (5733 ±0)`657 // Minimum execution time: 3_998_000 picoseconds.658 Weight::from_parts(4_142_000, 990)659 // Standard Error: 2_992660 .saturating_add(Weight::from_parts(62_923, 0).saturating_mul(x.into()))661 // Standard Error: 497662 .saturating_add(Weight::from_parts(1_122_767, 0).saturating_mul(n.into()))663 .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(n.into())))664 .saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(n.into())))665 .saturating_add(Weight::from_parts(0, 5733).saturating_mul(n.into()))666 }667 /// Storage: Identity SubsOf (r:600 w:600)668 /// Proof: Identity SubsOf (max_values: None, max_size: Some(3258), added: 5733, mode: MaxEncodedLen)669 /// Storage: Identity SuperOf (r:0 w:100)670 /// Proof: Identity SuperOf (max_values: None, max_size: Some(114), added: 2589, mode: MaxEncodedLen)671 /// The range of component `s` is `[0, 100]`.672 /// The range of component `n` is `[0, 600]`.673 fn force_set_subs(s: u32, n: u32, ) -> Weight {674 // Proof Size summary in bytes:675 // Measured: `41`676 // Estimated: `990 + n * (5733 ±0)`677 // Minimum execution time: 4_019_000 picoseconds.678 Weight::from_parts(4_174_000, 990)679 // Standard Error: 2_026_537680 .saturating_add(Weight::from_parts(127_217_493, 0).saturating_mul(s.into()))681 // Standard Error: 337_157682 .saturating_add(Weight::from_parts(22_199_440, 0).saturating_mul(n.into()))683 .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(n.into())))684 .saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(s.into())))685 .saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(n.into())))686 .saturating_add(Weight::from_parts(0, 5733).saturating_mul(n.into()))687 }688 /// Storage: Identity IdentityOf (r:1 w:0)689 /// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen)690 /// Storage: Identity SuperOf (r:1 w:1)691 /// Proof: Identity SuperOf (max_values: None, max_size: Some(114), added: 2589, mode: MaxEncodedLen)692 /// Storage: Identity SubsOf (r:1 w:1)693 /// Proof: Identity SubsOf (max_values: None, max_size: Some(3258), added: 5733, mode: MaxEncodedLen)694 /// The range of component `s` is `[0, 99]`.695 fn add_sub(s: u32, ) -> Weight {696 // Proof Size summary in bytes:697 // Measured: `474 + s * (36 ±0)`698 // Estimated: `11003`699 // Minimum execution time: 16_361_000 picoseconds.700 Weight::from_parts(20_622_408, 11003)701 // Standard Error: 592702 .saturating_add(Weight::from_parts(48_502, 0).saturating_mul(s.into()))703 .saturating_add(RocksDbWeight::get().reads(3_u64))704 .saturating_add(RocksDbWeight::get().writes(2_u64))705 }706 /// Storage: Identity IdentityOf (r:1 w:0)707 /// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen)708 /// Storage: Identity SuperOf (r:1 w:1)709 /// Proof: Identity SuperOf (max_values: None, max_size: Some(114), added: 2589, mode: MaxEncodedLen)710 /// The range of component `s` is `[1, 100]`.711 fn rename_sub(s: u32, ) -> Weight {712 // Proof Size summary in bytes:713 // Measured: `590 + s * (3 ±0)`714 // Estimated: `11003`715 // Minimum execution time: 9_676_000 picoseconds.716 Weight::from_parts(11_336_454, 11003)717 // Standard Error: 240718 .saturating_add(Weight::from_parts(17_924, 0).saturating_mul(s.into()))719 .saturating_add(RocksDbWeight::get().reads(2_u64))720 .saturating_add(RocksDbWeight::get().writes(1_u64))721 }722 /// Storage: Identity IdentityOf (r:1 w:0)723 /// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen)724 /// Storage: Identity SuperOf (r:1 w:1)725 /// Proof: Identity SuperOf (max_values: None, max_size: Some(114), added: 2589, mode: MaxEncodedLen)726 /// Storage: Identity SubsOf (r:1 w:1)727 /// Proof: Identity SubsOf (max_values: None, max_size: Some(3258), added: 5733, mode: MaxEncodedLen)728 /// The range of component `s` is `[1, 100]`.729 fn remove_sub(s: u32, ) -> Weight {730 // Proof Size summary in bytes:731 // Measured: `637 + s * (35 ±0)`732 // Estimated: `11003`733 // Minimum execution time: 20_304_000 picoseconds.734 Weight::from_parts(22_890_354, 11003)735 // Standard Error: 1_568736 .saturating_add(Weight::from_parts(40_002, 0).saturating_mul(s.into()))737 .saturating_add(RocksDbWeight::get().reads(3_u64))738 .saturating_add(RocksDbWeight::get().writes(2_u64))739 }740 /// Storage: Identity SuperOf (r:1 w:1)741 /// Proof: Identity SuperOf (max_values: None, max_size: Some(114), added: 2589, mode: MaxEncodedLen)742 /// Storage: Identity SubsOf (r:1 w:1)743 /// Proof: Identity SubsOf (max_values: None, max_size: Some(3258), added: 5733, mode: MaxEncodedLen)744 /// Storage: System Account (r:1 w:0)745 /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)746 /// The range of component `s` is `[0, 99]`.747 fn quit_sub(s: u32, ) -> Weight {748 // Proof Size summary in bytes:749 // Measured: `703 + s * (37 ±0)`750 // Estimated: `6723`751 // Minimum execution time: 17_645_000 picoseconds.752 Weight::from_parts(20_080_248, 6723)753 // Standard Error: 1_331754 .saturating_add(Weight::from_parts(42_353, 0).saturating_mul(s.into()))755 .saturating_add(RocksDbWeight::get().reads(3_u64))756 .saturating_add(RocksDbWeight::get().writes(2_u64))757 }758}759pallets/maintenance/src/weights.rsdiffbeforeafterboth--- a/pallets/maintenance/src/weights.rs
+++ b/pallets/maintenance/src/weights.rs
@@ -3,7 +3,7 @@
//! Autogenerated weights for pallet_maintenance
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
-//! DATE: 2023-04-20, STEPS: `50`, REPEAT: `80`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2023-09-26, STEPS: `50`, REPEAT: `80`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `bench-host`, CPU: `Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz`
//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
@@ -47,8 +47,8 @@
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
- // Minimum execution time: 4_407_000 picoseconds.
- Weight::from_parts(4_556_000, 0)
+ // Minimum execution time: 4_227_000 picoseconds.
+ Weight::from_parts(4_445_000, 0)
.saturating_add(T::DbWeight::get().writes(1_u64))
}
/// Storage: Maintenance Enabled (r:0 w:1)
@@ -57,8 +57,8 @@
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
- // Minimum execution time: 5_868_000 picoseconds.
- Weight::from_parts(6_100_000, 0)
+ // Minimum execution time: 4_381_000 picoseconds.
+ Weight::from_parts(4_576_000, 0)
.saturating_add(T::DbWeight::get().writes(1_u64))
}
/// Storage: Preimage StatusFor (r:1 w:0)
@@ -68,9 +68,9 @@
fn execute_preimage() -> Weight {
// Proof Size summary in bytes:
// Measured: `209`
- // Estimated: `7230`
- // Minimum execution time: 14_046_000 picoseconds.
- Weight::from_parts(14_419_000, 7230)
+ // Estimated: `3674`
+ // Minimum execution time: 10_106_000 picoseconds.
+ Weight::from_parts(10_311_000, 3674)
.saturating_add(T::DbWeight::get().reads(2_u64))
}
}
@@ -83,8 +83,8 @@
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
- // Minimum execution time: 4_407_000 picoseconds.
- Weight::from_parts(4_556_000, 0)
+ // Minimum execution time: 4_227_000 picoseconds.
+ Weight::from_parts(4_445_000, 0)
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
/// Storage: Maintenance Enabled (r:0 w:1)
@@ -93,8 +93,8 @@
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
- // Minimum execution time: 5_868_000 picoseconds.
- Weight::from_parts(6_100_000, 0)
+ // Minimum execution time: 4_381_000 picoseconds.
+ Weight::from_parts(4_576_000, 0)
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
/// Storage: Preimage StatusFor (r:1 w:0)
@@ -104,9 +104,9 @@
fn execute_preimage() -> Weight {
// Proof Size summary in bytes:
// Measured: `209`
- // Estimated: `7230`
- // Minimum execution time: 14_046_000 picoseconds.
- Weight::from_parts(14_419_000, 7230)
+ // Estimated: `3674`
+ // Minimum execution time: 10_106_000 picoseconds.
+ Weight::from_parts(10_311_000, 3674)
.saturating_add(RocksDbWeight::get().reads(2_u64))
}
}
pallets/nonfungible/src/weights.rsdiffbeforeafterboth--- a/pallets/nonfungible/src/weights.rs
+++ b/pallets/nonfungible/src/weights.rs
@@ -5,7 +5,7 @@
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2023-09-26, STEPS: `50`, REPEAT: `80`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
-//! HOSTNAME: `hearthstone`, CPU: `AMD Ryzen 9 7950X3D 16-Core Processor`
+//! HOSTNAME: `bench-host`, CPU: `Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz`
//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
// Executed Command:
@@ -69,8 +69,8 @@
// Proof Size summary in bytes:
// Measured: `142`
// Estimated: `3530`
- // Minimum execution time: 6_680_000 picoseconds.
- Weight::from_parts(6_910_000, 3530)
+ // Minimum execution time: 14_096_000 picoseconds.
+ Weight::from_parts(14_490_000, 3530)
.saturating_add(T::DbWeight::get().reads(2_u64))
.saturating_add(T::DbWeight::get().writes(4_u64))
}
@@ -87,10 +87,10 @@
// Proof Size summary in bytes:
// Measured: `142`
// Estimated: `3530`
- // Minimum execution time: 2_120_000 picoseconds.
- Weight::from_parts(2_190_000, 3530)
- // Standard Error: 1_175
- .saturating_add(Weight::from_parts(3_053_846, 0).saturating_mul(b.into()))
+ // Minimum execution time: 4_157_000 picoseconds.
+ Weight::from_parts(2_679_830, 3530)
+ // Standard Error: 3_040
+ .saturating_add(Weight::from_parts(4_359_013, 0).saturating_mul(b.into()))
.saturating_add(T::DbWeight::get().reads(2_u64))
.saturating_add(T::DbWeight::get().writes(2_u64))
.saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(b.into())))
@@ -108,10 +108,10 @@
// Proof Size summary in bytes:
// Measured: `142`
// Estimated: `3481 + b * (2540 ±0)`
- // Minimum execution time: 2_210_000 picoseconds.
- Weight::from_parts(2_280_000, 3481)
- // Standard Error: 1_618
- .saturating_add(Weight::from_parts(4_308_375, 0).saturating_mul(b.into()))
+ // Minimum execution time: 4_271_000 picoseconds.
+ Weight::from_parts(4_483_000, 3481)
+ // Standard Error: 2_384
+ .saturating_add(Weight::from_parts(5_835_967, 0).saturating_mul(b.into()))
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(b.into())))
.saturating_add(T::DbWeight::get().writes(1_u64))
@@ -136,8 +136,8 @@
// Proof Size summary in bytes:
// Measured: `380`
// Estimated: `3530`
- // Minimum execution time: 13_270_000 picoseconds.
- Weight::from_parts(13_559_000, 3530)
+ // Minimum execution time: 23_512_000 picoseconds.
+ Weight::from_parts(24_018_000, 3530)
.saturating_add(T::DbWeight::get().reads(5_u64))
.saturating_add(T::DbWeight::get().writes(5_u64))
}
@@ -159,8 +159,8 @@
// Proof Size summary in bytes:
// Measured: `380`
// Estimated: `3530`
- // Minimum execution time: 16_680_000 picoseconds.
- Weight::from_parts(17_260_000, 3530)
+ // Minimum execution time: 29_808_000 picoseconds.
+ Weight::from_parts(30_221_000, 3530)
.saturating_add(T::DbWeight::get().reads(5_u64))
.saturating_add(T::DbWeight::get().writes(5_u64))
}
@@ -185,10 +185,10 @@
// Proof Size summary in bytes:
// Measured: `1500 + b * (58 ±0)`
// Estimated: `5874 + b * (5032 ±0)`
- // Minimum execution time: 16_630_000 picoseconds.
- Weight::from_parts(17_030_000, 5874)
- // Standard Error: 137_617
- .saturating_add(Weight::from_parts(47_437_920, 0).saturating_mul(b.into()))
+ // Minimum execution time: 29_778_000 picoseconds.
+ Weight::from_parts(30_144_000, 5874)
+ // Standard Error: 211_038
+ .saturating_add(Weight::from_parts(71_816_636, 0).saturating_mul(b.into()))
.saturating_add(T::DbWeight::get().reads(7_u64))
.saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(b.into())))
.saturating_add(T::DbWeight::get().writes(6_u64))
@@ -207,8 +207,8 @@
// Proof Size summary in bytes:
// Measured: `380`
// Estimated: `6070`
- // Minimum execution time: 10_200_000 picoseconds.
- Weight::from_parts(10_490_000, 6070)
+ // Minimum execution time: 17_854_000 picoseconds.
+ Weight::from_parts(18_244_000, 6070)
.saturating_add(T::DbWeight::get().reads(4_u64))
.saturating_add(T::DbWeight::get().writes(5_u64))
}
@@ -220,8 +220,8 @@
// Proof Size summary in bytes:
// Measured: `326`
// Estimated: `3522`
- // Minimum execution time: 5_730_000 picoseconds.
- Weight::from_parts(5_980_000, 3522)
+ // Minimum execution time: 10_545_000 picoseconds.
+ Weight::from_parts(10_842_000, 3522)
.saturating_add(T::DbWeight::get().reads(2_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -233,8 +233,8 @@
// Proof Size summary in bytes:
// Measured: `313`
// Estimated: `3522`
- // Minimum execution time: 5_760_000 picoseconds.
- Weight::from_parts(5_990_000, 3522)
+ // Minimum execution time: 10_536_000 picoseconds.
+ Weight::from_parts(10_811_000, 3522)
.saturating_add(T::DbWeight::get().reads(2_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -244,8 +244,8 @@
// Proof Size summary in bytes:
// Measured: `362`
// Estimated: `3522`
- // Minimum execution time: 3_270_000 picoseconds.
- Weight::from_parts(3_440_000, 3522)
+ // Minimum execution time: 5_351_000 picoseconds.
+ Weight::from_parts(5_501_000, 3522)
.saturating_add(T::DbWeight::get().reads(1_u64))
}
/// Storage: Nonfungible Allowance (r:1 w:1)
@@ -266,8 +266,8 @@
// Proof Size summary in bytes:
// Measured: `463`
// Estimated: `3530`
- // Minimum execution time: 16_770_000 picoseconds.
- Weight::from_parts(17_150_000, 3530)
+ // Minimum execution time: 28_847_000 picoseconds.
+ Weight::from_parts(29_327_000, 3530)
.saturating_add(T::DbWeight::get().reads(5_u64))
.saturating_add(T::DbWeight::get().writes(6_u64))
}
@@ -278,10 +278,10 @@
// Proof Size summary in bytes:
// Measured: `314`
// Estimated: `20191`
- // Minimum execution time: 870_000 picoseconds.
- Weight::from_parts(910_000, 20191)
- // Standard Error: 37_993
- .saturating_add(Weight::from_parts(8_947_342, 0).saturating_mul(b.into()))
+ // Minimum execution time: 2_006_000 picoseconds.
+ Weight::from_parts(2_103_000, 20191)
+ // Standard Error: 46_810
+ .saturating_add(Weight::from_parts(11_403_774, 0).saturating_mul(b.into()))
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -296,10 +296,10 @@
// Proof Size summary in bytes:
// Measured: `640 + b * (261 ±0)`
// Estimated: `36269`
- // Minimum execution time: 2_570_000 picoseconds.
- Weight::from_parts(10_787_333, 36269)
- // Standard Error: 7_619
- .saturating_add(Weight::from_parts(2_939_955, 0).saturating_mul(b.into()))
+ // Minimum execution time: 5_038_000 picoseconds.
+ Weight::from_parts(11_734_155, 36269)
+ // Standard Error: 13_521
+ .saturating_add(Weight::from_parts(5_311_979, 0).saturating_mul(b.into()))
.saturating_add(T::DbWeight::get().reads(3_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -312,10 +312,10 @@
// Proof Size summary in bytes:
// Measured: `317 + b * (261 ±0)`
// Estimated: `20191`
- // Minimum execution time: 530_000 picoseconds.
- Weight::from_parts(5_572_362, 20191)
- // Standard Error: 6_997
- .saturating_add(Weight::from_parts(2_986_451, 0).saturating_mul(b.into()))
+ // Minimum execution time: 1_599_000 picoseconds.
+ Weight::from_parts(1_659_000, 20191)
+ // Standard Error: 77_681
+ .saturating_add(Weight::from_parts(6_883_549, 0).saturating_mul(b.into()))
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -330,10 +330,10 @@
// Proof Size summary in bytes:
// Measured: `699 + b * (33291 ±0)`
// Estimated: `36269`
- // Minimum execution time: 2_580_000 picoseconds.
- Weight::from_parts(2_640_000, 36269)
- // Standard Error: 25_713
- .saturating_add(Weight::from_parts(9_667_974, 0).saturating_mul(b.into()))
+ // Minimum execution time: 4_916_000 picoseconds.
+ Weight::from_parts(5_018_000, 36269)
+ // Standard Error: 84_636
+ .saturating_add(Weight::from_parts(24_588_007, 0).saturating_mul(b.into()))
.saturating_add(T::DbWeight::get().reads(3_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -343,8 +343,8 @@
// Proof Size summary in bytes:
// Measured: `326`
// Estimated: `3522`
- // Minimum execution time: 2_910_000 picoseconds.
- Weight::from_parts(3_020_000, 3522)
+ // Minimum execution time: 4_667_000 picoseconds.
+ Weight::from_parts(4_879_000, 3522)
.saturating_add(T::DbWeight::get().reads(1_u64))
}
/// Storage: Nonfungible CollectionAllowance (r:0 w:1)
@@ -353,8 +353,8 @@
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
- // Minimum execution time: 2_510_000 picoseconds.
- Weight::from_parts(2_660_000, 0)
+ // Minimum execution time: 6_087_000 picoseconds.
+ Weight::from_parts(6_270_000, 0)
.saturating_add(T::DbWeight::get().writes(1_u64))
}
/// Storage: Nonfungible CollectionAllowance (r:1 w:0)
@@ -363,8 +363,8 @@
// Proof Size summary in bytes:
// Measured: `142`
// Estimated: `3576`
- // Minimum execution time: 1_860_000 picoseconds.
- Weight::from_parts(2_010_000, 3576)
+ // Minimum execution time: 3_563_000 picoseconds.
+ Weight::from_parts(3_683_000, 3576)
.saturating_add(T::DbWeight::get().reads(1_u64))
}
/// Storage: Nonfungible TokenProperties (r:1 w:1)
@@ -373,8 +373,8 @@
// Proof Size summary in bytes:
// Measured: `279`
// Estimated: `36269`
- // Minimum execution time: 2_220_000 picoseconds.
- Weight::from_parts(2_350_000, 36269)
+ // Minimum execution time: 4_005_000 picoseconds.
+ Weight::from_parts(4_191_000, 36269)
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -394,8 +394,8 @@
// Proof Size summary in bytes:
// Measured: `142`
// Estimated: `3530`
- // Minimum execution time: 6_680_000 picoseconds.
- Weight::from_parts(6_910_000, 3530)
+ // Minimum execution time: 14_096_000 picoseconds.
+ Weight::from_parts(14_490_000, 3530)
.saturating_add(RocksDbWeight::get().reads(2_u64))
.saturating_add(RocksDbWeight::get().writes(4_u64))
}
@@ -412,10 +412,10 @@
// Proof Size summary in bytes:
// Measured: `142`
// Estimated: `3530`
- // Minimum execution time: 2_120_000 picoseconds.
- Weight::from_parts(2_190_000, 3530)
- // Standard Error: 1_175
- .saturating_add(Weight::from_parts(3_053_846, 0).saturating_mul(b.into()))
+ // Minimum execution time: 4_157_000 picoseconds.
+ Weight::from_parts(2_679_830, 3530)
+ // Standard Error: 3_040
+ .saturating_add(Weight::from_parts(4_359_013, 0).saturating_mul(b.into()))
.saturating_add(RocksDbWeight::get().reads(2_u64))
.saturating_add(RocksDbWeight::get().writes(2_u64))
.saturating_add(RocksDbWeight::get().writes((2_u64).saturating_mul(b.into())))
@@ -433,10 +433,10 @@
// Proof Size summary in bytes:
// Measured: `142`
// Estimated: `3481 + b * (2540 ±0)`
- // Minimum execution time: 2_210_000 picoseconds.
- Weight::from_parts(2_280_000, 3481)
- // Standard Error: 1_618
- .saturating_add(Weight::from_parts(4_308_375, 0).saturating_mul(b.into()))
+ // Minimum execution time: 4_271_000 picoseconds.
+ Weight::from_parts(4_483_000, 3481)
+ // Standard Error: 2_384
+ .saturating_add(Weight::from_parts(5_835_967, 0).saturating_mul(b.into()))
.saturating_add(RocksDbWeight::get().reads(1_u64))
.saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(b.into())))
.saturating_add(RocksDbWeight::get().writes(1_u64))
@@ -461,8 +461,8 @@
// Proof Size summary in bytes:
// Measured: `380`
// Estimated: `3530`
- // Minimum execution time: 13_270_000 picoseconds.
- Weight::from_parts(13_559_000, 3530)
+ // Minimum execution time: 23_512_000 picoseconds.
+ Weight::from_parts(24_018_000, 3530)
.saturating_add(RocksDbWeight::get().reads(5_u64))
.saturating_add(RocksDbWeight::get().writes(5_u64))
}
@@ -484,8 +484,8 @@
// Proof Size summary in bytes:
// Measured: `380`
// Estimated: `3530`
- // Minimum execution time: 16_680_000 picoseconds.
- Weight::from_parts(17_260_000, 3530)
+ // Minimum execution time: 29_808_000 picoseconds.
+ Weight::from_parts(30_221_000, 3530)
.saturating_add(RocksDbWeight::get().reads(5_u64))
.saturating_add(RocksDbWeight::get().writes(5_u64))
}
@@ -510,10 +510,10 @@
// Proof Size summary in bytes:
// Measured: `1500 + b * (58 ±0)`
// Estimated: `5874 + b * (5032 ±0)`
- // Minimum execution time: 16_630_000 picoseconds.
- Weight::from_parts(17_030_000, 5874)
- // Standard Error: 137_617
- .saturating_add(Weight::from_parts(47_437_920, 0).saturating_mul(b.into()))
+ // Minimum execution time: 29_778_000 picoseconds.
+ Weight::from_parts(30_144_000, 5874)
+ // Standard Error: 211_038
+ .saturating_add(Weight::from_parts(71_816_636, 0).saturating_mul(b.into()))
.saturating_add(RocksDbWeight::get().reads(7_u64))
.saturating_add(RocksDbWeight::get().reads((4_u64).saturating_mul(b.into())))
.saturating_add(RocksDbWeight::get().writes(6_u64))
@@ -532,8 +532,8 @@
// Proof Size summary in bytes:
// Measured: `380`
// Estimated: `6070`
- // Minimum execution time: 10_200_000 picoseconds.
- Weight::from_parts(10_490_000, 6070)
+ // Minimum execution time: 17_854_000 picoseconds.
+ Weight::from_parts(18_244_000, 6070)
.saturating_add(RocksDbWeight::get().reads(4_u64))
.saturating_add(RocksDbWeight::get().writes(5_u64))
}
@@ -545,8 +545,8 @@
// Proof Size summary in bytes:
// Measured: `326`
// Estimated: `3522`
- // Minimum execution time: 5_730_000 picoseconds.
- Weight::from_parts(5_980_000, 3522)
+ // Minimum execution time: 10_545_000 picoseconds.
+ Weight::from_parts(10_842_000, 3522)
.saturating_add(RocksDbWeight::get().reads(2_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
@@ -558,8 +558,8 @@
// Proof Size summary in bytes:
// Measured: `313`
// Estimated: `3522`
- // Minimum execution time: 5_760_000 picoseconds.
- Weight::from_parts(5_990_000, 3522)
+ // Minimum execution time: 10_536_000 picoseconds.
+ Weight::from_parts(10_811_000, 3522)
.saturating_add(RocksDbWeight::get().reads(2_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
@@ -569,8 +569,8 @@
// Proof Size summary in bytes:
// Measured: `362`
// Estimated: `3522`
- // Minimum execution time: 3_270_000 picoseconds.
- Weight::from_parts(3_440_000, 3522)
+ // Minimum execution time: 5_351_000 picoseconds.
+ Weight::from_parts(5_501_000, 3522)
.saturating_add(RocksDbWeight::get().reads(1_u64))
}
/// Storage: Nonfungible Allowance (r:1 w:1)
@@ -591,8 +591,8 @@
// Proof Size summary in bytes:
// Measured: `463`
// Estimated: `3530`
- // Minimum execution time: 16_770_000 picoseconds.
- Weight::from_parts(17_150_000, 3530)
+ // Minimum execution time: 28_847_000 picoseconds.
+ Weight::from_parts(29_327_000, 3530)
.saturating_add(RocksDbWeight::get().reads(5_u64))
.saturating_add(RocksDbWeight::get().writes(6_u64))
}
@@ -603,10 +603,10 @@
// Proof Size summary in bytes:
// Measured: `314`
// Estimated: `20191`
- // Minimum execution time: 870_000 picoseconds.
- Weight::from_parts(910_000, 20191)
- // Standard Error: 37_993
- .saturating_add(Weight::from_parts(8_947_342, 0).saturating_mul(b.into()))
+ // Minimum execution time: 2_006_000 picoseconds.
+ Weight::from_parts(2_103_000, 20191)
+ // Standard Error: 46_810
+ .saturating_add(Weight::from_parts(11_403_774, 0).saturating_mul(b.into()))
.saturating_add(RocksDbWeight::get().reads(1_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
@@ -621,10 +621,10 @@
// Proof Size summary in bytes:
// Measured: `640 + b * (261 ±0)`
// Estimated: `36269`
- // Minimum execution time: 2_570_000 picoseconds.
- Weight::from_parts(10_787_333, 36269)
- // Standard Error: 7_619
- .saturating_add(Weight::from_parts(2_939_955, 0).saturating_mul(b.into()))
+ // Minimum execution time: 5_038_000 picoseconds.
+ Weight::from_parts(11_734_155, 36269)
+ // Standard Error: 13_521
+ .saturating_add(Weight::from_parts(5_311_979, 0).saturating_mul(b.into()))
.saturating_add(RocksDbWeight::get().reads(3_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
@@ -637,10 +637,10 @@
// Proof Size summary in bytes:
// Measured: `317 + b * (261 ±0)`
// Estimated: `20191`
- // Minimum execution time: 530_000 picoseconds.
- Weight::from_parts(5_572_362, 20191)
- // Standard Error: 6_997
- .saturating_add(Weight::from_parts(2_986_451, 0).saturating_mul(b.into()))
+ // Minimum execution time: 1_599_000 picoseconds.
+ Weight::from_parts(1_659_000, 20191)
+ // Standard Error: 77_681
+ .saturating_add(Weight::from_parts(6_883_549, 0).saturating_mul(b.into()))
.saturating_add(RocksDbWeight::get().reads(1_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
@@ -655,10 +655,10 @@
// Proof Size summary in bytes:
// Measured: `699 + b * (33291 ±0)`
// Estimated: `36269`
- // Minimum execution time: 2_580_000 picoseconds.
- Weight::from_parts(2_640_000, 36269)
- // Standard Error: 25_713
- .saturating_add(Weight::from_parts(9_667_974, 0).saturating_mul(b.into()))
+ // Minimum execution time: 4_916_000 picoseconds.
+ Weight::from_parts(5_018_000, 36269)
+ // Standard Error: 84_636
+ .saturating_add(Weight::from_parts(24_588_007, 0).saturating_mul(b.into()))
.saturating_add(RocksDbWeight::get().reads(3_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
@@ -668,8 +668,8 @@
// Proof Size summary in bytes:
// Measured: `326`
// Estimated: `3522`
- // Minimum execution time: 2_910_000 picoseconds.
- Weight::from_parts(3_020_000, 3522)
+ // Minimum execution time: 4_667_000 picoseconds.
+ Weight::from_parts(4_879_000, 3522)
.saturating_add(RocksDbWeight::get().reads(1_u64))
}
/// Storage: Nonfungible CollectionAllowance (r:0 w:1)
@@ -678,8 +678,8 @@
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
- // Minimum execution time: 2_510_000 picoseconds.
- Weight::from_parts(2_660_000, 0)
+ // Minimum execution time: 6_087_000 picoseconds.
+ Weight::from_parts(6_270_000, 0)
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
/// Storage: Nonfungible CollectionAllowance (r:1 w:0)
@@ -688,8 +688,8 @@
// Proof Size summary in bytes:
// Measured: `142`
// Estimated: `3576`
- // Minimum execution time: 1_860_000 picoseconds.
- Weight::from_parts(2_010_000, 3576)
+ // Minimum execution time: 3_563_000 picoseconds.
+ Weight::from_parts(3_683_000, 3576)
.saturating_add(RocksDbWeight::get().reads(1_u64))
}
/// Storage: Nonfungible TokenProperties (r:1 w:1)
@@ -698,8 +698,8 @@
// Proof Size summary in bytes:
// Measured: `279`
// Estimated: `36269`
- // Minimum execution time: 2_220_000 picoseconds.
- Weight::from_parts(2_350_000, 36269)
+ // Minimum execution time: 4_005_000 picoseconds.
+ Weight::from_parts(4_191_000, 36269)
.saturating_add(RocksDbWeight::get().reads(1_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
pallets/refungible/src/weights.rsdiffbeforeafterboth--- a/pallets/refungible/src/weights.rs
+++ b/pallets/refungible/src/weights.rs
@@ -5,7 +5,7 @@
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2023-09-26, STEPS: `50`, REPEAT: `80`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
-//! HOSTNAME: `hearthstone`, CPU: `AMD Ryzen 9 7950X3D 16-Core Processor`
+//! HOSTNAME: `bench-host`, CPU: `Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz`
//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
// Executed Command:
@@ -78,8 +78,8 @@
// Proof Size summary in bytes:
// Measured: `4`
// Estimated: `3530`
- // Minimum execution time: 7_490_000 picoseconds.
- Weight::from_parts(7_820_000, 3530)
+ // Minimum execution time: 16_590_000 picoseconds.
+ Weight::from_parts(17_009_000, 3530)
.saturating_add(T::DbWeight::get().reads(2_u64))
.saturating_add(T::DbWeight::get().writes(5_u64))
}
@@ -98,10 +98,10 @@
// Proof Size summary in bytes:
// Measured: `4`
// Estimated: `3530`
- // Minimum execution time: 1_570_000 picoseconds.
- Weight::from_parts(1_630_000, 3530)
- // Standard Error: 1_544
- .saturating_add(Weight::from_parts(4_082_425, 0).saturating_mul(b.into()))
+ // Minimum execution time: 3_775_000 picoseconds.
+ Weight::from_parts(3_879_000, 3530)
+ // Standard Error: 3_161
+ .saturating_add(Weight::from_parts(5_906_642, 0).saturating_mul(b.into()))
.saturating_add(T::DbWeight::get().reads(2_u64))
.saturating_add(T::DbWeight::get().writes(2_u64))
.saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(b.into())))
@@ -121,10 +121,10 @@
// Proof Size summary in bytes:
// Measured: `4`
// Estimated: `3481 + b * (2540 ±0)`
- // Minimum execution time: 1_620_000 picoseconds.
- Weight::from_parts(1_690_000, 3481)
- // Standard Error: 1_349
- .saturating_add(Weight::from_parts(5_124_357, 0).saturating_mul(b.into()))
+ // Minimum execution time: 3_776_000 picoseconds.
+ Weight::from_parts(3_877_000, 3481)
+ // Standard Error: 2_805
+ .saturating_add(Weight::from_parts(7_369_476, 0).saturating_mul(b.into()))
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(b.into())))
.saturating_add(T::DbWeight::get().writes(1_u64))
@@ -146,10 +146,10 @@
// Proof Size summary in bytes:
// Measured: `4`
// Estimated: `3481 + b * (2540 ±0)`
- // Minimum execution time: 2_570_000 picoseconds.
- Weight::from_parts(2_680_000, 3481)
- // Standard Error: 637
- .saturating_add(Weight::from_parts(3_753_594, 0).saturating_mul(b.into()))
+ // Minimum execution time: 6_070_000 picoseconds.
+ Weight::from_parts(5_715_254, 3481)
+ // Standard Error: 3_252
+ .saturating_add(Weight::from_parts(5_385_888, 0).saturating_mul(b.into()))
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(b.into())))
.saturating_add(T::DbWeight::get().writes(2_u64))
@@ -168,8 +168,8 @@
// Proof Size summary in bytes:
// Measured: `456`
// Estimated: `8682`
- // Minimum execution time: 16_200_000 picoseconds.
- Weight::from_parts(16_620_000, 8682)
+ // Minimum execution time: 28_877_000 picoseconds.
+ Weight::from_parts(29_326_000, 8682)
.saturating_add(T::DbWeight::get().reads(5_u64))
.saturating_add(T::DbWeight::get().writes(4_u64))
}
@@ -189,8 +189,8 @@
// Proof Size summary in bytes:
// Measured: `341`
// Estimated: `3554`
- // Minimum execution time: 15_820_000 picoseconds.
- Weight::from_parts(16_410_000, 3554)
+ // Minimum execution time: 27_570_000 picoseconds.
+ Weight::from_parts(28_241_000, 3554)
.saturating_add(T::DbWeight::get().reads(4_u64))
.saturating_add(T::DbWeight::get().writes(6_u64))
}
@@ -202,8 +202,8 @@
// Proof Size summary in bytes:
// Measured: `365`
// Estimated: `6118`
- // Minimum execution time: 9_970_000 picoseconds.
- Weight::from_parts(10_250_000, 6118)
+ // Minimum execution time: 17_508_000 picoseconds.
+ Weight::from_parts(17_819_000, 6118)
.saturating_add(T::DbWeight::get().reads(3_u64))
.saturating_add(T::DbWeight::get().writes(2_u64))
}
@@ -219,8 +219,8 @@
// Proof Size summary in bytes:
// Measured: `341`
// Estimated: `6118`
- // Minimum execution time: 11_530_000 picoseconds.
- Weight::from_parts(11_800_000, 6118)
+ // Minimum execution time: 20_442_000 picoseconds.
+ Weight::from_parts(20_782_000, 6118)
.saturating_add(T::DbWeight::get().reads(4_u64))
.saturating_add(T::DbWeight::get().writes(4_u64))
}
@@ -236,8 +236,8 @@
// Proof Size summary in bytes:
// Measured: `456`
// Estimated: `6118`
- // Minimum execution time: 13_520_000 picoseconds.
- Weight::from_parts(13_860_000, 6118)
+ // Minimum execution time: 23_151_000 picoseconds.
+ Weight::from_parts(23_518_000, 6118)
.saturating_add(T::DbWeight::get().reads(4_u64))
.saturating_add(T::DbWeight::get().writes(4_u64))
}
@@ -253,8 +253,8 @@
// Proof Size summary in bytes:
// Measured: `341`
// Estimated: `6118`
- // Minimum execution time: 13_290_000 picoseconds.
- Weight::from_parts(13_590_000, 6118)
+ // Minimum execution time: 22_861_000 picoseconds.
+ Weight::from_parts(23_178_000, 6118)
.saturating_add(T::DbWeight::get().reads(5_u64))
.saturating_add(T::DbWeight::get().writes(6_u64))
}
@@ -266,8 +266,8 @@
// Proof Size summary in bytes:
// Measured: `223`
// Estimated: `3554`
- // Minimum execution time: 5_910_000 picoseconds.
- Weight::from_parts(6_070_000, 3554)
+ // Minimum execution time: 11_395_000 picoseconds.
+ Weight::from_parts(11_844_000, 3554)
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -279,8 +279,8 @@
// Proof Size summary in bytes:
// Measured: `211`
// Estimated: `3554`
- // Minimum execution time: 5_920_000 picoseconds.
- Weight::from_parts(6_100_000, 3554)
+ // Minimum execution time: 11_977_000 picoseconds.
+ Weight::from_parts(12_217_000, 3554)
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -294,8 +294,8 @@
// Proof Size summary in bytes:
// Measured: `495`
// Estimated: `6118`
- // Minimum execution time: 14_460_000 picoseconds.
- Weight::from_parts(14_900_000, 6118)
+ // Minimum execution time: 25_243_000 picoseconds.
+ Weight::from_parts(26_153_000, 6118)
.saturating_add(T::DbWeight::get().reads(4_u64))
.saturating_add(T::DbWeight::get().writes(3_u64))
}
@@ -313,8 +313,8 @@
// Proof Size summary in bytes:
// Measured: `471`
// Estimated: `6118`
- // Minimum execution time: 15_920_000 picoseconds.
- Weight::from_parts(16_340_000, 6118)
+ // Minimum execution time: 28_042_000 picoseconds.
+ Weight::from_parts(28_499_000, 6118)
.saturating_add(T::DbWeight::get().reads(5_u64))
.saturating_add(T::DbWeight::get().writes(5_u64))
}
@@ -332,8 +332,8 @@
// Proof Size summary in bytes:
// Measured: `586`
// Estimated: `6118`
- // Minimum execution time: 18_010_000 picoseconds.
- Weight::from_parts(18_350_000, 6118)
+ // Minimum execution time: 30_539_000 picoseconds.
+ Weight::from_parts(30_914_000, 6118)
.saturating_add(T::DbWeight::get().reads(5_u64))
.saturating_add(T::DbWeight::get().writes(5_u64))
}
@@ -351,8 +351,8 @@
// Proof Size summary in bytes:
// Measured: `471`
// Estimated: `6118`
- // Minimum execution time: 17_800_000 picoseconds.
- Weight::from_parts(18_160_000, 6118)
+ // Minimum execution time: 30_454_000 picoseconds.
+ Weight::from_parts(30_892_000, 6118)
.saturating_add(T::DbWeight::get().reads(6_u64))
.saturating_add(T::DbWeight::get().writes(7_u64))
}
@@ -374,8 +374,8 @@
// Proof Size summary in bytes:
// Measured: `471`
// Estimated: `3570`
- // Minimum execution time: 21_020_000 picoseconds.
- Weight::from_parts(21_450_000, 3570)
+ // Minimum execution time: 35_479_000 picoseconds.
+ Weight::from_parts(35_928_000, 3570)
.saturating_add(T::DbWeight::get().reads(5_u64))
.saturating_add(T::DbWeight::get().writes(7_u64))
}
@@ -386,10 +386,10 @@
// Proof Size summary in bytes:
// Measured: `314`
// Estimated: `20191`
- // Minimum execution time: 790_000 picoseconds.
- Weight::from_parts(840_000, 20191)
- // Standard Error: 35_436
- .saturating_add(Weight::from_parts(8_505_258, 0).saturating_mul(b.into()))
+ // Minimum execution time: 2_013_000 picoseconds.
+ Weight::from_parts(2_086_000, 20191)
+ // Standard Error: 45_248
+ .saturating_add(Weight::from_parts(11_351_115, 0).saturating_mul(b.into()))
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -404,10 +404,10 @@
// Proof Size summary in bytes:
// Measured: `502 + b * (261 ±0)`
// Estimated: `36269`
- // Minimum execution time: 1_710_000 picoseconds.
- Weight::from_parts(5_892_635, 36269)
- // Standard Error: 5_857
- .saturating_add(Weight::from_parts(2_956_238, 0).saturating_mul(b.into()))
+ // Minimum execution time: 3_998_000 picoseconds.
+ Weight::from_parts(10_420_739, 36269)
+ // Standard Error: 40_334
+ .saturating_add(Weight::from_parts(5_989_594, 0).saturating_mul(b.into()))
.saturating_add(T::DbWeight::get().reads(3_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -420,10 +420,10 @@
// Proof Size summary in bytes:
// Measured: `317 + b * (261 ±0)`
// Estimated: `20191`
- // Minimum execution time: 500_000 picoseconds.
- Weight::from_parts(7_856_522, 20191)
- // Standard Error: 7_896
- .saturating_add(Weight::from_parts(2_770_333, 0).saturating_mul(b.into()))
+ // Minimum execution time: 1_541_000 picoseconds.
+ Weight::from_parts(4_545_643, 20191)
+ // Standard Error: 33_290
+ .saturating_add(Weight::from_parts(5_626_340, 0).saturating_mul(b.into()))
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -438,10 +438,10 @@
// Proof Size summary in bytes:
// Measured: `561 + b * (33291 ±0)`
// Estimated: `36269`
- // Minimum execution time: 1_710_000 picoseconds.
- Weight::from_parts(1_790_000, 36269)
- // Standard Error: 23_937
- .saturating_add(Weight::from_parts(9_102_744, 0).saturating_mul(b.into()))
+ // Minimum execution time: 3_768_000 picoseconds.
+ Weight::from_parts(3_906_000, 36269)
+ // Standard Error: 97_278
+ .saturating_add(Weight::from_parts(24_661_474, 0).saturating_mul(b.into()))
.saturating_add(T::DbWeight::get().reads(3_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -453,8 +453,8 @@
// Proof Size summary in bytes:
// Measured: `288`
// Estimated: `3554`
- // Minimum execution time: 7_540_000 picoseconds.
- Weight::from_parts(7_740_000, 3554)
+ // Minimum execution time: 13_554_000 picoseconds.
+ Weight::from_parts(13_880_000, 3554)
.saturating_add(T::DbWeight::get().reads(2_u64))
.saturating_add(T::DbWeight::get().writes(2_u64))
}
@@ -464,8 +464,8 @@
// Proof Size summary in bytes:
// Measured: `288`
// Estimated: `6118`
- // Minimum execution time: 3_050_000 picoseconds.
- Weight::from_parts(3_230_000, 6118)
+ // Minimum execution time: 6_821_000 picoseconds.
+ Weight::from_parts(7_027_000, 6118)
.saturating_add(T::DbWeight::get().reads(2_u64))
}
/// Storage: Refungible CollectionAllowance (r:0 w:1)
@@ -474,8 +474,8 @@
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
- // Minimum execution time: 2_560_000 picoseconds.
- Weight::from_parts(2_680_000, 0)
+ // Minimum execution time: 6_084_000 picoseconds.
+ Weight::from_parts(6_285_000, 0)
.saturating_add(T::DbWeight::get().writes(1_u64))
}
/// Storage: Refungible CollectionAllowance (r:1 w:0)
@@ -484,8 +484,8 @@
// Proof Size summary in bytes:
// Measured: `4`
// Estimated: `3576`
- // Minimum execution time: 1_430_000 picoseconds.
- Weight::from_parts(1_510_000, 3576)
+ // Minimum execution time: 2_938_000 picoseconds.
+ Weight::from_parts(3_031_000, 3576)
.saturating_add(T::DbWeight::get().reads(1_u64))
}
/// Storage: Refungible TokenProperties (r:1 w:1)
@@ -494,8 +494,8 @@
// Proof Size summary in bytes:
// Measured: `120`
// Estimated: `36269`
- // Minimum execution time: 1_380_000 picoseconds.
- Weight::from_parts(1_470_000, 36269)
+ // Minimum execution time: 2_892_000 picoseconds.
+ Weight::from_parts(3_056_000, 36269)
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -517,8 +517,8 @@
// Proof Size summary in bytes:
// Measured: `4`
// Estimated: `3530`
- // Minimum execution time: 7_490_000 picoseconds.
- Weight::from_parts(7_820_000, 3530)
+ // Minimum execution time: 16_590_000 picoseconds.
+ Weight::from_parts(17_009_000, 3530)
.saturating_add(RocksDbWeight::get().reads(2_u64))
.saturating_add(RocksDbWeight::get().writes(5_u64))
}
@@ -537,10 +537,10 @@
// Proof Size summary in bytes:
// Measured: `4`
// Estimated: `3530`
- // Minimum execution time: 1_570_000 picoseconds.
- Weight::from_parts(1_630_000, 3530)
- // Standard Error: 1_544
- .saturating_add(Weight::from_parts(4_082_425, 0).saturating_mul(b.into()))
+ // Minimum execution time: 3_775_000 picoseconds.
+ Weight::from_parts(3_879_000, 3530)
+ // Standard Error: 3_161
+ .saturating_add(Weight::from_parts(5_906_642, 0).saturating_mul(b.into()))
.saturating_add(RocksDbWeight::get().reads(2_u64))
.saturating_add(RocksDbWeight::get().writes(2_u64))
.saturating_add(RocksDbWeight::get().writes((3_u64).saturating_mul(b.into())))
@@ -560,10 +560,10 @@
// Proof Size summary in bytes:
// Measured: `4`
// Estimated: `3481 + b * (2540 ±0)`
- // Minimum execution time: 1_620_000 picoseconds.
- Weight::from_parts(1_690_000, 3481)
- // Standard Error: 1_349
- .saturating_add(Weight::from_parts(5_124_357, 0).saturating_mul(b.into()))
+ // Minimum execution time: 3_776_000 picoseconds.
+ Weight::from_parts(3_877_000, 3481)
+ // Standard Error: 2_805
+ .saturating_add(Weight::from_parts(7_369_476, 0).saturating_mul(b.into()))
.saturating_add(RocksDbWeight::get().reads(1_u64))
.saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(b.into())))
.saturating_add(RocksDbWeight::get().writes(1_u64))
@@ -585,10 +585,10 @@
// Proof Size summary in bytes:
// Measured: `4`
// Estimated: `3481 + b * (2540 ±0)`
- // Minimum execution time: 2_570_000 picoseconds.
- Weight::from_parts(2_680_000, 3481)
- // Standard Error: 637
- .saturating_add(Weight::from_parts(3_753_594, 0).saturating_mul(b.into()))
+ // Minimum execution time: 6_070_000 picoseconds.
+ Weight::from_parts(5_715_254, 3481)
+ // Standard Error: 3_252
+ .saturating_add(Weight::from_parts(5_385_888, 0).saturating_mul(b.into()))
.saturating_add(RocksDbWeight::get().reads(1_u64))
.saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(b.into())))
.saturating_add(RocksDbWeight::get().writes(2_u64))
@@ -607,8 +607,8 @@
// Proof Size summary in bytes:
// Measured: `456`
// Estimated: `8682`
- // Minimum execution time: 16_200_000 picoseconds.
- Weight::from_parts(16_620_000, 8682)
+ // Minimum execution time: 28_877_000 picoseconds.
+ Weight::from_parts(29_326_000, 8682)
.saturating_add(RocksDbWeight::get().reads(5_u64))
.saturating_add(RocksDbWeight::get().writes(4_u64))
}
@@ -628,8 +628,8 @@
// Proof Size summary in bytes:
// Measured: `341`
// Estimated: `3554`
- // Minimum execution time: 15_820_000 picoseconds.
- Weight::from_parts(16_410_000, 3554)
+ // Minimum execution time: 27_570_000 picoseconds.
+ Weight::from_parts(28_241_000, 3554)
.saturating_add(RocksDbWeight::get().reads(4_u64))
.saturating_add(RocksDbWeight::get().writes(6_u64))
}
@@ -641,8 +641,8 @@
// Proof Size summary in bytes:
// Measured: `365`
// Estimated: `6118`
- // Minimum execution time: 9_970_000 picoseconds.
- Weight::from_parts(10_250_000, 6118)
+ // Minimum execution time: 17_508_000 picoseconds.
+ Weight::from_parts(17_819_000, 6118)
.saturating_add(RocksDbWeight::get().reads(3_u64))
.saturating_add(RocksDbWeight::get().writes(2_u64))
}
@@ -658,8 +658,8 @@
// Proof Size summary in bytes:
// Measured: `341`
// Estimated: `6118`
- // Minimum execution time: 11_530_000 picoseconds.
- Weight::from_parts(11_800_000, 6118)
+ // Minimum execution time: 20_442_000 picoseconds.
+ Weight::from_parts(20_782_000, 6118)
.saturating_add(RocksDbWeight::get().reads(4_u64))
.saturating_add(RocksDbWeight::get().writes(4_u64))
}
@@ -675,8 +675,8 @@
// Proof Size summary in bytes:
// Measured: `456`
// Estimated: `6118`
- // Minimum execution time: 13_520_000 picoseconds.
- Weight::from_parts(13_860_000, 6118)
+ // Minimum execution time: 23_151_000 picoseconds.
+ Weight::from_parts(23_518_000, 6118)
.saturating_add(RocksDbWeight::get().reads(4_u64))
.saturating_add(RocksDbWeight::get().writes(4_u64))
}
@@ -692,8 +692,8 @@
// Proof Size summary in bytes:
// Measured: `341`
// Estimated: `6118`
- // Minimum execution time: 13_290_000 picoseconds.
- Weight::from_parts(13_590_000, 6118)
+ // Minimum execution time: 22_861_000 picoseconds.
+ Weight::from_parts(23_178_000, 6118)
.saturating_add(RocksDbWeight::get().reads(5_u64))
.saturating_add(RocksDbWeight::get().writes(6_u64))
}
@@ -705,8 +705,8 @@
// Proof Size summary in bytes:
// Measured: `223`
// Estimated: `3554`
- // Minimum execution time: 5_910_000 picoseconds.
- Weight::from_parts(6_070_000, 3554)
+ // Minimum execution time: 11_395_000 picoseconds.
+ Weight::from_parts(11_844_000, 3554)
.saturating_add(RocksDbWeight::get().reads(1_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
@@ -718,8 +718,8 @@
// Proof Size summary in bytes:
// Measured: `211`
// Estimated: `3554`
- // Minimum execution time: 5_920_000 picoseconds.
- Weight::from_parts(6_100_000, 3554)
+ // Minimum execution time: 11_977_000 picoseconds.
+ Weight::from_parts(12_217_000, 3554)
.saturating_add(RocksDbWeight::get().reads(1_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
@@ -733,8 +733,8 @@
// Proof Size summary in bytes:
// Measured: `495`
// Estimated: `6118`
- // Minimum execution time: 14_460_000 picoseconds.
- Weight::from_parts(14_900_000, 6118)
+ // Minimum execution time: 25_243_000 picoseconds.
+ Weight::from_parts(26_153_000, 6118)
.saturating_add(RocksDbWeight::get().reads(4_u64))
.saturating_add(RocksDbWeight::get().writes(3_u64))
}
@@ -752,8 +752,8 @@
// Proof Size summary in bytes:
// Measured: `471`
// Estimated: `6118`
- // Minimum execution time: 15_920_000 picoseconds.
- Weight::from_parts(16_340_000, 6118)
+ // Minimum execution time: 28_042_000 picoseconds.
+ Weight::from_parts(28_499_000, 6118)
.saturating_add(RocksDbWeight::get().reads(5_u64))
.saturating_add(RocksDbWeight::get().writes(5_u64))
}
@@ -771,8 +771,8 @@
// Proof Size summary in bytes:
// Measured: `586`
// Estimated: `6118`
- // Minimum execution time: 18_010_000 picoseconds.
- Weight::from_parts(18_350_000, 6118)
+ // Minimum execution time: 30_539_000 picoseconds.
+ Weight::from_parts(30_914_000, 6118)
.saturating_add(RocksDbWeight::get().reads(5_u64))
.saturating_add(RocksDbWeight::get().writes(5_u64))
}
@@ -790,8 +790,8 @@
// Proof Size summary in bytes:
// Measured: `471`
// Estimated: `6118`
- // Minimum execution time: 17_800_000 picoseconds.
- Weight::from_parts(18_160_000, 6118)
+ // Minimum execution time: 30_454_000 picoseconds.
+ Weight::from_parts(30_892_000, 6118)
.saturating_add(RocksDbWeight::get().reads(6_u64))
.saturating_add(RocksDbWeight::get().writes(7_u64))
}
@@ -813,8 +813,8 @@
// Proof Size summary in bytes:
// Measured: `471`
// Estimated: `3570`
- // Minimum execution time: 21_020_000 picoseconds.
- Weight::from_parts(21_450_000, 3570)
+ // Minimum execution time: 35_479_000 picoseconds.
+ Weight::from_parts(35_928_000, 3570)
.saturating_add(RocksDbWeight::get().reads(5_u64))
.saturating_add(RocksDbWeight::get().writes(7_u64))
}
@@ -825,10 +825,10 @@
// Proof Size summary in bytes:
// Measured: `314`
// Estimated: `20191`
- // Minimum execution time: 790_000 picoseconds.
- Weight::from_parts(840_000, 20191)
- // Standard Error: 35_436
- .saturating_add(Weight::from_parts(8_505_258, 0).saturating_mul(b.into()))
+ // Minimum execution time: 2_013_000 picoseconds.
+ Weight::from_parts(2_086_000, 20191)
+ // Standard Error: 45_248
+ .saturating_add(Weight::from_parts(11_351_115, 0).saturating_mul(b.into()))
.saturating_add(RocksDbWeight::get().reads(1_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
@@ -843,10 +843,10 @@
// Proof Size summary in bytes:
// Measured: `502 + b * (261 ±0)`
// Estimated: `36269`
- // Minimum execution time: 1_710_000 picoseconds.
- Weight::from_parts(5_892_635, 36269)
- // Standard Error: 5_857
- .saturating_add(Weight::from_parts(2_956_238, 0).saturating_mul(b.into()))
+ // Minimum execution time: 3_998_000 picoseconds.
+ Weight::from_parts(10_420_739, 36269)
+ // Standard Error: 40_334
+ .saturating_add(Weight::from_parts(5_989_594, 0).saturating_mul(b.into()))
.saturating_add(RocksDbWeight::get().reads(3_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
@@ -859,10 +859,10 @@
// Proof Size summary in bytes:
// Measured: `317 + b * (261 ±0)`
// Estimated: `20191`
- // Minimum execution time: 500_000 picoseconds.
- Weight::from_parts(7_856_522, 20191)
- // Standard Error: 7_896
- .saturating_add(Weight::from_parts(2_770_333, 0).saturating_mul(b.into()))
+ // Minimum execution time: 1_541_000 picoseconds.
+ Weight::from_parts(4_545_643, 20191)
+ // Standard Error: 33_290
+ .saturating_add(Weight::from_parts(5_626_340, 0).saturating_mul(b.into()))
.saturating_add(RocksDbWeight::get().reads(1_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
@@ -877,10 +877,10 @@
// Proof Size summary in bytes:
// Measured: `561 + b * (33291 ±0)`
// Estimated: `36269`
- // Minimum execution time: 1_710_000 picoseconds.
- Weight::from_parts(1_790_000, 36269)
- // Standard Error: 23_937
- .saturating_add(Weight::from_parts(9_102_744, 0).saturating_mul(b.into()))
+ // Minimum execution time: 3_768_000 picoseconds.
+ Weight::from_parts(3_906_000, 36269)
+ // Standard Error: 97_278
+ .saturating_add(Weight::from_parts(24_661_474, 0).saturating_mul(b.into()))
.saturating_add(RocksDbWeight::get().reads(3_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
@@ -892,8 +892,8 @@
// Proof Size summary in bytes:
// Measured: `288`
// Estimated: `3554`
- // Minimum execution time: 7_540_000 picoseconds.
- Weight::from_parts(7_740_000, 3554)
+ // Minimum execution time: 13_554_000 picoseconds.
+ Weight::from_parts(13_880_000, 3554)
.saturating_add(RocksDbWeight::get().reads(2_u64))
.saturating_add(RocksDbWeight::get().writes(2_u64))
}
@@ -903,8 +903,8 @@
// Proof Size summary in bytes:
// Measured: `288`
// Estimated: `6118`
- // Minimum execution time: 3_050_000 picoseconds.
- Weight::from_parts(3_230_000, 6118)
+ // Minimum execution time: 6_821_000 picoseconds.
+ Weight::from_parts(7_027_000, 6118)
.saturating_add(RocksDbWeight::get().reads(2_u64))
}
/// Storage: Refungible CollectionAllowance (r:0 w:1)
@@ -913,8 +913,8 @@
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
- // Minimum execution time: 2_560_000 picoseconds.
- Weight::from_parts(2_680_000, 0)
+ // Minimum execution time: 6_084_000 picoseconds.
+ Weight::from_parts(6_285_000, 0)
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
/// Storage: Refungible CollectionAllowance (r:1 w:0)
@@ -923,8 +923,8 @@
// Proof Size summary in bytes:
// Measured: `4`
// Estimated: `3576`
- // Minimum execution time: 1_430_000 picoseconds.
- Weight::from_parts(1_510_000, 3576)
+ // Minimum execution time: 2_938_000 picoseconds.
+ Weight::from_parts(3_031_000, 3576)
.saturating_add(RocksDbWeight::get().reads(1_u64))
}
/// Storage: Refungible TokenProperties (r:1 w:1)
@@ -933,8 +933,8 @@
// Proof Size summary in bytes:
// Measured: `120`
// Estimated: `36269`
- // Minimum execution time: 1_380_000 picoseconds.
- Weight::from_parts(1_470_000, 36269)
+ // Minimum execution time: 2_892_000 picoseconds.
+ Weight::from_parts(3_056_000, 36269)
.saturating_add(RocksDbWeight::get().reads(1_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
pallets/structure/src/weights.rsdiffbeforeafterboth--- a/pallets/structure/src/weights.rs
+++ b/pallets/structure/src/weights.rs
@@ -3,7 +3,7 @@
//! Autogenerated weights for pallet_structure
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
-//! DATE: 2023-04-20, STEPS: `50`, REPEAT: `80`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2023-09-26, STEPS: `50`, REPEAT: `80`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `bench-host`, CPU: `Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz`
//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
@@ -45,10 +45,10 @@
/// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen)
fn find_parent() -> Weight {
// Proof Size summary in bytes:
- // Measured: `634`
- // Estimated: `7847`
- // Minimum execution time: 10_781_000 picoseconds.
- Weight::from_parts(11_675_000, 7847)
+ // Measured: `667`
+ // Estimated: `4325`
+ // Minimum execution time: 9_310_000 picoseconds.
+ Weight::from_parts(9_551_000, 4325)
.saturating_add(T::DbWeight::get().reads(2_u64))
}
}
@@ -61,10 +61,10 @@
/// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen)
fn find_parent() -> Weight {
// Proof Size summary in bytes:
- // Measured: `634`
- // Estimated: `7847`
- // Minimum execution time: 10_781_000 picoseconds.
- Weight::from_parts(11_675_000, 7847)
+ // Measured: `667`
+ // Estimated: `4325`
+ // Minimum execution time: 9_310_000 picoseconds.
+ Weight::from_parts(9_551_000, 4325)
.saturating_add(RocksDbWeight::get().reads(2_u64))
}
}
pallets/unique/src/weights.rsdiffbeforeafterboth--- a/pallets/unique/src/weights.rs
+++ b/pallets/unique/src/weights.rs
@@ -3,7 +3,7 @@
//! Autogenerated weights for pallet_unique
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
-//! DATE: 2023-04-20, STEPS: `50`, REPEAT: `80`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2023-09-26, STEPS: `50`, REPEAT: `80`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `bench-host`, CPU: `Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz`
//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
@@ -57,6 +57,8 @@
/// Proof: Common DestroyedCollectionCount (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
/// Storage: System Account (r:2 w:2)
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
+ /// Storage: Common AdminAmount (r:0 w:1)
+ /// Proof: Common AdminAmount (max_values: None, max_size: Some(24), added: 2499, mode: MaxEncodedLen)
/// Storage: Common CollectionPropertyPermissions (r:0 w:1)
/// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)
/// Storage: Common CollectionProperties (r:0 w:1)
@@ -66,11 +68,11 @@
fn create_collection() -> Weight {
// Proof Size summary in bytes:
// Measured: `245`
- // Estimated: `9174`
- // Minimum execution time: 31_198_000 picoseconds.
- Weight::from_parts(32_046_000, 9174)
+ // Estimated: `6196`
+ // Minimum execution time: 32_963_000 picoseconds.
+ Weight::from_parts(33_785_000, 6196)
.saturating_add(T::DbWeight::get().reads(4_u64))
- .saturating_add(T::DbWeight::get().writes(6_u64))
+ .saturating_add(T::DbWeight::get().writes(7_u64))
}
/// Storage: Common CollectionById (r:1 w:1)
/// Proof: Common CollectionById (max_values: None, max_size: Some(860), added: 3335, mode: MaxEncodedLen)
@@ -88,10 +90,10 @@
/// Proof: Common CollectionProperties (max_values: None, max_size: Some(40992), added: 43467, mode: MaxEncodedLen)
fn destroy_collection() -> Weight {
// Proof Size summary in bytes:
- // Measured: `1086`
- // Estimated: `9336`
- // Minimum execution time: 48_208_000 picoseconds.
- Weight::from_parts(49_031_000, 9336)
+ // Measured: `1200`
+ // Estimated: `4325`
+ // Minimum execution time: 46_962_000 picoseconds.
+ Weight::from_parts(47_997_000, 4325)
.saturating_add(T::DbWeight::get().reads(3_u64))
.saturating_add(T::DbWeight::get().writes(6_u64))
}
@@ -101,10 +103,10 @@
/// Proof: Common Allowlist (max_values: None, max_size: Some(70), added: 2545, mode: MaxEncodedLen)
fn add_to_allow_list() -> Weight {
// Proof Size summary in bytes:
- // Measured: `967`
+ // Measured: `1000`
// Estimated: `4325`
- // Minimum execution time: 14_852_000 picoseconds.
- Weight::from_parts(15_268_000, 4325)
+ // Minimum execution time: 13_657_000 picoseconds.
+ Weight::from_parts(13_870_000, 4325)
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -114,10 +116,10 @@
/// Proof: Common Allowlist (max_values: None, max_size: Some(70), added: 2545, mode: MaxEncodedLen)
fn remove_from_allow_list() -> Weight {
// Proof Size summary in bytes:
- // Measured: `1000`
+ // Measured: `1033`
// Estimated: `4325`
- // Minimum execution time: 14_595_000 picoseconds.
- Weight::from_parts(14_933_000, 4325)
+ // Minimum execution time: 13_162_000 picoseconds.
+ Weight::from_parts(13_458_000, 4325)
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -125,10 +127,10 @@
/// Proof: Common CollectionById (max_values: None, max_size: Some(860), added: 3335, mode: MaxEncodedLen)
fn change_collection_owner() -> Weight {
// Proof Size summary in bytes:
- // Measured: `967`
+ // Measured: `1000`
// Estimated: `4325`
- // Minimum execution time: 14_132_000 picoseconds.
- Weight::from_parts(14_501_000, 4325)
+ // Minimum execution time: 12_614_000 picoseconds.
+ Weight::from_parts(12_968_000, 4325)
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -140,10 +142,10 @@
/// Proof: Common AdminAmount (max_values: None, max_size: Some(24), added: 2499, mode: MaxEncodedLen)
fn add_collection_admin() -> Weight {
// Proof Size summary in bytes:
- // Measured: `967`
- // Estimated: `11349`
- // Minimum execution time: 17_229_000 picoseconds.
- Weight::from_parts(17_657_000, 11349)
+ // Measured: `1012`
+ // Estimated: `4325`
+ // Minimum execution time: 16_794_000 picoseconds.
+ Weight::from_parts(17_161_000, 4325)
.saturating_add(T::DbWeight::get().reads(3_u64))
.saturating_add(T::DbWeight::get().writes(2_u64))
}
@@ -156,9 +158,9 @@
fn remove_collection_admin() -> Weight {
// Proof Size summary in bytes:
// Measured: `1107`
- // Estimated: `11349`
- // Minimum execution time: 19_827_000 picoseconds.
- Weight::from_parts(20_479_000, 11349)
+ // Estimated: `4325`
+ // Minimum execution time: 18_145_000 picoseconds.
+ Weight::from_parts(18_527_000, 4325)
.saturating_add(T::DbWeight::get().reads(3_u64))
.saturating_add(T::DbWeight::get().writes(2_u64))
}
@@ -166,10 +168,10 @@
/// Proof: Common CollectionById (max_values: None, max_size: Some(860), added: 3335, mode: MaxEncodedLen)
fn set_collection_sponsor() -> Weight {
// Proof Size summary in bytes:
- // Measured: `967`
+ // Measured: `1000`
// Estimated: `4325`
- // Minimum execution time: 14_049_000 picoseconds.
- Weight::from_parts(14_420_000, 4325)
+ // Minimum execution time: 12_649_000 picoseconds.
+ Weight::from_parts(12_953_000, 4325)
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -177,10 +179,10 @@
/// Proof: Common CollectionById (max_values: None, max_size: Some(860), added: 3335, mode: MaxEncodedLen)
fn confirm_sponsorship() -> Weight {
// Proof Size summary in bytes:
- // Measured: `999`
+ // Measured: `1032`
// Estimated: `4325`
- // Minimum execution time: 13_689_000 picoseconds.
- Weight::from_parts(14_044_000, 4325)
+ // Minimum execution time: 12_310_000 picoseconds.
+ Weight::from_parts(12_578_000, 4325)
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -188,10 +190,10 @@
/// Proof: Common CollectionById (max_values: None, max_size: Some(860), added: 3335, mode: MaxEncodedLen)
fn remove_collection_sponsor() -> Weight {
// Proof Size summary in bytes:
- // Measured: `999`
+ // Measured: `1032`
// Estimated: `4325`
- // Minimum execution time: 13_275_000 picoseconds.
- Weight::from_parts(13_598_000, 4325)
+ // Minimum execution time: 12_312_000 picoseconds.
+ Weight::from_parts(12_567_000, 4325)
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -199,10 +201,10 @@
/// Proof: Common CollectionById (max_values: None, max_size: Some(860), added: 3335, mode: MaxEncodedLen)
fn set_transfers_enabled_flag() -> Weight {
// Proof Size summary in bytes:
- // Measured: `967`
+ // Measured: `1000`
// Estimated: `4325`
- // Minimum execution time: 9_411_000 picoseconds.
- Weight::from_parts(9_706_000, 4325)
+ // Minimum execution time: 8_315_000 picoseconds.
+ Weight::from_parts(8_489_000, 4325)
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -210,10 +212,10 @@
/// Proof: Common CollectionById (max_values: None, max_size: Some(860), added: 3335, mode: MaxEncodedLen)
fn set_collection_limits() -> Weight {
// Proof Size summary in bytes:
- // Measured: `967`
+ // Measured: `1000`
// Estimated: `4325`
- // Minimum execution time: 13_864_000 picoseconds.
- Weight::from_parts(14_368_000, 4325)
+ // Minimum execution time: 13_135_000 picoseconds.
+ Weight::from_parts(13_484_000, 4325)
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -221,10 +223,10 @@
/// Proof: Common CollectionProperties (max_values: None, max_size: Some(40992), added: 43467, mode: MaxEncodedLen)
fn force_repair_collection() -> Weight {
// Proof Size summary in bytes:
- // Measured: `265`
+ // Measured: `298`
// Estimated: `44457`
- // Minimum execution time: 7_104_000 picoseconds.
- Weight::from_parts(7_293_000, 44457)
+ // Minimum execution time: 6_462_000 picoseconds.
+ Weight::from_parts(6_664_000, 44457)
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -238,6 +240,8 @@
/// Proof: Common DestroyedCollectionCount (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
/// Storage: System Account (r:2 w:2)
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
+ /// Storage: Common AdminAmount (r:0 w:1)
+ /// Proof: Common AdminAmount (max_values: None, max_size: Some(24), added: 2499, mode: MaxEncodedLen)
/// Storage: Common CollectionPropertyPermissions (r:0 w:1)
/// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)
/// Storage: Common CollectionProperties (r:0 w:1)
@@ -247,11 +251,11 @@
fn create_collection() -> Weight {
// Proof Size summary in bytes:
// Measured: `245`
- // Estimated: `9174`
- // Minimum execution time: 31_198_000 picoseconds.
- Weight::from_parts(32_046_000, 9174)
+ // Estimated: `6196`
+ // Minimum execution time: 32_963_000 picoseconds.
+ Weight::from_parts(33_785_000, 6196)
.saturating_add(RocksDbWeight::get().reads(4_u64))
- .saturating_add(RocksDbWeight::get().writes(6_u64))
+ .saturating_add(RocksDbWeight::get().writes(7_u64))
}
/// Storage: Common CollectionById (r:1 w:1)
/// Proof: Common CollectionById (max_values: None, max_size: Some(860), added: 3335, mode: MaxEncodedLen)
@@ -269,10 +273,10 @@
/// Proof: Common CollectionProperties (max_values: None, max_size: Some(40992), added: 43467, mode: MaxEncodedLen)
fn destroy_collection() -> Weight {
// Proof Size summary in bytes:
- // Measured: `1086`
- // Estimated: `9336`
- // Minimum execution time: 48_208_000 picoseconds.
- Weight::from_parts(49_031_000, 9336)
+ // Measured: `1200`
+ // Estimated: `4325`
+ // Minimum execution time: 46_962_000 picoseconds.
+ Weight::from_parts(47_997_000, 4325)
.saturating_add(RocksDbWeight::get().reads(3_u64))
.saturating_add(RocksDbWeight::get().writes(6_u64))
}
@@ -282,10 +286,10 @@
/// Proof: Common Allowlist (max_values: None, max_size: Some(70), added: 2545, mode: MaxEncodedLen)
fn add_to_allow_list() -> Weight {
// Proof Size summary in bytes:
- // Measured: `967`
+ // Measured: `1000`
// Estimated: `4325`
- // Minimum execution time: 14_852_000 picoseconds.
- Weight::from_parts(15_268_000, 4325)
+ // Minimum execution time: 13_657_000 picoseconds.
+ Weight::from_parts(13_870_000, 4325)
.saturating_add(RocksDbWeight::get().reads(1_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
@@ -295,10 +299,10 @@
/// Proof: Common Allowlist (max_values: None, max_size: Some(70), added: 2545, mode: MaxEncodedLen)
fn remove_from_allow_list() -> Weight {
// Proof Size summary in bytes:
- // Measured: `1000`
+ // Measured: `1033`
// Estimated: `4325`
- // Minimum execution time: 14_595_000 picoseconds.
- Weight::from_parts(14_933_000, 4325)
+ // Minimum execution time: 13_162_000 picoseconds.
+ Weight::from_parts(13_458_000, 4325)
.saturating_add(RocksDbWeight::get().reads(1_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
@@ -306,10 +310,10 @@
/// Proof: Common CollectionById (max_values: None, max_size: Some(860), added: 3335, mode: MaxEncodedLen)
fn change_collection_owner() -> Weight {
// Proof Size summary in bytes:
- // Measured: `967`
+ // Measured: `1000`
// Estimated: `4325`
- // Minimum execution time: 14_132_000 picoseconds.
- Weight::from_parts(14_501_000, 4325)
+ // Minimum execution time: 12_614_000 picoseconds.
+ Weight::from_parts(12_968_000, 4325)
.saturating_add(RocksDbWeight::get().reads(1_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
@@ -321,10 +325,10 @@
/// Proof: Common AdminAmount (max_values: None, max_size: Some(24), added: 2499, mode: MaxEncodedLen)
fn add_collection_admin() -> Weight {
// Proof Size summary in bytes:
- // Measured: `967`
- // Estimated: `11349`
- // Minimum execution time: 17_229_000 picoseconds.
- Weight::from_parts(17_657_000, 11349)
+ // Measured: `1012`
+ // Estimated: `4325`
+ // Minimum execution time: 16_794_000 picoseconds.
+ Weight::from_parts(17_161_000, 4325)
.saturating_add(RocksDbWeight::get().reads(3_u64))
.saturating_add(RocksDbWeight::get().writes(2_u64))
}
@@ -337,9 +341,9 @@
fn remove_collection_admin() -> Weight {
// Proof Size summary in bytes:
// Measured: `1107`
- // Estimated: `11349`
- // Minimum execution time: 19_827_000 picoseconds.
- Weight::from_parts(20_479_000, 11349)
+ // Estimated: `4325`
+ // Minimum execution time: 18_145_000 picoseconds.
+ Weight::from_parts(18_527_000, 4325)
.saturating_add(RocksDbWeight::get().reads(3_u64))
.saturating_add(RocksDbWeight::get().writes(2_u64))
}
@@ -347,10 +351,10 @@
/// Proof: Common CollectionById (max_values: None, max_size: Some(860), added: 3335, mode: MaxEncodedLen)
fn set_collection_sponsor() -> Weight {
// Proof Size summary in bytes:
- // Measured: `967`
+ // Measured: `1000`
// Estimated: `4325`
- // Minimum execution time: 14_049_000 picoseconds.
- Weight::from_parts(14_420_000, 4325)
+ // Minimum execution time: 12_649_000 picoseconds.
+ Weight::from_parts(12_953_000, 4325)
.saturating_add(RocksDbWeight::get().reads(1_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
@@ -358,10 +362,10 @@
/// Proof: Common CollectionById (max_values: None, max_size: Some(860), added: 3335, mode: MaxEncodedLen)
fn confirm_sponsorship() -> Weight {
// Proof Size summary in bytes:
- // Measured: `999`
+ // Measured: `1032`
// Estimated: `4325`
- // Minimum execution time: 13_689_000 picoseconds.
- Weight::from_parts(14_044_000, 4325)
+ // Minimum execution time: 12_310_000 picoseconds.
+ Weight::from_parts(12_578_000, 4325)
.saturating_add(RocksDbWeight::get().reads(1_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
@@ -369,10 +373,10 @@
/// Proof: Common CollectionById (max_values: None, max_size: Some(860), added: 3335, mode: MaxEncodedLen)
fn remove_collection_sponsor() -> Weight {
// Proof Size summary in bytes:
- // Measured: `999`
+ // Measured: `1032`
// Estimated: `4325`
- // Minimum execution time: 13_275_000 picoseconds.
- Weight::from_parts(13_598_000, 4325)
+ // Minimum execution time: 12_312_000 picoseconds.
+ Weight::from_parts(12_567_000, 4325)
.saturating_add(RocksDbWeight::get().reads(1_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
@@ -380,10 +384,10 @@
/// Proof: Common CollectionById (max_values: None, max_size: Some(860), added: 3335, mode: MaxEncodedLen)
fn set_transfers_enabled_flag() -> Weight {
// Proof Size summary in bytes:
- // Measured: `967`
+ // Measured: `1000`
// Estimated: `4325`
- // Minimum execution time: 9_411_000 picoseconds.
- Weight::from_parts(9_706_000, 4325)
+ // Minimum execution time: 8_315_000 picoseconds.
+ Weight::from_parts(8_489_000, 4325)
.saturating_add(RocksDbWeight::get().reads(1_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
@@ -391,10 +395,10 @@
/// Proof: Common CollectionById (max_values: None, max_size: Some(860), added: 3335, mode: MaxEncodedLen)
fn set_collection_limits() -> Weight {
// Proof Size summary in bytes:
- // Measured: `967`
+ // Measured: `1000`
// Estimated: `4325`
- // Minimum execution time: 13_864_000 picoseconds.
- Weight::from_parts(14_368_000, 4325)
+ // Minimum execution time: 13_135_000 picoseconds.
+ Weight::from_parts(13_484_000, 4325)
.saturating_add(RocksDbWeight::get().reads(1_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
@@ -402,10 +406,10 @@
/// Proof: Common CollectionProperties (max_values: None, max_size: Some(40992), added: 43467, mode: MaxEncodedLen)
fn force_repair_collection() -> Weight {
// Proof Size summary in bytes:
- // Measured: `265`
+ // Measured: `298`
// Estimated: `44457`
- // Minimum execution time: 7_104_000 picoseconds.
- Weight::from_parts(7_293_000, 44457)
+ // Minimum execution time: 6_462_000 picoseconds.
+ Weight::from_parts(6_664_000, 44457)
.saturating_add(RocksDbWeight::get().reads(1_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
runtime/common/weights/xcm.rsdiffbeforeafterboth--- a/runtime/common/weights/xcm.rs
+++ b/runtime/common/weights/xcm.rs
@@ -3,7 +3,7 @@
//! Autogenerated weights for pallet_xcm
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
-//! DATE: 2023-04-20, STEPS: `50`, REPEAT: 80, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2023-09-26, STEPS: `50`, REPEAT: 80, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
@@ -47,10 +47,10 @@
/// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
fn send() -> Weight {
// Proof Size summary in bytes:
- // Measured: `211`
- // Estimated: `10460`
- // Minimum execution time: 17_089_000 picoseconds.
- Weight::from_parts(17_615_000, 10460)
+ // Measured: `278`
+ // Estimated: `3743`
+ // Minimum execution time: 16_743_000 picoseconds.
+ Weight::from_parts(17_221_000, 3743)
.saturating_add(T::DbWeight::get().reads(5_u64))
.saturating_add(T::DbWeight::get().writes(2_u64))
}
@@ -58,28 +58,28 @@
/// Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
fn teleport_assets() -> Weight {
// Proof Size summary in bytes:
- // Measured: `136`
+ // Measured: `169`
// Estimated: `1489`
- // Minimum execution time: 14_443_000 picoseconds.
- Weight::from_parts(14_895_000, 1489)
+ // Minimum execution time: 13_575_000 picoseconds.
+ Weight::from_parts(13_972_000, 1489)
.saturating_add(T::DbWeight::get().reads(1_u64))
}
/// Storage: ParachainInfo ParachainId (r:1 w:0)
/// Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
fn reserve_transfer_assets() -> Weight {
// Proof Size summary in bytes:
- // Measured: `136`
+ // Measured: `169`
// Estimated: `1489`
- // Minimum execution time: 14_340_000 picoseconds.
- Weight::from_parts(14_748_000, 1489)
+ // Minimum execution time: 13_540_000 picoseconds.
+ Weight::from_parts(13_855_000, 1489)
.saturating_add(T::DbWeight::get().reads(1_u64))
}
fn execute() -> Weight {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
- // Minimum execution time: 5_266_000 picoseconds.
- Weight::from_parts(5_430_000, 0)
+ // Minimum execution time: 5_101_000 picoseconds.
+ Weight::from_parts(5_262_000, 0)
}
/// Storage: PolkadotXcm SupportedVersion (r:0 w:1)
/// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
@@ -87,8 +87,8 @@
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
- // Minimum execution time: 5_621_000 picoseconds.
- Weight::from_parts(5_888_000, 0)
+ // Minimum execution time: 5_433_000 picoseconds.
+ Weight::from_parts(5_609_000, 0)
.saturating_add(T::DbWeight::get().writes(1_u64))
}
/// Storage: PolkadotXcm SafeXcmVersion (r:0 w:1)
@@ -97,8 +97,8 @@
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
- // Minimum execution time: 2_087_000 picoseconds.
- Weight::from_parts(2_218_000, 0)
+ // Minimum execution time: 1_748_000 picoseconds.
+ Weight::from_parts(1_870_000, 0)
.saturating_add(T::DbWeight::get().writes(1_u64))
}
/// Storage: PolkadotXcm VersionNotifiers (r:1 w:1)
@@ -119,10 +119,10 @@
/// Proof Skipped: PolkadotXcm Queries (max_values: None, max_size: None, mode: Measured)
fn force_subscribe_version_notify() -> Weight {
// Proof Size summary in bytes:
- // Measured: `211`
- // Estimated: `16043`
- // Minimum execution time: 21_067_000 picoseconds.
- Weight::from_parts(21_466_000, 16043)
+ // Measured: `278`
+ // Estimated: `3743`
+ // Minimum execution time: 20_053_000 picoseconds.
+ Weight::from_parts(20_382_000, 3743)
.saturating_add(T::DbWeight::get().reads(7_u64))
.saturating_add(T::DbWeight::get().writes(5_u64))
}
@@ -142,21 +142,31 @@
/// Proof Skipped: PolkadotXcm Queries (max_values: None, max_size: None, mode: Measured)
fn force_unsubscribe_version_notify() -> Weight {
// Proof Size summary in bytes:
- // Measured: `394`
- // Estimated: `15628`
- // Minimum execution time: 23_986_000 picoseconds.
- Weight::from_parts(25_328_000, 15628)
+ // Measured: `461`
+ // Estimated: `3926`
+ // Minimum execution time: 22_404_000 picoseconds.
+ Weight::from_parts(22_801_000, 3926)
.saturating_add(T::DbWeight::get().reads(6_u64))
.saturating_add(T::DbWeight::get().writes(4_u64))
}
+ /// Storage: PolkadotXcm XcmExecutionSuspended (r:0 w:1)
+ /// Proof Skipped: PolkadotXcm XcmExecutionSuspended (max_values: Some(1), max_size: None, mode: Measured)
+ fn force_suspension() -> Weight {
+ // Proof Size summary in bytes:
+ // Measured: `0`
+ // Estimated: `0`
+ // Minimum execution time: 1_839_000 picoseconds.
+ Weight::from_parts(1_954_000, 0)
+ .saturating_add(T::DbWeight::get().writes(1_u64))
+ }
/// Storage: PolkadotXcm SupportedVersion (r:4 w:2)
/// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
fn migrate_supported_version() -> Weight {
// Proof Size summary in bytes:
- // Measured: `131`
- // Estimated: `11021`
- // Minimum execution time: 15_073_000 picoseconds.
- Weight::from_parts(15_451_000, 11021)
+ // Measured: `196`
+ // Estimated: `11086`
+ // Minimum execution time: 14_147_000 picoseconds.
+ Weight::from_parts(14_492_000, 11086)
.saturating_add(T::DbWeight::get().reads(4_u64))
.saturating_add(T::DbWeight::get().writes(2_u64))
}
@@ -164,10 +174,10 @@
/// Proof Skipped: PolkadotXcm VersionNotifiers (max_values: None, max_size: None, mode: Measured)
fn migrate_version_notifiers() -> Weight {
// Proof Size summary in bytes:
- // Measured: `135`
- // Estimated: `11025`
- // Minimum execution time: 14_840_000 picoseconds.
- Weight::from_parts(15_347_000, 11025)
+ // Measured: `200`
+ // Estimated: `11090`
+ // Minimum execution time: 14_046_000 picoseconds.
+ Weight::from_parts(14_424_000, 11090)
.saturating_add(T::DbWeight::get().reads(4_u64))
.saturating_add(T::DbWeight::get().writes(2_u64))
}
@@ -175,10 +185,10 @@
/// Proof Skipped: PolkadotXcm VersionNotifyTargets (max_values: None, max_size: None, mode: Measured)
fn already_notified_target() -> Weight {
// Proof Size summary in bytes:
- // Measured: `142`
- // Estimated: `13507`
- // Minimum execution time: 16_215_000 picoseconds.
- Weight::from_parts(16_461_000, 13507)
+ // Measured: `207`
+ // Estimated: `13572`
+ // Minimum execution time: 15_314_000 picoseconds.
+ Weight::from_parts(15_624_000, 13572)
.saturating_add(T::DbWeight::get().reads(5_u64))
}
/// Storage: PolkadotXcm VersionNotifyTargets (r:2 w:1)
@@ -195,10 +205,10 @@
/// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
fn notify_current_targets() -> Weight {
// Proof Size summary in bytes:
- // Measured: `278`
- // Estimated: `17013`
- // Minimum execution time: 21_705_000 picoseconds.
- Weight::from_parts(22_313_000, 17013)
+ // Measured: `345`
+ // Estimated: `6285`
+ // Minimum execution time: 20_624_000 picoseconds.
+ Weight::from_parts(20_928_000, 6285)
.saturating_add(T::DbWeight::get().reads(7_u64))
.saturating_add(T::DbWeight::get().writes(3_u64))
}
@@ -206,20 +216,20 @@
/// Proof Skipped: PolkadotXcm VersionNotifyTargets (max_values: None, max_size: None, mode: Measured)
fn notify_target_migration_fail() -> Weight {
// Proof Size summary in bytes:
- // Measured: `172`
- // Estimated: `8587`
- // Minimum execution time: 7_869_000 picoseconds.
- Weight::from_parts(8_052_000, 8587)
+ // Measured: `239`
+ // Estimated: `8654`
+ // Minimum execution time: 7_429_000 picoseconds.
+ Weight::from_parts(7_661_000, 8654)
.saturating_add(T::DbWeight::get().reads(3_u64))
}
/// Storage: PolkadotXcm VersionNotifyTargets (r:4 w:2)
/// Proof Skipped: PolkadotXcm VersionNotifyTargets (max_values: None, max_size: None, mode: Measured)
fn migrate_version_notify_targets() -> Weight {
// Proof Size summary in bytes:
- // Measured: `142`
- // Estimated: `11032`
- // Minimum execution time: 15_340_000 picoseconds.
- Weight::from_parts(15_738_000, 11032)
+ // Measured: `207`
+ // Estimated: `11097`
+ // Minimum execution time: 14_558_000 picoseconds.
+ Weight::from_parts(14_877_000, 11097)
.saturating_add(T::DbWeight::get().reads(4_u64))
.saturating_add(T::DbWeight::get().writes(2_u64))
}
@@ -237,16 +247,12 @@
/// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
fn migrate_and_notify_old_targets() -> Weight {
// Proof Size summary in bytes:
- // Measured: `284`
- // Estimated: `21999`
- // Minimum execution time: 27_809_000 picoseconds.
- Weight::from_parts(28_290_000, 21999)
+ // Measured: `349`
+ // Estimated: `11239`
+ // Minimum execution time: 25_587_000 picoseconds.
+ Weight::from_parts(26_111_000, 11239)
.saturating_add(T::DbWeight::get().reads(9_u64))
.saturating_add(T::DbWeight::get().writes(4_u64))
- }
-
- fn force_suspension() -> Weight {
- Default::default()
}
}