mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-18 21:05:40 +00:00
update weights (#6897)
* polkadot: update weights * westend: update weights * kusama: update weights * rococo: update weights
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
//! Autogenerated weights for `pallet_identity`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-02-28, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("rococo-dev"), DB CACHE: 1024
|
||||
@@ -50,13 +50,13 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `r` is `[1, 19]`.
|
||||
fn add_registrar(r: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `64 + r * (57 ±0)`
|
||||
// Estimated: `1636`
|
||||
// Minimum execution time: 11_925 nanoseconds.
|
||||
Weight::from_parts(12_665_139, 0)
|
||||
.saturating_add(Weight::from_parts(0, 1636))
|
||||
// Standard Error: 1_963
|
||||
.saturating_add(Weight::from_parts(72_276, 0).saturating_mul(r.into()))
|
||||
// Measured: `32 + r * (57 ±0)`
|
||||
// Estimated: `2626`
|
||||
// Minimum execution time: 13_192_000 picoseconds.
|
||||
Weight::from_parts(13_653_242, 0)
|
||||
.saturating_add(Weight::from_parts(0, 2626))
|
||||
// Standard Error: 1_766
|
||||
.saturating_add(Weight::from_parts(103_771, 0).saturating_mul(r.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -66,15 +66,15 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `x` is `[0, 100]`.
|
||||
fn set_identity(r: u32, x: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `474 + r * (5 ±0)`
|
||||
// Estimated: `10013`
|
||||
// Minimum execution time: 28_918 nanoseconds.
|
||||
Weight::from_parts(28_097_477, 0)
|
||||
.saturating_add(Weight::from_parts(0, 10013))
|
||||
// Standard Error: 3_576
|
||||
.saturating_add(Weight::from_parts(77_253, 0).saturating_mul(r.into()))
|
||||
// Standard Error: 697
|
||||
.saturating_add(Weight::from_parts(449_336, 0).saturating_mul(x.into()))
|
||||
// Measured: `442 + r * (5 ±0)`
|
||||
// Estimated: `11003`
|
||||
// Minimum execution time: 30_262_000 picoseconds.
|
||||
Weight::from_parts(30_801_461, 0)
|
||||
.saturating_add(Weight::from_parts(0, 11003))
|
||||
// Standard Error: 3_458
|
||||
.saturating_add(Weight::from_parts(26_704, 0).saturating_mul(r.into()))
|
||||
// Standard Error: 674
|
||||
.saturating_add(Weight::from_parts(447_877, 0).saturating_mul(x.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -88,12 +88,12 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
|
||||
fn set_subs_new(s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `101`
|
||||
// Estimated: `15746 + s * (2589 ±0)`
|
||||
// Minimum execution time: 8_955 nanoseconds.
|
||||
Weight::from_parts(21_965_439, 0)
|
||||
.saturating_add(Weight::from_parts(0, 15746))
|
||||
// Standard Error: 6_060
|
||||
.saturating_add(Weight::from_parts(2_820_536, 0).saturating_mul(s.into()))
|
||||
// Estimated: `18716 + s * (2589 ±0)`
|
||||
// Minimum execution time: 9_694_000 picoseconds.
|
||||
Weight::from_parts(22_982_420, 0)
|
||||
.saturating_add(Weight::from_parts(0, 18716))
|
||||
// Standard Error: 5_658
|
||||
.saturating_add(Weight::from_parts(2_695_187, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(s.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
@@ -109,13 +109,13 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `p` is `[0, 100]`.
|
||||
fn set_subs_old(p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `226 + p * (32 ±0)`
|
||||
// Estimated: `15746`
|
||||
// Minimum execution time: 8_824 nanoseconds.
|
||||
Weight::from_parts(21_568_996, 0)
|
||||
.saturating_add(Weight::from_parts(0, 15746))
|
||||
// Standard Error: 3_185
|
||||
.saturating_add(Weight::from_parts(1_111_881, 0).saturating_mul(p.into()))
|
||||
// Measured: `194 + p * (32 ±0)`
|
||||
// Estimated: `17726`
|
||||
// Minimum execution time: 9_357_000 picoseconds.
|
||||
Weight::from_parts(22_219_542, 0)
|
||||
.saturating_add(Weight::from_parts(0, 17726))
|
||||
// Standard Error: 3_167
|
||||
.saturating_add(Weight::from_parts(1_080_258, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into())))
|
||||
@@ -131,17 +131,17 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `x` is `[0, 100]`.
|
||||
fn clear_identity(r: u32, s: u32, x: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `533 + r * (5 ±0) + s * (32 ±0) + x * (66 ±0)`
|
||||
// Estimated: `15746`
|
||||
// Minimum execution time: 49_012 nanoseconds.
|
||||
Weight::from_parts(27_982_974, 0)
|
||||
.saturating_add(Weight::from_parts(0, 15746))
|
||||
// Standard Error: 4_404
|
||||
.saturating_add(Weight::from_parts(40_856, 0).saturating_mul(r.into()))
|
||||
// Standard Error: 860
|
||||
.saturating_add(Weight::from_parts(1_095_905, 0).saturating_mul(s.into()))
|
||||
// Standard Error: 860
|
||||
.saturating_add(Weight::from_parts(229_635, 0).saturating_mul(x.into()))
|
||||
// Measured: `469 + r * (5 ±0) + s * (32 ±0) + x * (66 ±0)`
|
||||
// Estimated: `17726`
|
||||
// Minimum execution time: 51_103_000 picoseconds.
|
||||
Weight::from_parts(29_467_633, 0)
|
||||
.saturating_add(Weight::from_parts(0, 17726))
|
||||
// Standard Error: 5_548
|
||||
.saturating_add(Weight::from_parts(58_749, 0).saturating_mul(r.into()))
|
||||
// Standard Error: 1_083
|
||||
.saturating_add(Weight::from_parts(1_075_209, 0).saturating_mul(s.into()))
|
||||
// Standard Error: 1_083
|
||||
.saturating_add(Weight::from_parts(237_825, 0).saturating_mul(x.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into())))
|
||||
@@ -154,15 +154,15 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `x` is `[0, 100]`.
|
||||
fn request_judgement(r: u32, x: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `431 + r * (57 ±0) + x * (66 ±0)`
|
||||
// Estimated: `11649`
|
||||
// Minimum execution time: 29_213 nanoseconds.
|
||||
Weight::from_parts(29_949_444, 0)
|
||||
.saturating_add(Weight::from_parts(0, 11649))
|
||||
// Standard Error: 6_424
|
||||
.saturating_add(Weight::from_parts(28_127, 0).saturating_mul(r.into()))
|
||||
// Standard Error: 1_253
|
||||
.saturating_add(Weight::from_parts(469_679, 0).saturating_mul(x.into()))
|
||||
// Measured: `367 + r * (57 ±0) + x * (66 ±0)`
|
||||
// Estimated: `13629`
|
||||
// Minimum execution time: 31_611_000 picoseconds.
|
||||
Weight::from_parts(30_743_359, 0)
|
||||
.saturating_add(Weight::from_parts(0, 13629))
|
||||
// Standard Error: 4_043
|
||||
.saturating_add(Weight::from_parts(77_567, 0).saturating_mul(r.into()))
|
||||
// Standard Error: 788
|
||||
.saturating_add(Weight::from_parts(469_091, 0).saturating_mul(x.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -170,17 +170,15 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
|
||||
/// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen)
|
||||
/// The range of component `r` is `[1, 20]`.
|
||||
/// The range of component `x` is `[0, 100]`.
|
||||
fn cancel_request(r: u32, x: u32, ) -> Weight {
|
||||
fn cancel_request(_r: u32, x: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `430 + x * (66 ±0)`
|
||||
// Estimated: `10013`
|
||||
// Minimum execution time: 26_570 nanoseconds.
|
||||
Weight::from_parts(25_883_542, 0)
|
||||
.saturating_add(Weight::from_parts(0, 10013))
|
||||
// Standard Error: 4_190
|
||||
.saturating_add(Weight::from_parts(83_705, 0).saturating_mul(r.into()))
|
||||
// Standard Error: 817
|
||||
.saturating_add(Weight::from_parts(466_224, 0).saturating_mul(x.into()))
|
||||
// Measured: `398 + x * (66 ±0)`
|
||||
// Estimated: `11003`
|
||||
// Minimum execution time: 28_126_000 picoseconds.
|
||||
Weight::from_parts(29_459_368, 0)
|
||||
.saturating_add(Weight::from_parts(0, 11003))
|
||||
// Standard Error: 1_597
|
||||
.saturating_add(Weight::from_parts(479_424, 0).saturating_mul(x.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -189,13 +187,13 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `r` is `[1, 19]`.
|
||||
fn set_fee(r: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `121 + r * (57 ±0)`
|
||||
// Estimated: `1636`
|
||||
// Minimum execution time: 7_721 nanoseconds.
|
||||
Weight::from_parts(8_180_083, 0)
|
||||
.saturating_add(Weight::from_parts(0, 1636))
|
||||
// Standard Error: 2_124
|
||||
.saturating_add(Weight::from_parts(64_849, 0).saturating_mul(r.into()))
|
||||
// Measured: `89 + r * (57 ±0)`
|
||||
// Estimated: `2626`
|
||||
// Minimum execution time: 8_177_000 picoseconds.
|
||||
Weight::from_parts(8_618_386, 0)
|
||||
.saturating_add(Weight::from_parts(0, 2626))
|
||||
// Standard Error: 1_462
|
||||
.saturating_add(Weight::from_parts(84_495, 0).saturating_mul(r.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -204,13 +202,13 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `r` is `[1, 19]`.
|
||||
fn set_account_id(r: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `121 + r * (57 ±0)`
|
||||
// Estimated: `1636`
|
||||
// Minimum execution time: 7_264 nanoseconds.
|
||||
Weight::from_parts(7_794_379, 0)
|
||||
.saturating_add(Weight::from_parts(0, 1636))
|
||||
// Standard Error: 1_240
|
||||
.saturating_add(Weight::from_parts(84_998, 0).saturating_mul(r.into()))
|
||||
// Measured: `89 + r * (57 ±0)`
|
||||
// Estimated: `2626`
|
||||
// Minimum execution time: 8_035_000 picoseconds.
|
||||
Weight::from_parts(8_549_839, 0)
|
||||
.saturating_add(Weight::from_parts(0, 2626))
|
||||
// Standard Error: 1_225
|
||||
.saturating_add(Weight::from_parts(86_358, 0).saturating_mul(r.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -219,13 +217,13 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `r` is `[1, 19]`.
|
||||
fn set_fields(r: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `121 + r * (57 ±0)`
|
||||
// Estimated: `1636`
|
||||
// Minimum execution time: 7_054 nanoseconds.
|
||||
Weight::from_parts(7_654_187, 0)
|
||||
.saturating_add(Weight::from_parts(0, 1636))
|
||||
// Standard Error: 1_266
|
||||
.saturating_add(Weight::from_parts(90_481, 0).saturating_mul(r.into()))
|
||||
// Measured: `89 + r * (57 ±0)`
|
||||
// Estimated: `2626`
|
||||
// Minimum execution time: 7_931_000 picoseconds.
|
||||
Weight::from_parts(8_519_329, 0)
|
||||
.saturating_add(Weight::from_parts(0, 2626))
|
||||
// Standard Error: 1_169
|
||||
.saturating_add(Weight::from_parts(98_094, 0).saturating_mul(r.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -237,15 +235,15 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `x` is `[0, 100]`.
|
||||
fn provide_judgement(r: u32, x: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `509 + r * (57 ±0) + x * (66 ±0)`
|
||||
// Estimated: `11649`
|
||||
// Minimum execution time: 22_652 nanoseconds.
|
||||
Weight::from_parts(23_126_063, 0)
|
||||
.saturating_add(Weight::from_parts(0, 11649))
|
||||
// Standard Error: 5_983
|
||||
.saturating_add(Weight::from_parts(46_117, 0).saturating_mul(r.into()))
|
||||
// Standard Error: 1_107
|
||||
.saturating_add(Weight::from_parts(769_575, 0).saturating_mul(x.into()))
|
||||
// Measured: `445 + r * (57 ±0) + x * (66 ±0)`
|
||||
// Estimated: `13629`
|
||||
// Minimum execution time: 24_273_000 picoseconds.
|
||||
Weight::from_parts(24_510_686, 0)
|
||||
.saturating_add(Weight::from_parts(0, 13629))
|
||||
// Standard Error: 4_826
|
||||
.saturating_add(Weight::from_parts(49_682, 0).saturating_mul(r.into()))
|
||||
// Standard Error: 892
|
||||
.saturating_add(Weight::from_parts(736_058, 0).saturating_mul(x.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -262,15 +260,15 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `x` is `[0, 100]`.
|
||||
fn kill_identity(_r: u32, s: u32, x: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `772 + r * (5 ±0) + s * (32 ±0) + x * (66 ±0)`
|
||||
// Estimated: `18349`
|
||||
// Minimum execution time: 62_780 nanoseconds.
|
||||
Weight::from_parts(43_731_161, 0)
|
||||
.saturating_add(Weight::from_parts(0, 18349))
|
||||
// Standard Error: 1_194
|
||||
.saturating_add(Weight::from_parts(1_103_649, 0).saturating_mul(s.into()))
|
||||
// Standard Error: 1_194
|
||||
.saturating_add(Weight::from_parts(226_342, 0).saturating_mul(x.into()))
|
||||
// Measured: `676 + r * (5 ±0) + s * (32 ±0) + x * (66 ±0)`
|
||||
// Estimated: `21319`
|
||||
// Minimum execution time: 64_938_000 picoseconds.
|
||||
Weight::from_parts(45_726_556, 0)
|
||||
.saturating_add(Weight::from_parts(0, 21319))
|
||||
// Standard Error: 1_031
|
||||
.saturating_add(Weight::from_parts(1_078_479, 0).saturating_mul(s.into()))
|
||||
// Standard Error: 1_031
|
||||
.saturating_add(Weight::from_parts(226_148, 0).saturating_mul(x.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into())))
|
||||
@@ -284,13 +282,13 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `s` is `[0, 99]`.
|
||||
fn add_sub(s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `507 + s * (36 ±0)`
|
||||
// Estimated: `18335`
|
||||
// Minimum execution time: 26_340 nanoseconds.
|
||||
Weight::from_parts(31_104_975, 0)
|
||||
.saturating_add(Weight::from_parts(0, 18335))
|
||||
// Standard Error: 1_390
|
||||
.saturating_add(Weight::from_parts(61_166, 0).saturating_mul(s.into()))
|
||||
// Measured: `475 + s * (36 ±0)`
|
||||
// Estimated: `21305`
|
||||
// Minimum execution time: 27_585_000 picoseconds.
|
||||
Weight::from_parts(32_218_612, 0)
|
||||
.saturating_add(Weight::from_parts(0, 21305))
|
||||
// Standard Error: 1_399
|
||||
.saturating_add(Weight::from_parts(64_056, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -301,13 +299,13 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `s` is `[1, 100]`.
|
||||
fn rename_sub(s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `623 + s * (3 ±0)`
|
||||
// Estimated: `12602`
|
||||
// Minimum execution time: 12_270 nanoseconds.
|
||||
Weight::from_parts(14_537_982, 0)
|
||||
.saturating_add(Weight::from_parts(0, 12602))
|
||||
// Standard Error: 636
|
||||
.saturating_add(Weight::from_parts(17_033, 0).saturating_mul(s.into()))
|
||||
// Measured: `591 + s * (3 ±0)`
|
||||
// Estimated: `14582`
|
||||
// Minimum execution time: 13_351_000 picoseconds.
|
||||
Weight::from_parts(15_336_119, 0)
|
||||
.saturating_add(Weight::from_parts(0, 14582))
|
||||
// Standard Error: 585
|
||||
.saturating_add(Weight::from_parts(17_732, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -320,13 +318,13 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `s` is `[1, 100]`.
|
||||
fn remove_sub(s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `702 + s * (35 ±0)`
|
||||
// Estimated: `18335`
|
||||
// Minimum execution time: 29_575 nanoseconds.
|
||||
Weight::from_parts(32_700_041, 0)
|
||||
.saturating_add(Weight::from_parts(0, 18335))
|
||||
// Standard Error: 1_036
|
||||
.saturating_add(Weight::from_parts(47_756, 0).saturating_mul(s.into()))
|
||||
// Measured: `638 + s * (35 ±0)`
|
||||
// Estimated: `21305`
|
||||
// Minimum execution time: 31_334_000 picoseconds.
|
||||
Weight::from_parts(35_743_451, 0)
|
||||
.saturating_add(Weight::from_parts(0, 21305))
|
||||
// Standard Error: 1_802
|
||||
.saturating_add(Weight::from_parts(30_575, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -337,13 +335,13 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `s` is `[0, 99]`.
|
||||
fn quit_sub(s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `628 + s * (37 ±0)`
|
||||
// Estimated: `8322`
|
||||
// Minimum execution time: 19_365 nanoseconds.
|
||||
Weight::from_parts(22_147_406, 0)
|
||||
.saturating_add(Weight::from_parts(0, 8322))
|
||||
// Standard Error: 1_052
|
||||
.saturating_add(Weight::from_parts(55_393, 0).saturating_mul(s.into()))
|
||||
// Measured: `564 + s * (37 ±0)`
|
||||
// Estimated: `10302`
|
||||
// Minimum execution time: 20_828_000 picoseconds.
|
||||
Weight::from_parts(23_493_504, 0)
|
||||
.saturating_add(Weight::from_parts(0, 10302))
|
||||
// Standard Error: 1_011
|
||||
.saturating_add(Weight::from_parts(57_939, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user