mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-30 23:37:56 +00:00
Fixes PoV over-estimation (#13766)
* Align log Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Use max instead of sum Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Make comment ordering deterministic Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Dont add Pov overhead when all is ignored Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Update test pallet weights Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Re-run weights on bm2 Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Fix test Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Actually use new weights Fucked up the merge for this file... Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Update contract weights Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> --------- Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
This commit is contained in:
committed by
GitHub
parent
46e2d3e5f8
commit
ebfe00d590
Generated
+236
-239
@@ -18,9 +18,9 @@
|
||||
//! Autogenerated weights for pallet_alliance
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-03-15, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-04-06, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -31,9 +31,6 @@
|
||||
// --steps=50
|
||||
// --repeat=20
|
||||
// --pallet=pallet_alliance
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
@@ -92,19 +89,19 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn propose_proposed(b: u32, m: u32, p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `618 + m * (32 ±0) + p * (36 ±0)`
|
||||
// Estimated: `15463 + m * (124 ±0) + p * (148 ±0)`
|
||||
// Minimum execution time: 32_788_000 picoseconds.
|
||||
Weight::from_parts(36_725_375, 15463)
|
||||
// Standard Error: 138
|
||||
.saturating_add(Weight::from_parts(1_252, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 1_445
|
||||
.saturating_add(Weight::from_parts(9_861, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 1_427
|
||||
.saturating_add(Weight::from_parts(127_304, 0).saturating_mul(p.into()))
|
||||
// Estimated: `6676 + m * (31 ±0) + p * (37 ±0)`
|
||||
// Minimum execution time: 32_316_000 picoseconds.
|
||||
Weight::from_parts(35_185_484, 6676)
|
||||
// Standard Error: 83
|
||||
.saturating_add(Weight::from_parts(1_089, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 871
|
||||
.saturating_add(Weight::from_parts(21_235, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 860
|
||||
.saturating_add(Weight::from_parts(120_353, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
.saturating_add(Weight::from_parts(0, 124).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 148).saturating_mul(p.into()))
|
||||
.saturating_add(Weight::from_parts(0, 31).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 37).saturating_mul(p.into()))
|
||||
}
|
||||
/// Storage: Alliance Members (r:1 w:0)
|
||||
/// Proof: Alliance Members (max_values: None, max_size: Some(3211), added: 5686, mode: MaxEncodedLen)
|
||||
@@ -114,11 +111,11 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn vote(m: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1042 + m * (64 ±0)`
|
||||
// Estimated: `11182 + m * (64 ±0)`
|
||||
// Minimum execution time: 26_632_000 picoseconds.
|
||||
Weight::from_parts(28_918_089, 11182)
|
||||
// Standard Error: 947
|
||||
.saturating_add(Weight::from_parts(56_565, 0).saturating_mul(m.into()))
|
||||
// Estimated: `6676 + m * (64 ±0)`
|
||||
// Minimum execution time: 25_982_000 picoseconds.
|
||||
Weight::from_parts(28_118_657, 6676)
|
||||
// Standard Error: 855
|
||||
.saturating_add(Weight::from_parts(61_309, 0).saturating_mul(m.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
.saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into()))
|
||||
@@ -138,17 +135,17 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn close_early_disapproved(m: u32, p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `622 + m * (96 ±0) + p * (37 ±0)`
|
||||
// Estimated: `15551 + m * (384 ±0) + p * (148 ±0)`
|
||||
// Minimum execution time: 40_937_000 picoseconds.
|
||||
Weight::from_parts(39_361_123, 15551)
|
||||
// Standard Error: 1_609
|
||||
.saturating_add(Weight::from_parts(43_225, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 1_569
|
||||
.saturating_add(Weight::from_parts(112_935, 0).saturating_mul(p.into()))
|
||||
// Estimated: `6676 + m * (96 ±0) + p * (37 ±0)`
|
||||
// Minimum execution time: 40_922_000 picoseconds.
|
||||
Weight::from_parts(39_098_903, 6676)
|
||||
// Standard Error: 714
|
||||
.saturating_add(Weight::from_parts(44_125, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 696
|
||||
.saturating_add(Weight::from_parts(111_263, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 384).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 148).saturating_mul(p.into()))
|
||||
.saturating_add(Weight::from_parts(0, 96).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 37).saturating_mul(p.into()))
|
||||
}
|
||||
/// Storage: Alliance Members (r:1 w:0)
|
||||
/// Proof: Alliance Members (max_values: None, max_size: Some(3211), added: 5686, mode: MaxEncodedLen)
|
||||
@@ -166,19 +163,19 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn close_early_approved(b: u32, m: u32, p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `903 + m * (96 ±0) + p * (41 ±0)`
|
||||
// Estimated: `20072 + m * (392 ±0) + p * (160 ±0)`
|
||||
// Minimum execution time: 51_569_000 picoseconds.
|
||||
Weight::from_parts(50_722_448, 20072)
|
||||
// Standard Error: 120
|
||||
.saturating_add(Weight::from_parts(474, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 1_271
|
||||
.saturating_add(Weight::from_parts(48_855, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 1_239
|
||||
.saturating_add(Weight::from_parts(139_022, 0).saturating_mul(p.into()))
|
||||
// Estimated: `6676 + m * (98 ±0) + p * (40 ±0)`
|
||||
// Minimum execution time: 51_890_000 picoseconds.
|
||||
Weight::from_parts(49_880_817, 6676)
|
||||
// Standard Error: 81
|
||||
.saturating_add(Weight::from_parts(688, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 862
|
||||
.saturating_add(Weight::from_parts(54_419, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 840
|
||||
.saturating_add(Weight::from_parts(122_253, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(5_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 392).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 160).saturating_mul(p.into()))
|
||||
.saturating_add(Weight::from_parts(0, 98).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 40).saturating_mul(p.into()))
|
||||
}
|
||||
/// Storage: Alliance Members (r:1 w:0)
|
||||
/// Proof: Alliance Members (max_values: None, max_size: Some(3211), added: 5686, mode: MaxEncodedLen)
|
||||
@@ -197,17 +194,17 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn close_disapproved(m: u32, p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `622 + m * (96 ±0) + p * (37 ±0)`
|
||||
// Estimated: `17666 + m * (480 ±0) + p * (185 ±0)`
|
||||
// Minimum execution time: 42_084_000 picoseconds.
|
||||
Weight::from_parts(39_907_823, 17666)
|
||||
// Standard Error: 899
|
||||
.saturating_add(Weight::from_parts(46_642, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 888
|
||||
.saturating_add(Weight::from_parts(114_161, 0).saturating_mul(p.into()))
|
||||
// Estimated: `6676 + m * (96 ±0) + p * (37 ±0)`
|
||||
// Minimum execution time: 42_391_000 picoseconds.
|
||||
Weight::from_parts(40_156_254, 6676)
|
||||
// Standard Error: 728
|
||||
.saturating_add(Weight::from_parts(47_889, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 719
|
||||
.saturating_add(Weight::from_parts(112_596, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(5_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 480).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 185).saturating_mul(p.into()))
|
||||
.saturating_add(Weight::from_parts(0, 96).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 37).saturating_mul(p.into()))
|
||||
}
|
||||
/// Storage: Alliance Members (r:1 w:0)
|
||||
/// Proof: Alliance Members (max_values: None, max_size: Some(3211), added: 5686, mode: MaxEncodedLen)
|
||||
@@ -227,19 +224,19 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn close_approved(b: u32, m: u32, p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `591 + m * (96 ±0) + p * (36 ±0)`
|
||||
// Estimated: `17471 + m * (485 ±0) + p * (180 ±0)`
|
||||
// Minimum execution time: 42_322_000 picoseconds.
|
||||
Weight::from_parts(38_753_429, 17471)
|
||||
// Standard Error: 78
|
||||
.saturating_add(Weight::from_parts(1_053, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 841
|
||||
.saturating_add(Weight::from_parts(51_720, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 811
|
||||
.saturating_add(Weight::from_parts(113_343, 0).saturating_mul(p.into()))
|
||||
// Estimated: `6676 + m * (97 ±0) + p * (36 ±0)`
|
||||
// Minimum execution time: 42_320_000 picoseconds.
|
||||
Weight::from_parts(40_205_526, 6676)
|
||||
// Standard Error: 64
|
||||
.saturating_add(Weight::from_parts(49, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 690
|
||||
.saturating_add(Weight::from_parts(46_508, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 665
|
||||
.saturating_add(Weight::from_parts(112_222, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(5_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 485).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 180).saturating_mul(p.into()))
|
||||
.saturating_add(Weight::from_parts(0, 97).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 36).saturating_mul(p.into()))
|
||||
}
|
||||
/// Storage: Alliance Members (r:2 w:2)
|
||||
/// Proof: Alliance Members (max_values: None, max_size: Some(3211), added: 5686, mode: MaxEncodedLen)
|
||||
@@ -250,13 +247,13 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn init_members(m: u32, z: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `217`
|
||||
// Estimated: `14064`
|
||||
// Minimum execution time: 33_217_000 picoseconds.
|
||||
Weight::from_parts(24_495_505, 14064)
|
||||
// Standard Error: 412
|
||||
.saturating_add(Weight::from_parts(108_405, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 407
|
||||
.saturating_add(Weight::from_parts(95_707, 0).saturating_mul(z.into()))
|
||||
// Estimated: `12362`
|
||||
// Minimum execution time: 32_509_000 picoseconds.
|
||||
Weight::from_parts(23_584_337, 12362)
|
||||
// Standard Error: 377
|
||||
.saturating_add(Weight::from_parts(114_917, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 373
|
||||
.saturating_add(Weight::from_parts(97_593, 0).saturating_mul(z.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -278,24 +275,24 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn disband(x: u32, y: u32, z: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0 + x * (50 ±0) + y * (51 ±0) + z * (251 ±0)`
|
||||
// Estimated: `35975 + x * (2587 ±0) + y * (2590 ±0) + z * (3113 ±1)`
|
||||
// Minimum execution time: 278_029_000 picoseconds.
|
||||
Weight::from_parts(279_353_000, 35975)
|
||||
// Standard Error: 23_655
|
||||
.saturating_add(Weight::from_parts(519_330, 0).saturating_mul(x.into()))
|
||||
// Standard Error: 23_541
|
||||
.saturating_add(Weight::from_parts(547_382, 0).saturating_mul(y.into()))
|
||||
// Standard Error: 47_040
|
||||
.saturating_add(Weight::from_parts(10_939_685, 0).saturating_mul(z.into()))
|
||||
// Estimated: `12362 + x * (2539 ±0) + y * (2539 ±0) + z * (2603 ±1)`
|
||||
// Minimum execution time: 275_061_000 picoseconds.
|
||||
Weight::from_parts(565_248, 12362)
|
||||
// Standard Error: 15_948
|
||||
.saturating_add(Weight::from_parts(1_636_348, 0).saturating_mul(x.into()))
|
||||
// Standard Error: 15_761
|
||||
.saturating_add(Weight::from_parts(1_580_146, 0).saturating_mul(y.into()))
|
||||
// Standard Error: 31_496
|
||||
.saturating_add(Weight::from_parts(17_217_382, 0).saturating_mul(z.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(x.into())))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(y.into())))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(z.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(z.into())))
|
||||
.saturating_add(Weight::from_parts(0, 2587).saturating_mul(x.into()))
|
||||
.saturating_add(Weight::from_parts(0, 2590).saturating_mul(y.into()))
|
||||
.saturating_add(Weight::from_parts(0, 3113).saturating_mul(z.into()))
|
||||
.saturating_add(Weight::from_parts(0, 2539).saturating_mul(x.into()))
|
||||
.saturating_add(Weight::from_parts(0, 2539).saturating_mul(y.into()))
|
||||
.saturating_add(Weight::from_parts(0, 2603).saturating_mul(z.into()))
|
||||
}
|
||||
/// Storage: Alliance Rule (r:0 w:1)
|
||||
/// Proof: Alliance Rule (max_values: Some(1), max_size: Some(87), added: 582, mode: MaxEncodedLen)
|
||||
@@ -303,8 +300,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 10_129_000 picoseconds.
|
||||
Weight::from_parts(10_370_000, 0)
|
||||
// Minimum execution time: 10_261_000 picoseconds.
|
||||
Weight::from_parts(10_389_000, 0)
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
/// Storage: Alliance Announcements (r:1 w:1)
|
||||
@@ -313,8 +310,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `246`
|
||||
// Estimated: `10187`
|
||||
// Minimum execution time: 13_601_000 picoseconds.
|
||||
Weight::from_parts(13_823_000, 10187)
|
||||
// Minimum execution time: 13_483_000 picoseconds.
|
||||
Weight::from_parts(13_805_000, 10187)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -324,8 +321,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `319`
|
||||
// Estimated: `10187`
|
||||
// Minimum execution time: 14_953_000 picoseconds.
|
||||
Weight::from_parts(15_239_000, 10187)
|
||||
// Minimum execution time: 14_816_000 picoseconds.
|
||||
Weight::from_parts(15_163_000, 10187)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -340,9 +337,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn join_alliance() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `468`
|
||||
// Estimated: `26328`
|
||||
// Minimum execution time: 42_947_000 picoseconds.
|
||||
Weight::from_parts(43_602_000, 26328)
|
||||
// Estimated: `18048`
|
||||
// Minimum execution time: 46_149_000 picoseconds.
|
||||
Weight::from_parts(46_827_000, 18048)
|
||||
.saturating_add(T::DbWeight::get().reads(5_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -353,9 +350,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn nominate_ally() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `367`
|
||||
// Estimated: `22735`
|
||||
// Minimum execution time: 28_787_000 picoseconds.
|
||||
Weight::from_parts(29_286_000, 22735)
|
||||
// Estimated: `18048`
|
||||
// Minimum execution time: 28_463_000 picoseconds.
|
||||
Weight::from_parts(28_730_000, 18048)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -370,9 +367,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn elevate_ally() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `443`
|
||||
// Estimated: `15176`
|
||||
// Minimum execution time: 28_476_000 picoseconds.
|
||||
Weight::from_parts(28_972_000, 15176)
|
||||
// Estimated: `12362`
|
||||
// Minimum execution time: 28_401_000 picoseconds.
|
||||
Weight::from_parts(28_717_000, 12362)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -389,9 +386,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn give_retirement_notice() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `443`
|
||||
// Estimated: `26548`
|
||||
// Minimum execution time: 36_773_000 picoseconds.
|
||||
Weight::from_parts(38_123_000, 26548)
|
||||
// Estimated: `23734`
|
||||
// Minimum execution time: 36_538_000 picoseconds.
|
||||
Weight::from_parts(37_197_000, 23734)
|
||||
.saturating_add(T::DbWeight::get().reads(5_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(5_u64))
|
||||
}
|
||||
@@ -406,9 +403,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn retire() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `687`
|
||||
// Estimated: `17315`
|
||||
// Minimum execution time: 37_814_000 picoseconds.
|
||||
Weight::from_parts(38_353_000, 17315)
|
||||
// Estimated: `6676`
|
||||
// Minimum execution time: 42_324_000 picoseconds.
|
||||
Weight::from_parts(42_890_000, 6676)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -427,9 +424,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn kick_member() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `707`
|
||||
// Estimated: `28776`
|
||||
// Minimum execution time: 62_194_000 picoseconds.
|
||||
Weight::from_parts(63_925_000, 28776)
|
||||
// Estimated: `18048`
|
||||
// Minimum execution time: 68_003_000 picoseconds.
|
||||
Weight::from_parts(68_657_000, 18048)
|
||||
.saturating_add(T::DbWeight::get().reads(6_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(5_u64))
|
||||
}
|
||||
@@ -442,13 +439,13 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn add_unscrupulous_items(n: u32, l: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `246`
|
||||
// Estimated: `31874`
|
||||
// Minimum execution time: 8_369_000 picoseconds.
|
||||
Weight::from_parts(8_462_000, 31874)
|
||||
// Standard Error: 3_347
|
||||
.saturating_add(Weight::from_parts(1_567_757, 0).saturating_mul(n.into()))
|
||||
// Standard Error: 1_310
|
||||
.saturating_add(Weight::from_parts(72_697, 0).saturating_mul(l.into()))
|
||||
// Estimated: `27187`
|
||||
// Minimum execution time: 8_304_000 picoseconds.
|
||||
Weight::from_parts(8_424_000, 27187)
|
||||
// Standard Error: 2_765
|
||||
.saturating_add(Weight::from_parts(1_529_793, 0).saturating_mul(n.into()))
|
||||
// Standard Error: 1_082
|
||||
.saturating_add(Weight::from_parts(71_352, 0).saturating_mul(l.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -460,14 +457,14 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `l` is `[0, 255]`.
|
||||
fn remove_unscrupulous_items(n: u32, l: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0 + n * (289 ±0) + l * (100 ±0)`
|
||||
// Estimated: `31874`
|
||||
// Minimum execution time: 8_309_000 picoseconds.
|
||||
Weight::from_parts(8_450_000, 31874)
|
||||
// Standard Error: 185_163
|
||||
.saturating_add(Weight::from_parts(16_348_419, 0).saturating_mul(n.into()))
|
||||
// Standard Error: 72_518
|
||||
.saturating_add(Weight::from_parts(337_571, 0).saturating_mul(l.into()))
|
||||
// Measured: `0 + l * (100 ±0) + n * (289 ±0)`
|
||||
// Estimated: `27187`
|
||||
// Minimum execution time: 8_348_000 picoseconds.
|
||||
Weight::from_parts(8_505_000, 27187)
|
||||
// Standard Error: 187_398
|
||||
.saturating_add(Weight::from_parts(16_545_597, 0).saturating_mul(n.into()))
|
||||
// Standard Error: 73_393
|
||||
.saturating_add(Weight::from_parts(350_415, 0).saturating_mul(l.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -482,9 +479,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn abdicate_fellow_status() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `443`
|
||||
// Estimated: `20862`
|
||||
// Minimum execution time: 35_363_000 picoseconds.
|
||||
Weight::from_parts(35_665_000, 20862)
|
||||
// Estimated: `18048`
|
||||
// Minimum execution time: 34_461_000 picoseconds.
|
||||
Weight::from_parts(34_992_000, 18048)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -508,19 +505,19 @@ impl WeightInfo for () {
|
||||
fn propose_proposed(b: u32, m: u32, p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `618 + m * (32 ±0) + p * (36 ±0)`
|
||||
// Estimated: `15463 + m * (124 ±0) + p * (148 ±0)`
|
||||
// Minimum execution time: 32_788_000 picoseconds.
|
||||
Weight::from_parts(36_725_375, 15463)
|
||||
// Standard Error: 138
|
||||
.saturating_add(Weight::from_parts(1_252, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 1_445
|
||||
.saturating_add(Weight::from_parts(9_861, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 1_427
|
||||
.saturating_add(Weight::from_parts(127_304, 0).saturating_mul(p.into()))
|
||||
// Estimated: `6676 + m * (31 ±0) + p * (37 ±0)`
|
||||
// Minimum execution time: 32_316_000 picoseconds.
|
||||
Weight::from_parts(35_185_484, 6676)
|
||||
// Standard Error: 83
|
||||
.saturating_add(Weight::from_parts(1_089, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 871
|
||||
.saturating_add(Weight::from_parts(21_235, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 860
|
||||
.saturating_add(Weight::from_parts(120_353, 0).saturating_mul(p.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
||||
.saturating_add(Weight::from_parts(0, 124).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 148).saturating_mul(p.into()))
|
||||
.saturating_add(Weight::from_parts(0, 31).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 37).saturating_mul(p.into()))
|
||||
}
|
||||
/// Storage: Alliance Members (r:1 w:0)
|
||||
/// Proof: Alliance Members (max_values: None, max_size: Some(3211), added: 5686, mode: MaxEncodedLen)
|
||||
@@ -530,11 +527,11 @@ impl WeightInfo for () {
|
||||
fn vote(m: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1042 + m * (64 ±0)`
|
||||
// Estimated: `11182 + m * (64 ±0)`
|
||||
// Minimum execution time: 26_632_000 picoseconds.
|
||||
Weight::from_parts(28_918_089, 11182)
|
||||
// Standard Error: 947
|
||||
.saturating_add(Weight::from_parts(56_565, 0).saturating_mul(m.into()))
|
||||
// Estimated: `6676 + m * (64 ±0)`
|
||||
// Minimum execution time: 25_982_000 picoseconds.
|
||||
Weight::from_parts(28_118_657, 6676)
|
||||
// Standard Error: 855
|
||||
.saturating_add(Weight::from_parts(61_309, 0).saturating_mul(m.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
.saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into()))
|
||||
@@ -554,17 +551,17 @@ impl WeightInfo for () {
|
||||
fn close_early_disapproved(m: u32, p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `622 + m * (96 ±0) + p * (37 ±0)`
|
||||
// Estimated: `15551 + m * (384 ±0) + p * (148 ±0)`
|
||||
// Minimum execution time: 40_937_000 picoseconds.
|
||||
Weight::from_parts(39_361_123, 15551)
|
||||
// Standard Error: 1_609
|
||||
.saturating_add(Weight::from_parts(43_225, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 1_569
|
||||
.saturating_add(Weight::from_parts(112_935, 0).saturating_mul(p.into()))
|
||||
// Estimated: `6676 + m * (96 ±0) + p * (37 ±0)`
|
||||
// Minimum execution time: 40_922_000 picoseconds.
|
||||
Weight::from_parts(39_098_903, 6676)
|
||||
// Standard Error: 714
|
||||
.saturating_add(Weight::from_parts(44_125, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 696
|
||||
.saturating_add(Weight::from_parts(111_263, 0).saturating_mul(p.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 384).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 148).saturating_mul(p.into()))
|
||||
.saturating_add(Weight::from_parts(0, 96).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 37).saturating_mul(p.into()))
|
||||
}
|
||||
/// Storage: Alliance Members (r:1 w:0)
|
||||
/// Proof: Alliance Members (max_values: None, max_size: Some(3211), added: 5686, mode: MaxEncodedLen)
|
||||
@@ -582,19 +579,19 @@ impl WeightInfo for () {
|
||||
fn close_early_approved(b: u32, m: u32, p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `903 + m * (96 ±0) + p * (41 ±0)`
|
||||
// Estimated: `20072 + m * (392 ±0) + p * (160 ±0)`
|
||||
// Minimum execution time: 51_569_000 picoseconds.
|
||||
Weight::from_parts(50_722_448, 20072)
|
||||
// Standard Error: 120
|
||||
.saturating_add(Weight::from_parts(474, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 1_271
|
||||
.saturating_add(Weight::from_parts(48_855, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 1_239
|
||||
.saturating_add(Weight::from_parts(139_022, 0).saturating_mul(p.into()))
|
||||
// Estimated: `6676 + m * (98 ±0) + p * (40 ±0)`
|
||||
// Minimum execution time: 51_890_000 picoseconds.
|
||||
Weight::from_parts(49_880_817, 6676)
|
||||
// Standard Error: 81
|
||||
.saturating_add(Weight::from_parts(688, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 862
|
||||
.saturating_add(Weight::from_parts(54_419, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 840
|
||||
.saturating_add(Weight::from_parts(122_253, 0).saturating_mul(p.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(5_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 392).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 160).saturating_mul(p.into()))
|
||||
.saturating_add(Weight::from_parts(0, 98).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 40).saturating_mul(p.into()))
|
||||
}
|
||||
/// Storage: Alliance Members (r:1 w:0)
|
||||
/// Proof: Alliance Members (max_values: None, max_size: Some(3211), added: 5686, mode: MaxEncodedLen)
|
||||
@@ -613,17 +610,17 @@ impl WeightInfo for () {
|
||||
fn close_disapproved(m: u32, p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `622 + m * (96 ±0) + p * (37 ±0)`
|
||||
// Estimated: `17666 + m * (480 ±0) + p * (185 ±0)`
|
||||
// Minimum execution time: 42_084_000 picoseconds.
|
||||
Weight::from_parts(39_907_823, 17666)
|
||||
// Standard Error: 899
|
||||
.saturating_add(Weight::from_parts(46_642, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 888
|
||||
.saturating_add(Weight::from_parts(114_161, 0).saturating_mul(p.into()))
|
||||
// Estimated: `6676 + m * (96 ±0) + p * (37 ±0)`
|
||||
// Minimum execution time: 42_391_000 picoseconds.
|
||||
Weight::from_parts(40_156_254, 6676)
|
||||
// Standard Error: 728
|
||||
.saturating_add(Weight::from_parts(47_889, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 719
|
||||
.saturating_add(Weight::from_parts(112_596, 0).saturating_mul(p.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(5_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 480).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 185).saturating_mul(p.into()))
|
||||
.saturating_add(Weight::from_parts(0, 96).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 37).saturating_mul(p.into()))
|
||||
}
|
||||
/// Storage: Alliance Members (r:1 w:0)
|
||||
/// Proof: Alliance Members (max_values: None, max_size: Some(3211), added: 5686, mode: MaxEncodedLen)
|
||||
@@ -643,19 +640,19 @@ impl WeightInfo for () {
|
||||
fn close_approved(b: u32, m: u32, p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `591 + m * (96 ±0) + p * (36 ±0)`
|
||||
// Estimated: `17471 + m * (485 ±0) + p * (180 ±0)`
|
||||
// Minimum execution time: 42_322_000 picoseconds.
|
||||
Weight::from_parts(38_753_429, 17471)
|
||||
// Standard Error: 78
|
||||
.saturating_add(Weight::from_parts(1_053, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 841
|
||||
.saturating_add(Weight::from_parts(51_720, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 811
|
||||
.saturating_add(Weight::from_parts(113_343, 0).saturating_mul(p.into()))
|
||||
// Estimated: `6676 + m * (97 ±0) + p * (36 ±0)`
|
||||
// Minimum execution time: 42_320_000 picoseconds.
|
||||
Weight::from_parts(40_205_526, 6676)
|
||||
// Standard Error: 64
|
||||
.saturating_add(Weight::from_parts(49, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 690
|
||||
.saturating_add(Weight::from_parts(46_508, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 665
|
||||
.saturating_add(Weight::from_parts(112_222, 0).saturating_mul(p.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(5_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 485).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 180).saturating_mul(p.into()))
|
||||
.saturating_add(Weight::from_parts(0, 97).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 36).saturating_mul(p.into()))
|
||||
}
|
||||
/// Storage: Alliance Members (r:2 w:2)
|
||||
/// Proof: Alliance Members (max_values: None, max_size: Some(3211), added: 5686, mode: MaxEncodedLen)
|
||||
@@ -666,13 +663,13 @@ impl WeightInfo for () {
|
||||
fn init_members(m: u32, z: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `217`
|
||||
// Estimated: `14064`
|
||||
// Minimum execution time: 33_217_000 picoseconds.
|
||||
Weight::from_parts(24_495_505, 14064)
|
||||
// Standard Error: 412
|
||||
.saturating_add(Weight::from_parts(108_405, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 407
|
||||
.saturating_add(Weight::from_parts(95_707, 0).saturating_mul(z.into()))
|
||||
// Estimated: `12362`
|
||||
// Minimum execution time: 32_509_000 picoseconds.
|
||||
Weight::from_parts(23_584_337, 12362)
|
||||
// Standard Error: 377
|
||||
.saturating_add(Weight::from_parts(114_917, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 373
|
||||
.saturating_add(Weight::from_parts(97_593, 0).saturating_mul(z.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -694,24 +691,24 @@ impl WeightInfo for () {
|
||||
fn disband(x: u32, y: u32, z: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0 + x * (50 ±0) + y * (51 ±0) + z * (251 ±0)`
|
||||
// Estimated: `35975 + x * (2587 ±0) + y * (2590 ±0) + z * (3113 ±1)`
|
||||
// Minimum execution time: 278_029_000 picoseconds.
|
||||
Weight::from_parts(279_353_000, 35975)
|
||||
// Standard Error: 23_655
|
||||
.saturating_add(Weight::from_parts(519_330, 0).saturating_mul(x.into()))
|
||||
// Standard Error: 23_541
|
||||
.saturating_add(Weight::from_parts(547_382, 0).saturating_mul(y.into()))
|
||||
// Standard Error: 47_040
|
||||
.saturating_add(Weight::from_parts(10_939_685, 0).saturating_mul(z.into()))
|
||||
// Estimated: `12362 + x * (2539 ±0) + y * (2539 ±0) + z * (2603 ±1)`
|
||||
// Minimum execution time: 275_061_000 picoseconds.
|
||||
Weight::from_parts(565_248, 12362)
|
||||
// Standard Error: 15_948
|
||||
.saturating_add(Weight::from_parts(1_636_348, 0).saturating_mul(x.into()))
|
||||
// Standard Error: 15_761
|
||||
.saturating_add(Weight::from_parts(1_580_146, 0).saturating_mul(y.into()))
|
||||
// Standard Error: 31_496
|
||||
.saturating_add(Weight::from_parts(17_217_382, 0).saturating_mul(z.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(x.into())))
|
||||
.saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(y.into())))
|
||||
.saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(z.into())))
|
||||
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes((2_u64).saturating_mul(z.into())))
|
||||
.saturating_add(Weight::from_parts(0, 2587).saturating_mul(x.into()))
|
||||
.saturating_add(Weight::from_parts(0, 2590).saturating_mul(y.into()))
|
||||
.saturating_add(Weight::from_parts(0, 3113).saturating_mul(z.into()))
|
||||
.saturating_add(Weight::from_parts(0, 2539).saturating_mul(x.into()))
|
||||
.saturating_add(Weight::from_parts(0, 2539).saturating_mul(y.into()))
|
||||
.saturating_add(Weight::from_parts(0, 2603).saturating_mul(z.into()))
|
||||
}
|
||||
/// Storage: Alliance Rule (r:0 w:1)
|
||||
/// Proof: Alliance Rule (max_values: Some(1), max_size: Some(87), added: 582, mode: MaxEncodedLen)
|
||||
@@ -719,8 +716,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 10_129_000 picoseconds.
|
||||
Weight::from_parts(10_370_000, 0)
|
||||
// Minimum execution time: 10_261_000 picoseconds.
|
||||
Weight::from_parts(10_389_000, 0)
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
/// Storage: Alliance Announcements (r:1 w:1)
|
||||
@@ -729,8 +726,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `246`
|
||||
// Estimated: `10187`
|
||||
// Minimum execution time: 13_601_000 picoseconds.
|
||||
Weight::from_parts(13_823_000, 10187)
|
||||
// Minimum execution time: 13_483_000 picoseconds.
|
||||
Weight::from_parts(13_805_000, 10187)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -740,8 +737,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `319`
|
||||
// Estimated: `10187`
|
||||
// Minimum execution time: 14_953_000 picoseconds.
|
||||
Weight::from_parts(15_239_000, 10187)
|
||||
// Minimum execution time: 14_816_000 picoseconds.
|
||||
Weight::from_parts(15_163_000, 10187)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -756,9 +753,9 @@ impl WeightInfo for () {
|
||||
fn join_alliance() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `468`
|
||||
// Estimated: `26328`
|
||||
// Minimum execution time: 42_947_000 picoseconds.
|
||||
Weight::from_parts(43_602_000, 26328)
|
||||
// Estimated: `18048`
|
||||
// Minimum execution time: 46_149_000 picoseconds.
|
||||
Weight::from_parts(46_827_000, 18048)
|
||||
.saturating_add(RocksDbWeight::get().reads(5_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -769,9 +766,9 @@ impl WeightInfo for () {
|
||||
fn nominate_ally() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `367`
|
||||
// Estimated: `22735`
|
||||
// Minimum execution time: 28_787_000 picoseconds.
|
||||
Weight::from_parts(29_286_000, 22735)
|
||||
// Estimated: `18048`
|
||||
// Minimum execution time: 28_463_000 picoseconds.
|
||||
Weight::from_parts(28_730_000, 18048)
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -786,9 +783,9 @@ impl WeightInfo for () {
|
||||
fn elevate_ally() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `443`
|
||||
// Estimated: `15176`
|
||||
// Minimum execution time: 28_476_000 picoseconds.
|
||||
Weight::from_parts(28_972_000, 15176)
|
||||
// Estimated: `12362`
|
||||
// Minimum execution time: 28_401_000 picoseconds.
|
||||
Weight::from_parts(28_717_000, 12362)
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -805,9 +802,9 @@ impl WeightInfo for () {
|
||||
fn give_retirement_notice() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `443`
|
||||
// Estimated: `26548`
|
||||
// Minimum execution time: 36_773_000 picoseconds.
|
||||
Weight::from_parts(38_123_000, 26548)
|
||||
// Estimated: `23734`
|
||||
// Minimum execution time: 36_538_000 picoseconds.
|
||||
Weight::from_parts(37_197_000, 23734)
|
||||
.saturating_add(RocksDbWeight::get().reads(5_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(5_u64))
|
||||
}
|
||||
@@ -822,9 +819,9 @@ impl WeightInfo for () {
|
||||
fn retire() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `687`
|
||||
// Estimated: `17315`
|
||||
// Minimum execution time: 37_814_000 picoseconds.
|
||||
Weight::from_parts(38_353_000, 17315)
|
||||
// Estimated: `6676`
|
||||
// Minimum execution time: 42_324_000 picoseconds.
|
||||
Weight::from_parts(42_890_000, 6676)
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -843,9 +840,9 @@ impl WeightInfo for () {
|
||||
fn kick_member() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `707`
|
||||
// Estimated: `28776`
|
||||
// Minimum execution time: 62_194_000 picoseconds.
|
||||
Weight::from_parts(63_925_000, 28776)
|
||||
// Estimated: `18048`
|
||||
// Minimum execution time: 68_003_000 picoseconds.
|
||||
Weight::from_parts(68_657_000, 18048)
|
||||
.saturating_add(RocksDbWeight::get().reads(6_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(5_u64))
|
||||
}
|
||||
@@ -858,13 +855,13 @@ impl WeightInfo for () {
|
||||
fn add_unscrupulous_items(n: u32, l: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `246`
|
||||
// Estimated: `31874`
|
||||
// Minimum execution time: 8_369_000 picoseconds.
|
||||
Weight::from_parts(8_462_000, 31874)
|
||||
// Standard Error: 3_347
|
||||
.saturating_add(Weight::from_parts(1_567_757, 0).saturating_mul(n.into()))
|
||||
// Standard Error: 1_310
|
||||
.saturating_add(Weight::from_parts(72_697, 0).saturating_mul(l.into()))
|
||||
// Estimated: `27187`
|
||||
// Minimum execution time: 8_304_000 picoseconds.
|
||||
Weight::from_parts(8_424_000, 27187)
|
||||
// Standard Error: 2_765
|
||||
.saturating_add(Weight::from_parts(1_529_793, 0).saturating_mul(n.into()))
|
||||
// Standard Error: 1_082
|
||||
.saturating_add(Weight::from_parts(71_352, 0).saturating_mul(l.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -876,14 +873,14 @@ impl WeightInfo for () {
|
||||
/// The range of component `l` is `[0, 255]`.
|
||||
fn remove_unscrupulous_items(n: u32, l: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0 + n * (289 ±0) + l * (100 ±0)`
|
||||
// Estimated: `31874`
|
||||
// Minimum execution time: 8_309_000 picoseconds.
|
||||
Weight::from_parts(8_450_000, 31874)
|
||||
// Standard Error: 185_163
|
||||
.saturating_add(Weight::from_parts(16_348_419, 0).saturating_mul(n.into()))
|
||||
// Standard Error: 72_518
|
||||
.saturating_add(Weight::from_parts(337_571, 0).saturating_mul(l.into()))
|
||||
// Measured: `0 + l * (100 ±0) + n * (289 ±0)`
|
||||
// Estimated: `27187`
|
||||
// Minimum execution time: 8_348_000 picoseconds.
|
||||
Weight::from_parts(8_505_000, 27187)
|
||||
// Standard Error: 187_398
|
||||
.saturating_add(Weight::from_parts(16_545_597, 0).saturating_mul(n.into()))
|
||||
// Standard Error: 73_393
|
||||
.saturating_add(Weight::from_parts(350_415, 0).saturating_mul(l.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -898,9 +895,9 @@ impl WeightInfo for () {
|
||||
fn abdicate_fellow_status() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `443`
|
||||
// Estimated: `20862`
|
||||
// Minimum execution time: 35_363_000 picoseconds.
|
||||
Weight::from_parts(35_665_000, 20862)
|
||||
// Estimated: `18048`
|
||||
// Minimum execution time: 34_461_000 picoseconds.
|
||||
Weight::from_parts(34_992_000, 18048)
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
||||
}
|
||||
|
||||
Generated
+176
-171
@@ -18,9 +18,9 @@
|
||||
//! Autogenerated weights for pallet_assets
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-03-15, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-04-06, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -31,9 +31,6 @@
|
||||
// --steps=50
|
||||
// --repeat=20
|
||||
// --pallet=pallet_assets
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
@@ -90,9 +87,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn create() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `293`
|
||||
// Estimated: `7268`
|
||||
// Minimum execution time: 27_756_000 picoseconds.
|
||||
Weight::from_parts(28_637_000, 7268)
|
||||
// Estimated: `3675`
|
||||
// Minimum execution time: 33_678_000 picoseconds.
|
||||
Weight::from_parts(34_320_000, 3675)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -102,8 +99,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `153`
|
||||
// Estimated: `3675`
|
||||
// Minimum execution time: 15_402_000 picoseconds.
|
||||
Weight::from_parts(15_803_000, 3675)
|
||||
// Minimum execution time: 15_521_000 picoseconds.
|
||||
Weight::from_parts(16_035_000, 3675)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -113,8 +110,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `385`
|
||||
// Estimated: `3675`
|
||||
// Minimum execution time: 16_027_000 picoseconds.
|
||||
Weight::from_parts(16_372_000, 3675)
|
||||
// Minimum execution time: 15_921_000 picoseconds.
|
||||
Weight::from_parts(16_153_000, 3675)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -128,16 +125,16 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn destroy_accounts(c: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0 + c * (208 ±0)`
|
||||
// Estimated: `8232 + c * (5180 ±0)`
|
||||
// Minimum execution time: 20_667_000 picoseconds.
|
||||
Weight::from_parts(20_930_000, 8232)
|
||||
// Standard Error: 7_226
|
||||
.saturating_add(Weight::from_parts(12_759_091, 0).saturating_mul(c.into()))
|
||||
// Estimated: `3675 + c * (2603 ±0)`
|
||||
// Minimum execution time: 21_242_000 picoseconds.
|
||||
Weight::from_parts(21_532_000, 3675)
|
||||
// Standard Error: 6_449
|
||||
.saturating_add(Weight::from_parts(13_150_845, 0).saturating_mul(c.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_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, 5180).saturating_mul(c.into()))
|
||||
.saturating_add(Weight::from_parts(0, 2603).saturating_mul(c.into()))
|
||||
}
|
||||
/// Storage: Assets Asset (r:1 w:1)
|
||||
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||
@@ -147,11 +144,11 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn destroy_approvals(a: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `522 + a * (86 ±0)`
|
||||
// Estimated: `7288 + a * (2623 ±0)`
|
||||
// Minimum execution time: 20_798_000 picoseconds.
|
||||
Weight::from_parts(21_129_000, 7288)
|
||||
// Standard Error: 7_484
|
||||
.saturating_add(Weight::from_parts(12_761_996, 0).saturating_mul(a.into()))
|
||||
// Estimated: `3675 + a * (2623 ±0)`
|
||||
// Minimum execution time: 21_604_000 picoseconds.
|
||||
Weight::from_parts(21_881_000, 3675)
|
||||
// Standard Error: 4_225
|
||||
.saturating_add(Weight::from_parts(15_968_205, 0).saturating_mul(a.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(a.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
@@ -165,9 +162,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn finish_destroy() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `351`
|
||||
// Estimated: `7280`
|
||||
// Minimum execution time: 15_870_000 picoseconds.
|
||||
Weight::from_parts(16_280_000, 7280)
|
||||
// Estimated: `3675`
|
||||
// Minimum execution time: 16_465_000 picoseconds.
|
||||
Weight::from_parts(16_775_000, 3675)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -178,9 +175,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn mint() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `351`
|
||||
// Estimated: `7242`
|
||||
// Minimum execution time: 28_556_000 picoseconds.
|
||||
Weight::from_parts(28_972_000, 7242)
|
||||
// Estimated: `3675`
|
||||
// Minimum execution time: 30_709_000 picoseconds.
|
||||
Weight::from_parts(31_159_000, 3675)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -191,9 +188,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn burn() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `459`
|
||||
// Estimated: `7242`
|
||||
// Minimum execution time: 35_379_000 picoseconds.
|
||||
Weight::from_parts(35_826_000, 7242)
|
||||
// Estimated: `3675`
|
||||
// Minimum execution time: 36_944_000 picoseconds.
|
||||
Weight::from_parts(38_166_000, 3675)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -206,9 +203,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn transfer() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `498`
|
||||
// Estimated: `13412`
|
||||
// Minimum execution time: 48_837_000 picoseconds.
|
||||
Weight::from_parts(49_305_000, 13412)
|
||||
// Estimated: `6144`
|
||||
// Minimum execution time: 52_497_000 picoseconds.
|
||||
Weight::from_parts(53_147_000, 6144)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -221,9 +218,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn transfer_keep_alive() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `498`
|
||||
// Estimated: `13412`
|
||||
// Minimum execution time: 43_603_000 picoseconds.
|
||||
Weight::from_parts(44_142_000, 13412)
|
||||
// Estimated: `6144`
|
||||
// Minimum execution time: 46_203_000 picoseconds.
|
||||
Weight::from_parts(46_853_000, 6144)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -236,9 +233,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn force_transfer() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `498`
|
||||
// Estimated: `13412`
|
||||
// Minimum execution time: 49_691_000 picoseconds.
|
||||
Weight::from_parts(50_402_000, 13412)
|
||||
// Estimated: `6144`
|
||||
// Minimum execution time: 52_911_000 picoseconds.
|
||||
Weight::from_parts(55_511_000, 6144)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -249,9 +246,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn freeze() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `459`
|
||||
// Estimated: `7242`
|
||||
// Minimum execution time: 19_600_000 picoseconds.
|
||||
Weight::from_parts(20_435_000, 7242)
|
||||
// Estimated: `3675`
|
||||
// Minimum execution time: 20_308_000 picoseconds.
|
||||
Weight::from_parts(20_524_000, 3675)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -262,9 +259,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn thaw() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `459`
|
||||
// Estimated: `7242`
|
||||
// Minimum execution time: 19_396_000 picoseconds.
|
||||
Weight::from_parts(19_745_000, 7242)
|
||||
// Estimated: `3675`
|
||||
// Minimum execution time: 20_735_000 picoseconds.
|
||||
Weight::from_parts(21_026_000, 3675)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -274,8 +271,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `385`
|
||||
// Estimated: `3675`
|
||||
// Minimum execution time: 15_503_000 picoseconds.
|
||||
Weight::from_parts(15_788_000, 3675)
|
||||
// Minimum execution time: 16_148_000 picoseconds.
|
||||
Weight::from_parts(16_404_000, 3675)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -285,8 +282,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `385`
|
||||
// Estimated: `3675`
|
||||
// Minimum execution time: 15_874_000 picoseconds.
|
||||
Weight::from_parts(16_190_000, 3675)
|
||||
// Minimum execution time: 16_075_000 picoseconds.
|
||||
Weight::from_parts(16_542_000, 3675)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -297,9 +294,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn transfer_ownership() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `351`
|
||||
// Estimated: `7280`
|
||||
// Minimum execution time: 17_067_000 picoseconds.
|
||||
Weight::from_parts(17_355_000, 7280)
|
||||
// Estimated: `3675`
|
||||
// Minimum execution time: 17_866_000 picoseconds.
|
||||
Weight::from_parts(18_129_000, 3675)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -309,8 +306,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `351`
|
||||
// Estimated: `3675`
|
||||
// Minimum execution time: 16_155_000 picoseconds.
|
||||
Weight::from_parts(16_442_000, 3675)
|
||||
// Minimum execution time: 16_637_000 picoseconds.
|
||||
Weight::from_parts(16_918_000, 3675)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -320,12 +317,14 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Assets Metadata (max_values: None, max_size: Some(140), added: 2615, mode: MaxEncodedLen)
|
||||
/// The range of component `n` is `[0, 50]`.
|
||||
/// The range of component `s` is `[0, 50]`.
|
||||
fn set_metadata(_n: u32, _s: u32, ) -> Weight {
|
||||
fn set_metadata(_n: u32, s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `351`
|
||||
// Estimated: `7280`
|
||||
// Minimum execution time: 27_270_000 picoseconds.
|
||||
Weight::from_parts(28_634_060, 7280)
|
||||
// Estimated: `3675`
|
||||
// Minimum execution time: 33_304_000 picoseconds.
|
||||
Weight::from_parts(34_764_544, 3675)
|
||||
// Standard Error: 634
|
||||
.saturating_add(Weight::from_parts(4_733, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -336,9 +335,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn clear_metadata() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `515`
|
||||
// Estimated: `7280`
|
||||
// Minimum execution time: 27_469_000 picoseconds.
|
||||
Weight::from_parts(27_911_000, 7280)
|
||||
// Estimated: `3675`
|
||||
// Minimum execution time: 33_640_000 picoseconds.
|
||||
Weight::from_parts(34_100_000, 3675)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -348,14 +347,16 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Assets Metadata (max_values: None, max_size: Some(140), added: 2615, mode: MaxEncodedLen)
|
||||
/// The range of component `n` is `[0, 50]`.
|
||||
/// The range of component `s` is `[0, 50]`.
|
||||
fn force_set_metadata(_n: u32, s: u32, ) -> Weight {
|
||||
fn force_set_metadata(n: u32, s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `190`
|
||||
// Estimated: `7280`
|
||||
// Minimum execution time: 16_008_000 picoseconds.
|
||||
Weight::from_parts(17_007_654, 7280)
|
||||
// Standard Error: 527
|
||||
.saturating_add(Weight::from_parts(4_158, 0).saturating_mul(s.into()))
|
||||
// Estimated: `3675`
|
||||
// Minimum execution time: 16_549_000 picoseconds.
|
||||
Weight::from_parts(17_337_982, 3675)
|
||||
// Standard Error: 586
|
||||
.saturating_add(Weight::from_parts(4_584, 0).saturating_mul(n.into()))
|
||||
// Standard Error: 586
|
||||
.saturating_add(Weight::from_parts(4_288, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -366,9 +367,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn force_clear_metadata() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `515`
|
||||
// Estimated: `7280`
|
||||
// Minimum execution time: 27_118_000 picoseconds.
|
||||
Weight::from_parts(27_776_000, 7280)
|
||||
// Estimated: `3675`
|
||||
// Minimum execution time: 34_183_000 picoseconds.
|
||||
Weight::from_parts(34_577_000, 3675)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -378,8 +379,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `351`
|
||||
// Estimated: `3675`
|
||||
// Minimum execution time: 14_776_000 picoseconds.
|
||||
Weight::from_parts(15_281_000, 3675)
|
||||
// Minimum execution time: 15_505_000 picoseconds.
|
||||
Weight::from_parts(15_784_000, 3675)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -390,9 +391,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn approve_transfer() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `385`
|
||||
// Estimated: `7288`
|
||||
// Minimum execution time: 31_324_000 picoseconds.
|
||||
Weight::from_parts(32_161_000, 7288)
|
||||
// Estimated: `3675`
|
||||
// Minimum execution time: 38_762_000 picoseconds.
|
||||
Weight::from_parts(39_138_000, 3675)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -407,9 +408,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn transfer_approved() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `668`
|
||||
// Estimated: `17025`
|
||||
// Minimum execution time: 63_750_000 picoseconds.
|
||||
Weight::from_parts(64_828_000, 17025)
|
||||
// Estimated: `6144`
|
||||
// Minimum execution time: 73_396_000 picoseconds.
|
||||
Weight::from_parts(73_986_000, 6144)
|
||||
.saturating_add(T::DbWeight::get().reads(5_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(5_u64))
|
||||
}
|
||||
@@ -420,9 +421,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn cancel_approval() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `555`
|
||||
// Estimated: `7288`
|
||||
// Minimum execution time: 32_698_000 picoseconds.
|
||||
Weight::from_parts(33_309_000, 7288)
|
||||
// Estimated: `3675`
|
||||
// Minimum execution time: 39_707_000 picoseconds.
|
||||
Weight::from_parts(40_222_000, 3675)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -433,9 +434,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn force_cancel_approval() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `555`
|
||||
// Estimated: `7288`
|
||||
// Minimum execution time: 33_147_000 picoseconds.
|
||||
Weight::from_parts(33_620_000, 7288)
|
||||
// Estimated: `3675`
|
||||
// Minimum execution time: 40_357_000 picoseconds.
|
||||
Weight::from_parts(40_731_000, 3675)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -445,8 +446,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `351`
|
||||
// Estimated: `3675`
|
||||
// Minimum execution time: 15_910_000 picoseconds.
|
||||
Weight::from_parts(16_315_000, 3675)
|
||||
// Minimum execution time: 16_937_000 picoseconds.
|
||||
Weight::from_parts(17_219_000, 3675)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -461,9 +462,9 @@ impl WeightInfo for () {
|
||||
fn create() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `293`
|
||||
// Estimated: `7268`
|
||||
// Minimum execution time: 27_756_000 picoseconds.
|
||||
Weight::from_parts(28_637_000, 7268)
|
||||
// Estimated: `3675`
|
||||
// Minimum execution time: 33_678_000 picoseconds.
|
||||
Weight::from_parts(34_320_000, 3675)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -473,8 +474,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `153`
|
||||
// Estimated: `3675`
|
||||
// Minimum execution time: 15_402_000 picoseconds.
|
||||
Weight::from_parts(15_803_000, 3675)
|
||||
// Minimum execution time: 15_521_000 picoseconds.
|
||||
Weight::from_parts(16_035_000, 3675)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -484,8 +485,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `385`
|
||||
// Estimated: `3675`
|
||||
// Minimum execution time: 16_027_000 picoseconds.
|
||||
Weight::from_parts(16_372_000, 3675)
|
||||
// Minimum execution time: 15_921_000 picoseconds.
|
||||
Weight::from_parts(16_153_000, 3675)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -499,16 +500,16 @@ impl WeightInfo for () {
|
||||
fn destroy_accounts(c: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0 + c * (208 ±0)`
|
||||
// Estimated: `8232 + c * (5180 ±0)`
|
||||
// Minimum execution time: 20_667_000 picoseconds.
|
||||
Weight::from_parts(20_930_000, 8232)
|
||||
// Standard Error: 7_226
|
||||
.saturating_add(Weight::from_parts(12_759_091, 0).saturating_mul(c.into()))
|
||||
// Estimated: `3675 + c * (2603 ±0)`
|
||||
// Minimum execution time: 21_242_000 picoseconds.
|
||||
Weight::from_parts(21_532_000, 3675)
|
||||
// Standard Error: 6_449
|
||||
.saturating_add(Weight::from_parts(13_150_845, 0).saturating_mul(c.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(2_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, 5180).saturating_mul(c.into()))
|
||||
.saturating_add(Weight::from_parts(0, 2603).saturating_mul(c.into()))
|
||||
}
|
||||
/// Storage: Assets Asset (r:1 w:1)
|
||||
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||
@@ -518,11 +519,11 @@ impl WeightInfo for () {
|
||||
fn destroy_approvals(a: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `522 + a * (86 ±0)`
|
||||
// Estimated: `7288 + a * (2623 ±0)`
|
||||
// Minimum execution time: 20_798_000 picoseconds.
|
||||
Weight::from_parts(21_129_000, 7288)
|
||||
// Standard Error: 7_484
|
||||
.saturating_add(Weight::from_parts(12_761_996, 0).saturating_mul(a.into()))
|
||||
// Estimated: `3675 + a * (2623 ±0)`
|
||||
// Minimum execution time: 21_604_000 picoseconds.
|
||||
Weight::from_parts(21_881_000, 3675)
|
||||
// Standard Error: 4_225
|
||||
.saturating_add(Weight::from_parts(15_968_205, 0).saturating_mul(a.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(a.into())))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
@@ -536,9 +537,9 @@ impl WeightInfo for () {
|
||||
fn finish_destroy() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `351`
|
||||
// Estimated: `7280`
|
||||
// Minimum execution time: 15_870_000 picoseconds.
|
||||
Weight::from_parts(16_280_000, 7280)
|
||||
// Estimated: `3675`
|
||||
// Minimum execution time: 16_465_000 picoseconds.
|
||||
Weight::from_parts(16_775_000, 3675)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -549,9 +550,9 @@ impl WeightInfo for () {
|
||||
fn mint() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `351`
|
||||
// Estimated: `7242`
|
||||
// Minimum execution time: 28_556_000 picoseconds.
|
||||
Weight::from_parts(28_972_000, 7242)
|
||||
// Estimated: `3675`
|
||||
// Minimum execution time: 30_709_000 picoseconds.
|
||||
Weight::from_parts(31_159_000, 3675)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -562,9 +563,9 @@ impl WeightInfo for () {
|
||||
fn burn() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `459`
|
||||
// Estimated: `7242`
|
||||
// Minimum execution time: 35_379_000 picoseconds.
|
||||
Weight::from_parts(35_826_000, 7242)
|
||||
// Estimated: `3675`
|
||||
// Minimum execution time: 36_944_000 picoseconds.
|
||||
Weight::from_parts(38_166_000, 3675)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -577,9 +578,9 @@ impl WeightInfo for () {
|
||||
fn transfer() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `498`
|
||||
// Estimated: `13412`
|
||||
// Minimum execution time: 48_837_000 picoseconds.
|
||||
Weight::from_parts(49_305_000, 13412)
|
||||
// Estimated: `6144`
|
||||
// Minimum execution time: 52_497_000 picoseconds.
|
||||
Weight::from_parts(53_147_000, 6144)
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -592,9 +593,9 @@ impl WeightInfo for () {
|
||||
fn transfer_keep_alive() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `498`
|
||||
// Estimated: `13412`
|
||||
// Minimum execution time: 43_603_000 picoseconds.
|
||||
Weight::from_parts(44_142_000, 13412)
|
||||
// Estimated: `6144`
|
||||
// Minimum execution time: 46_203_000 picoseconds.
|
||||
Weight::from_parts(46_853_000, 6144)
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -607,9 +608,9 @@ impl WeightInfo for () {
|
||||
fn force_transfer() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `498`
|
||||
// Estimated: `13412`
|
||||
// Minimum execution time: 49_691_000 picoseconds.
|
||||
Weight::from_parts(50_402_000, 13412)
|
||||
// Estimated: `6144`
|
||||
// Minimum execution time: 52_911_000 picoseconds.
|
||||
Weight::from_parts(55_511_000, 6144)
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -620,9 +621,9 @@ impl WeightInfo for () {
|
||||
fn freeze() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `459`
|
||||
// Estimated: `7242`
|
||||
// Minimum execution time: 19_600_000 picoseconds.
|
||||
Weight::from_parts(20_435_000, 7242)
|
||||
// Estimated: `3675`
|
||||
// Minimum execution time: 20_308_000 picoseconds.
|
||||
Weight::from_parts(20_524_000, 3675)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -633,9 +634,9 @@ impl WeightInfo for () {
|
||||
fn thaw() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `459`
|
||||
// Estimated: `7242`
|
||||
// Minimum execution time: 19_396_000 picoseconds.
|
||||
Weight::from_parts(19_745_000, 7242)
|
||||
// Estimated: `3675`
|
||||
// Minimum execution time: 20_735_000 picoseconds.
|
||||
Weight::from_parts(21_026_000, 3675)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -645,8 +646,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `385`
|
||||
// Estimated: `3675`
|
||||
// Minimum execution time: 15_503_000 picoseconds.
|
||||
Weight::from_parts(15_788_000, 3675)
|
||||
// Minimum execution time: 16_148_000 picoseconds.
|
||||
Weight::from_parts(16_404_000, 3675)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -656,8 +657,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `385`
|
||||
// Estimated: `3675`
|
||||
// Minimum execution time: 15_874_000 picoseconds.
|
||||
Weight::from_parts(16_190_000, 3675)
|
||||
// Minimum execution time: 16_075_000 picoseconds.
|
||||
Weight::from_parts(16_542_000, 3675)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -668,9 +669,9 @@ impl WeightInfo for () {
|
||||
fn transfer_ownership() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `351`
|
||||
// Estimated: `7280`
|
||||
// Minimum execution time: 17_067_000 picoseconds.
|
||||
Weight::from_parts(17_355_000, 7280)
|
||||
// Estimated: `3675`
|
||||
// Minimum execution time: 17_866_000 picoseconds.
|
||||
Weight::from_parts(18_129_000, 3675)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -680,8 +681,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `351`
|
||||
// Estimated: `3675`
|
||||
// Minimum execution time: 16_155_000 picoseconds.
|
||||
Weight::from_parts(16_442_000, 3675)
|
||||
// Minimum execution time: 16_637_000 picoseconds.
|
||||
Weight::from_parts(16_918_000, 3675)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -691,12 +692,14 @@ impl WeightInfo for () {
|
||||
/// Proof: Assets Metadata (max_values: None, max_size: Some(140), added: 2615, mode: MaxEncodedLen)
|
||||
/// The range of component `n` is `[0, 50]`.
|
||||
/// The range of component `s` is `[0, 50]`.
|
||||
fn set_metadata(_n: u32, _s: u32, ) -> Weight {
|
||||
fn set_metadata(_n: u32, s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `351`
|
||||
// Estimated: `7280`
|
||||
// Minimum execution time: 27_270_000 picoseconds.
|
||||
Weight::from_parts(28_634_060, 7280)
|
||||
// Estimated: `3675`
|
||||
// Minimum execution time: 33_304_000 picoseconds.
|
||||
Weight::from_parts(34_764_544, 3675)
|
||||
// Standard Error: 634
|
||||
.saturating_add(Weight::from_parts(4_733, 0).saturating_mul(s.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -707,9 +710,9 @@ impl WeightInfo for () {
|
||||
fn clear_metadata() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `515`
|
||||
// Estimated: `7280`
|
||||
// Minimum execution time: 27_469_000 picoseconds.
|
||||
Weight::from_parts(27_911_000, 7280)
|
||||
// Estimated: `3675`
|
||||
// Minimum execution time: 33_640_000 picoseconds.
|
||||
Weight::from_parts(34_100_000, 3675)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -719,14 +722,16 @@ impl WeightInfo for () {
|
||||
/// Proof: Assets Metadata (max_values: None, max_size: Some(140), added: 2615, mode: MaxEncodedLen)
|
||||
/// The range of component `n` is `[0, 50]`.
|
||||
/// The range of component `s` is `[0, 50]`.
|
||||
fn force_set_metadata(_n: u32, s: u32, ) -> Weight {
|
||||
fn force_set_metadata(n: u32, s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `190`
|
||||
// Estimated: `7280`
|
||||
// Minimum execution time: 16_008_000 picoseconds.
|
||||
Weight::from_parts(17_007_654, 7280)
|
||||
// Standard Error: 527
|
||||
.saturating_add(Weight::from_parts(4_158, 0).saturating_mul(s.into()))
|
||||
// Estimated: `3675`
|
||||
// Minimum execution time: 16_549_000 picoseconds.
|
||||
Weight::from_parts(17_337_982, 3675)
|
||||
// Standard Error: 586
|
||||
.saturating_add(Weight::from_parts(4_584, 0).saturating_mul(n.into()))
|
||||
// Standard Error: 586
|
||||
.saturating_add(Weight::from_parts(4_288, 0).saturating_mul(s.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -737,9 +742,9 @@ impl WeightInfo for () {
|
||||
fn force_clear_metadata() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `515`
|
||||
// Estimated: `7280`
|
||||
// Minimum execution time: 27_118_000 picoseconds.
|
||||
Weight::from_parts(27_776_000, 7280)
|
||||
// Estimated: `3675`
|
||||
// Minimum execution time: 34_183_000 picoseconds.
|
||||
Weight::from_parts(34_577_000, 3675)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -749,8 +754,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `351`
|
||||
// Estimated: `3675`
|
||||
// Minimum execution time: 14_776_000 picoseconds.
|
||||
Weight::from_parts(15_281_000, 3675)
|
||||
// Minimum execution time: 15_505_000 picoseconds.
|
||||
Weight::from_parts(15_784_000, 3675)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -761,9 +766,9 @@ impl WeightInfo for () {
|
||||
fn approve_transfer() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `385`
|
||||
// Estimated: `7288`
|
||||
// Minimum execution time: 31_324_000 picoseconds.
|
||||
Weight::from_parts(32_161_000, 7288)
|
||||
// Estimated: `3675`
|
||||
// Minimum execution time: 38_762_000 picoseconds.
|
||||
Weight::from_parts(39_138_000, 3675)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -778,9 +783,9 @@ impl WeightInfo for () {
|
||||
fn transfer_approved() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `668`
|
||||
// Estimated: `17025`
|
||||
// Minimum execution time: 63_750_000 picoseconds.
|
||||
Weight::from_parts(64_828_000, 17025)
|
||||
// Estimated: `6144`
|
||||
// Minimum execution time: 73_396_000 picoseconds.
|
||||
Weight::from_parts(73_986_000, 6144)
|
||||
.saturating_add(RocksDbWeight::get().reads(5_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(5_u64))
|
||||
}
|
||||
@@ -791,9 +796,9 @@ impl WeightInfo for () {
|
||||
fn cancel_approval() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `555`
|
||||
// Estimated: `7288`
|
||||
// Minimum execution time: 32_698_000 picoseconds.
|
||||
Weight::from_parts(33_309_000, 7288)
|
||||
// Estimated: `3675`
|
||||
// Minimum execution time: 39_707_000 picoseconds.
|
||||
Weight::from_parts(40_222_000, 3675)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -804,9 +809,9 @@ impl WeightInfo for () {
|
||||
fn force_cancel_approval() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `555`
|
||||
// Estimated: `7288`
|
||||
// Minimum execution time: 33_147_000 picoseconds.
|
||||
Weight::from_parts(33_620_000, 7288)
|
||||
// Estimated: `3675`
|
||||
// Minimum execution time: 40_357_000 picoseconds.
|
||||
Weight::from_parts(40_731_000, 3675)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -816,8 +821,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `351`
|
||||
// Estimated: `3675`
|
||||
// Minimum execution time: 15_910_000 picoseconds.
|
||||
Weight::from_parts(16_315_000, 3675)
|
||||
// Minimum execution time: 16_937_000 picoseconds.
|
||||
Weight::from_parts(17_219_000, 3675)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
||||
Generated
+20
-23
@@ -18,9 +18,9 @@
|
||||
//! Autogenerated weights for pallet_bags_list
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-03-15, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-04-06, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -31,9 +31,6 @@
|
||||
// --steps=50
|
||||
// --repeat=20
|
||||
// --pallet=pallet_bags_list
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
@@ -70,9 +67,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn rebag_non_terminal() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1724`
|
||||
// Estimated: `23146`
|
||||
// Minimum execution time: 63_526_000 picoseconds.
|
||||
Weight::from_parts(64_125_000, 23146)
|
||||
// Estimated: `11506`
|
||||
// Minimum execution time: 63_335_000 picoseconds.
|
||||
Weight::from_parts(64_097_000, 11506)
|
||||
.saturating_add(T::DbWeight::get().reads(7_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(5_u64))
|
||||
}
|
||||
@@ -87,9 +84,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn rebag_terminal() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1618`
|
||||
// Estimated: `23074`
|
||||
// Minimum execution time: 62_404_000 picoseconds.
|
||||
Weight::from_parts(63_178_000, 23074)
|
||||
// Estimated: `8877`
|
||||
// Minimum execution time: 62_151_000 picoseconds.
|
||||
Weight::from_parts(62_827_000, 8877)
|
||||
.saturating_add(T::DbWeight::get().reads(7_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(5_u64))
|
||||
}
|
||||
@@ -106,9 +103,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn put_in_front_of() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1930`
|
||||
// Estimated: `30748`
|
||||
// Minimum execution time: 69_938_000 picoseconds.
|
||||
Weight::from_parts(70_723_000, 30748)
|
||||
// Estimated: `11506`
|
||||
// Minimum execution time: 69_179_000 picoseconds.
|
||||
Weight::from_parts(69_898_000, 11506)
|
||||
.saturating_add(T::DbWeight::get().reads(10_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(6_u64))
|
||||
}
|
||||
@@ -127,9 +124,9 @@ impl WeightInfo for () {
|
||||
fn rebag_non_terminal() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1724`
|
||||
// Estimated: `23146`
|
||||
// Minimum execution time: 63_526_000 picoseconds.
|
||||
Weight::from_parts(64_125_000, 23146)
|
||||
// Estimated: `11506`
|
||||
// Minimum execution time: 63_335_000 picoseconds.
|
||||
Weight::from_parts(64_097_000, 11506)
|
||||
.saturating_add(RocksDbWeight::get().reads(7_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(5_u64))
|
||||
}
|
||||
@@ -144,9 +141,9 @@ impl WeightInfo for () {
|
||||
fn rebag_terminal() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1618`
|
||||
// Estimated: `23074`
|
||||
// Minimum execution time: 62_404_000 picoseconds.
|
||||
Weight::from_parts(63_178_000, 23074)
|
||||
// Estimated: `8877`
|
||||
// Minimum execution time: 62_151_000 picoseconds.
|
||||
Weight::from_parts(62_827_000, 8877)
|
||||
.saturating_add(RocksDbWeight::get().reads(7_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(5_u64))
|
||||
}
|
||||
@@ -163,9 +160,9 @@ impl WeightInfo for () {
|
||||
fn put_in_front_of() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1930`
|
||||
// Estimated: `30748`
|
||||
// Minimum execution time: 69_938_000 picoseconds.
|
||||
Weight::from_parts(70_723_000, 30748)
|
||||
// Estimated: `11506`
|
||||
// Minimum execution time: 69_179_000 picoseconds.
|
||||
Weight::from_parts(69_898_000, 11506)
|
||||
.saturating_add(RocksDbWeight::get().reads(10_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(6_u64))
|
||||
}
|
||||
|
||||
Generated
+42
-43
@@ -18,26 +18,25 @@
|
||||
//! Autogenerated weights for pallet_balances
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-04-06, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
// target/production/substrate
|
||||
// ./target/production/substrate
|
||||
// benchmark
|
||||
// pallet
|
||||
// --chain=dev
|
||||
// --steps=50
|
||||
// --repeat=20
|
||||
// --pallet=pallet_balances
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
// --heap-pages=4096
|
||||
// --json-file=/var/lib/gitlab-runner/builds/zyw4fam_/0/parity/mirrors/substrate/.git/.artifacts/bench.json
|
||||
// --pallet=pallet_balances
|
||||
// --chain=dev
|
||||
// --header=./HEADER-APACHE2
|
||||
// --output=./frame/balances/src/weights.rs
|
||||
// --header=./HEADER-APACHE2
|
||||
// --template=./.maintain/frame-weight-template.hbs
|
||||
|
||||
#![cfg_attr(rustfmt, rustfmt_skip)]
|
||||
@@ -68,8 +67,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `3593`
|
||||
// Minimum execution time: 36_551_000 picoseconds.
|
||||
Weight::from_parts(37_150_000, 3593)
|
||||
// Minimum execution time: 59_458_000 picoseconds.
|
||||
Weight::from_parts(60_307_000, 3593)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -79,8 +78,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `3593`
|
||||
// Minimum execution time: 28_246_000 picoseconds.
|
||||
Weight::from_parts(28_647_000, 3593)
|
||||
// Minimum execution time: 43_056_000 picoseconds.
|
||||
Weight::from_parts(43_933_000, 3593)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -90,8 +89,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `174`
|
||||
// Estimated: `3593`
|
||||
// Minimum execution time: 17_407_000 picoseconds.
|
||||
Weight::from_parts(17_827_000, 3593)
|
||||
// Minimum execution time: 17_428_000 picoseconds.
|
||||
Weight::from_parts(17_731_000, 3593)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -101,8 +100,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `174`
|
||||
// Estimated: `3593`
|
||||
// Minimum execution time: 20_941_000 picoseconds.
|
||||
Weight::from_parts(21_383_000, 3593)
|
||||
// Minimum execution time: 22_809_000 picoseconds.
|
||||
Weight::from_parts(23_225_000, 3593)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -112,8 +111,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `103`
|
||||
// Estimated: `6196`
|
||||
// Minimum execution time: 38_741_000 picoseconds.
|
||||
Weight::from_parts(39_201_000, 6196)
|
||||
// Minimum execution time: 56_929_000 picoseconds.
|
||||
Weight::from_parts(57_688_000, 6196)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -123,8 +122,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `3593`
|
||||
// Minimum execution time: 33_791_000 picoseconds.
|
||||
Weight::from_parts(34_500_000, 3593)
|
||||
// Minimum execution time: 49_820_000 picoseconds.
|
||||
Weight::from_parts(50_832_000, 3593)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -134,8 +133,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `174`
|
||||
// Estimated: `3593`
|
||||
// Minimum execution time: 16_538_000 picoseconds.
|
||||
Weight::from_parts(16_859_000, 3593)
|
||||
// Minimum execution time: 20_270_000 picoseconds.
|
||||
Weight::from_parts(20_597_000, 3593)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -146,10 +145,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0 + u * (135 ±0)`
|
||||
// Estimated: `990 + u * (2603 ±0)`
|
||||
// Minimum execution time: 19_851_000 picoseconds.
|
||||
Weight::from_parts(20_099_000, 990)
|
||||
// Standard Error: 15_586
|
||||
.saturating_add(Weight::from_parts(14_892_860, 0).saturating_mul(u.into()))
|
||||
// Minimum execution time: 19_847_000 picoseconds.
|
||||
Weight::from_parts(20_053_000, 990)
|
||||
// Standard Error: 11_643
|
||||
.saturating_add(Weight::from_parts(14_563_782, 0).saturating_mul(u.into()))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(u.into())))
|
||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(u.into())))
|
||||
.saturating_add(Weight::from_parts(0, 2603).saturating_mul(u.into()))
|
||||
@@ -164,8 +163,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `3593`
|
||||
// Minimum execution time: 36_551_000 picoseconds.
|
||||
Weight::from_parts(37_150_000, 3593)
|
||||
// Minimum execution time: 59_458_000 picoseconds.
|
||||
Weight::from_parts(60_307_000, 3593)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -175,8 +174,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `3593`
|
||||
// Minimum execution time: 28_246_000 picoseconds.
|
||||
Weight::from_parts(28_647_000, 3593)
|
||||
// Minimum execution time: 43_056_000 picoseconds.
|
||||
Weight::from_parts(43_933_000, 3593)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -186,8 +185,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `174`
|
||||
// Estimated: `3593`
|
||||
// Minimum execution time: 17_407_000 picoseconds.
|
||||
Weight::from_parts(17_827_000, 3593)
|
||||
// Minimum execution time: 17_428_000 picoseconds.
|
||||
Weight::from_parts(17_731_000, 3593)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -197,8 +196,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `174`
|
||||
// Estimated: `3593`
|
||||
// Minimum execution time: 20_941_000 picoseconds.
|
||||
Weight::from_parts(21_383_000, 3593)
|
||||
// Minimum execution time: 22_809_000 picoseconds.
|
||||
Weight::from_parts(23_225_000, 3593)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -208,8 +207,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `103`
|
||||
// Estimated: `6196`
|
||||
// Minimum execution time: 38_741_000 picoseconds.
|
||||
Weight::from_parts(39_201_000, 6196)
|
||||
// Minimum execution time: 56_929_000 picoseconds.
|
||||
Weight::from_parts(57_688_000, 6196)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -219,8 +218,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `3593`
|
||||
// Minimum execution time: 33_791_000 picoseconds.
|
||||
Weight::from_parts(34_500_000, 3593)
|
||||
// Minimum execution time: 49_820_000 picoseconds.
|
||||
Weight::from_parts(50_832_000, 3593)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -230,8 +229,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `174`
|
||||
// Estimated: `3593`
|
||||
// Minimum execution time: 16_538_000 picoseconds.
|
||||
Weight::from_parts(16_859_000, 3593)
|
||||
// Minimum execution time: 20_270_000 picoseconds.
|
||||
Weight::from_parts(20_597_000, 3593)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -242,10 +241,10 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0 + u * (135 ±0)`
|
||||
// Estimated: `990 + u * (2603 ±0)`
|
||||
// Minimum execution time: 19_851_000 picoseconds.
|
||||
Weight::from_parts(20_099_000, 990)
|
||||
// Standard Error: 15_586
|
||||
.saturating_add(Weight::from_parts(14_892_860, 0).saturating_mul(u.into()))
|
||||
// Minimum execution time: 19_847_000 picoseconds.
|
||||
Weight::from_parts(20_053_000, 990)
|
||||
// Standard Error: 11_643
|
||||
.saturating_add(Weight::from_parts(14_563_782, 0).saturating_mul(u.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(u.into())))
|
||||
.saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(u.into())))
|
||||
.saturating_add(Weight::from_parts(0, 2603).saturating_mul(u.into()))
|
||||
|
||||
@@ -192,6 +192,7 @@ frame_benchmarking::benchmarks! {
|
||||
|
||||
// Same as above, but we still expect a mathematical worst case PoV size for the bounded one.
|
||||
storage_value_bounded_and_unbounded_read {
|
||||
(0..1024).for_each(|i| Map1M::<T>::insert(i, i));
|
||||
}: {
|
||||
assert!(UnboundedValue::<T>::get().is_none());
|
||||
assert!(BoundedValue::<T>::get().is_none());
|
||||
|
||||
@@ -144,9 +144,9 @@ fn unbounded_read_best_effort() {
|
||||
fn partial_unbounded_read_best_effort() {
|
||||
let w_unbounded = W::storage_value_unbounded_read().proof_size();
|
||||
let w_bounded = W::storage_value_bounded_read().proof_size();
|
||||
let w_partial = W::storage_value_bounded_and_unbounded_read().proof_size();
|
||||
let w_both = W::storage_value_bounded_and_unbounded_read().proof_size();
|
||||
|
||||
assert_eq!(w_bounded + w_unbounded, w_partial, "The bounded part increases the PoV");
|
||||
assert!(w_both > w_bounded && w_both > w_unbounded, "The bounded part increases the PoV");
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
||||
+259
-296
@@ -2,7 +2,7 @@
|
||||
//! Autogenerated weights for frame_benchmarking_pallet_pov
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-02-27, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-04-12, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `i9`, CPU: `13th Gen Intel(R) Core(TM) i9-13900K`
|
||||
//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
|
||||
@@ -28,7 +28,7 @@
|
||||
#![allow(unused_imports)]
|
||||
|
||||
use frame_support::{traits::Get, weights::{Weight, constants::RocksDbWeight}};
|
||||
use sp_std::marker::PhantomData;
|
||||
use core::marker::PhantomData;
|
||||
|
||||
/// Weight functions needed for frame_benchmarking_pallet_pov.
|
||||
pub trait WeightInfo {
|
||||
@@ -61,6 +61,7 @@ pub trait WeightInfo {
|
||||
fn storage_map_partial_unbounded_ignored_read(i: u32, ) -> Weight;
|
||||
fn emit_event() -> Weight;
|
||||
fn noop() -> Weight;
|
||||
fn storage_iteration() -> Weight;
|
||||
}
|
||||
|
||||
/// Weights for frame_benchmarking_pallet_pov using the Substrate node and recommended hardware.
|
||||
@@ -72,9 +73,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `136`
|
||||
// Estimated: `1489`
|
||||
// Minimum execution time: 1_968 nanoseconds.
|
||||
Weight::from_parts(2_060_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 1489))
|
||||
// Minimum execution time: 1_706_000 picoseconds.
|
||||
Weight::from_parts(1_788_000, 1489)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
}
|
||||
/// Storage: Pov Value (r:1 w:0)
|
||||
@@ -83,9 +83,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `136`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 1_934 nanoseconds.
|
||||
Weight::from_parts(2_092_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 0))
|
||||
// Minimum execution time: 1_661_000 picoseconds.
|
||||
Weight::from_parts(1_718_000, 0)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
}
|
||||
/// Storage: Pov Value (r:1 w:0)
|
||||
@@ -95,10 +94,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn storage_single_value_ignored_some_read() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `160`
|
||||
// Estimated: `1649`
|
||||
// Minimum execution time: 2_605 nanoseconds.
|
||||
Weight::from_parts(2_786_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 1649))
|
||||
// Estimated: `1489`
|
||||
// Minimum execution time: 2_226_000 picoseconds.
|
||||
Weight::from_parts(2_365_000, 1489)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
}
|
||||
/// Storage: Pov Value (r:1 w:0)
|
||||
@@ -107,9 +105,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `136`
|
||||
// Estimated: `1489`
|
||||
// Minimum execution time: 2_019 nanoseconds.
|
||||
Weight::from_parts(2_214_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 1489))
|
||||
// Minimum execution time: 1_785_000 picoseconds.
|
||||
Weight::from_parts(1_980_000, 1489)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
}
|
||||
/// Storage: Pov Value (r:0 w:1)
|
||||
@@ -118,9 +115,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 279 nanoseconds.
|
||||
Weight::from_parts(357_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 0))
|
||||
// Minimum execution time: 254_000 picoseconds.
|
||||
Weight::from_parts(326_000, 0)
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
/// Storage: Pov Value (r:0 w:1)
|
||||
@@ -129,9 +125,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 291 nanoseconds.
|
||||
Weight::from_parts(378_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 0))
|
||||
// Minimum execution time: 239_000 picoseconds.
|
||||
Weight::from_parts(277_000, 0)
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
/// Storage: Pov Map1M (r:1 w:0)
|
||||
@@ -140,9 +135,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1275`
|
||||
// Estimated: `4740`
|
||||
// Minimum execution time: 5_077 nanoseconds.
|
||||
Weight::from_parts(5_400_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 4740))
|
||||
// Minimum execution time: 4_760_000 picoseconds.
|
||||
Weight::from_parts(5_051_000, 4740)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
}
|
||||
/// Storage: Pov Map1M (r:1 w:0)
|
||||
@@ -151,9 +145,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1544`
|
||||
// Estimated: `5009`
|
||||
// Minimum execution time: 5_878 nanoseconds.
|
||||
Weight::from_parts(6_239_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 5009))
|
||||
// Minimum execution time: 5_490_000 picoseconds.
|
||||
Weight::from_parts(5_703_000, 5009)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
}
|
||||
/// Storage: Pov Map1M (r:1 w:0)
|
||||
@@ -162,9 +155,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `2044`
|
||||
// Estimated: `5509`
|
||||
// Minimum execution time: 7_282 nanoseconds.
|
||||
Weight::from_parts(8_022_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 5509))
|
||||
// Minimum execution time: 6_397_000 picoseconds.
|
||||
Weight::from_parts(7_084_000, 5509)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
}
|
||||
/// Storage: Pov Map1M (r:100 w:0)
|
||||
@@ -175,19 +167,18 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `m` is `[0, 100]`.
|
||||
fn storage_map_read_per_component(n: u32, m: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `515 + n * (188 ±0) + m * (188 ±0)`
|
||||
// Estimated: `1980 + n * (3006 ±0) + m * (2511 ±0)`
|
||||
// Minimum execution time: 195_406 nanoseconds.
|
||||
Weight::from_parts(129_093_464, 0)
|
||||
.saturating_add(Weight::from_parts(0, 1980))
|
||||
// Standard Error: 12_134
|
||||
.saturating_add(Weight::from_parts(855_330, 0).saturating_mul(n.into()))
|
||||
// Standard Error: 12_134
|
||||
.saturating_add(Weight::from_parts(870_523, 0).saturating_mul(m.into()))
|
||||
// Measured: `515 + m * (188 ±0) + n * (188 ±0)`
|
||||
// Estimated: `990 + m * (2511 ±0) + n * (3006 ±0)`
|
||||
// Minimum execution time: 181_481_000 picoseconds.
|
||||
Weight::from_parts(129_275_141, 990)
|
||||
// Standard Error: 13_049
|
||||
.saturating_add(Weight::from_parts(787_667, 0).saturating_mul(n.into()))
|
||||
// Standard Error: 13_049
|
||||
.saturating_add(Weight::from_parts(830_378, 0).saturating_mul(m.into()))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into())))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(m.into())))
|
||||
.saturating_add(Weight::from_parts(0, 3006).saturating_mul(n.into()))
|
||||
.saturating_add(Weight::from_parts(0, 2511).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 3006).saturating_mul(n.into()))
|
||||
}
|
||||
/// Storage: Pov Map1M (r:100 w:0)
|
||||
/// Proof: Pov Map1M (max_values: Some(1000000), max_size: Some(36), added: 2511, mode: Ignored)
|
||||
@@ -197,19 +188,18 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `m` is `[0, 100]`.
|
||||
fn storage_map_read_per_component_one_ignored(n: u32, m: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `515 + n * (188 ±0) + m * (188 ±0)`
|
||||
// Estimated: `1685 + n * (3195 ±0) + m * (189 ±0)`
|
||||
// Minimum execution time: 195_053 nanoseconds.
|
||||
Weight::from_parts(131_322_479, 0)
|
||||
.saturating_add(Weight::from_parts(0, 1685))
|
||||
// Standard Error: 12_161
|
||||
.saturating_add(Weight::from_parts(843_047, 0).saturating_mul(n.into()))
|
||||
// Standard Error: 12_161
|
||||
.saturating_add(Weight::from_parts(858_668, 0).saturating_mul(m.into()))
|
||||
// Measured: `515 + m * (188 ±0) + n * (188 ±0)`
|
||||
// Estimated: `1685 + m * (189 ±0) + n * (3006 ±0)`
|
||||
// Minimum execution time: 181_925_000 picoseconds.
|
||||
Weight::from_parts(134_416_814, 1685)
|
||||
// Standard Error: 15_678
|
||||
.saturating_add(Weight::from_parts(827_168, 0).saturating_mul(n.into()))
|
||||
// Standard Error: 15_678
|
||||
.saturating_add(Weight::from_parts(813_655, 0).saturating_mul(m.into()))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into())))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(m.into())))
|
||||
.saturating_add(Weight::from_parts(0, 3195).saturating_mul(n.into()))
|
||||
.saturating_add(Weight::from_parts(0, 189).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 3006).saturating_mul(n.into()))
|
||||
}
|
||||
/// Storage: Pov Map1M (r:1 w:0)
|
||||
/// Proof: Pov Map1M (max_values: Some(1000000), max_size: Some(36), added: 2511, mode: MaxEncodedLen)
|
||||
@@ -218,11 +208,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `170`
|
||||
// Estimated: `3501`
|
||||
// Minimum execution time: 22 nanoseconds.
|
||||
Weight::from_parts(2_334_945, 0)
|
||||
.saturating_add(Weight::from_parts(0, 3501))
|
||||
// Standard Error: 624
|
||||
.saturating_add(Weight::from_parts(282_046, 0).saturating_mul(n.into()))
|
||||
// Minimum execution time: 20_000 picoseconds.
|
||||
Weight::from_parts(2_006_399, 3501)
|
||||
// Standard Error: 808
|
||||
.saturating_add(Weight::from_parts(263_609, 0).saturating_mul(n.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
}
|
||||
/// Storage: Pov Map1M (r:100 w:0)
|
||||
@@ -232,11 +221,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `147 + n * (40 ±0)`
|
||||
// Estimated: `990 + n * (2511 ±0)`
|
||||
// Minimum execution time: 20 nanoseconds.
|
||||
Weight::from_parts(525_027, 0)
|
||||
.saturating_add(Weight::from_parts(0, 990))
|
||||
// Standard Error: 2_767
|
||||
.saturating_add(Weight::from_parts(3_887_350, 0).saturating_mul(n.into()))
|
||||
// Minimum execution time: 21_000 picoseconds.
|
||||
Weight::from_parts(3_940_044, 990)
|
||||
// Standard Error: 4_906
|
||||
.saturating_add(Weight::from_parts(3_454_882, 0).saturating_mul(n.into()))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into())))
|
||||
.saturating_add(Weight::from_parts(0, 2511).saturating_mul(n.into()))
|
||||
}
|
||||
@@ -247,11 +235,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `21938 + n * (57 ±0)`
|
||||
// Estimated: `990 + n * (2543 ±0)`
|
||||
// Minimum execution time: 34 nanoseconds.
|
||||
Weight::from_parts(18_341_393, 0)
|
||||
.saturating_add(Weight::from_parts(0, 990))
|
||||
// Standard Error: 1_312
|
||||
.saturating_add(Weight::from_parts(2_053_135, 0).saturating_mul(n.into()))
|
||||
// Minimum execution time: 28_000 picoseconds.
|
||||
Weight::from_parts(20_674_869, 990)
|
||||
// Standard Error: 3_035
|
||||
.saturating_add(Weight::from_parts(1_995_730, 0).saturating_mul(n.into()))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into())))
|
||||
.saturating_add(Weight::from_parts(0, 2543).saturating_mul(n.into()))
|
||||
}
|
||||
@@ -261,9 +248,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `109`
|
||||
// Estimated: `1518`
|
||||
// Minimum execution time: 1_163 nanoseconds.
|
||||
Weight::from_parts(1_274_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 1518))
|
||||
// Minimum execution time: 1_091_000 picoseconds.
|
||||
Weight::from_parts(1_181_000, 1518)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
}
|
||||
/// Storage: Pov UnboundedValue (r:1 w:0)
|
||||
@@ -272,9 +258,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `109`
|
||||
// Estimated: `1594`
|
||||
// Minimum execution time: 1_167 nanoseconds.
|
||||
Weight::from_parts(1_367_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 1594))
|
||||
// Minimum execution time: 1_079_000 picoseconds.
|
||||
Weight::from_parts(1_176_000, 1594)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
}
|
||||
/// Storage: Pov UnboundedValue (r:1 w:0)
|
||||
@@ -283,9 +268,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `109`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 1_155 nanoseconds.
|
||||
Weight::from_parts(1_248_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 0))
|
||||
// Minimum execution time: 1_101_000 picoseconds.
|
||||
Weight::from_parts(1_160_000, 0)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
}
|
||||
/// Storage: Pov UnboundedValue (r:1 w:0)
|
||||
@@ -294,11 +278,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Pov BoundedValue (max_values: Some(1), max_size: Some(33), added: 528, mode: MaxEncodedLen)
|
||||
fn storage_value_bounded_and_unbounded_read() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `109`
|
||||
// Estimated: `3112`
|
||||
// Minimum execution time: 1_424 nanoseconds.
|
||||
Weight::from_parts(1_601_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 3112))
|
||||
// Measured: `147`
|
||||
// Estimated: `1632`
|
||||
// Minimum execution time: 2_143_000 picoseconds.
|
||||
Weight::from_parts(2_280_000, 1632)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
}
|
||||
/// Storage: Pov LargeValue (r:1 w:0)
|
||||
@@ -306,13 +289,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `l` is `[0, 4194304]`.
|
||||
fn measured_storage_value_read_linear_size(l: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `174 + l * (1 ±0)`
|
||||
// Estimated: `1656 + l * (1 ±0)`
|
||||
// Minimum execution time: 1_744 nanoseconds.
|
||||
Weight::from_parts(1_800_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 1656))
|
||||
// Standard Error: 4
|
||||
.saturating_add(Weight::from_parts(443, 0).saturating_mul(l.into()))
|
||||
// Measured: `142 + l * (1 ±0)`
|
||||
// Estimated: `1626 + l * (1 ±0)`
|
||||
// Minimum execution time: 1_665_000 picoseconds.
|
||||
Weight::from_parts(1_725_000, 1626)
|
||||
// Standard Error: 3
|
||||
.saturating_add(Weight::from_parts(376, 0).saturating_mul(l.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(Weight::from_parts(0, 1).saturating_mul(l.into()))
|
||||
}
|
||||
@@ -321,13 +303,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `l` is `[0, 4194304]`.
|
||||
fn mel_storage_value_read_linear_size(l: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `174 + l * (1 ±0)`
|
||||
// Measured: `142 + l * (1 ±0)`
|
||||
// Estimated: `4195793`
|
||||
// Minimum execution time: 1_770 nanoseconds.
|
||||
Weight::from_parts(1_813_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 4195793))
|
||||
// Standard Error: 6
|
||||
.saturating_add(Weight::from_parts(495, 0).saturating_mul(l.into()))
|
||||
// Minimum execution time: 1_640_000 picoseconds.
|
||||
Weight::from_parts(1_724_000, 4195793)
|
||||
// Standard Error: 4
|
||||
.saturating_add(Weight::from_parts(395, 0).saturating_mul(l.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
}
|
||||
/// Storage: Pov LargeValue (r:1 w:0)
|
||||
@@ -337,15 +318,14 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `l` is `[0, 4194304]`.
|
||||
fn measured_storage_double_value_read_linear_size(l: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `235 + l * (2 ±0)`
|
||||
// Estimated: `3428 + l * (4 ±0)`
|
||||
// Minimum execution time: 2_349 nanoseconds.
|
||||
Weight::from_parts(2_423_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 3428))
|
||||
// Standard Error: 11
|
||||
.saturating_add(Weight::from_parts(950, 0).saturating_mul(l.into()))
|
||||
// Measured: `171 + l * (2 ±0)`
|
||||
// Estimated: `1655 + l * (2 ±0)`
|
||||
// Minimum execution time: 2_263_000 picoseconds.
|
||||
Weight::from_parts(2_358_000, 1655)
|
||||
// Standard Error: 8
|
||||
.saturating_add(Weight::from_parts(737, 0).saturating_mul(l.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(Weight::from_parts(0, 4).saturating_mul(l.into()))
|
||||
.saturating_add(Weight::from_parts(0, 2).saturating_mul(l.into()))
|
||||
}
|
||||
/// Storage: Pov LargeValue (r:1 w:0)
|
||||
/// Proof: Pov LargeValue (max_values: Some(1), max_size: Some(4194308), added: 4194803, mode: MaxEncodedLen)
|
||||
@@ -354,13 +334,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `l` is `[0, 4194304]`.
|
||||
fn mel_storage_double_value_read_linear_size(l: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `235 + l * (2 ±0)`
|
||||
// Estimated: `8391586`
|
||||
// Minimum execution time: 2_315 nanoseconds.
|
||||
Weight::from_parts(2_409_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 8391586))
|
||||
// Standard Error: 12
|
||||
.saturating_add(Weight::from_parts(984, 0).saturating_mul(l.into()))
|
||||
// Measured: `171 + l * (2 ±0)`
|
||||
// Estimated: `4195793`
|
||||
// Minimum execution time: 2_161_000 picoseconds.
|
||||
Weight::from_parts(2_233_000, 4195793)
|
||||
// Standard Error: 5
|
||||
.saturating_add(Weight::from_parts(639, 0).saturating_mul(l.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
}
|
||||
/// Storage: Pov LargeValue (r:1 w:0)
|
||||
@@ -370,13 +349,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `l` is `[0, 4194304]`.
|
||||
fn mel_mixed_storage_double_value_read_linear_size(l: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `235 + l * (2 ±0)`
|
||||
// Estimated: `4197507 + l * (2 ±0)`
|
||||
// Minimum execution time: 2_370 nanoseconds.
|
||||
Weight::from_parts(2_474_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 4197507))
|
||||
// Standard Error: 11
|
||||
.saturating_add(Weight::from_parts(956, 0).saturating_mul(l.into()))
|
||||
// Measured: `171 + l * (2 ±0)`
|
||||
// Estimated: `4195793 + l * (2 ±0)`
|
||||
// Minimum execution time: 2_149_000 picoseconds.
|
||||
Weight::from_parts(2_256_000, 4195793)
|
||||
// Standard Error: 6
|
||||
.saturating_add(Weight::from_parts(677, 0).saturating_mul(l.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(Weight::from_parts(0, 2).saturating_mul(l.into()))
|
||||
}
|
||||
@@ -387,13 +365,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `l` is `[0, 4194304]`.
|
||||
fn measured_mixed_storage_double_value_read_linear_size(l: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `235 + l * (2 ±0)`
|
||||
// Estimated: `4197507 + l * (2 ±0)`
|
||||
// Minimum execution time: 2_375 nanoseconds.
|
||||
Weight::from_parts(2_420_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 4197507))
|
||||
// Standard Error: 9
|
||||
.saturating_add(Weight::from_parts(914, 0).saturating_mul(l.into()))
|
||||
// Measured: `171 + l * (2 ±0)`
|
||||
// Estimated: `4195793 + l * (2 ±0)`
|
||||
// Minimum execution time: 2_254_000 picoseconds.
|
||||
Weight::from_parts(2_319_000, 4195793)
|
||||
// Standard Error: 5
|
||||
.saturating_add(Weight::from_parts(664, 0).saturating_mul(l.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(Weight::from_parts(0, 2).saturating_mul(l.into()))
|
||||
}
|
||||
@@ -404,15 +381,14 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `i` is `[0, 1000]`.
|
||||
fn storage_map_unbounded_both_measured_read(i: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `293 + i * (8 ±0)`
|
||||
// Estimated: `7504 + i * (16 ±0)`
|
||||
// Minimum execution time: 3_305 nanoseconds.
|
||||
Weight::from_parts(3_689_335, 0)
|
||||
.saturating_add(Weight::from_parts(0, 7504))
|
||||
// Standard Error: 29
|
||||
.saturating_add(Weight::from_parts(638, 0).saturating_mul(i.into()))
|
||||
// Measured: `229 + i * (8 ±0)`
|
||||
// Estimated: `3693 + i * (8 ±0)`
|
||||
// Minimum execution time: 3_071_000 picoseconds.
|
||||
Weight::from_parts(3_487_712, 3693)
|
||||
// Standard Error: 26
|
||||
.saturating_add(Weight::from_parts(748, 0).saturating_mul(i.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(Weight::from_parts(0, 16).saturating_mul(i.into()))
|
||||
.saturating_add(Weight::from_parts(0, 8).saturating_mul(i.into()))
|
||||
}
|
||||
/// Storage: Pov Map1M (r:1 w:0)
|
||||
/// Proof: Pov Map1M (max_values: Some(1000000), max_size: Some(36), added: 2511, mode: MaxEncodedLen)
|
||||
@@ -421,13 +397,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `i` is `[0, 1000]`.
|
||||
fn storage_map_partial_unbounded_read(i: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `260 + i * (4 ±0)`
|
||||
// Estimated: `7223 + i * (4 ±0)`
|
||||
// Minimum execution time: 3_469 nanoseconds.
|
||||
Weight::from_parts(3_878_896, 0)
|
||||
.saturating_add(Weight::from_parts(0, 7223))
|
||||
// Standard Error: 33
|
||||
.saturating_add(Weight::from_parts(356, 0).saturating_mul(i.into()))
|
||||
// Measured: `228 + i * (4 ±0)`
|
||||
// Estimated: `3692 + i * (4 ±0)`
|
||||
// Minimum execution time: 3_150_000 picoseconds.
|
||||
Weight::from_parts(3_582_963, 3692)
|
||||
// Standard Error: 18
|
||||
.saturating_add(Weight::from_parts(380, 0).saturating_mul(i.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(Weight::from_parts(0, 4).saturating_mul(i.into()))
|
||||
}
|
||||
@@ -438,13 +413,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `i` is `[0, 1000]`.
|
||||
fn storage_map_partial_unbounded_ignored_read(i: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `260 + i * (4 ±0)`
|
||||
// Estimated: `3758 + i * (4 ±0)`
|
||||
// Minimum execution time: 3_442 nanoseconds.
|
||||
Weight::from_parts(3_881_051, 0)
|
||||
.saturating_add(Weight::from_parts(0, 3758))
|
||||
// Standard Error: 35
|
||||
.saturating_add(Weight::from_parts(384, 0).saturating_mul(i.into()))
|
||||
// Measured: `228 + i * (4 ±0)`
|
||||
// Estimated: `3501 + i * (4 ±0)`
|
||||
// Minimum execution time: 3_092_000 picoseconds.
|
||||
Weight::from_parts(3_595_328, 3501)
|
||||
// Standard Error: 20
|
||||
.saturating_add(Weight::from_parts(243, 0).saturating_mul(i.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(Weight::from_parts(0, 4).saturating_mul(i.into()))
|
||||
}
|
||||
@@ -452,17 +426,25 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 1_619 nanoseconds.
|
||||
Weight::from_parts(1_728_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 0))
|
||||
// Minimum execution time: 1_705_000 picoseconds.
|
||||
Weight::from_parts(1_818_000, 0)
|
||||
}
|
||||
fn noop() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 546 nanoseconds.
|
||||
Weight::from_parts(640_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 0))
|
||||
// Minimum execution time: 533_000 picoseconds.
|
||||
Weight::from_parts(587_000, 0)
|
||||
}
|
||||
/// Storage: Pov UnboundedMapTwox (r:65001 w:0)
|
||||
/// Proof Skipped: Pov UnboundedMapTwox (max_values: None, max_size: None, mode: Measured)
|
||||
fn storage_iteration() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `17985289`
|
||||
// Estimated: `178863754`
|
||||
// Minimum execution time: 118_753_057_000 picoseconds.
|
||||
Weight::from_parts(121_396_503_000, 178863754)
|
||||
.saturating_add(T::DbWeight::get().reads(65001_u64))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -474,9 +456,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `136`
|
||||
// Estimated: `1489`
|
||||
// Minimum execution time: 1_968 nanoseconds.
|
||||
Weight::from_parts(2_060_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 1489))
|
||||
// Minimum execution time: 1_706_000 picoseconds.
|
||||
Weight::from_parts(1_788_000, 1489)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
}
|
||||
/// Storage: Pov Value (r:1 w:0)
|
||||
@@ -485,9 +466,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `136`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 1_934 nanoseconds.
|
||||
Weight::from_parts(2_092_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 0))
|
||||
// Minimum execution time: 1_661_000 picoseconds.
|
||||
Weight::from_parts(1_718_000, 0)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
}
|
||||
/// Storage: Pov Value (r:1 w:0)
|
||||
@@ -497,10 +477,9 @@ impl WeightInfo for () {
|
||||
fn storage_single_value_ignored_some_read() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `160`
|
||||
// Estimated: `1649`
|
||||
// Minimum execution time: 2_605 nanoseconds.
|
||||
Weight::from_parts(2_786_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 1649))
|
||||
// Estimated: `1489`
|
||||
// Minimum execution time: 2_226_000 picoseconds.
|
||||
Weight::from_parts(2_365_000, 1489)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
}
|
||||
/// Storage: Pov Value (r:1 w:0)
|
||||
@@ -509,9 +488,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `136`
|
||||
// Estimated: `1489`
|
||||
// Minimum execution time: 2_019 nanoseconds.
|
||||
Weight::from_parts(2_214_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 1489))
|
||||
// Minimum execution time: 1_785_000 picoseconds.
|
||||
Weight::from_parts(1_980_000, 1489)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
}
|
||||
/// Storage: Pov Value (r:0 w:1)
|
||||
@@ -520,9 +498,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 279 nanoseconds.
|
||||
Weight::from_parts(357_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 0))
|
||||
// Minimum execution time: 254_000 picoseconds.
|
||||
Weight::from_parts(326_000, 0)
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
/// Storage: Pov Value (r:0 w:1)
|
||||
@@ -531,9 +508,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 291 nanoseconds.
|
||||
Weight::from_parts(378_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 0))
|
||||
// Minimum execution time: 239_000 picoseconds.
|
||||
Weight::from_parts(277_000, 0)
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
/// Storage: Pov Map1M (r:1 w:0)
|
||||
@@ -542,9 +518,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1275`
|
||||
// Estimated: `4740`
|
||||
// Minimum execution time: 5_077 nanoseconds.
|
||||
Weight::from_parts(5_400_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 4740))
|
||||
// Minimum execution time: 4_760_000 picoseconds.
|
||||
Weight::from_parts(5_051_000, 4740)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
}
|
||||
/// Storage: Pov Map1M (r:1 w:0)
|
||||
@@ -553,9 +528,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1544`
|
||||
// Estimated: `5009`
|
||||
// Minimum execution time: 5_878 nanoseconds.
|
||||
Weight::from_parts(6_239_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 5009))
|
||||
// Minimum execution time: 5_490_000 picoseconds.
|
||||
Weight::from_parts(5_703_000, 5009)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
}
|
||||
/// Storage: Pov Map1M (r:1 w:0)
|
||||
@@ -564,9 +538,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `2044`
|
||||
// Estimated: `5509`
|
||||
// Minimum execution time: 7_282 nanoseconds.
|
||||
Weight::from_parts(8_022_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 5509))
|
||||
// Minimum execution time: 6_397_000 picoseconds.
|
||||
Weight::from_parts(7_084_000, 5509)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
}
|
||||
/// Storage: Pov Map1M (r:100 w:0)
|
||||
@@ -577,19 +550,18 @@ impl WeightInfo for () {
|
||||
/// The range of component `m` is `[0, 100]`.
|
||||
fn storage_map_read_per_component(n: u32, m: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `515 + n * (188 ±0) + m * (188 ±0)`
|
||||
// Estimated: `1980 + n * (3006 ±0) + m * (2511 ±0)`
|
||||
// Minimum execution time: 195_406 nanoseconds.
|
||||
Weight::from_parts(129_093_464, 0)
|
||||
.saturating_add(Weight::from_parts(0, 1980))
|
||||
// Standard Error: 12_134
|
||||
.saturating_add(Weight::from_parts(855_330, 0).saturating_mul(n.into()))
|
||||
// Standard Error: 12_134
|
||||
.saturating_add(Weight::from_parts(870_523, 0).saturating_mul(m.into()))
|
||||
// Measured: `515 + m * (188 ±0) + n * (188 ±0)`
|
||||
// Estimated: `990 + m * (2511 ±0) + n * (3006 ±0)`
|
||||
// Minimum execution time: 181_481_000 picoseconds.
|
||||
Weight::from_parts(129_275_141, 990)
|
||||
// Standard Error: 13_049
|
||||
.saturating_add(Weight::from_parts(787_667, 0).saturating_mul(n.into()))
|
||||
// Standard Error: 13_049
|
||||
.saturating_add(Weight::from_parts(830_378, 0).saturating_mul(m.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(n.into())))
|
||||
.saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(m.into())))
|
||||
.saturating_add(Weight::from_parts(0, 3006).saturating_mul(n.into()))
|
||||
.saturating_add(Weight::from_parts(0, 2511).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 3006).saturating_mul(n.into()))
|
||||
}
|
||||
/// Storage: Pov Map1M (r:100 w:0)
|
||||
/// Proof: Pov Map1M (max_values: Some(1000000), max_size: Some(36), added: 2511, mode: Ignored)
|
||||
@@ -599,19 +571,18 @@ impl WeightInfo for () {
|
||||
/// The range of component `m` is `[0, 100]`.
|
||||
fn storage_map_read_per_component_one_ignored(n: u32, m: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `515 + n * (188 ±0) + m * (188 ±0)`
|
||||
// Estimated: `1685 + n * (3195 ±0) + m * (189 ±0)`
|
||||
// Minimum execution time: 195_053 nanoseconds.
|
||||
Weight::from_parts(131_322_479, 0)
|
||||
.saturating_add(Weight::from_parts(0, 1685))
|
||||
// Standard Error: 12_161
|
||||
.saturating_add(Weight::from_parts(843_047, 0).saturating_mul(n.into()))
|
||||
// Standard Error: 12_161
|
||||
.saturating_add(Weight::from_parts(858_668, 0).saturating_mul(m.into()))
|
||||
// Measured: `515 + m * (188 ±0) + n * (188 ±0)`
|
||||
// Estimated: `1685 + m * (189 ±0) + n * (3006 ±0)`
|
||||
// Minimum execution time: 181_925_000 picoseconds.
|
||||
Weight::from_parts(134_416_814, 1685)
|
||||
// Standard Error: 15_678
|
||||
.saturating_add(Weight::from_parts(827_168, 0).saturating_mul(n.into()))
|
||||
// Standard Error: 15_678
|
||||
.saturating_add(Weight::from_parts(813_655, 0).saturating_mul(m.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(n.into())))
|
||||
.saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(m.into())))
|
||||
.saturating_add(Weight::from_parts(0, 3195).saturating_mul(n.into()))
|
||||
.saturating_add(Weight::from_parts(0, 189).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 3006).saturating_mul(n.into()))
|
||||
}
|
||||
/// Storage: Pov Map1M (r:1 w:0)
|
||||
/// Proof: Pov Map1M (max_values: Some(1000000), max_size: Some(36), added: 2511, mode: MaxEncodedLen)
|
||||
@@ -620,11 +591,10 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `170`
|
||||
// Estimated: `3501`
|
||||
// Minimum execution time: 22 nanoseconds.
|
||||
Weight::from_parts(2_334_945, 0)
|
||||
.saturating_add(Weight::from_parts(0, 3501))
|
||||
// Standard Error: 624
|
||||
.saturating_add(Weight::from_parts(282_046, 0).saturating_mul(n.into()))
|
||||
// Minimum execution time: 20_000 picoseconds.
|
||||
Weight::from_parts(2_006_399, 3501)
|
||||
// Standard Error: 808
|
||||
.saturating_add(Weight::from_parts(263_609, 0).saturating_mul(n.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
}
|
||||
/// Storage: Pov Map1M (r:100 w:0)
|
||||
@@ -634,11 +604,10 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `147 + n * (40 ±0)`
|
||||
// Estimated: `990 + n * (2511 ±0)`
|
||||
// Minimum execution time: 20 nanoseconds.
|
||||
Weight::from_parts(525_027, 0)
|
||||
.saturating_add(Weight::from_parts(0, 990))
|
||||
// Standard Error: 2_767
|
||||
.saturating_add(Weight::from_parts(3_887_350, 0).saturating_mul(n.into()))
|
||||
// Minimum execution time: 21_000 picoseconds.
|
||||
Weight::from_parts(3_940_044, 990)
|
||||
// Standard Error: 4_906
|
||||
.saturating_add(Weight::from_parts(3_454_882, 0).saturating_mul(n.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(n.into())))
|
||||
.saturating_add(Weight::from_parts(0, 2511).saturating_mul(n.into()))
|
||||
}
|
||||
@@ -649,11 +618,10 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `21938 + n * (57 ±0)`
|
||||
// Estimated: `990 + n * (2543 ±0)`
|
||||
// Minimum execution time: 34 nanoseconds.
|
||||
Weight::from_parts(18_341_393, 0)
|
||||
.saturating_add(Weight::from_parts(0, 990))
|
||||
// Standard Error: 1_312
|
||||
.saturating_add(Weight::from_parts(2_053_135, 0).saturating_mul(n.into()))
|
||||
// Minimum execution time: 28_000 picoseconds.
|
||||
Weight::from_parts(20_674_869, 990)
|
||||
// Standard Error: 3_035
|
||||
.saturating_add(Weight::from_parts(1_995_730, 0).saturating_mul(n.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(n.into())))
|
||||
.saturating_add(Weight::from_parts(0, 2543).saturating_mul(n.into()))
|
||||
}
|
||||
@@ -663,9 +631,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `109`
|
||||
// Estimated: `1518`
|
||||
// Minimum execution time: 1_163 nanoseconds.
|
||||
Weight::from_parts(1_274_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 1518))
|
||||
// Minimum execution time: 1_091_000 picoseconds.
|
||||
Weight::from_parts(1_181_000, 1518)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
}
|
||||
/// Storage: Pov UnboundedValue (r:1 w:0)
|
||||
@@ -674,9 +641,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `109`
|
||||
// Estimated: `1594`
|
||||
// Minimum execution time: 1_167 nanoseconds.
|
||||
Weight::from_parts(1_367_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 1594))
|
||||
// Minimum execution time: 1_079_000 picoseconds.
|
||||
Weight::from_parts(1_176_000, 1594)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
}
|
||||
/// Storage: Pov UnboundedValue (r:1 w:0)
|
||||
@@ -685,9 +651,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `109`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 1_155 nanoseconds.
|
||||
Weight::from_parts(1_248_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 0))
|
||||
// Minimum execution time: 1_101_000 picoseconds.
|
||||
Weight::from_parts(1_160_000, 0)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
}
|
||||
/// Storage: Pov UnboundedValue (r:1 w:0)
|
||||
@@ -696,11 +661,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Pov BoundedValue (max_values: Some(1), max_size: Some(33), added: 528, mode: MaxEncodedLen)
|
||||
fn storage_value_bounded_and_unbounded_read() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `109`
|
||||
// Estimated: `3112`
|
||||
// Minimum execution time: 1_424 nanoseconds.
|
||||
Weight::from_parts(1_601_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 3112))
|
||||
// Measured: `147`
|
||||
// Estimated: `1632`
|
||||
// Minimum execution time: 2_143_000 picoseconds.
|
||||
Weight::from_parts(2_280_000, 1632)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
}
|
||||
/// Storage: Pov LargeValue (r:1 w:0)
|
||||
@@ -708,13 +672,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `l` is `[0, 4194304]`.
|
||||
fn measured_storage_value_read_linear_size(l: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `174 + l * (1 ±0)`
|
||||
// Estimated: `1656 + l * (1 ±0)`
|
||||
// Minimum execution time: 1_744 nanoseconds.
|
||||
Weight::from_parts(1_800_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 1656))
|
||||
// Standard Error: 4
|
||||
.saturating_add(Weight::from_parts(443, 0).saturating_mul(l.into()))
|
||||
// Measured: `142 + l * (1 ±0)`
|
||||
// Estimated: `1626 + l * (1 ±0)`
|
||||
// Minimum execution time: 1_665_000 picoseconds.
|
||||
Weight::from_parts(1_725_000, 1626)
|
||||
// Standard Error: 3
|
||||
.saturating_add(Weight::from_parts(376, 0).saturating_mul(l.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(Weight::from_parts(0, 1).saturating_mul(l.into()))
|
||||
}
|
||||
@@ -723,13 +686,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `l` is `[0, 4194304]`.
|
||||
fn mel_storage_value_read_linear_size(l: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `174 + l * (1 ±0)`
|
||||
// Measured: `142 + l * (1 ±0)`
|
||||
// Estimated: `4195793`
|
||||
// Minimum execution time: 1_770 nanoseconds.
|
||||
Weight::from_parts(1_813_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 4195793))
|
||||
// Standard Error: 6
|
||||
.saturating_add(Weight::from_parts(495, 0).saturating_mul(l.into()))
|
||||
// Minimum execution time: 1_640_000 picoseconds.
|
||||
Weight::from_parts(1_724_000, 4195793)
|
||||
// Standard Error: 4
|
||||
.saturating_add(Weight::from_parts(395, 0).saturating_mul(l.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
}
|
||||
/// Storage: Pov LargeValue (r:1 w:0)
|
||||
@@ -739,15 +701,14 @@ impl WeightInfo for () {
|
||||
/// The range of component `l` is `[0, 4194304]`.
|
||||
fn measured_storage_double_value_read_linear_size(l: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `235 + l * (2 ±0)`
|
||||
// Estimated: `3428 + l * (4 ±0)`
|
||||
// Minimum execution time: 2_349 nanoseconds.
|
||||
Weight::from_parts(2_423_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 3428))
|
||||
// Standard Error: 11
|
||||
.saturating_add(Weight::from_parts(950, 0).saturating_mul(l.into()))
|
||||
// Measured: `171 + l * (2 ±0)`
|
||||
// Estimated: `1655 + l * (2 ±0)`
|
||||
// Minimum execution time: 2_263_000 picoseconds.
|
||||
Weight::from_parts(2_358_000, 1655)
|
||||
// Standard Error: 8
|
||||
.saturating_add(Weight::from_parts(737, 0).saturating_mul(l.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(Weight::from_parts(0, 4).saturating_mul(l.into()))
|
||||
.saturating_add(Weight::from_parts(0, 2).saturating_mul(l.into()))
|
||||
}
|
||||
/// Storage: Pov LargeValue (r:1 w:0)
|
||||
/// Proof: Pov LargeValue (max_values: Some(1), max_size: Some(4194308), added: 4194803, mode: MaxEncodedLen)
|
||||
@@ -756,13 +717,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `l` is `[0, 4194304]`.
|
||||
fn mel_storage_double_value_read_linear_size(l: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `235 + l * (2 ±0)`
|
||||
// Estimated: `8391586`
|
||||
// Minimum execution time: 2_315 nanoseconds.
|
||||
Weight::from_parts(2_409_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 8391586))
|
||||
// Standard Error: 12
|
||||
.saturating_add(Weight::from_parts(984, 0).saturating_mul(l.into()))
|
||||
// Measured: `171 + l * (2 ±0)`
|
||||
// Estimated: `4195793`
|
||||
// Minimum execution time: 2_161_000 picoseconds.
|
||||
Weight::from_parts(2_233_000, 4195793)
|
||||
// Standard Error: 5
|
||||
.saturating_add(Weight::from_parts(639, 0).saturating_mul(l.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
}
|
||||
/// Storage: Pov LargeValue (r:1 w:0)
|
||||
@@ -772,13 +732,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `l` is `[0, 4194304]`.
|
||||
fn mel_mixed_storage_double_value_read_linear_size(l: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `235 + l * (2 ±0)`
|
||||
// Estimated: `4197507 + l * (2 ±0)`
|
||||
// Minimum execution time: 2_370 nanoseconds.
|
||||
Weight::from_parts(2_474_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 4197507))
|
||||
// Standard Error: 11
|
||||
.saturating_add(Weight::from_parts(956, 0).saturating_mul(l.into()))
|
||||
// Measured: `171 + l * (2 ±0)`
|
||||
// Estimated: `4195793 + l * (2 ±0)`
|
||||
// Minimum execution time: 2_149_000 picoseconds.
|
||||
Weight::from_parts(2_256_000, 4195793)
|
||||
// Standard Error: 6
|
||||
.saturating_add(Weight::from_parts(677, 0).saturating_mul(l.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(Weight::from_parts(0, 2).saturating_mul(l.into()))
|
||||
}
|
||||
@@ -789,13 +748,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `l` is `[0, 4194304]`.
|
||||
fn measured_mixed_storage_double_value_read_linear_size(l: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `235 + l * (2 ±0)`
|
||||
// Estimated: `4197507 + l * (2 ±0)`
|
||||
// Minimum execution time: 2_375 nanoseconds.
|
||||
Weight::from_parts(2_420_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 4197507))
|
||||
// Standard Error: 9
|
||||
.saturating_add(Weight::from_parts(914, 0).saturating_mul(l.into()))
|
||||
// Measured: `171 + l * (2 ±0)`
|
||||
// Estimated: `4195793 + l * (2 ±0)`
|
||||
// Minimum execution time: 2_254_000 picoseconds.
|
||||
Weight::from_parts(2_319_000, 4195793)
|
||||
// Standard Error: 5
|
||||
.saturating_add(Weight::from_parts(664, 0).saturating_mul(l.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(Weight::from_parts(0, 2).saturating_mul(l.into()))
|
||||
}
|
||||
@@ -806,15 +764,14 @@ impl WeightInfo for () {
|
||||
/// The range of component `i` is `[0, 1000]`.
|
||||
fn storage_map_unbounded_both_measured_read(i: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `293 + i * (8 ±0)`
|
||||
// Estimated: `7504 + i * (16 ±0)`
|
||||
// Minimum execution time: 3_305 nanoseconds.
|
||||
Weight::from_parts(3_689_335, 0)
|
||||
.saturating_add(Weight::from_parts(0, 7504))
|
||||
// Standard Error: 29
|
||||
.saturating_add(Weight::from_parts(638, 0).saturating_mul(i.into()))
|
||||
// Measured: `229 + i * (8 ±0)`
|
||||
// Estimated: `3693 + i * (8 ±0)`
|
||||
// Minimum execution time: 3_071_000 picoseconds.
|
||||
Weight::from_parts(3_487_712, 3693)
|
||||
// Standard Error: 26
|
||||
.saturating_add(Weight::from_parts(748, 0).saturating_mul(i.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(Weight::from_parts(0, 16).saturating_mul(i.into()))
|
||||
.saturating_add(Weight::from_parts(0, 8).saturating_mul(i.into()))
|
||||
}
|
||||
/// Storage: Pov Map1M (r:1 w:0)
|
||||
/// Proof: Pov Map1M (max_values: Some(1000000), max_size: Some(36), added: 2511, mode: MaxEncodedLen)
|
||||
@@ -823,13 +780,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `i` is `[0, 1000]`.
|
||||
fn storage_map_partial_unbounded_read(i: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `260 + i * (4 ±0)`
|
||||
// Estimated: `7223 + i * (4 ±0)`
|
||||
// Minimum execution time: 3_469 nanoseconds.
|
||||
Weight::from_parts(3_878_896, 0)
|
||||
.saturating_add(Weight::from_parts(0, 7223))
|
||||
// Standard Error: 33
|
||||
.saturating_add(Weight::from_parts(356, 0).saturating_mul(i.into()))
|
||||
// Measured: `228 + i * (4 ±0)`
|
||||
// Estimated: `3692 + i * (4 ±0)`
|
||||
// Minimum execution time: 3_150_000 picoseconds.
|
||||
Weight::from_parts(3_582_963, 3692)
|
||||
// Standard Error: 18
|
||||
.saturating_add(Weight::from_parts(380, 0).saturating_mul(i.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(Weight::from_parts(0, 4).saturating_mul(i.into()))
|
||||
}
|
||||
@@ -840,13 +796,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `i` is `[0, 1000]`.
|
||||
fn storage_map_partial_unbounded_ignored_read(i: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `260 + i * (4 ±0)`
|
||||
// Estimated: `3758 + i * (4 ±0)`
|
||||
// Minimum execution time: 3_442 nanoseconds.
|
||||
Weight::from_parts(3_881_051, 0)
|
||||
.saturating_add(Weight::from_parts(0, 3758))
|
||||
// Standard Error: 35
|
||||
.saturating_add(Weight::from_parts(384, 0).saturating_mul(i.into()))
|
||||
// Measured: `228 + i * (4 ±0)`
|
||||
// Estimated: `3501 + i * (4 ±0)`
|
||||
// Minimum execution time: 3_092_000 picoseconds.
|
||||
Weight::from_parts(3_595_328, 3501)
|
||||
// Standard Error: 20
|
||||
.saturating_add(Weight::from_parts(243, 0).saturating_mul(i.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(Weight::from_parts(0, 4).saturating_mul(i.into()))
|
||||
}
|
||||
@@ -854,16 +809,24 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 1_619 nanoseconds.
|
||||
Weight::from_parts(1_728_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 0))
|
||||
// Minimum execution time: 1_705_000 picoseconds.
|
||||
Weight::from_parts(1_818_000, 0)
|
||||
}
|
||||
fn noop() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 546 nanoseconds.
|
||||
Weight::from_parts(640_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 0))
|
||||
// Minimum execution time: 533_000 picoseconds.
|
||||
Weight::from_parts(587_000, 0)
|
||||
}
|
||||
/// Storage: Pov UnboundedMapTwox (r:65001 w:0)
|
||||
/// Proof Skipped: Pov UnboundedMapTwox (max_values: None, max_size: None, mode: Measured)
|
||||
fn storage_iteration() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `17985289`
|
||||
// Estimated: `178863754`
|
||||
// Minimum execution time: 118_753_057_000 picoseconds.
|
||||
Weight::from_parts(121_396_503_000, 178863754)
|
||||
.saturating_add(RocksDbWeight::get().reads(65001_u64))
|
||||
}
|
||||
}
|
||||
|
||||
+30
-33
@@ -18,9 +18,9 @@
|
||||
//! Autogenerated weights for frame_benchmarking
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-03-15, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-04-06, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -31,9 +31,6 @@
|
||||
// --steps=50
|
||||
// --repeat=20
|
||||
// --pallet=frame_benchmarking
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
@@ -67,49 +64,49 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 205_000 picoseconds.
|
||||
Weight::from_parts(263_483, 0)
|
||||
// Minimum execution time: 173_000 picoseconds.
|
||||
Weight::from_parts(205_895, 0)
|
||||
}
|
||||
/// The range of component `i` is `[0, 1000000]`.
|
||||
fn subtraction(_i: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 186_000 picoseconds.
|
||||
Weight::from_parts(257_588, 0)
|
||||
// Minimum execution time: 180_000 picoseconds.
|
||||
Weight::from_parts(206_967, 0)
|
||||
}
|
||||
/// The range of component `i` is `[0, 1000000]`.
|
||||
fn multiplication(_i: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 192_000 picoseconds.
|
||||
Weight::from_parts(264_271, 0)
|
||||
// Minimum execution time: 174_000 picoseconds.
|
||||
Weight::from_parts(214_304, 0)
|
||||
}
|
||||
/// The range of component `i` is `[0, 1000000]`.
|
||||
fn division(_i: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 191_000 picoseconds.
|
||||
Weight::from_parts(250_785, 0)
|
||||
// Minimum execution time: 173_000 picoseconds.
|
||||
Weight::from_parts(207_804, 0)
|
||||
}
|
||||
fn hashing() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 21_405_207_000 picoseconds.
|
||||
Weight::from_parts(21_534_243_000, 0)
|
||||
// Minimum execution time: 21_173_551_000 picoseconds.
|
||||
Weight::from_parts(21_256_886_000, 0)
|
||||
}
|
||||
/// The range of component `i` is `[0, 100]`.
|
||||
fn sr25519_verification(i: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 255_000 picoseconds.
|
||||
Weight::from_parts(271_000, 0)
|
||||
// Standard Error: 12_788
|
||||
.saturating_add(Weight::from_parts(47_469_387, 0).saturating_mul(i.into()))
|
||||
// Minimum execution time: 208_000 picoseconds.
|
||||
Weight::from_parts(1_227_077, 0)
|
||||
// Standard Error: 9_390
|
||||
.saturating_add(Weight::from_parts(47_152_841, 0).saturating_mul(i.into()))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -120,48 +117,48 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 205_000 picoseconds.
|
||||
Weight::from_parts(263_483, 0)
|
||||
// Minimum execution time: 173_000 picoseconds.
|
||||
Weight::from_parts(205_895, 0)
|
||||
}
|
||||
/// The range of component `i` is `[0, 1000000]`.
|
||||
fn subtraction(_i: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 186_000 picoseconds.
|
||||
Weight::from_parts(257_588, 0)
|
||||
// Minimum execution time: 180_000 picoseconds.
|
||||
Weight::from_parts(206_967, 0)
|
||||
}
|
||||
/// The range of component `i` is `[0, 1000000]`.
|
||||
fn multiplication(_i: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 192_000 picoseconds.
|
||||
Weight::from_parts(264_271, 0)
|
||||
// Minimum execution time: 174_000 picoseconds.
|
||||
Weight::from_parts(214_304, 0)
|
||||
}
|
||||
/// The range of component `i` is `[0, 1000000]`.
|
||||
fn division(_i: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 191_000 picoseconds.
|
||||
Weight::from_parts(250_785, 0)
|
||||
// Minimum execution time: 173_000 picoseconds.
|
||||
Weight::from_parts(207_804, 0)
|
||||
}
|
||||
fn hashing() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 21_405_207_000 picoseconds.
|
||||
Weight::from_parts(21_534_243_000, 0)
|
||||
// Minimum execution time: 21_173_551_000 picoseconds.
|
||||
Weight::from_parts(21_256_886_000, 0)
|
||||
}
|
||||
/// The range of component `i` is `[0, 100]`.
|
||||
fn sr25519_verification(i: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 255_000 picoseconds.
|
||||
Weight::from_parts(271_000, 0)
|
||||
// Standard Error: 12_788
|
||||
.saturating_add(Weight::from_parts(47_469_387, 0).saturating_mul(i.into()))
|
||||
// Minimum execution time: 208_000 picoseconds.
|
||||
Weight::from_parts(1_227_077, 0)
|
||||
// Standard Error: 9_390
|
||||
.saturating_add(Weight::from_parts(47_152_841, 0).saturating_mul(i.into()))
|
||||
}
|
||||
}
|
||||
|
||||
Generated
+76
-75
@@ -18,9 +18,9 @@
|
||||
//! Autogenerated weights for pallet_bounties
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-03-15, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-04-06, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -31,9 +31,6 @@
|
||||
// --steps=50
|
||||
// --repeat=20
|
||||
// --pallet=pallet_bounties
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
@@ -76,12 +73,14 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Storage: Bounties Bounties (r:0 w:1)
|
||||
/// Proof: Bounties Bounties (max_values: None, max_size: Some(177), added: 2652, mode: MaxEncodedLen)
|
||||
/// The range of component `d` is `[0, 300]`.
|
||||
fn propose_bounty(_d: u32, ) -> Weight {
|
||||
fn propose_bounty(d: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `276`
|
||||
// Estimated: `5082`
|
||||
// Minimum execution time: 26_271_000 picoseconds.
|
||||
Weight::from_parts(28_048_901, 5082)
|
||||
// Estimated: `3593`
|
||||
// Minimum execution time: 30_793_000 picoseconds.
|
||||
Weight::from_parts(31_509_544, 3593)
|
||||
// Standard Error: 168
|
||||
.saturating_add(Weight::from_parts(2_219, 0).saturating_mul(d.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -92,9 +91,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn approve_bounty() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `368`
|
||||
// Estimated: `5529`
|
||||
// Minimum execution time: 12_573_000 picoseconds.
|
||||
Weight::from_parts(12_827_000, 5529)
|
||||
// Estimated: `3642`
|
||||
// Minimum execution time: 12_471_000 picoseconds.
|
||||
Weight::from_parts(12_677_000, 3642)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -104,8 +103,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `388`
|
||||
// Estimated: `3642`
|
||||
// Minimum execution time: 10_555_000 picoseconds.
|
||||
Weight::from_parts(10_857_000, 3642)
|
||||
// Minimum execution time: 10_560_000 picoseconds.
|
||||
Weight::from_parts(10_744_000, 3642)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -116,9 +115,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn unassign_curator() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `564`
|
||||
// Estimated: `7235`
|
||||
// Minimum execution time: 26_003_000 picoseconds.
|
||||
Weight::from_parts(26_291_000, 7235)
|
||||
// Estimated: `3642`
|
||||
// Minimum execution time: 30_980_000 picoseconds.
|
||||
Weight::from_parts(31_354_000, 3642)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -129,9 +128,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn accept_curator() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `560`
|
||||
// Estimated: `7235`
|
||||
// Minimum execution time: 24_371_000 picoseconds.
|
||||
Weight::from_parts(24_781_000, 7235)
|
||||
// Estimated: `3642`
|
||||
// Minimum execution time: 29_257_000 picoseconds.
|
||||
Weight::from_parts(29_656_000, 3642)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -142,9 +141,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn award_bounty() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `538`
|
||||
// Estimated: `7123`
|
||||
// Minimum execution time: 20_688_000 picoseconds.
|
||||
Weight::from_parts(20_909_000, 7123)
|
||||
// Estimated: `3642`
|
||||
// Minimum execution time: 20_662_000 picoseconds.
|
||||
Weight::from_parts(20_956_000, 3642)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -159,9 +158,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn claim_bounty() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `902`
|
||||
// Estimated: `15934`
|
||||
// Minimum execution time: 78_933_000 picoseconds.
|
||||
Weight::from_parts(79_884_000, 15934)
|
||||
// Estimated: `8799`
|
||||
// Minimum execution time: 119_287_000 picoseconds.
|
||||
Weight::from_parts(121_468_000, 8799)
|
||||
.saturating_add(T::DbWeight::get().reads(5_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(6_u64))
|
||||
}
|
||||
@@ -176,9 +175,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn close_bounty_proposed() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `582`
|
||||
// Estimated: `10716`
|
||||
// Minimum execution time: 32_332_000 picoseconds.
|
||||
Weight::from_parts(32_833_000, 10716)
|
||||
// Estimated: `3642`
|
||||
// Minimum execution time: 37_759_000 picoseconds.
|
||||
Weight::from_parts(38_185_000, 3642)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -193,9 +192,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn close_bounty_active() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `818`
|
||||
// Estimated: `13319`
|
||||
// Minimum execution time: 55_686_000 picoseconds.
|
||||
Weight::from_parts(56_271_000, 13319)
|
||||
// Estimated: `6196`
|
||||
// Minimum execution time: 80_332_000 picoseconds.
|
||||
Weight::from_parts(81_328_000, 6196)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -205,8 +204,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `424`
|
||||
// Estimated: `3642`
|
||||
// Minimum execution time: 16_414_000 picoseconds.
|
||||
Weight::from_parts(16_681_000, 3642)
|
||||
// Minimum execution time: 16_301_000 picoseconds.
|
||||
Weight::from_parts(16_611_000, 3642)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -220,16 +219,16 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn spend_funds(b: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `4 + b * (297 ±0)`
|
||||
// Estimated: `3867 + b * (7858 ±0)`
|
||||
// Minimum execution time: 5_398_000 picoseconds.
|
||||
Weight::from_parts(4_478_947, 3867)
|
||||
// Standard Error: 41_860
|
||||
.saturating_add(Weight::from_parts(33_082_606, 0).saturating_mul(b.into()))
|
||||
// Estimated: `1887 + b * (5206 ±0)`
|
||||
// Minimum execution time: 5_430_000 picoseconds.
|
||||
Weight::from_parts(4_463_976, 1887)
|
||||
// Standard Error: 43_695
|
||||
.saturating_add(Weight::from_parts(39_370_113, 0).saturating_mul(b.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(b.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(b.into())))
|
||||
.saturating_add(Weight::from_parts(0, 7858).saturating_mul(b.into()))
|
||||
.saturating_add(Weight::from_parts(0, 5206).saturating_mul(b.into()))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -244,12 +243,14 @@ impl WeightInfo for () {
|
||||
/// Storage: Bounties Bounties (r:0 w:1)
|
||||
/// Proof: Bounties Bounties (max_values: None, max_size: Some(177), added: 2652, mode: MaxEncodedLen)
|
||||
/// The range of component `d` is `[0, 300]`.
|
||||
fn propose_bounty(_d: u32, ) -> Weight {
|
||||
fn propose_bounty(d: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `276`
|
||||
// Estimated: `5082`
|
||||
// Minimum execution time: 26_271_000 picoseconds.
|
||||
Weight::from_parts(28_048_901, 5082)
|
||||
// Estimated: `3593`
|
||||
// Minimum execution time: 30_793_000 picoseconds.
|
||||
Weight::from_parts(31_509_544, 3593)
|
||||
// Standard Error: 168
|
||||
.saturating_add(Weight::from_parts(2_219, 0).saturating_mul(d.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -260,9 +261,9 @@ impl WeightInfo for () {
|
||||
fn approve_bounty() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `368`
|
||||
// Estimated: `5529`
|
||||
// Minimum execution time: 12_573_000 picoseconds.
|
||||
Weight::from_parts(12_827_000, 5529)
|
||||
// Estimated: `3642`
|
||||
// Minimum execution time: 12_471_000 picoseconds.
|
||||
Weight::from_parts(12_677_000, 3642)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -272,8 +273,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `388`
|
||||
// Estimated: `3642`
|
||||
// Minimum execution time: 10_555_000 picoseconds.
|
||||
Weight::from_parts(10_857_000, 3642)
|
||||
// Minimum execution time: 10_560_000 picoseconds.
|
||||
Weight::from_parts(10_744_000, 3642)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -284,9 +285,9 @@ impl WeightInfo for () {
|
||||
fn unassign_curator() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `564`
|
||||
// Estimated: `7235`
|
||||
// Minimum execution time: 26_003_000 picoseconds.
|
||||
Weight::from_parts(26_291_000, 7235)
|
||||
// Estimated: `3642`
|
||||
// Minimum execution time: 30_980_000 picoseconds.
|
||||
Weight::from_parts(31_354_000, 3642)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -297,9 +298,9 @@ impl WeightInfo for () {
|
||||
fn accept_curator() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `560`
|
||||
// Estimated: `7235`
|
||||
// Minimum execution time: 24_371_000 picoseconds.
|
||||
Weight::from_parts(24_781_000, 7235)
|
||||
// Estimated: `3642`
|
||||
// Minimum execution time: 29_257_000 picoseconds.
|
||||
Weight::from_parts(29_656_000, 3642)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -310,9 +311,9 @@ impl WeightInfo for () {
|
||||
fn award_bounty() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `538`
|
||||
// Estimated: `7123`
|
||||
// Minimum execution time: 20_688_000 picoseconds.
|
||||
Weight::from_parts(20_909_000, 7123)
|
||||
// Estimated: `3642`
|
||||
// Minimum execution time: 20_662_000 picoseconds.
|
||||
Weight::from_parts(20_956_000, 3642)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -327,9 +328,9 @@ impl WeightInfo for () {
|
||||
fn claim_bounty() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `902`
|
||||
// Estimated: `15934`
|
||||
// Minimum execution time: 78_933_000 picoseconds.
|
||||
Weight::from_parts(79_884_000, 15934)
|
||||
// Estimated: `8799`
|
||||
// Minimum execution time: 119_287_000 picoseconds.
|
||||
Weight::from_parts(121_468_000, 8799)
|
||||
.saturating_add(RocksDbWeight::get().reads(5_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(6_u64))
|
||||
}
|
||||
@@ -344,9 +345,9 @@ impl WeightInfo for () {
|
||||
fn close_bounty_proposed() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `582`
|
||||
// Estimated: `10716`
|
||||
// Minimum execution time: 32_332_000 picoseconds.
|
||||
Weight::from_parts(32_833_000, 10716)
|
||||
// Estimated: `3642`
|
||||
// Minimum execution time: 37_759_000 picoseconds.
|
||||
Weight::from_parts(38_185_000, 3642)
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -361,9 +362,9 @@ impl WeightInfo for () {
|
||||
fn close_bounty_active() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `818`
|
||||
// Estimated: `13319`
|
||||
// Minimum execution time: 55_686_000 picoseconds.
|
||||
Weight::from_parts(56_271_000, 13319)
|
||||
// Estimated: `6196`
|
||||
// Minimum execution time: 80_332_000 picoseconds.
|
||||
Weight::from_parts(81_328_000, 6196)
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -373,8 +374,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `424`
|
||||
// Estimated: `3642`
|
||||
// Minimum execution time: 16_414_000 picoseconds.
|
||||
Weight::from_parts(16_681_000, 3642)
|
||||
// Minimum execution time: 16_301_000 picoseconds.
|
||||
Weight::from_parts(16_611_000, 3642)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -388,15 +389,15 @@ impl WeightInfo for () {
|
||||
fn spend_funds(b: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `4 + b * (297 ±0)`
|
||||
// Estimated: `3867 + b * (7858 ±0)`
|
||||
// Minimum execution time: 5_398_000 picoseconds.
|
||||
Weight::from_parts(4_478_947, 3867)
|
||||
// Standard Error: 41_860
|
||||
.saturating_add(Weight::from_parts(33_082_606, 0).saturating_mul(b.into()))
|
||||
// Estimated: `1887 + b * (5206 ±0)`
|
||||
// Minimum execution time: 5_430_000 picoseconds.
|
||||
Weight::from_parts(4_463_976, 1887)
|
||||
// Standard Error: 43_695
|
||||
.saturating_add(Weight::from_parts(39_370_113, 0).saturating_mul(b.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().reads((3_u64).saturating_mul(b.into())))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes((3_u64).saturating_mul(b.into())))
|
||||
.saturating_add(Weight::from_parts(0, 7858).saturating_mul(b.into()))
|
||||
.saturating_add(Weight::from_parts(0, 5206).saturating_mul(b.into()))
|
||||
}
|
||||
}
|
||||
|
||||
+52
-59
@@ -18,9 +18,9 @@
|
||||
//! Autogenerated weights for pallet_child_bounties
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-03-15, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-04-06, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -31,9 +31,6 @@
|
||||
// --steps=50
|
||||
// --repeat=20
|
||||
// --pallet=pallet_child_bounties
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
@@ -77,14 +74,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Storage: ChildBounties ChildBounties (r:0 w:1)
|
||||
/// Proof: ChildBounties ChildBounties (max_values: None, max_size: Some(145), added: 2620, mode: MaxEncodedLen)
|
||||
/// The range of component `d` is `[0, 300]`.
|
||||
fn add_child_bounty(d: u32, ) -> Weight {
|
||||
fn add_child_bounty(_d: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `678`
|
||||
// Estimated: `14808`
|
||||
// Minimum execution time: 54_017_000 picoseconds.
|
||||
Weight::from_parts(55_142_443, 14808)
|
||||
// Standard Error: 310
|
||||
.saturating_add(Weight::from_parts(1_199, 0).saturating_mul(d.into()))
|
||||
// Estimated: `6196`
|
||||
// Minimum execution time: 69_784_000 picoseconds.
|
||||
Weight::from_parts(71_225_354, 6196)
|
||||
.saturating_add(T::DbWeight::get().reads(5_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(6_u64))
|
||||
}
|
||||
@@ -97,9 +92,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn propose_curator() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `732`
|
||||
// Estimated: `10745`
|
||||
// Minimum execution time: 19_222_000 picoseconds.
|
||||
Weight::from_parts(19_446_000, 10745)
|
||||
// Estimated: `3642`
|
||||
// Minimum execution time: 19_008_000 picoseconds.
|
||||
Weight::from_parts(19_219_000, 3642)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -112,9 +107,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn accept_curator() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `878`
|
||||
// Estimated: `10845`
|
||||
// Minimum execution time: 31_049_000 picoseconds.
|
||||
Weight::from_parts(31_546_000, 10845)
|
||||
// Estimated: `3642`
|
||||
// Minimum execution time: 35_457_000 picoseconds.
|
||||
Weight::from_parts(36_088_000, 3642)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -127,9 +122,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn unassign_curator() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `878`
|
||||
// Estimated: `10845`
|
||||
// Minimum execution time: 33_860_000 picoseconds.
|
||||
Weight::from_parts(34_897_000, 10845)
|
||||
// Estimated: `3642`
|
||||
// Minimum execution time: 38_244_000 picoseconds.
|
||||
Weight::from_parts(38_611_000, 3642)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -140,9 +135,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn award_child_bounty() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `775`
|
||||
// Estimated: `7252`
|
||||
// Minimum execution time: 23_178_000 picoseconds.
|
||||
Weight::from_parts(23_412_000, 7252)
|
||||
// Estimated: `3642`
|
||||
// Minimum execution time: 22_762_000 picoseconds.
|
||||
Weight::from_parts(23_249_000, 3642)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -157,9 +152,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn claim_child_bounty() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `648`
|
||||
// Estimated: `15890`
|
||||
// Minimum execution time: 76_189_000 picoseconds.
|
||||
Weight::from_parts(76_770_000, 15890)
|
||||
// Estimated: `8799`
|
||||
// Minimum execution time: 112_019_000 picoseconds.
|
||||
Weight::from_parts(113_190_000, 8799)
|
||||
.saturating_add(T::DbWeight::get().reads(5_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(6_u64))
|
||||
}
|
||||
@@ -178,9 +173,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn close_child_bounty_added() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `978`
|
||||
// Estimated: `20422`
|
||||
// Minimum execution time: 55_161_000 picoseconds.
|
||||
Weight::from_parts(55_578_000, 20422)
|
||||
// Estimated: `6196`
|
||||
// Minimum execution time: 72_477_000 picoseconds.
|
||||
Weight::from_parts(73_573_000, 6196)
|
||||
.saturating_add(T::DbWeight::get().reads(6_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(6_u64))
|
||||
}
|
||||
@@ -199,9 +194,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn close_child_bounty_active() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1165`
|
||||
// Estimated: `23025`
|
||||
// Minimum execution time: 67_815_000 picoseconds.
|
||||
Weight::from_parts(68_620_000, 23025)
|
||||
// Estimated: `8799`
|
||||
// Minimum execution time: 91_049_000 picoseconds.
|
||||
Weight::from_parts(91_874_000, 8799)
|
||||
.saturating_add(T::DbWeight::get().reads(7_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(7_u64))
|
||||
}
|
||||
@@ -222,14 +217,12 @@ impl WeightInfo for () {
|
||||
/// Storage: ChildBounties ChildBounties (r:0 w:1)
|
||||
/// Proof: ChildBounties ChildBounties (max_values: None, max_size: Some(145), added: 2620, mode: MaxEncodedLen)
|
||||
/// The range of component `d` is `[0, 300]`.
|
||||
fn add_child_bounty(d: u32, ) -> Weight {
|
||||
fn add_child_bounty(_d: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `678`
|
||||
// Estimated: `14808`
|
||||
// Minimum execution time: 54_017_000 picoseconds.
|
||||
Weight::from_parts(55_142_443, 14808)
|
||||
// Standard Error: 310
|
||||
.saturating_add(Weight::from_parts(1_199, 0).saturating_mul(d.into()))
|
||||
// Estimated: `6196`
|
||||
// Minimum execution time: 69_784_000 picoseconds.
|
||||
Weight::from_parts(71_225_354, 6196)
|
||||
.saturating_add(RocksDbWeight::get().reads(5_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(6_u64))
|
||||
}
|
||||
@@ -242,9 +235,9 @@ impl WeightInfo for () {
|
||||
fn propose_curator() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `732`
|
||||
// Estimated: `10745`
|
||||
// Minimum execution time: 19_222_000 picoseconds.
|
||||
Weight::from_parts(19_446_000, 10745)
|
||||
// Estimated: `3642`
|
||||
// Minimum execution time: 19_008_000 picoseconds.
|
||||
Weight::from_parts(19_219_000, 3642)
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -257,9 +250,9 @@ impl WeightInfo for () {
|
||||
fn accept_curator() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `878`
|
||||
// Estimated: `10845`
|
||||
// Minimum execution time: 31_049_000 picoseconds.
|
||||
Weight::from_parts(31_546_000, 10845)
|
||||
// Estimated: `3642`
|
||||
// Minimum execution time: 35_457_000 picoseconds.
|
||||
Weight::from_parts(36_088_000, 3642)
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -272,9 +265,9 @@ impl WeightInfo for () {
|
||||
fn unassign_curator() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `878`
|
||||
// Estimated: `10845`
|
||||
// Minimum execution time: 33_860_000 picoseconds.
|
||||
Weight::from_parts(34_897_000, 10845)
|
||||
// Estimated: `3642`
|
||||
// Minimum execution time: 38_244_000 picoseconds.
|
||||
Weight::from_parts(38_611_000, 3642)
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -285,9 +278,9 @@ impl WeightInfo for () {
|
||||
fn award_child_bounty() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `775`
|
||||
// Estimated: `7252`
|
||||
// Minimum execution time: 23_178_000 picoseconds.
|
||||
Weight::from_parts(23_412_000, 7252)
|
||||
// Estimated: `3642`
|
||||
// Minimum execution time: 22_762_000 picoseconds.
|
||||
Weight::from_parts(23_249_000, 3642)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -302,9 +295,9 @@ impl WeightInfo for () {
|
||||
fn claim_child_bounty() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `648`
|
||||
// Estimated: `15890`
|
||||
// Minimum execution time: 76_189_000 picoseconds.
|
||||
Weight::from_parts(76_770_000, 15890)
|
||||
// Estimated: `8799`
|
||||
// Minimum execution time: 112_019_000 picoseconds.
|
||||
Weight::from_parts(113_190_000, 8799)
|
||||
.saturating_add(RocksDbWeight::get().reads(5_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(6_u64))
|
||||
}
|
||||
@@ -323,9 +316,9 @@ impl WeightInfo for () {
|
||||
fn close_child_bounty_added() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `978`
|
||||
// Estimated: `20422`
|
||||
// Minimum execution time: 55_161_000 picoseconds.
|
||||
Weight::from_parts(55_578_000, 20422)
|
||||
// Estimated: `6196`
|
||||
// Minimum execution time: 72_477_000 picoseconds.
|
||||
Weight::from_parts(73_573_000, 6196)
|
||||
.saturating_add(RocksDbWeight::get().reads(6_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(6_u64))
|
||||
}
|
||||
@@ -344,9 +337,9 @@ impl WeightInfo for () {
|
||||
fn close_child_bounty_active() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1165`
|
||||
// Estimated: `23025`
|
||||
// Minimum execution time: 67_815_000 picoseconds.
|
||||
Weight::from_parts(68_620_000, 23025)
|
||||
// Estimated: `8799`
|
||||
// Minimum execution time: 91_049_000 picoseconds.
|
||||
Weight::from_parts(91_874_000, 8799)
|
||||
.saturating_add(RocksDbWeight::get().reads(7_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(7_u64))
|
||||
}
|
||||
|
||||
+176
-179
@@ -18,9 +18,9 @@
|
||||
//! Autogenerated weights for pallet_collective
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-03-15, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-04-06, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -31,9 +31,6 @@
|
||||
// --steps=50
|
||||
// --repeat=20
|
||||
// --pallet=pallet_collective
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
@@ -80,19 +77,19 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn set_members(m: u32, _n: u32, p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0 + m * (3232 ±0) + p * (3190 ±0)`
|
||||
// Estimated: `19428 + m * (7799 ±24) + p * (10110 ±24)`
|
||||
// Minimum execution time: 18_772_000 picoseconds.
|
||||
Weight::from_parts(18_931_000, 19428)
|
||||
// Standard Error: 65_247
|
||||
.saturating_add(Weight::from_parts(5_050_136, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 65_247
|
||||
.saturating_add(Weight::from_parts(8_235_069, 0).saturating_mul(p.into()))
|
||||
// Estimated: `15861 + m * (1967 ±23) + p * (4332 ±23)`
|
||||
// Minimum execution time: 19_398_000 picoseconds.
|
||||
Weight::from_parts(19_542_000, 15861)
|
||||
// Standard Error: 71_395
|
||||
.saturating_add(Weight::from_parts(5_630_062, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 71_395
|
||||
.saturating_add(Weight::from_parts(8_634_133, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into())))
|
||||
.saturating_add(Weight::from_parts(0, 7799).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 10110).saturating_mul(p.into()))
|
||||
.saturating_add(Weight::from_parts(0, 1967).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 4332).saturating_mul(p.into()))
|
||||
}
|
||||
/// Storage: Council Members (r:1 w:0)
|
||||
/// Proof Skipped: Council Members (max_values: Some(1), max_size: None, mode: Measured)
|
||||
@@ -102,12 +99,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `202 + m * (32 ±0)`
|
||||
// Estimated: `1688 + m * (32 ±0)`
|
||||
// Minimum execution time: 17_741_000 picoseconds.
|
||||
Weight::from_parts(17_580_031, 1688)
|
||||
// Standard Error: 113
|
||||
.saturating_add(Weight::from_parts(941, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 1_170
|
||||
.saturating_add(Weight::from_parts(17_329, 0).saturating_mul(m.into()))
|
||||
// Minimum execution time: 17_579_000 picoseconds.
|
||||
Weight::from_parts(16_874_624, 1688)
|
||||
// Standard Error: 34
|
||||
.saturating_add(Weight::from_parts(1_617, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 353
|
||||
.saturating_add(Weight::from_parts(19_759, 0).saturating_mul(m.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into()))
|
||||
}
|
||||
@@ -120,15 +117,15 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn propose_execute(b: u32, m: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `202 + m * (32 ±0)`
|
||||
// Estimated: `5356 + m * (64 ±0)`
|
||||
// Minimum execution time: 20_214_000 picoseconds.
|
||||
Weight::from_parts(19_508_816, 5356)
|
||||
// Standard Error: 46
|
||||
.saturating_add(Weight::from_parts(1_646, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 475
|
||||
.saturating_add(Weight::from_parts(27_145, 0).saturating_mul(m.into()))
|
||||
// Estimated: `3668 + m * (32 ±0)`
|
||||
// Minimum execution time: 20_339_000 picoseconds.
|
||||
Weight::from_parts(19_534_549, 3668)
|
||||
// Standard Error: 45
|
||||
.saturating_add(Weight::from_parts(1_636, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 469
|
||||
.saturating_add(Weight::from_parts(28_178, 0).saturating_mul(m.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into()))
|
||||
}
|
||||
/// Storage: Council Members (r:1 w:0)
|
||||
/// Proof Skipped: Council Members (max_values: Some(1), max_size: None, mode: Measured)
|
||||
@@ -146,19 +143,19 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn propose_proposed(b: u32, m: u32, p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `492 + m * (32 ±0) + p * (36 ±0)`
|
||||
// Estimated: `10015 + m * (165 ±0) + p * (180 ±0)`
|
||||
// Minimum execution time: 27_872_000 picoseconds.
|
||||
Weight::from_parts(28_010_227, 10015)
|
||||
// Standard Error: 90
|
||||
.saturating_add(Weight::from_parts(2_643, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 944
|
||||
.saturating_add(Weight::from_parts(17_897, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 932
|
||||
.saturating_add(Weight::from_parts(122_368, 0).saturating_mul(p.into()))
|
||||
// Estimated: `3884 + m * (33 ±0) + p * (36 ±0)`
|
||||
// Minimum execution time: 27_793_000 picoseconds.
|
||||
Weight::from_parts(28_095_462, 3884)
|
||||
// Standard Error: 82
|
||||
.saturating_add(Weight::from_parts(2_646, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 861
|
||||
.saturating_add(Weight::from_parts(22_332, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 850
|
||||
.saturating_add(Weight::from_parts(121_560, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
.saturating_add(Weight::from_parts(0, 165).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 180).saturating_mul(p.into()))
|
||||
.saturating_add(Weight::from_parts(0, 33).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 36).saturating_mul(p.into()))
|
||||
}
|
||||
/// Storage: Council Members (r:1 w:0)
|
||||
/// Proof Skipped: Council Members (max_values: Some(1), max_size: None, mode: Measured)
|
||||
@@ -168,14 +165,14 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn vote(m: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `941 + m * (64 ±0)`
|
||||
// Estimated: `6830 + m * (128 ±0)`
|
||||
// Minimum execution time: 22_518_000 picoseconds.
|
||||
Weight::from_parts(23_281_512, 6830)
|
||||
// Standard Error: 647
|
||||
.saturating_add(Weight::from_parts(53_974, 0).saturating_mul(m.into()))
|
||||
// Estimated: `4405 + m * (64 ±0)`
|
||||
// Minimum execution time: 23_096_000 picoseconds.
|
||||
Weight::from_parts(23_793_304, 4405)
|
||||
// Standard Error: 675
|
||||
.saturating_add(Weight::from_parts(51_741, 0).saturating_mul(m.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
.saturating_add(Weight::from_parts(0, 128).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into()))
|
||||
}
|
||||
/// Storage: Council Voting (r:1 w:1)
|
||||
/// Proof Skipped: Council Voting (max_values: None, max_size: None, mode: Measured)
|
||||
@@ -190,17 +187,17 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn close_early_disapproved(m: u32, p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `530 + m * (64 ±0) + p * (36 ±0)`
|
||||
// Estimated: `8475 + m * (260 ±0) + p * (144 ±0)`
|
||||
// Minimum execution time: 29_020_000 picoseconds.
|
||||
Weight::from_parts(29_009_937, 8475)
|
||||
// Standard Error: 809
|
||||
.saturating_add(Weight::from_parts(31_952, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 789
|
||||
.saturating_add(Weight::from_parts(124_282, 0).saturating_mul(p.into()))
|
||||
// Estimated: `3975 + m * (65 ±0) + p * (36 ±0)`
|
||||
// Minimum execution time: 29_635_000 picoseconds.
|
||||
Weight::from_parts(29_574_124, 3975)
|
||||
// Standard Error: 755
|
||||
.saturating_add(Weight::from_parts(29_126, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 737
|
||||
.saturating_add(Weight::from_parts(123_438, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 260).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 144).saturating_mul(p.into()))
|
||||
.saturating_add(Weight::from_parts(0, 65).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 36).saturating_mul(p.into()))
|
||||
}
|
||||
/// Storage: Council Voting (r:1 w:1)
|
||||
/// Proof Skipped: Council Voting (max_values: None, max_size: None, mode: Measured)
|
||||
@@ -216,20 +213,20 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn close_early_approved(b: u32, m: u32, p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `832 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)`
|
||||
// Estimated: `12636 + b * (4 ±0) + m * (264 ±0) + p * (160 ±0)`
|
||||
// Minimum execution time: 41_541_000 picoseconds.
|
||||
Weight::from_parts(43_640_322, 12636)
|
||||
// Standard Error: 104
|
||||
.saturating_add(Weight::from_parts(2_178, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 1_101
|
||||
.saturating_add(Weight::from_parts(20_512, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 1_073
|
||||
.saturating_add(Weight::from_parts(133_112, 0).saturating_mul(p.into()))
|
||||
// Estimated: `4149 + b * (1 ±0) + m * (66 ±0) + p * (40 ±0)`
|
||||
// Minimum execution time: 41_934_000 picoseconds.
|
||||
Weight::from_parts(44_022_379, 4149)
|
||||
// Standard Error: 105
|
||||
.saturating_add(Weight::from_parts(2_266, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 1_112
|
||||
.saturating_add(Weight::from_parts(18_074, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 1_084
|
||||
.saturating_add(Weight::from_parts(132_405, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 4).saturating_mul(b.into()))
|
||||
.saturating_add(Weight::from_parts(0, 264).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 160).saturating_mul(p.into()))
|
||||
.saturating_add(Weight::from_parts(0, 1).saturating_mul(b.into()))
|
||||
.saturating_add(Weight::from_parts(0, 66).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 40).saturating_mul(p.into()))
|
||||
}
|
||||
/// Storage: Council Voting (r:1 w:1)
|
||||
/// Proof Skipped: Council Voting (max_values: None, max_size: None, mode: Measured)
|
||||
@@ -246,17 +243,17 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn close_disapproved(m: u32, p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `550 + m * (64 ±0) + p * (36 ±0)`
|
||||
// Estimated: `10570 + m * (325 ±0) + p * (180 ±0)`
|
||||
// Minimum execution time: 32_773_000 picoseconds.
|
||||
Weight::from_parts(33_031_550, 10570)
|
||||
// Standard Error: 1_205
|
||||
.saturating_add(Weight::from_parts(26_143, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 1_175
|
||||
.saturating_add(Weight::from_parts(137_503, 0).saturating_mul(p.into()))
|
||||
// Estimated: `3995 + m * (65 ±0) + p * (36 ±0)`
|
||||
// Minimum execution time: 33_146_000 picoseconds.
|
||||
Weight::from_parts(31_957_128, 3995)
|
||||
// Standard Error: 2_321
|
||||
.saturating_add(Weight::from_parts(31_272, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 2_264
|
||||
.saturating_add(Weight::from_parts(156_129, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 325).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 180).saturating_mul(p.into()))
|
||||
.saturating_add(Weight::from_parts(0, 65).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 36).saturating_mul(p.into()))
|
||||
}
|
||||
/// Storage: Council Voting (r:1 w:1)
|
||||
/// Proof Skipped: Council Voting (max_values: None, max_size: None, mode: Measured)
|
||||
@@ -274,20 +271,20 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn close_approved(b: u32, m: u32, p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `852 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)`
|
||||
// Estimated: `14905 + b * (5 ±0) + m * (330 ±0) + p * (200 ±0)`
|
||||
// Minimum execution time: 44_855_000 picoseconds.
|
||||
Weight::from_parts(47_307_460, 14905)
|
||||
// Estimated: `4169 + b * (1 ±0) + m * (66 ±0) + p * (40 ±0)`
|
||||
// Minimum execution time: 44_278_000 picoseconds.
|
||||
Weight::from_parts(46_039_907, 4169)
|
||||
// Standard Error: 100
|
||||
.saturating_add(Weight::from_parts(1_536, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 1_065
|
||||
.saturating_add(Weight::from_parts(20_549, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 1_038
|
||||
.saturating_add(Weight::from_parts(133_143, 0).saturating_mul(p.into()))
|
||||
.saturating_add(Weight::from_parts(2_257, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 1_062
|
||||
.saturating_add(Weight::from_parts(25_055, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 1_035
|
||||
.saturating_add(Weight::from_parts(136_282, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(5_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 5).saturating_mul(b.into()))
|
||||
.saturating_add(Weight::from_parts(0, 330).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 200).saturating_mul(p.into()))
|
||||
.saturating_add(Weight::from_parts(0, 1).saturating_mul(b.into()))
|
||||
.saturating_add(Weight::from_parts(0, 66).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 40).saturating_mul(p.into()))
|
||||
}
|
||||
/// Storage: Council Proposals (r:1 w:1)
|
||||
/// Proof Skipped: Council Proposals (max_values: Some(1), max_size: None, mode: Measured)
|
||||
@@ -299,14 +296,14 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn disapprove_proposal(p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `359 + p * (32 ±0)`
|
||||
// Estimated: `2562 + p * (96 ±0)`
|
||||
// Minimum execution time: 16_420_000 picoseconds.
|
||||
Weight::from_parts(18_236_525, 2562)
|
||||
// Standard Error: 894
|
||||
.saturating_add(Weight::from_parts(115_590, 0).saturating_mul(p.into()))
|
||||
// Estimated: `1844 + p * (32 ±0)`
|
||||
// Minimum execution time: 16_500_000 picoseconds.
|
||||
Weight::from_parts(18_376_538, 1844)
|
||||
// Standard Error: 755
|
||||
.saturating_add(Weight::from_parts(113_189, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 96).saturating_mul(p.into()))
|
||||
.saturating_add(Weight::from_parts(0, 32).saturating_mul(p.into()))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -326,19 +323,19 @@ impl WeightInfo for () {
|
||||
fn set_members(m: u32, _n: u32, p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0 + m * (3232 ±0) + p * (3190 ±0)`
|
||||
// Estimated: `19428 + m * (7799 ±24) + p * (10110 ±24)`
|
||||
// Minimum execution time: 18_772_000 picoseconds.
|
||||
Weight::from_parts(18_931_000, 19428)
|
||||
// Standard Error: 65_247
|
||||
.saturating_add(Weight::from_parts(5_050_136, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 65_247
|
||||
.saturating_add(Weight::from_parts(8_235_069, 0).saturating_mul(p.into()))
|
||||
// Estimated: `15861 + m * (1967 ±23) + p * (4332 ±23)`
|
||||
// Minimum execution time: 19_398_000 picoseconds.
|
||||
Weight::from_parts(19_542_000, 15861)
|
||||
// Standard Error: 71_395
|
||||
.saturating_add(Weight::from_parts(5_630_062, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 71_395
|
||||
.saturating_add(Weight::from_parts(8_634_133, 0).saturating_mul(p.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(p.into())))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(p.into())))
|
||||
.saturating_add(Weight::from_parts(0, 7799).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 10110).saturating_mul(p.into()))
|
||||
.saturating_add(Weight::from_parts(0, 1967).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 4332).saturating_mul(p.into()))
|
||||
}
|
||||
/// Storage: Council Members (r:1 w:0)
|
||||
/// Proof Skipped: Council Members (max_values: Some(1), max_size: None, mode: Measured)
|
||||
@@ -348,12 +345,12 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `202 + m * (32 ±0)`
|
||||
// Estimated: `1688 + m * (32 ±0)`
|
||||
// Minimum execution time: 17_741_000 picoseconds.
|
||||
Weight::from_parts(17_580_031, 1688)
|
||||
// Standard Error: 113
|
||||
.saturating_add(Weight::from_parts(941, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 1_170
|
||||
.saturating_add(Weight::from_parts(17_329, 0).saturating_mul(m.into()))
|
||||
// Minimum execution time: 17_579_000 picoseconds.
|
||||
Weight::from_parts(16_874_624, 1688)
|
||||
// Standard Error: 34
|
||||
.saturating_add(Weight::from_parts(1_617, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 353
|
||||
.saturating_add(Weight::from_parts(19_759, 0).saturating_mul(m.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into()))
|
||||
}
|
||||
@@ -366,15 +363,15 @@ impl WeightInfo for () {
|
||||
fn propose_execute(b: u32, m: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `202 + m * (32 ±0)`
|
||||
// Estimated: `5356 + m * (64 ±0)`
|
||||
// Minimum execution time: 20_214_000 picoseconds.
|
||||
Weight::from_parts(19_508_816, 5356)
|
||||
// Standard Error: 46
|
||||
.saturating_add(Weight::from_parts(1_646, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 475
|
||||
.saturating_add(Weight::from_parts(27_145, 0).saturating_mul(m.into()))
|
||||
// Estimated: `3668 + m * (32 ±0)`
|
||||
// Minimum execution time: 20_339_000 picoseconds.
|
||||
Weight::from_parts(19_534_549, 3668)
|
||||
// Standard Error: 45
|
||||
.saturating_add(Weight::from_parts(1_636, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 469
|
||||
.saturating_add(Weight::from_parts(28_178, 0).saturating_mul(m.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into()))
|
||||
}
|
||||
/// Storage: Council Members (r:1 w:0)
|
||||
/// Proof Skipped: Council Members (max_values: Some(1), max_size: None, mode: Measured)
|
||||
@@ -392,19 +389,19 @@ impl WeightInfo for () {
|
||||
fn propose_proposed(b: u32, m: u32, p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `492 + m * (32 ±0) + p * (36 ±0)`
|
||||
// Estimated: `10015 + m * (165 ±0) + p * (180 ±0)`
|
||||
// Minimum execution time: 27_872_000 picoseconds.
|
||||
Weight::from_parts(28_010_227, 10015)
|
||||
// Standard Error: 90
|
||||
.saturating_add(Weight::from_parts(2_643, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 944
|
||||
.saturating_add(Weight::from_parts(17_897, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 932
|
||||
.saturating_add(Weight::from_parts(122_368, 0).saturating_mul(p.into()))
|
||||
// Estimated: `3884 + m * (33 ±0) + p * (36 ±0)`
|
||||
// Minimum execution time: 27_793_000 picoseconds.
|
||||
Weight::from_parts(28_095_462, 3884)
|
||||
// Standard Error: 82
|
||||
.saturating_add(Weight::from_parts(2_646, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 861
|
||||
.saturating_add(Weight::from_parts(22_332, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 850
|
||||
.saturating_add(Weight::from_parts(121_560, 0).saturating_mul(p.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
||||
.saturating_add(Weight::from_parts(0, 165).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 180).saturating_mul(p.into()))
|
||||
.saturating_add(Weight::from_parts(0, 33).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 36).saturating_mul(p.into()))
|
||||
}
|
||||
/// Storage: Council Members (r:1 w:0)
|
||||
/// Proof Skipped: Council Members (max_values: Some(1), max_size: None, mode: Measured)
|
||||
@@ -414,14 +411,14 @@ impl WeightInfo for () {
|
||||
fn vote(m: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `941 + m * (64 ±0)`
|
||||
// Estimated: `6830 + m * (128 ±0)`
|
||||
// Minimum execution time: 22_518_000 picoseconds.
|
||||
Weight::from_parts(23_281_512, 6830)
|
||||
// Standard Error: 647
|
||||
.saturating_add(Weight::from_parts(53_974, 0).saturating_mul(m.into()))
|
||||
// Estimated: `4405 + m * (64 ±0)`
|
||||
// Minimum execution time: 23_096_000 picoseconds.
|
||||
Weight::from_parts(23_793_304, 4405)
|
||||
// Standard Error: 675
|
||||
.saturating_add(Weight::from_parts(51_741, 0).saturating_mul(m.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
.saturating_add(Weight::from_parts(0, 128).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into()))
|
||||
}
|
||||
/// Storage: Council Voting (r:1 w:1)
|
||||
/// Proof Skipped: Council Voting (max_values: None, max_size: None, mode: Measured)
|
||||
@@ -436,17 +433,17 @@ impl WeightInfo for () {
|
||||
fn close_early_disapproved(m: u32, p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `530 + m * (64 ±0) + p * (36 ±0)`
|
||||
// Estimated: `8475 + m * (260 ±0) + p * (144 ±0)`
|
||||
// Minimum execution time: 29_020_000 picoseconds.
|
||||
Weight::from_parts(29_009_937, 8475)
|
||||
// Standard Error: 809
|
||||
.saturating_add(Weight::from_parts(31_952, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 789
|
||||
.saturating_add(Weight::from_parts(124_282, 0).saturating_mul(p.into()))
|
||||
// Estimated: `3975 + m * (65 ±0) + p * (36 ±0)`
|
||||
// Minimum execution time: 29_635_000 picoseconds.
|
||||
Weight::from_parts(29_574_124, 3975)
|
||||
// Standard Error: 755
|
||||
.saturating_add(Weight::from_parts(29_126, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 737
|
||||
.saturating_add(Weight::from_parts(123_438, 0).saturating_mul(p.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 260).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 144).saturating_mul(p.into()))
|
||||
.saturating_add(Weight::from_parts(0, 65).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 36).saturating_mul(p.into()))
|
||||
}
|
||||
/// Storage: Council Voting (r:1 w:1)
|
||||
/// Proof Skipped: Council Voting (max_values: None, max_size: None, mode: Measured)
|
||||
@@ -462,20 +459,20 @@ impl WeightInfo for () {
|
||||
fn close_early_approved(b: u32, m: u32, p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `832 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)`
|
||||
// Estimated: `12636 + b * (4 ±0) + m * (264 ±0) + p * (160 ±0)`
|
||||
// Minimum execution time: 41_541_000 picoseconds.
|
||||
Weight::from_parts(43_640_322, 12636)
|
||||
// Standard Error: 104
|
||||
.saturating_add(Weight::from_parts(2_178, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 1_101
|
||||
.saturating_add(Weight::from_parts(20_512, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 1_073
|
||||
.saturating_add(Weight::from_parts(133_112, 0).saturating_mul(p.into()))
|
||||
// Estimated: `4149 + b * (1 ±0) + m * (66 ±0) + p * (40 ±0)`
|
||||
// Minimum execution time: 41_934_000 picoseconds.
|
||||
Weight::from_parts(44_022_379, 4149)
|
||||
// Standard Error: 105
|
||||
.saturating_add(Weight::from_parts(2_266, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 1_112
|
||||
.saturating_add(Weight::from_parts(18_074, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 1_084
|
||||
.saturating_add(Weight::from_parts(132_405, 0).saturating_mul(p.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 4).saturating_mul(b.into()))
|
||||
.saturating_add(Weight::from_parts(0, 264).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 160).saturating_mul(p.into()))
|
||||
.saturating_add(Weight::from_parts(0, 1).saturating_mul(b.into()))
|
||||
.saturating_add(Weight::from_parts(0, 66).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 40).saturating_mul(p.into()))
|
||||
}
|
||||
/// Storage: Council Voting (r:1 w:1)
|
||||
/// Proof Skipped: Council Voting (max_values: None, max_size: None, mode: Measured)
|
||||
@@ -492,17 +489,17 @@ impl WeightInfo for () {
|
||||
fn close_disapproved(m: u32, p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `550 + m * (64 ±0) + p * (36 ±0)`
|
||||
// Estimated: `10570 + m * (325 ±0) + p * (180 ±0)`
|
||||
// Minimum execution time: 32_773_000 picoseconds.
|
||||
Weight::from_parts(33_031_550, 10570)
|
||||
// Standard Error: 1_205
|
||||
.saturating_add(Weight::from_parts(26_143, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 1_175
|
||||
.saturating_add(Weight::from_parts(137_503, 0).saturating_mul(p.into()))
|
||||
// Estimated: `3995 + m * (65 ±0) + p * (36 ±0)`
|
||||
// Minimum execution time: 33_146_000 picoseconds.
|
||||
Weight::from_parts(31_957_128, 3995)
|
||||
// Standard Error: 2_321
|
||||
.saturating_add(Weight::from_parts(31_272, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 2_264
|
||||
.saturating_add(Weight::from_parts(156_129, 0).saturating_mul(p.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 325).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 180).saturating_mul(p.into()))
|
||||
.saturating_add(Weight::from_parts(0, 65).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 36).saturating_mul(p.into()))
|
||||
}
|
||||
/// Storage: Council Voting (r:1 w:1)
|
||||
/// Proof Skipped: Council Voting (max_values: None, max_size: None, mode: Measured)
|
||||
@@ -520,20 +517,20 @@ impl WeightInfo for () {
|
||||
fn close_approved(b: u32, m: u32, p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `852 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)`
|
||||
// Estimated: `14905 + b * (5 ±0) + m * (330 ±0) + p * (200 ±0)`
|
||||
// Minimum execution time: 44_855_000 picoseconds.
|
||||
Weight::from_parts(47_307_460, 14905)
|
||||
// Estimated: `4169 + b * (1 ±0) + m * (66 ±0) + p * (40 ±0)`
|
||||
// Minimum execution time: 44_278_000 picoseconds.
|
||||
Weight::from_parts(46_039_907, 4169)
|
||||
// Standard Error: 100
|
||||
.saturating_add(Weight::from_parts(1_536, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 1_065
|
||||
.saturating_add(Weight::from_parts(20_549, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 1_038
|
||||
.saturating_add(Weight::from_parts(133_143, 0).saturating_mul(p.into()))
|
||||
.saturating_add(Weight::from_parts(2_257, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 1_062
|
||||
.saturating_add(Weight::from_parts(25_055, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 1_035
|
||||
.saturating_add(Weight::from_parts(136_282, 0).saturating_mul(p.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(5_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 5).saturating_mul(b.into()))
|
||||
.saturating_add(Weight::from_parts(0, 330).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 200).saturating_mul(p.into()))
|
||||
.saturating_add(Weight::from_parts(0, 1).saturating_mul(b.into()))
|
||||
.saturating_add(Weight::from_parts(0, 66).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 40).saturating_mul(p.into()))
|
||||
}
|
||||
/// Storage: Council Proposals (r:1 w:1)
|
||||
/// Proof Skipped: Council Proposals (max_values: Some(1), max_size: None, mode: Measured)
|
||||
@@ -545,13 +542,13 @@ impl WeightInfo for () {
|
||||
fn disapprove_proposal(p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `359 + p * (32 ±0)`
|
||||
// Estimated: `2562 + p * (96 ±0)`
|
||||
// Minimum execution time: 16_420_000 picoseconds.
|
||||
Weight::from_parts(18_236_525, 2562)
|
||||
// Standard Error: 894
|
||||
.saturating_add(Weight::from_parts(115_590, 0).saturating_mul(p.into()))
|
||||
// Estimated: `1844 + p * (32 ±0)`
|
||||
// Minimum execution time: 16_500_000 picoseconds.
|
||||
Weight::from_parts(18_376_538, 1844)
|
||||
// Standard Error: 755
|
||||
.saturating_add(Weight::from_parts(113_189, 0).saturating_mul(p.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 96).saturating_mul(p.into()))
|
||||
.saturating_add(Weight::from_parts(0, 32).saturating_mul(p.into()))
|
||||
}
|
||||
}
|
||||
|
||||
Generated
+1119
-1120
File diff suppressed because it is too large
Load Diff
+80
-67
@@ -18,9 +18,9 @@
|
||||
//! Autogenerated weights for pallet_conviction_voting
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-04-06, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -31,9 +31,6 @@
|
||||
// --steps=50
|
||||
// --repeat=20
|
||||
// --pallet=pallet_conviction_voting
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
@@ -71,15 +68,17 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: ConvictionVoting ClassLocksFor (max_values: None, max_size: Some(59), added: 2534, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Locks (r:1 w:1)
|
||||
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Freezes (r:1 w:0)
|
||||
/// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
|
||||
/// Storage: Scheduler Agenda (r:2 w:2)
|
||||
/// Proof: Scheduler Agenda (max_values: None, max_size: Some(107022), added: 109497, mode: MaxEncodedLen)
|
||||
fn vote_new() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `13074`
|
||||
// Estimated: `262809`
|
||||
// Minimum execution time: 94_493_000 picoseconds.
|
||||
Weight::from_parts(96_510_000, 262809)
|
||||
.saturating_add(T::DbWeight::get().reads(6_u64))
|
||||
// Estimated: `219984`
|
||||
// Minimum execution time: 99_130_000 picoseconds.
|
||||
Weight::from_parts(100_355_000, 219984)
|
||||
.saturating_add(T::DbWeight::get().reads(7_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(6_u64))
|
||||
}
|
||||
/// Storage: Referenda ReferendumInfoFor (r:1 w:1)
|
||||
@@ -90,15 +89,17 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: ConvictionVoting ClassLocksFor (max_values: None, max_size: Some(59), added: 2534, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Locks (r:1 w:1)
|
||||
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Freezes (r:1 w:0)
|
||||
/// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
|
||||
/// Storage: Scheduler Agenda (r:2 w:2)
|
||||
/// Proof: Scheduler Agenda (max_values: None, max_size: Some(107022), added: 109497, mode: MaxEncodedLen)
|
||||
fn vote_existing() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `20216`
|
||||
// Estimated: `262809`
|
||||
// Minimum execution time: 252_717_000 picoseconds.
|
||||
Weight::from_parts(255_200_000, 262809)
|
||||
.saturating_add(T::DbWeight::get().reads(6_u64))
|
||||
// Estimated: `219984`
|
||||
// Minimum execution time: 276_420_000 picoseconds.
|
||||
Weight::from_parts(277_433_000, 219984)
|
||||
.saturating_add(T::DbWeight::get().reads(7_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(6_u64))
|
||||
}
|
||||
/// Storage: ConvictionVoting VotingFor (r:1 w:1)
|
||||
@@ -110,9 +111,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn remove_vote() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `19968`
|
||||
// Estimated: `254521`
|
||||
// Minimum execution time: 244_844_000 picoseconds.
|
||||
Weight::from_parts(247_433_000, 254521)
|
||||
// Estimated: `219984`
|
||||
// Minimum execution time: 241_058_000 picoseconds.
|
||||
Weight::from_parts(242_235_000, 219984)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -123,9 +124,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn remove_other_vote() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `12675`
|
||||
// Estimated: `34537`
|
||||
// Minimum execution time: 46_271_000 picoseconds.
|
||||
Weight::from_parts(47_639_000, 34537)
|
||||
// Estimated: `30706`
|
||||
// Minimum execution time: 46_385_000 picoseconds.
|
||||
Weight::from_parts(46_709_000, 30706)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -139,20 +140,22 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: ConvictionVoting ClassLocksFor (max_values: None, max_size: Some(59), added: 2534, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Locks (r:1 w:1)
|
||||
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Freezes (r:1 w:0)
|
||||
/// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
|
||||
/// The range of component `r` is `[0, 1]`.
|
||||
fn delegate(r: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `240 + r * (1627 ±0)`
|
||||
// Estimated: `180617 + r * (111908 ±0)`
|
||||
// Minimum execution time: 37_578_000 picoseconds.
|
||||
Weight::from_parts(39_035_446, 180617)
|
||||
// Standard Error: 160_560
|
||||
.saturating_add(Weight::from_parts(39_642_553, 0).saturating_mul(r.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
// Estimated: `109992 + r * (109992 ±0)`
|
||||
// Minimum execution time: 48_947_000 picoseconds.
|
||||
Weight::from_parts(50_219_593, 109992)
|
||||
// Standard Error: 70_238
|
||||
.saturating_add(Weight::from_parts(40_509_706, 0).saturating_mul(r.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(5_u64))
|
||||
.saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(r.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(r.into())))
|
||||
.saturating_add(Weight::from_parts(0, 111908).saturating_mul(r.into()))
|
||||
.saturating_add(Weight::from_parts(0, 109992).saturating_mul(r.into()))
|
||||
}
|
||||
/// Storage: ConvictionVoting VotingFor (r:2 w:2)
|
||||
/// Proof: ConvictionVoting VotingFor (max_values: None, max_size: Some(27241), added: 29716, mode: MaxEncodedLen)
|
||||
@@ -164,16 +167,16 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn undelegate(r: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `406 + r * (1376 ±0)`
|
||||
// Estimated: `172329 + r * (111908 ±0)`
|
||||
// Minimum execution time: 22_997_000 picoseconds.
|
||||
Weight::from_parts(24_180_222, 172329)
|
||||
// Standard Error: 87_723
|
||||
.saturating_add(Weight::from_parts(36_189_677, 0).saturating_mul(r.into()))
|
||||
// Estimated: `109992 + r * (109992 ±0)`
|
||||
// Minimum execution time: 23_408_000 picoseconds.
|
||||
Weight::from_parts(24_087_793, 109992)
|
||||
// Standard Error: 31_776
|
||||
.saturating_add(Weight::from_parts(36_594_606, 0).saturating_mul(r.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(r.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(r.into())))
|
||||
.saturating_add(Weight::from_parts(0, 111908).saturating_mul(r.into()))
|
||||
.saturating_add(Weight::from_parts(0, 109992).saturating_mul(r.into()))
|
||||
}
|
||||
/// Storage: ConvictionVoting VotingFor (r:1 w:1)
|
||||
/// Proof: ConvictionVoting VotingFor (max_values: None, max_size: Some(27241), added: 29716, mode: MaxEncodedLen)
|
||||
@@ -181,13 +184,15 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: ConvictionVoting ClassLocksFor (max_values: None, max_size: Some(59), added: 2534, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Locks (r:1 w:1)
|
||||
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Freezes (r:1 w:0)
|
||||
/// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
|
||||
fn unlock() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `11734`
|
||||
// Estimated: `38994`
|
||||
// Minimum execution time: 55_906_000 picoseconds.
|
||||
Weight::from_parts(56_819_000, 38994)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
// Estimated: `30706`
|
||||
// Minimum execution time: 65_903_000 picoseconds.
|
||||
Weight::from_parts(66_460_000, 30706)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
}
|
||||
@@ -202,15 +207,17 @@ impl WeightInfo for () {
|
||||
/// Proof: ConvictionVoting ClassLocksFor (max_values: None, max_size: Some(59), added: 2534, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Locks (r:1 w:1)
|
||||
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Freezes (r:1 w:0)
|
||||
/// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
|
||||
/// Storage: Scheduler Agenda (r:2 w:2)
|
||||
/// Proof: Scheduler Agenda (max_values: None, max_size: Some(107022), added: 109497, mode: MaxEncodedLen)
|
||||
fn vote_new() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `13074`
|
||||
// Estimated: `262809`
|
||||
// Minimum execution time: 94_493_000 picoseconds.
|
||||
Weight::from_parts(96_510_000, 262809)
|
||||
.saturating_add(RocksDbWeight::get().reads(6_u64))
|
||||
// Estimated: `219984`
|
||||
// Minimum execution time: 99_130_000 picoseconds.
|
||||
Weight::from_parts(100_355_000, 219984)
|
||||
.saturating_add(RocksDbWeight::get().reads(7_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(6_u64))
|
||||
}
|
||||
/// Storage: Referenda ReferendumInfoFor (r:1 w:1)
|
||||
@@ -221,15 +228,17 @@ impl WeightInfo for () {
|
||||
/// Proof: ConvictionVoting ClassLocksFor (max_values: None, max_size: Some(59), added: 2534, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Locks (r:1 w:1)
|
||||
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Freezes (r:1 w:0)
|
||||
/// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
|
||||
/// Storage: Scheduler Agenda (r:2 w:2)
|
||||
/// Proof: Scheduler Agenda (max_values: None, max_size: Some(107022), added: 109497, mode: MaxEncodedLen)
|
||||
fn vote_existing() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `20216`
|
||||
// Estimated: `262809`
|
||||
// Minimum execution time: 252_717_000 picoseconds.
|
||||
Weight::from_parts(255_200_000, 262809)
|
||||
.saturating_add(RocksDbWeight::get().reads(6_u64))
|
||||
// Estimated: `219984`
|
||||
// Minimum execution time: 276_420_000 picoseconds.
|
||||
Weight::from_parts(277_433_000, 219984)
|
||||
.saturating_add(RocksDbWeight::get().reads(7_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(6_u64))
|
||||
}
|
||||
/// Storage: ConvictionVoting VotingFor (r:1 w:1)
|
||||
@@ -241,9 +250,9 @@ impl WeightInfo for () {
|
||||
fn remove_vote() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `19968`
|
||||
// Estimated: `254521`
|
||||
// Minimum execution time: 244_844_000 picoseconds.
|
||||
Weight::from_parts(247_433_000, 254521)
|
||||
// Estimated: `219984`
|
||||
// Minimum execution time: 241_058_000 picoseconds.
|
||||
Weight::from_parts(242_235_000, 219984)
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -254,9 +263,9 @@ impl WeightInfo for () {
|
||||
fn remove_other_vote() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `12675`
|
||||
// Estimated: `34537`
|
||||
// Minimum execution time: 46_271_000 picoseconds.
|
||||
Weight::from_parts(47_639_000, 34537)
|
||||
// Estimated: `30706`
|
||||
// Minimum execution time: 46_385_000 picoseconds.
|
||||
Weight::from_parts(46_709_000, 30706)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -270,20 +279,22 @@ impl WeightInfo for () {
|
||||
/// Proof: ConvictionVoting ClassLocksFor (max_values: None, max_size: Some(59), added: 2534, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Locks (r:1 w:1)
|
||||
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Freezes (r:1 w:0)
|
||||
/// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
|
||||
/// The range of component `r` is `[0, 1]`.
|
||||
fn delegate(r: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `240 + r * (1627 ±0)`
|
||||
// Estimated: `180617 + r * (111908 ±0)`
|
||||
// Minimum execution time: 37_578_000 picoseconds.
|
||||
Weight::from_parts(39_035_446, 180617)
|
||||
// Standard Error: 160_560
|
||||
.saturating_add(Weight::from_parts(39_642_553, 0).saturating_mul(r.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
// Estimated: `109992 + r * (109992 ±0)`
|
||||
// Minimum execution time: 48_947_000 picoseconds.
|
||||
Weight::from_parts(50_219_593, 109992)
|
||||
// Standard Error: 70_238
|
||||
.saturating_add(Weight::from_parts(40_509_706, 0).saturating_mul(r.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(5_u64))
|
||||
.saturating_add(RocksDbWeight::get().reads((3_u64).saturating_mul(r.into())))
|
||||
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes((3_u64).saturating_mul(r.into())))
|
||||
.saturating_add(Weight::from_parts(0, 111908).saturating_mul(r.into()))
|
||||
.saturating_add(Weight::from_parts(0, 109992).saturating_mul(r.into()))
|
||||
}
|
||||
/// Storage: ConvictionVoting VotingFor (r:2 w:2)
|
||||
/// Proof: ConvictionVoting VotingFor (max_values: None, max_size: Some(27241), added: 29716, mode: MaxEncodedLen)
|
||||
@@ -295,16 +306,16 @@ impl WeightInfo for () {
|
||||
fn undelegate(r: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `406 + r * (1376 ±0)`
|
||||
// Estimated: `172329 + r * (111908 ±0)`
|
||||
// Minimum execution time: 22_997_000 picoseconds.
|
||||
Weight::from_parts(24_180_222, 172329)
|
||||
// Standard Error: 87_723
|
||||
.saturating_add(Weight::from_parts(36_189_677, 0).saturating_mul(r.into()))
|
||||
// Estimated: `109992 + r * (109992 ±0)`
|
||||
// Minimum execution time: 23_408_000 picoseconds.
|
||||
Weight::from_parts(24_087_793, 109992)
|
||||
// Standard Error: 31_776
|
||||
.saturating_add(Weight::from_parts(36_594_606, 0).saturating_mul(r.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().reads((3_u64).saturating_mul(r.into())))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes((3_u64).saturating_mul(r.into())))
|
||||
.saturating_add(Weight::from_parts(0, 111908).saturating_mul(r.into()))
|
||||
.saturating_add(Weight::from_parts(0, 109992).saturating_mul(r.into()))
|
||||
}
|
||||
/// Storage: ConvictionVoting VotingFor (r:1 w:1)
|
||||
/// Proof: ConvictionVoting VotingFor (max_values: None, max_size: Some(27241), added: 29716, mode: MaxEncodedLen)
|
||||
@@ -312,13 +323,15 @@ impl WeightInfo for () {
|
||||
/// Proof: ConvictionVoting ClassLocksFor (max_values: None, max_size: Some(59), added: 2534, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Locks (r:1 w:1)
|
||||
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Freezes (r:1 w:0)
|
||||
/// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
|
||||
fn unlock() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `11734`
|
||||
// Estimated: `38994`
|
||||
// Minimum execution time: 55_906_000 picoseconds.
|
||||
Weight::from_parts(56_819_000, 38994)
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
// Estimated: `30706`
|
||||
// Minimum execution time: 65_903_000 picoseconds.
|
||||
Weight::from_parts(66_460_000, 30706)
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
}
|
||||
}
|
||||
|
||||
+60
-63
@@ -18,9 +18,9 @@
|
||||
//! Autogenerated weights for pallet_core_fellowship
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-04-06, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -31,9 +31,6 @@
|
||||
// --steps=50
|
||||
// --repeat=20
|
||||
// --pallet=pallet_core_fellowship
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
@@ -72,8 +69,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 10_384_000 picoseconds.
|
||||
Weight::from_parts(10_787_000, 0)
|
||||
// Minimum execution time: 10_390_000 picoseconds.
|
||||
Weight::from_parts(10_847_000, 0)
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
/// Storage: CoreFellowship Member (r:1 w:1)
|
||||
@@ -91,9 +88,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn bump_offboard() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `16854`
|
||||
// Estimated: `35762`
|
||||
// Minimum execution time: 61_847_000 picoseconds.
|
||||
Weight::from_parts(62_453_000, 35762)
|
||||
// Estimated: `19894`
|
||||
// Minimum execution time: 61_737_000 picoseconds.
|
||||
Weight::from_parts(62_207_000, 19894)
|
||||
.saturating_add(T::DbWeight::get().reads(6_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -112,9 +109,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn bump_demote() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `16964`
|
||||
// Estimated: `35762`
|
||||
// Minimum execution time: 64_449_000 picoseconds.
|
||||
Weight::from_parts(65_298_000, 35762)
|
||||
// Estimated: `19894`
|
||||
// Minimum execution time: 64_226_000 picoseconds.
|
||||
Weight::from_parts(64_678_000, 19894)
|
||||
.saturating_add(T::DbWeight::get().reads(6_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -125,9 +122,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn set_active() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `355`
|
||||
// Estimated: `7021`
|
||||
// Minimum execution time: 19_308_000 picoseconds.
|
||||
Weight::from_parts(19_520_000, 7021)
|
||||
// Estimated: `3514`
|
||||
// Minimum execution time: 18_977_000 picoseconds.
|
||||
Weight::from_parts(19_157_000, 3514)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -144,9 +141,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn induct() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `113`
|
||||
// Estimated: `10500`
|
||||
// Minimum execution time: 29_228_000 picoseconds.
|
||||
Weight::from_parts(29_683_000, 10500)
|
||||
// Estimated: `3514`
|
||||
// Minimum execution time: 28_633_000 picoseconds.
|
||||
Weight::from_parts(29_074_000, 3514)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(5_u64))
|
||||
}
|
||||
@@ -167,9 +164,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn promote() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `16832`
|
||||
// Estimated: `32243`
|
||||
// Minimum execution time: 59_745_000 picoseconds.
|
||||
Weight::from_parts(60_290_000, 32243)
|
||||
// Estimated: `19894`
|
||||
// Minimum execution time: 59_008_000 picoseconds.
|
||||
Weight::from_parts(59_690_000, 19894)
|
||||
.saturating_add(T::DbWeight::get().reads(5_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(6_u64))
|
||||
}
|
||||
@@ -182,9 +179,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn offboard() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `326`
|
||||
// Estimated: `7021`
|
||||
// Minimum execution time: 18_964_000 picoseconds.
|
||||
Weight::from_parts(19_603_000, 7021)
|
||||
// Estimated: `3514`
|
||||
// Minimum execution time: 18_892_000 picoseconds.
|
||||
Weight::from_parts(19_095_000, 3514)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -195,9 +192,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn import() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `280`
|
||||
// Estimated: `7021`
|
||||
// Minimum execution time: 18_752_000 picoseconds.
|
||||
Weight::from_parts(19_035_000, 7021)
|
||||
// Estimated: `3514`
|
||||
// Minimum execution time: 18_107_000 picoseconds.
|
||||
Weight::from_parts(18_371_000, 3514)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -210,9 +207,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn approve() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `16810`
|
||||
// Estimated: `26915`
|
||||
// Minimum execution time: 44_972_000 picoseconds.
|
||||
Weight::from_parts(45_391_000, 26915)
|
||||
// Estimated: `19894`
|
||||
// Minimum execution time: 43_243_000 picoseconds.
|
||||
Weight::from_parts(43_965_000, 19894)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -223,9 +220,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn submit_evidence() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `79`
|
||||
// Estimated: `23408`
|
||||
// Minimum execution time: 27_820_000 picoseconds.
|
||||
Weight::from_parts(28_992_000, 23408)
|
||||
// Estimated: `19894`
|
||||
// Minimum execution time: 27_881_000 picoseconds.
|
||||
Weight::from_parts(28_208_000, 19894)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -239,8 +236,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 10_384_000 picoseconds.
|
||||
Weight::from_parts(10_787_000, 0)
|
||||
// Minimum execution time: 10_390_000 picoseconds.
|
||||
Weight::from_parts(10_847_000, 0)
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
/// Storage: CoreFellowship Member (r:1 w:1)
|
||||
@@ -258,9 +255,9 @@ impl WeightInfo for () {
|
||||
fn bump_offboard() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `16854`
|
||||
// Estimated: `35762`
|
||||
// Minimum execution time: 61_847_000 picoseconds.
|
||||
Weight::from_parts(62_453_000, 35762)
|
||||
// Estimated: `19894`
|
||||
// Minimum execution time: 61_737_000 picoseconds.
|
||||
Weight::from_parts(62_207_000, 19894)
|
||||
.saturating_add(RocksDbWeight::get().reads(6_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -279,9 +276,9 @@ impl WeightInfo for () {
|
||||
fn bump_demote() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `16964`
|
||||
// Estimated: `35762`
|
||||
// Minimum execution time: 64_449_000 picoseconds.
|
||||
Weight::from_parts(65_298_000, 35762)
|
||||
// Estimated: `19894`
|
||||
// Minimum execution time: 64_226_000 picoseconds.
|
||||
Weight::from_parts(64_678_000, 19894)
|
||||
.saturating_add(RocksDbWeight::get().reads(6_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -292,9 +289,9 @@ impl WeightInfo for () {
|
||||
fn set_active() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `355`
|
||||
// Estimated: `7021`
|
||||
// Minimum execution time: 19_308_000 picoseconds.
|
||||
Weight::from_parts(19_520_000, 7021)
|
||||
// Estimated: `3514`
|
||||
// Minimum execution time: 18_977_000 picoseconds.
|
||||
Weight::from_parts(19_157_000, 3514)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -311,9 +308,9 @@ impl WeightInfo for () {
|
||||
fn induct() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `113`
|
||||
// Estimated: `10500`
|
||||
// Minimum execution time: 29_228_000 picoseconds.
|
||||
Weight::from_parts(29_683_000, 10500)
|
||||
// Estimated: `3514`
|
||||
// Minimum execution time: 28_633_000 picoseconds.
|
||||
Weight::from_parts(29_074_000, 3514)
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(5_u64))
|
||||
}
|
||||
@@ -334,9 +331,9 @@ impl WeightInfo for () {
|
||||
fn promote() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `16832`
|
||||
// Estimated: `32243`
|
||||
// Minimum execution time: 59_745_000 picoseconds.
|
||||
Weight::from_parts(60_290_000, 32243)
|
||||
// Estimated: `19894`
|
||||
// Minimum execution time: 59_008_000 picoseconds.
|
||||
Weight::from_parts(59_690_000, 19894)
|
||||
.saturating_add(RocksDbWeight::get().reads(5_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(6_u64))
|
||||
}
|
||||
@@ -349,9 +346,9 @@ impl WeightInfo for () {
|
||||
fn offboard() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `326`
|
||||
// Estimated: `7021`
|
||||
// Minimum execution time: 18_964_000 picoseconds.
|
||||
Weight::from_parts(19_603_000, 7021)
|
||||
// Estimated: `3514`
|
||||
// Minimum execution time: 18_892_000 picoseconds.
|
||||
Weight::from_parts(19_095_000, 3514)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -362,9 +359,9 @@ impl WeightInfo for () {
|
||||
fn import() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `280`
|
||||
// Estimated: `7021`
|
||||
// Minimum execution time: 18_752_000 picoseconds.
|
||||
Weight::from_parts(19_035_000, 7021)
|
||||
// Estimated: `3514`
|
||||
// Minimum execution time: 18_107_000 picoseconds.
|
||||
Weight::from_parts(18_371_000, 3514)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -377,9 +374,9 @@ impl WeightInfo for () {
|
||||
fn approve() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `16810`
|
||||
// Estimated: `26915`
|
||||
// Minimum execution time: 44_972_000 picoseconds.
|
||||
Weight::from_parts(45_391_000, 26915)
|
||||
// Estimated: `19894`
|
||||
// Minimum execution time: 43_243_000 picoseconds.
|
||||
Weight::from_parts(43_965_000, 19894)
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -390,9 +387,9 @@ impl WeightInfo for () {
|
||||
fn submit_evidence() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `79`
|
||||
// Estimated: `23408`
|
||||
// Minimum execution time: 27_820_000 picoseconds.
|
||||
Weight::from_parts(28_992_000, 23408)
|
||||
// Estimated: `19894`
|
||||
// Minimum execution time: 27_881_000 picoseconds.
|
||||
Weight::from_parts(28_208_000, 19894)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
||||
Generated
+220
-203
@@ -18,9 +18,9 @@
|
||||
//! Autogenerated weights for pallet_democracy
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-04-06, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -31,9 +31,6 @@
|
||||
// --steps=50
|
||||
// --repeat=20
|
||||
// --pallet=pallet_democracy
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
@@ -95,9 +92,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn propose() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `4801`
|
||||
// Estimated: `26379`
|
||||
// Minimum execution time: 39_171_000 picoseconds.
|
||||
Weight::from_parts(39_779_000, 26379)
|
||||
// Estimated: `18187`
|
||||
// Minimum execution time: 43_810_000 picoseconds.
|
||||
Weight::from_parts(44_439_000, 18187)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -107,8 +104,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `3556`
|
||||
// Estimated: `6695`
|
||||
// Minimum execution time: 35_694_000 picoseconds.
|
||||
Weight::from_parts(36_181_000, 6695)
|
||||
// Minimum execution time: 40_003_000 picoseconds.
|
||||
Weight::from_parts(40_448_000, 6695)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -118,13 +115,15 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Democracy VotingOf (max_values: None, max_size: Some(3795), added: 6270, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Locks (r:1 w:1)
|
||||
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Freezes (r:1 w:0)
|
||||
/// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
|
||||
fn vote_new() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `3470`
|
||||
// Estimated: `15690`
|
||||
// Minimum execution time: 50_274_000 picoseconds.
|
||||
Weight::from_parts(51_216_000, 15690)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
// Estimated: `7260`
|
||||
// Minimum execution time: 54_737_000 picoseconds.
|
||||
Weight::from_parts(55_154_000, 7260)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
/// Storage: Democracy ReferendumInfoOf (r:1 w:1)
|
||||
@@ -133,13 +132,15 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Democracy VotingOf (max_values: None, max_size: Some(3795), added: 6270, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Locks (r:1 w:1)
|
||||
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Freezes (r:1 w:0)
|
||||
/// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
|
||||
fn vote_existing() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `3492`
|
||||
// Estimated: `15690`
|
||||
// Minimum execution time: 50_559_000 picoseconds.
|
||||
Weight::from_parts(51_030_000, 15690)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
// Estimated: `7260`
|
||||
// Minimum execution time: 59_545_000 picoseconds.
|
||||
Weight::from_parts(59_955_000, 7260)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
/// Storage: Democracy ReferendumInfoOf (r:1 w:1)
|
||||
@@ -151,9 +152,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn emergency_cancel() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `366`
|
||||
// Estimated: `10682`
|
||||
// Minimum execution time: 27_539_000 picoseconds.
|
||||
Weight::from_parts(28_040_000, 10682)
|
||||
// Estimated: `3666`
|
||||
// Minimum execution time: 27_886_000 picoseconds.
|
||||
Weight::from_parts(28_372_000, 3666)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -174,9 +175,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn blacklist() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `5910`
|
||||
// Estimated: `42332`
|
||||
// Minimum execution time: 93_053_000 picoseconds.
|
||||
Weight::from_parts(94_193_000, 42332)
|
||||
// Estimated: `18187`
|
||||
// Minimum execution time: 99_273_000 picoseconds.
|
||||
Weight::from_parts(100_398_000, 18187)
|
||||
.saturating_add(T::DbWeight::get().reads(8_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(7_u64))
|
||||
}
|
||||
@@ -187,9 +188,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn external_propose() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `3416`
|
||||
// Estimated: `8320`
|
||||
// Minimum execution time: 14_664_000 picoseconds.
|
||||
Weight::from_parts(15_064_000, 8320)
|
||||
// Estimated: `6703`
|
||||
// Minimum execution time: 14_946_000 picoseconds.
|
||||
Weight::from_parts(15_114_000, 6703)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -199,8 +200,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 4_073_000 picoseconds.
|
||||
Weight::from_parts(4_242_000, 0)
|
||||
// Minimum execution time: 3_870_000 picoseconds.
|
||||
Weight::from_parts(4_083_000, 0)
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
/// Storage: Democracy NextExternal (r:0 w:1)
|
||||
@@ -209,8 +210,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 3_779_000 picoseconds.
|
||||
Weight::from_parts(4_091_000, 0)
|
||||
// Minimum execution time: 3_989_000 picoseconds.
|
||||
Weight::from_parts(4_166_000, 0)
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
/// Storage: Democracy NextExternal (r:1 w:1)
|
||||
@@ -224,9 +225,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn fast_track() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `286`
|
||||
// Estimated: `6624`
|
||||
// Minimum execution time: 29_596_000 picoseconds.
|
||||
Weight::from_parts(30_083_000, 6624)
|
||||
// Estimated: `3518`
|
||||
// Minimum execution time: 29_776_000 picoseconds.
|
||||
Weight::from_parts(30_186_000, 3518)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(5_u64))
|
||||
}
|
||||
@@ -239,9 +240,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn veto_external() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `3519`
|
||||
// Estimated: `11838`
|
||||
// Minimum execution time: 34_721_000 picoseconds.
|
||||
Weight::from_parts(34_989_000, 11838)
|
||||
// Estimated: `6703`
|
||||
// Minimum execution time: 33_891_000 picoseconds.
|
||||
Weight::from_parts(34_265_000, 6703)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -256,9 +257,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn cancel_proposal() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `5821`
|
||||
// Estimated: `31993`
|
||||
// Minimum execution time: 74_835_000 picoseconds.
|
||||
Weight::from_parts(75_807_000, 31993)
|
||||
// Estimated: `18187`
|
||||
// Minimum execution time: 81_510_000 picoseconds.
|
||||
Weight::from_parts(82_483_000, 18187)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -270,8 +271,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `271`
|
||||
// Estimated: `3518`
|
||||
// Minimum execution time: 20_995_000 picoseconds.
|
||||
Weight::from_parts(21_425_000, 3518)
|
||||
// Minimum execution time: 21_164_000 picoseconds.
|
||||
Weight::from_parts(21_624_000, 3518)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -285,11 +286,11 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn on_initialize_base(r: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `244 + r * (86 ±0)`
|
||||
// Estimated: `3968 + r * (2676 ±0)`
|
||||
// Minimum execution time: 7_002_000 picoseconds.
|
||||
Weight::from_parts(10_543_534, 3968)
|
||||
// Standard Error: 7_286
|
||||
.saturating_add(Weight::from_parts(2_911_122, 0).saturating_mul(r.into()))
|
||||
// Estimated: `1489 + r * (2676 ±0)`
|
||||
// Minimum execution time: 6_925_000 picoseconds.
|
||||
Weight::from_parts(10_624_198, 1489)
|
||||
// Standard Error: 5_780
|
||||
.saturating_add(Weight::from_parts(2_934_169, 0).saturating_mul(r.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
@@ -311,11 +312,11 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn on_initialize_base_with_launch_period(r: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `244 + r * (86 ±0)`
|
||||
// Estimated: `25258 + r * (2676 ±0)`
|
||||
// Minimum execution time: 10_824_000 picoseconds.
|
||||
Weight::from_parts(14_187_527, 25258)
|
||||
// Standard Error: 7_148
|
||||
.saturating_add(Weight::from_parts(2_886_910, 0).saturating_mul(r.into()))
|
||||
// Estimated: `18187 + r * (2676 ±0)`
|
||||
// Minimum execution time: 10_551_000 picoseconds.
|
||||
Weight::from_parts(13_126_123, 18187)
|
||||
// Standard Error: 6_391
|
||||
.saturating_add(Weight::from_parts(2_952_789, 0).saturating_mul(r.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(5_u64))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
@@ -327,16 +328,18 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Democracy ReferendumInfoOf (max_values: None, max_size: Some(201), added: 2676, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Locks (r:1 w:1)
|
||||
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Freezes (r:1 w:0)
|
||||
/// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
|
||||
/// The range of component `r` is `[0, 99]`.
|
||||
fn delegate(r: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `830 + r * (108 ±0)`
|
||||
// Estimated: `25554 + r * (2676 ±0)`
|
||||
// Minimum execution time: 42_940_000 picoseconds.
|
||||
Weight::from_parts(45_288_082, 25554)
|
||||
// Standard Error: 6_380
|
||||
.saturating_add(Weight::from_parts(4_219_163, 0).saturating_mul(r.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
// Estimated: `19800 + r * (2676 ±0)`
|
||||
// Minimum execution time: 47_172_000 picoseconds.
|
||||
Weight::from_parts(49_667_954, 19800)
|
||||
// Standard Error: 6_129
|
||||
.saturating_add(Weight::from_parts(4_230_402, 0).saturating_mul(r.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(5_u64))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(r.into())))
|
||||
@@ -350,11 +353,11 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn undelegate(r: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `493 + r * (108 ±0)`
|
||||
// Estimated: `14520 + r * (2676 ±0)`
|
||||
// Minimum execution time: 22_203_000 picoseconds.
|
||||
Weight::from_parts(22_307_372, 14520)
|
||||
// Standard Error: 7_095
|
||||
.saturating_add(Weight::from_parts(4_202_995, 0).saturating_mul(r.into()))
|
||||
// Estimated: `13530 + r * (2676 ±0)`
|
||||
// Minimum execution time: 22_360_000 picoseconds.
|
||||
Weight::from_parts(25_063_237, 13530)
|
||||
// Standard Error: 5_326
|
||||
.saturating_add(Weight::from_parts(4_163_683, 0).saturating_mul(r.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
@@ -367,44 +370,48 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 4_046_000 picoseconds.
|
||||
Weight::from_parts(4_191_000, 0)
|
||||
// Minimum execution time: 4_047_000 picoseconds.
|
||||
Weight::from_parts(4_139_000, 0)
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
/// Storage: Democracy VotingOf (r:1 w:1)
|
||||
/// Proof: Democracy VotingOf (max_values: None, max_size: Some(3795), added: 6270, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Locks (r:1 w:1)
|
||||
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Freezes (r:1 w:0)
|
||||
/// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
|
||||
/// Storage: System Account (r:1 w:1)
|
||||
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||
/// The range of component `r` is `[0, 99]`.
|
||||
fn unlock_remove(r: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `563`
|
||||
// Estimated: `15617`
|
||||
// Minimum execution time: 22_585_000 picoseconds.
|
||||
Weight::from_parts(28_461_437, 15617)
|
||||
// Standard Error: 1_636
|
||||
.saturating_add(Weight::from_parts(19_140, 0).saturating_mul(r.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
// Estimated: `7260`
|
||||
// Minimum execution time: 27_322_000 picoseconds.
|
||||
Weight::from_parts(39_909_589, 7260)
|
||||
// Standard Error: 2_758
|
||||
.saturating_add(Weight::from_parts(29_497, 0).saturating_mul(r.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
/// Storage: Democracy VotingOf (r:1 w:1)
|
||||
/// Proof: Democracy VotingOf (max_values: None, max_size: Some(3795), added: 6270, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Locks (r:1 w:1)
|
||||
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Freezes (r:1 w:0)
|
||||
/// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
|
||||
/// Storage: System Account (r:1 w:1)
|
||||
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||
/// The range of component `r` is `[0, 99]`.
|
||||
fn unlock_set(r: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `564 + r * (22 ±0)`
|
||||
// Estimated: `15617`
|
||||
// Minimum execution time: 26_674_000 picoseconds.
|
||||
Weight::from_parts(27_815_260, 15617)
|
||||
// Standard Error: 490
|
||||
.saturating_add(Weight::from_parts(68_478, 0).saturating_mul(r.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
// Estimated: `7260`
|
||||
// Minimum execution time: 37_082_000 picoseconds.
|
||||
Weight::from_parts(38_580_061, 7260)
|
||||
// Standard Error: 664
|
||||
.saturating_add(Weight::from_parts(62_401, 0).saturating_mul(r.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
/// Storage: Democracy ReferendumInfoOf (r:1 w:1)
|
||||
@@ -415,11 +422,11 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn remove_vote(r: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `728 + r * (26 ±0)`
|
||||
// Estimated: `10926`
|
||||
// Minimum execution time: 17_381_000 picoseconds.
|
||||
Weight::from_parts(19_728_665, 10926)
|
||||
// Standard Error: 1_065
|
||||
.saturating_add(Weight::from_parts(84_481, 0).saturating_mul(r.into()))
|
||||
// Estimated: `7260`
|
||||
// Minimum execution time: 17_528_000 picoseconds.
|
||||
Weight::from_parts(20_075_412, 7260)
|
||||
// Standard Error: 1_072
|
||||
.saturating_add(Weight::from_parts(81_734, 0).saturating_mul(r.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -431,11 +438,11 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn remove_other_vote(r: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `728 + r * (26 ±0)`
|
||||
// Estimated: `10926`
|
||||
// Minimum execution time: 17_496_000 picoseconds.
|
||||
Weight::from_parts(19_845_941, 10926)
|
||||
// Standard Error: 1_169
|
||||
.saturating_add(Weight::from_parts(85_004, 0).saturating_mul(r.into()))
|
||||
// Estimated: `7260`
|
||||
// Minimum execution time: 17_517_000 picoseconds.
|
||||
Weight::from_parts(20_090_718, 7260)
|
||||
// Standard Error: 1_105
|
||||
.saturating_add(Weight::from_parts(82_651, 0).saturating_mul(r.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -448,9 +455,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn set_external_metadata() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `356`
|
||||
// Estimated: `5173`
|
||||
// Minimum execution time: 19_076_000 picoseconds.
|
||||
Weight::from_parts(19_650_000, 5173)
|
||||
// Estimated: `3556`
|
||||
// Minimum execution time: 19_234_000 picoseconds.
|
||||
Weight::from_parts(19_755_000, 3556)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -461,9 +468,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn clear_external_metadata() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `286`
|
||||
// Estimated: `5135`
|
||||
// Minimum execution time: 17_588_000 picoseconds.
|
||||
Weight::from_parts(17_781_000, 5135)
|
||||
// Estimated: `3518`
|
||||
// Minimum execution time: 17_621_000 picoseconds.
|
||||
Weight::from_parts(17_861_000, 3518)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -476,9 +483,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn set_proposal_metadata() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `4888`
|
||||
// Estimated: `21743`
|
||||
// Minimum execution time: 34_828_000 picoseconds.
|
||||
Weight::from_parts(35_364_000, 21743)
|
||||
// Estimated: `18187`
|
||||
// Minimum execution time: 35_785_000 picoseconds.
|
||||
Weight::from_parts(36_102_000, 18187)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -489,9 +496,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn clear_proposal_metadata() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `4822`
|
||||
// Estimated: `21705`
|
||||
// Minimum execution time: 32_035_000 picoseconds.
|
||||
Weight::from_parts(32_554_000, 21705)
|
||||
// Estimated: `18187`
|
||||
// Minimum execution time: 33_493_000 picoseconds.
|
||||
Weight::from_parts(33_747_000, 18187)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -503,8 +510,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `144`
|
||||
// Estimated: `3556`
|
||||
// Minimum execution time: 15_279_000 picoseconds.
|
||||
Weight::from_parts(15_556_000, 3556)
|
||||
// Minimum execution time: 15_557_000 picoseconds.
|
||||
Weight::from_parts(15_844_000, 3556)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -515,9 +522,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn clear_referendum_metadata() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `302`
|
||||
// Estimated: `7184`
|
||||
// Minimum execution time: 19_622_000 picoseconds.
|
||||
Weight::from_parts(19_978_000, 7184)
|
||||
// Estimated: `3666`
|
||||
// Minimum execution time: 19_940_000 picoseconds.
|
||||
Weight::from_parts(20_301_000, 3666)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -536,9 +543,9 @@ impl WeightInfo for () {
|
||||
fn propose() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `4801`
|
||||
// Estimated: `26379`
|
||||
// Minimum execution time: 39_171_000 picoseconds.
|
||||
Weight::from_parts(39_779_000, 26379)
|
||||
// Estimated: `18187`
|
||||
// Minimum execution time: 43_810_000 picoseconds.
|
||||
Weight::from_parts(44_439_000, 18187)
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -548,8 +555,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `3556`
|
||||
// Estimated: `6695`
|
||||
// Minimum execution time: 35_694_000 picoseconds.
|
||||
Weight::from_parts(36_181_000, 6695)
|
||||
// Minimum execution time: 40_003_000 picoseconds.
|
||||
Weight::from_parts(40_448_000, 6695)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -559,13 +566,15 @@ impl WeightInfo for () {
|
||||
/// Proof: Democracy VotingOf (max_values: None, max_size: Some(3795), added: 6270, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Locks (r:1 w:1)
|
||||
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Freezes (r:1 w:0)
|
||||
/// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
|
||||
fn vote_new() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `3470`
|
||||
// Estimated: `15690`
|
||||
// Minimum execution time: 50_274_000 picoseconds.
|
||||
Weight::from_parts(51_216_000, 15690)
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
// Estimated: `7260`
|
||||
// Minimum execution time: 54_737_000 picoseconds.
|
||||
Weight::from_parts(55_154_000, 7260)
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
}
|
||||
/// Storage: Democracy ReferendumInfoOf (r:1 w:1)
|
||||
@@ -574,13 +583,15 @@ impl WeightInfo for () {
|
||||
/// Proof: Democracy VotingOf (max_values: None, max_size: Some(3795), added: 6270, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Locks (r:1 w:1)
|
||||
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Freezes (r:1 w:0)
|
||||
/// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
|
||||
fn vote_existing() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `3492`
|
||||
// Estimated: `15690`
|
||||
// Minimum execution time: 50_559_000 picoseconds.
|
||||
Weight::from_parts(51_030_000, 15690)
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
// Estimated: `7260`
|
||||
// Minimum execution time: 59_545_000 picoseconds.
|
||||
Weight::from_parts(59_955_000, 7260)
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
}
|
||||
/// Storage: Democracy ReferendumInfoOf (r:1 w:1)
|
||||
@@ -592,9 +603,9 @@ impl WeightInfo for () {
|
||||
fn emergency_cancel() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `366`
|
||||
// Estimated: `10682`
|
||||
// Minimum execution time: 27_539_000 picoseconds.
|
||||
Weight::from_parts(28_040_000, 10682)
|
||||
// Estimated: `3666`
|
||||
// Minimum execution time: 27_886_000 picoseconds.
|
||||
Weight::from_parts(28_372_000, 3666)
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -615,9 +626,9 @@ impl WeightInfo for () {
|
||||
fn blacklist() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `5910`
|
||||
// Estimated: `42332`
|
||||
// Minimum execution time: 93_053_000 picoseconds.
|
||||
Weight::from_parts(94_193_000, 42332)
|
||||
// Estimated: `18187`
|
||||
// Minimum execution time: 99_273_000 picoseconds.
|
||||
Weight::from_parts(100_398_000, 18187)
|
||||
.saturating_add(RocksDbWeight::get().reads(8_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(7_u64))
|
||||
}
|
||||
@@ -628,9 +639,9 @@ impl WeightInfo for () {
|
||||
fn external_propose() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `3416`
|
||||
// Estimated: `8320`
|
||||
// Minimum execution time: 14_664_000 picoseconds.
|
||||
Weight::from_parts(15_064_000, 8320)
|
||||
// Estimated: `6703`
|
||||
// Minimum execution time: 14_946_000 picoseconds.
|
||||
Weight::from_parts(15_114_000, 6703)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -640,8 +651,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 4_073_000 picoseconds.
|
||||
Weight::from_parts(4_242_000, 0)
|
||||
// Minimum execution time: 3_870_000 picoseconds.
|
||||
Weight::from_parts(4_083_000, 0)
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
/// Storage: Democracy NextExternal (r:0 w:1)
|
||||
@@ -650,8 +661,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 3_779_000 picoseconds.
|
||||
Weight::from_parts(4_091_000, 0)
|
||||
// Minimum execution time: 3_989_000 picoseconds.
|
||||
Weight::from_parts(4_166_000, 0)
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
/// Storage: Democracy NextExternal (r:1 w:1)
|
||||
@@ -665,9 +676,9 @@ impl WeightInfo for () {
|
||||
fn fast_track() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `286`
|
||||
// Estimated: `6624`
|
||||
// Minimum execution time: 29_596_000 picoseconds.
|
||||
Weight::from_parts(30_083_000, 6624)
|
||||
// Estimated: `3518`
|
||||
// Minimum execution time: 29_776_000 picoseconds.
|
||||
Weight::from_parts(30_186_000, 3518)
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(5_u64))
|
||||
}
|
||||
@@ -680,9 +691,9 @@ impl WeightInfo for () {
|
||||
fn veto_external() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `3519`
|
||||
// Estimated: `11838`
|
||||
// Minimum execution time: 34_721_000 picoseconds.
|
||||
Weight::from_parts(34_989_000, 11838)
|
||||
// Estimated: `6703`
|
||||
// Minimum execution time: 33_891_000 picoseconds.
|
||||
Weight::from_parts(34_265_000, 6703)
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -697,9 +708,9 @@ impl WeightInfo for () {
|
||||
fn cancel_proposal() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `5821`
|
||||
// Estimated: `31993`
|
||||
// Minimum execution time: 74_835_000 picoseconds.
|
||||
Weight::from_parts(75_807_000, 31993)
|
||||
// Estimated: `18187`
|
||||
// Minimum execution time: 81_510_000 picoseconds.
|
||||
Weight::from_parts(82_483_000, 18187)
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -711,8 +722,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `271`
|
||||
// Estimated: `3518`
|
||||
// Minimum execution time: 20_995_000 picoseconds.
|
||||
Weight::from_parts(21_425_000, 3518)
|
||||
// Minimum execution time: 21_164_000 picoseconds.
|
||||
Weight::from_parts(21_624_000, 3518)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -726,11 +737,11 @@ impl WeightInfo for () {
|
||||
fn on_initialize_base(r: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `244 + r * (86 ±0)`
|
||||
// Estimated: `3968 + r * (2676 ±0)`
|
||||
// Minimum execution time: 7_002_000 picoseconds.
|
||||
Weight::from_parts(10_543_534, 3968)
|
||||
// Standard Error: 7_286
|
||||
.saturating_add(Weight::from_parts(2_911_122, 0).saturating_mul(r.into()))
|
||||
// Estimated: `1489 + r * (2676 ±0)`
|
||||
// Minimum execution time: 6_925_000 picoseconds.
|
||||
Weight::from_parts(10_624_198, 1489)
|
||||
// Standard Error: 5_780
|
||||
.saturating_add(Weight::from_parts(2_934_169, 0).saturating_mul(r.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(r.into())))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
@@ -752,11 +763,11 @@ impl WeightInfo for () {
|
||||
fn on_initialize_base_with_launch_period(r: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `244 + r * (86 ±0)`
|
||||
// Estimated: `25258 + r * (2676 ±0)`
|
||||
// Minimum execution time: 10_824_000 picoseconds.
|
||||
Weight::from_parts(14_187_527, 25258)
|
||||
// Standard Error: 7_148
|
||||
.saturating_add(Weight::from_parts(2_886_910, 0).saturating_mul(r.into()))
|
||||
// Estimated: `18187 + r * (2676 ±0)`
|
||||
// Minimum execution time: 10_551_000 picoseconds.
|
||||
Weight::from_parts(13_126_123, 18187)
|
||||
// Standard Error: 6_391
|
||||
.saturating_add(Weight::from_parts(2_952_789, 0).saturating_mul(r.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(5_u64))
|
||||
.saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(r.into())))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
@@ -768,16 +779,18 @@ impl WeightInfo for () {
|
||||
/// Proof: Democracy ReferendumInfoOf (max_values: None, max_size: Some(201), added: 2676, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Locks (r:1 w:1)
|
||||
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Freezes (r:1 w:0)
|
||||
/// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
|
||||
/// The range of component `r` is `[0, 99]`.
|
||||
fn delegate(r: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `830 + r * (108 ±0)`
|
||||
// Estimated: `25554 + r * (2676 ±0)`
|
||||
// Minimum execution time: 42_940_000 picoseconds.
|
||||
Weight::from_parts(45_288_082, 25554)
|
||||
// Standard Error: 6_380
|
||||
.saturating_add(Weight::from_parts(4_219_163, 0).saturating_mul(r.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
// Estimated: `19800 + r * (2676 ±0)`
|
||||
// Minimum execution time: 47_172_000 picoseconds.
|
||||
Weight::from_parts(49_667_954, 19800)
|
||||
// Standard Error: 6_129
|
||||
.saturating_add(Weight::from_parts(4_230_402, 0).saturating_mul(r.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(5_u64))
|
||||
.saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(r.into())))
|
||||
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(r.into())))
|
||||
@@ -791,11 +804,11 @@ impl WeightInfo for () {
|
||||
fn undelegate(r: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `493 + r * (108 ±0)`
|
||||
// Estimated: `14520 + r * (2676 ±0)`
|
||||
// Minimum execution time: 22_203_000 picoseconds.
|
||||
Weight::from_parts(22_307_372, 14520)
|
||||
// Standard Error: 7_095
|
||||
.saturating_add(Weight::from_parts(4_202_995, 0).saturating_mul(r.into()))
|
||||
// Estimated: `13530 + r * (2676 ±0)`
|
||||
// Minimum execution time: 22_360_000 picoseconds.
|
||||
Weight::from_parts(25_063_237, 13530)
|
||||
// Standard Error: 5_326
|
||||
.saturating_add(Weight::from_parts(4_163_683, 0).saturating_mul(r.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(r.into())))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
@@ -808,44 +821,48 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 4_046_000 picoseconds.
|
||||
Weight::from_parts(4_191_000, 0)
|
||||
// Minimum execution time: 4_047_000 picoseconds.
|
||||
Weight::from_parts(4_139_000, 0)
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
/// Storage: Democracy VotingOf (r:1 w:1)
|
||||
/// Proof: Democracy VotingOf (max_values: None, max_size: Some(3795), added: 6270, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Locks (r:1 w:1)
|
||||
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Freezes (r:1 w:0)
|
||||
/// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
|
||||
/// Storage: System Account (r:1 w:1)
|
||||
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||
/// The range of component `r` is `[0, 99]`.
|
||||
fn unlock_remove(r: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `563`
|
||||
// Estimated: `15617`
|
||||
// Minimum execution time: 22_585_000 picoseconds.
|
||||
Weight::from_parts(28_461_437, 15617)
|
||||
// Standard Error: 1_636
|
||||
.saturating_add(Weight::from_parts(19_140, 0).saturating_mul(r.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
// Estimated: `7260`
|
||||
// Minimum execution time: 27_322_000 picoseconds.
|
||||
Weight::from_parts(39_909_589, 7260)
|
||||
// Standard Error: 2_758
|
||||
.saturating_add(Weight::from_parts(29_497, 0).saturating_mul(r.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
}
|
||||
/// Storage: Democracy VotingOf (r:1 w:1)
|
||||
/// Proof: Democracy VotingOf (max_values: None, max_size: Some(3795), added: 6270, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Locks (r:1 w:1)
|
||||
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Freezes (r:1 w:0)
|
||||
/// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
|
||||
/// Storage: System Account (r:1 w:1)
|
||||
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||
/// The range of component `r` is `[0, 99]`.
|
||||
fn unlock_set(r: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `564 + r * (22 ±0)`
|
||||
// Estimated: `15617`
|
||||
// Minimum execution time: 26_674_000 picoseconds.
|
||||
Weight::from_parts(27_815_260, 15617)
|
||||
// Standard Error: 490
|
||||
.saturating_add(Weight::from_parts(68_478, 0).saturating_mul(r.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
// Estimated: `7260`
|
||||
// Minimum execution time: 37_082_000 picoseconds.
|
||||
Weight::from_parts(38_580_061, 7260)
|
||||
// Standard Error: 664
|
||||
.saturating_add(Weight::from_parts(62_401, 0).saturating_mul(r.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
}
|
||||
/// Storage: Democracy ReferendumInfoOf (r:1 w:1)
|
||||
@@ -856,11 +873,11 @@ impl WeightInfo for () {
|
||||
fn remove_vote(r: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `728 + r * (26 ±0)`
|
||||
// Estimated: `10926`
|
||||
// Minimum execution time: 17_381_000 picoseconds.
|
||||
Weight::from_parts(19_728_665, 10926)
|
||||
// Standard Error: 1_065
|
||||
.saturating_add(Weight::from_parts(84_481, 0).saturating_mul(r.into()))
|
||||
// Estimated: `7260`
|
||||
// Minimum execution time: 17_528_000 picoseconds.
|
||||
Weight::from_parts(20_075_412, 7260)
|
||||
// Standard Error: 1_072
|
||||
.saturating_add(Weight::from_parts(81_734, 0).saturating_mul(r.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -872,11 +889,11 @@ impl WeightInfo for () {
|
||||
fn remove_other_vote(r: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `728 + r * (26 ±0)`
|
||||
// Estimated: `10926`
|
||||
// Minimum execution time: 17_496_000 picoseconds.
|
||||
Weight::from_parts(19_845_941, 10926)
|
||||
// Standard Error: 1_169
|
||||
.saturating_add(Weight::from_parts(85_004, 0).saturating_mul(r.into()))
|
||||
// Estimated: `7260`
|
||||
// Minimum execution time: 17_517_000 picoseconds.
|
||||
Weight::from_parts(20_090_718, 7260)
|
||||
// Standard Error: 1_105
|
||||
.saturating_add(Weight::from_parts(82_651, 0).saturating_mul(r.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -889,9 +906,9 @@ impl WeightInfo for () {
|
||||
fn set_external_metadata() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `356`
|
||||
// Estimated: `5173`
|
||||
// Minimum execution time: 19_076_000 picoseconds.
|
||||
Weight::from_parts(19_650_000, 5173)
|
||||
// Estimated: `3556`
|
||||
// Minimum execution time: 19_234_000 picoseconds.
|
||||
Weight::from_parts(19_755_000, 3556)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -902,9 +919,9 @@ impl WeightInfo for () {
|
||||
fn clear_external_metadata() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `286`
|
||||
// Estimated: `5135`
|
||||
// Minimum execution time: 17_588_000 picoseconds.
|
||||
Weight::from_parts(17_781_000, 5135)
|
||||
// Estimated: `3518`
|
||||
// Minimum execution time: 17_621_000 picoseconds.
|
||||
Weight::from_parts(17_861_000, 3518)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -917,9 +934,9 @@ impl WeightInfo for () {
|
||||
fn set_proposal_metadata() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `4888`
|
||||
// Estimated: `21743`
|
||||
// Minimum execution time: 34_828_000 picoseconds.
|
||||
Weight::from_parts(35_364_000, 21743)
|
||||
// Estimated: `18187`
|
||||
// Minimum execution time: 35_785_000 picoseconds.
|
||||
Weight::from_parts(36_102_000, 18187)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -930,9 +947,9 @@ impl WeightInfo for () {
|
||||
fn clear_proposal_metadata() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `4822`
|
||||
// Estimated: `21705`
|
||||
// Minimum execution time: 32_035_000 picoseconds.
|
||||
Weight::from_parts(32_554_000, 21705)
|
||||
// Estimated: `18187`
|
||||
// Minimum execution time: 33_493_000 picoseconds.
|
||||
Weight::from_parts(33_747_000, 18187)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -944,8 +961,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `144`
|
||||
// Estimated: `3556`
|
||||
// Minimum execution time: 15_279_000 picoseconds.
|
||||
Weight::from_parts(15_556_000, 3556)
|
||||
// Minimum execution time: 15_557_000 picoseconds.
|
||||
Weight::from_parts(15_844_000, 3556)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -956,9 +973,9 @@ impl WeightInfo for () {
|
||||
fn clear_referendum_metadata() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `302`
|
||||
// Estimated: `7184`
|
||||
// Minimum execution time: 19_622_000 picoseconds.
|
||||
Weight::from_parts(19_978_000, 7184)
|
||||
// Estimated: `3666`
|
||||
// Minimum execution time: 19_940_000 picoseconds.
|
||||
Weight::from_parts(20_301_000, 3666)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
||||
+102
-105
@@ -18,9 +18,9 @@
|
||||
//! Autogenerated weights for pallet_election_provider_multi_phase
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-04-06, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -31,9 +31,6 @@
|
||||
// --steps=50
|
||||
// --repeat=20
|
||||
// --pallet=pallet_election_provider_multi_phase
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
@@ -85,9 +82,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn on_initialize_nothing() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `994`
|
||||
// Estimated: `14903`
|
||||
// Minimum execution time: 21_538_000 picoseconds.
|
||||
Weight::from_parts(22_045_000, 14903)
|
||||
// Estimated: `3481`
|
||||
// Minimum execution time: 21_239_000 picoseconds.
|
||||
Weight::from_parts(21_970_000, 3481)
|
||||
.saturating_add(T::DbWeight::get().reads(8_u64))
|
||||
}
|
||||
/// Storage: ElectionProviderMultiPhase Round (r:1 w:0)
|
||||
@@ -97,9 +94,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn on_initialize_open_signed() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `114`
|
||||
// Estimated: `3198`
|
||||
// Minimum execution time: 12_696_000 picoseconds.
|
||||
Weight::from_parts(12_950_000, 3198)
|
||||
// Estimated: `1599`
|
||||
// Minimum execution time: 13_913_000 picoseconds.
|
||||
Weight::from_parts(14_329_000, 1599)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -110,9 +107,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn on_initialize_open_unsigned() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `114`
|
||||
// Estimated: `3198`
|
||||
// Minimum execution time: 14_029_000 picoseconds.
|
||||
Weight::from_parts(14_288_000, 3198)
|
||||
// Estimated: `1599`
|
||||
// Minimum execution time: 15_377_000 picoseconds.
|
||||
Weight::from_parts(15_714_000, 1599)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -123,9 +120,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn finalize_signed_phase_accept_solution() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `174`
|
||||
// Estimated: `3767`
|
||||
// Minimum execution time: 26_468_000 picoseconds.
|
||||
Weight::from_parts(26_790_000, 3767)
|
||||
// Estimated: `3593`
|
||||
// Minimum execution time: 32_899_000 picoseconds.
|
||||
Weight::from_parts(33_455_000, 3593)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -135,8 +132,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `174`
|
||||
// Estimated: `3593`
|
||||
// Minimum execution time: 18_401_000 picoseconds.
|
||||
Weight::from_parts(18_686_000, 3593)
|
||||
// Minimum execution time: 22_532_000 picoseconds.
|
||||
Weight::from_parts(23_039_000, 3593)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -152,10 +149,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 266_901_000 picoseconds.
|
||||
Weight::from_parts(270_251_000, 0)
|
||||
// Standard Error: 1_758
|
||||
.saturating_add(Weight::from_parts(167_310, 0).saturating_mul(v.into()))
|
||||
// Minimum execution time: 253_511_000 picoseconds.
|
||||
Weight::from_parts(261_190_000, 0)
|
||||
// Standard Error: 1_621
|
||||
.saturating_add(Weight::from_parts(157_608, 0).saturating_mul(v.into()))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
/// Storage: ElectionProviderMultiPhase SignedSubmissionIndices (r:1 w:1)
|
||||
@@ -181,17 +178,17 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn elect_queued(a: u32, d: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `337 + a * (768 ±0) + d * (48 ±0)`
|
||||
// Estimated: `16191 + a * (6912 ±0) + d * (441 ±0)`
|
||||
// Minimum execution time: 286_523_000 picoseconds.
|
||||
Weight::from_parts(19_101_753, 16191)
|
||||
// Standard Error: 4_194
|
||||
.saturating_add(Weight::from_parts(398_102, 0).saturating_mul(a.into()))
|
||||
// Standard Error: 6_287
|
||||
.saturating_add(Weight::from_parts(188_928, 0).saturating_mul(d.into()))
|
||||
// Estimated: `3889 + a * (768 ±0) + d * (49 ±0)`
|
||||
// Minimum execution time: 284_994_000 picoseconds.
|
||||
Weight::from_parts(97_696_734, 3889)
|
||||
// Standard Error: 4_172
|
||||
.saturating_add(Weight::from_parts(331_569, 0).saturating_mul(a.into()))
|
||||
// Standard Error: 6_254
|
||||
.saturating_add(Weight::from_parts(92_198, 0).saturating_mul(d.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(7_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(8_u64))
|
||||
.saturating_add(Weight::from_parts(0, 6912).saturating_mul(a.into()))
|
||||
.saturating_add(Weight::from_parts(0, 441).saturating_mul(d.into()))
|
||||
.saturating_add(Weight::from_parts(0, 768).saturating_mul(a.into()))
|
||||
.saturating_add(Weight::from_parts(0, 49).saturating_mul(d.into()))
|
||||
}
|
||||
/// Storage: ElectionProviderMultiPhase CurrentPhase (r:1 w:0)
|
||||
/// Proof Skipped: ElectionProviderMultiPhase CurrentPhase (max_values: Some(1), max_size: None, mode: Measured)
|
||||
@@ -208,9 +205,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn submit() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `893`
|
||||
// Estimated: `11906`
|
||||
// Minimum execution time: 47_876_000 picoseconds.
|
||||
Weight::from_parts(48_464_000, 11906)
|
||||
// Estimated: `2378`
|
||||
// Minimum execution time: 52_194_000 picoseconds.
|
||||
Weight::from_parts(53_062_000, 2378)
|
||||
.saturating_add(T::DbWeight::get().reads(5_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -234,18 +231,18 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `d` is `[200, 400]`.
|
||||
fn submit_unsigned(v: u32, t: u32, a: u32, _d: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `219 + v * (553 ±0) + t * (32 ±0)`
|
||||
// Estimated: `11928 + v * (3871 ±0) + t * (224 ±0)`
|
||||
// Minimum execution time: 4_702_825_000 picoseconds.
|
||||
Weight::from_parts(4_752_015_000, 11928)
|
||||
// Standard Error: 14_906
|
||||
.saturating_add(Weight::from_parts(131_585, 0).saturating_mul(v.into()))
|
||||
// Standard Error: 44_174
|
||||
.saturating_add(Weight::from_parts(4_167_676, 0).saturating_mul(a.into()))
|
||||
// Measured: `219 + t * (32 ±0) + v * (553 ±0)`
|
||||
// Estimated: `1704 + t * (32 ±0) + v * (553 ±0)`
|
||||
// Minimum execution time: 4_843_067_000 picoseconds.
|
||||
Weight::from_parts(4_860_833_000, 1704)
|
||||
// Standard Error: 14_594
|
||||
.saturating_add(Weight::from_parts(76_611, 0).saturating_mul(v.into()))
|
||||
// Standard Error: 43_249
|
||||
.saturating_add(Weight::from_parts(4_347_887, 0).saturating_mul(a.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(7_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
.saturating_add(Weight::from_parts(0, 3871).saturating_mul(v.into()))
|
||||
.saturating_add(Weight::from_parts(0, 224).saturating_mul(t.into()))
|
||||
.saturating_add(Weight::from_parts(0, 32).saturating_mul(t.into()))
|
||||
.saturating_add(Weight::from_parts(0, 553).saturating_mul(v.into()))
|
||||
}
|
||||
/// Storage: ElectionProviderMultiPhase DesiredTargets (r:1 w:0)
|
||||
/// Proof Skipped: ElectionProviderMultiPhase DesiredTargets (max_values: Some(1), max_size: None, mode: Measured)
|
||||
@@ -261,17 +258,17 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `d` is `[200, 400]`.
|
||||
fn feasibility_check(v: u32, t: u32, a: u32, _d: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `194 + v * (553 ±0) + t * (32 ±0)`
|
||||
// Estimated: `6716 + v * (2212 ±0) + t * (128 ±0)`
|
||||
// Minimum execution time: 4_069_075_000 picoseconds.
|
||||
Weight::from_parts(4_105_635_000, 6716)
|
||||
// Standard Error: 12_539
|
||||
.saturating_add(Weight::from_parts(163_040, 0).saturating_mul(v.into()))
|
||||
// Standard Error: 37_160
|
||||
.saturating_add(Weight::from_parts(3_343_858, 0).saturating_mul(a.into()))
|
||||
// Measured: `194 + t * (32 ±0) + v * (553 ±0)`
|
||||
// Estimated: `1679 + t * (32 ±0) + v * (553 ±0)`
|
||||
// Minimum execution time: 4_190_524_000 picoseconds.
|
||||
Weight::from_parts(4_200_207_000, 1679)
|
||||
// Standard Error: 12_454
|
||||
.saturating_add(Weight::from_parts(166_342, 0).saturating_mul(v.into()))
|
||||
// Standard Error: 36_906
|
||||
.saturating_add(Weight::from_parts(3_493_372, 0).saturating_mul(a.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(Weight::from_parts(0, 2212).saturating_mul(v.into()))
|
||||
.saturating_add(Weight::from_parts(0, 128).saturating_mul(t.into()))
|
||||
.saturating_add(Weight::from_parts(0, 32).saturating_mul(t.into()))
|
||||
.saturating_add(Weight::from_parts(0, 553).saturating_mul(v.into()))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -296,9 +293,9 @@ impl WeightInfo for () {
|
||||
fn on_initialize_nothing() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `994`
|
||||
// Estimated: `14903`
|
||||
// Minimum execution time: 21_538_000 picoseconds.
|
||||
Weight::from_parts(22_045_000, 14903)
|
||||
// Estimated: `3481`
|
||||
// Minimum execution time: 21_239_000 picoseconds.
|
||||
Weight::from_parts(21_970_000, 3481)
|
||||
.saturating_add(RocksDbWeight::get().reads(8_u64))
|
||||
}
|
||||
/// Storage: ElectionProviderMultiPhase Round (r:1 w:0)
|
||||
@@ -308,9 +305,9 @@ impl WeightInfo for () {
|
||||
fn on_initialize_open_signed() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `114`
|
||||
// Estimated: `3198`
|
||||
// Minimum execution time: 12_696_000 picoseconds.
|
||||
Weight::from_parts(12_950_000, 3198)
|
||||
// Estimated: `1599`
|
||||
// Minimum execution time: 13_913_000 picoseconds.
|
||||
Weight::from_parts(14_329_000, 1599)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -321,9 +318,9 @@ impl WeightInfo for () {
|
||||
fn on_initialize_open_unsigned() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `114`
|
||||
// Estimated: `3198`
|
||||
// Minimum execution time: 14_029_000 picoseconds.
|
||||
Weight::from_parts(14_288_000, 3198)
|
||||
// Estimated: `1599`
|
||||
// Minimum execution time: 15_377_000 picoseconds.
|
||||
Weight::from_parts(15_714_000, 1599)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -334,9 +331,9 @@ impl WeightInfo for () {
|
||||
fn finalize_signed_phase_accept_solution() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `174`
|
||||
// Estimated: `3767`
|
||||
// Minimum execution time: 26_468_000 picoseconds.
|
||||
Weight::from_parts(26_790_000, 3767)
|
||||
// Estimated: `3593`
|
||||
// Minimum execution time: 32_899_000 picoseconds.
|
||||
Weight::from_parts(33_455_000, 3593)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -346,8 +343,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `174`
|
||||
// Estimated: `3593`
|
||||
// Minimum execution time: 18_401_000 picoseconds.
|
||||
Weight::from_parts(18_686_000, 3593)
|
||||
// Minimum execution time: 22_532_000 picoseconds.
|
||||
Weight::from_parts(23_039_000, 3593)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -363,10 +360,10 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 266_901_000 picoseconds.
|
||||
Weight::from_parts(270_251_000, 0)
|
||||
// Standard Error: 1_758
|
||||
.saturating_add(Weight::from_parts(167_310, 0).saturating_mul(v.into()))
|
||||
// Minimum execution time: 253_511_000 picoseconds.
|
||||
Weight::from_parts(261_190_000, 0)
|
||||
// Standard Error: 1_621
|
||||
.saturating_add(Weight::from_parts(157_608, 0).saturating_mul(v.into()))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
}
|
||||
/// Storage: ElectionProviderMultiPhase SignedSubmissionIndices (r:1 w:1)
|
||||
@@ -392,17 +389,17 @@ impl WeightInfo for () {
|
||||
fn elect_queued(a: u32, d: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `337 + a * (768 ±0) + d * (48 ±0)`
|
||||
// Estimated: `16191 + a * (6912 ±0) + d * (441 ±0)`
|
||||
// Minimum execution time: 286_523_000 picoseconds.
|
||||
Weight::from_parts(19_101_753, 16191)
|
||||
// Standard Error: 4_194
|
||||
.saturating_add(Weight::from_parts(398_102, 0).saturating_mul(a.into()))
|
||||
// Standard Error: 6_287
|
||||
.saturating_add(Weight::from_parts(188_928, 0).saturating_mul(d.into()))
|
||||
// Estimated: `3889 + a * (768 ±0) + d * (49 ±0)`
|
||||
// Minimum execution time: 284_994_000 picoseconds.
|
||||
Weight::from_parts(97_696_734, 3889)
|
||||
// Standard Error: 4_172
|
||||
.saturating_add(Weight::from_parts(331_569, 0).saturating_mul(a.into()))
|
||||
// Standard Error: 6_254
|
||||
.saturating_add(Weight::from_parts(92_198, 0).saturating_mul(d.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(7_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(8_u64))
|
||||
.saturating_add(Weight::from_parts(0, 6912).saturating_mul(a.into()))
|
||||
.saturating_add(Weight::from_parts(0, 441).saturating_mul(d.into()))
|
||||
.saturating_add(Weight::from_parts(0, 768).saturating_mul(a.into()))
|
||||
.saturating_add(Weight::from_parts(0, 49).saturating_mul(d.into()))
|
||||
}
|
||||
/// Storage: ElectionProviderMultiPhase CurrentPhase (r:1 w:0)
|
||||
/// Proof Skipped: ElectionProviderMultiPhase CurrentPhase (max_values: Some(1), max_size: None, mode: Measured)
|
||||
@@ -419,9 +416,9 @@ impl WeightInfo for () {
|
||||
fn submit() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `893`
|
||||
// Estimated: `11906`
|
||||
// Minimum execution time: 47_876_000 picoseconds.
|
||||
Weight::from_parts(48_464_000, 11906)
|
||||
// Estimated: `2378`
|
||||
// Minimum execution time: 52_194_000 picoseconds.
|
||||
Weight::from_parts(53_062_000, 2378)
|
||||
.saturating_add(RocksDbWeight::get().reads(5_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -445,18 +442,18 @@ impl WeightInfo for () {
|
||||
/// The range of component `d` is `[200, 400]`.
|
||||
fn submit_unsigned(v: u32, t: u32, a: u32, _d: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `219 + v * (553 ±0) + t * (32 ±0)`
|
||||
// Estimated: `11928 + v * (3871 ±0) + t * (224 ±0)`
|
||||
// Minimum execution time: 4_702_825_000 picoseconds.
|
||||
Weight::from_parts(4_752_015_000, 11928)
|
||||
// Standard Error: 14_906
|
||||
.saturating_add(Weight::from_parts(131_585, 0).saturating_mul(v.into()))
|
||||
// Standard Error: 44_174
|
||||
.saturating_add(Weight::from_parts(4_167_676, 0).saturating_mul(a.into()))
|
||||
// Measured: `219 + t * (32 ±0) + v * (553 ±0)`
|
||||
// Estimated: `1704 + t * (32 ±0) + v * (553 ±0)`
|
||||
// Minimum execution time: 4_843_067_000 picoseconds.
|
||||
Weight::from_parts(4_860_833_000, 1704)
|
||||
// Standard Error: 14_594
|
||||
.saturating_add(Weight::from_parts(76_611, 0).saturating_mul(v.into()))
|
||||
// Standard Error: 43_249
|
||||
.saturating_add(Weight::from_parts(4_347_887, 0).saturating_mul(a.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(7_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
.saturating_add(Weight::from_parts(0, 3871).saturating_mul(v.into()))
|
||||
.saturating_add(Weight::from_parts(0, 224).saturating_mul(t.into()))
|
||||
.saturating_add(Weight::from_parts(0, 32).saturating_mul(t.into()))
|
||||
.saturating_add(Weight::from_parts(0, 553).saturating_mul(v.into()))
|
||||
}
|
||||
/// Storage: ElectionProviderMultiPhase DesiredTargets (r:1 w:0)
|
||||
/// Proof Skipped: ElectionProviderMultiPhase DesiredTargets (max_values: Some(1), max_size: None, mode: Measured)
|
||||
@@ -472,16 +469,16 @@ impl WeightInfo for () {
|
||||
/// The range of component `d` is `[200, 400]`.
|
||||
fn feasibility_check(v: u32, t: u32, a: u32, _d: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `194 + v * (553 ±0) + t * (32 ±0)`
|
||||
// Estimated: `6716 + v * (2212 ±0) + t * (128 ±0)`
|
||||
// Minimum execution time: 4_069_075_000 picoseconds.
|
||||
Weight::from_parts(4_105_635_000, 6716)
|
||||
// Standard Error: 12_539
|
||||
.saturating_add(Weight::from_parts(163_040, 0).saturating_mul(v.into()))
|
||||
// Standard Error: 37_160
|
||||
.saturating_add(Weight::from_parts(3_343_858, 0).saturating_mul(a.into()))
|
||||
// Measured: `194 + t * (32 ±0) + v * (553 ±0)`
|
||||
// Estimated: `1679 + t * (32 ±0) + v * (553 ±0)`
|
||||
// Minimum execution time: 4_190_524_000 picoseconds.
|
||||
Weight::from_parts(4_200_207_000, 1679)
|
||||
// Standard Error: 12_454
|
||||
.saturating_add(Weight::from_parts(166_342, 0).saturating_mul(v.into()))
|
||||
// Standard Error: 36_906
|
||||
.saturating_add(Weight::from_parts(3_493_372, 0).saturating_mul(a.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(Weight::from_parts(0, 2212).saturating_mul(v.into()))
|
||||
.saturating_add(Weight::from_parts(0, 128).saturating_mul(t.into()))
|
||||
.saturating_add(Weight::from_parts(0, 32).saturating_mul(t.into()))
|
||||
.saturating_add(Weight::from_parts(0, 553).saturating_mul(v.into()))
|
||||
}
|
||||
}
|
||||
|
||||
+142
-125
@@ -18,9 +18,9 @@
|
||||
//! Autogenerated weights for pallet_elections_phragmen
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-04-06, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -31,9 +31,6 @@
|
||||
// --steps=50
|
||||
// --repeat=20
|
||||
// --pallet=pallet_elections_phragmen
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
@@ -78,18 +75,20 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof Skipped: Elections Voting (max_values: None, max_size: None, mode: Measured)
|
||||
/// Storage: Balances Locks (r:1 w:1)
|
||||
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Freezes (r:1 w:0)
|
||||
/// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
|
||||
/// The range of component `v` is `[1, 16]`.
|
||||
fn vote_equal(v: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `403 + v * (80 ±0)`
|
||||
// Estimated: `14292 + v * (320 ±0)`
|
||||
// Minimum execution time: 30_206_000 picoseconds.
|
||||
Weight::from_parts(30_696_455, 14292)
|
||||
// Standard Error: 1_864
|
||||
.saturating_add(Weight::from_parts(124_941, 0).saturating_mul(v.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(5_u64))
|
||||
// Estimated: `4764 + v * (80 ±0)`
|
||||
// Minimum execution time: 33_623_000 picoseconds.
|
||||
Weight::from_parts(34_531_239, 4764)
|
||||
// Standard Error: 1_913
|
||||
.saturating_add(Weight::from_parts(131_360, 0).saturating_mul(v.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(6_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
.saturating_add(Weight::from_parts(0, 320).saturating_mul(v.into()))
|
||||
.saturating_add(Weight::from_parts(0, 80).saturating_mul(v.into()))
|
||||
}
|
||||
/// Storage: Elections Candidates (r:1 w:0)
|
||||
/// Proof Skipped: Elections Candidates (max_values: Some(1), max_size: None, mode: Measured)
|
||||
@@ -101,18 +100,20 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof Skipped: Elections Voting (max_values: None, max_size: None, mode: Measured)
|
||||
/// Storage: Balances Locks (r:1 w:1)
|
||||
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Freezes (r:1 w:0)
|
||||
/// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
|
||||
/// The range of component `v` is `[2, 16]`.
|
||||
fn vote_more(v: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `371 + v * (80 ±0)`
|
||||
// Estimated: `14164 + v * (320 ±0)`
|
||||
// Minimum execution time: 40_331_000 picoseconds.
|
||||
Weight::from_parts(40_936_971, 14164)
|
||||
// Standard Error: 2_377
|
||||
.saturating_add(Weight::from_parts(142_332, 0).saturating_mul(v.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(5_u64))
|
||||
// Estimated: `4764 + v * (80 ±0)`
|
||||
// Minimum execution time: 46_106_000 picoseconds.
|
||||
Weight::from_parts(47_067_453, 4764)
|
||||
// Standard Error: 2_441
|
||||
.saturating_add(Weight::from_parts(130_306, 0).saturating_mul(v.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(6_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
.saturating_add(Weight::from_parts(0, 320).saturating_mul(v.into()))
|
||||
.saturating_add(Weight::from_parts(0, 80).saturating_mul(v.into()))
|
||||
}
|
||||
/// Storage: Elections Candidates (r:1 w:0)
|
||||
/// Proof Skipped: Elections Candidates (max_values: Some(1), max_size: None, mode: Measured)
|
||||
@@ -124,30 +125,34 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof Skipped: Elections Voting (max_values: None, max_size: None, mode: Measured)
|
||||
/// Storage: Balances Locks (r:1 w:1)
|
||||
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Freezes (r:1 w:0)
|
||||
/// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
|
||||
/// The range of component `v` is `[2, 16]`.
|
||||
fn vote_less(v: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `403 + v * (80 ±0)`
|
||||
// Estimated: `14292 + v * (320 ±0)`
|
||||
// Minimum execution time: 40_343_000 picoseconds.
|
||||
Weight::from_parts(41_055_673, 14292)
|
||||
// Standard Error: 3_150
|
||||
.saturating_add(Weight::from_parts(129_894, 0).saturating_mul(v.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(5_u64))
|
||||
// Estimated: `4764 + v * (80 ±0)`
|
||||
// Minimum execution time: 46_094_000 picoseconds.
|
||||
Weight::from_parts(47_054_638, 4764)
|
||||
// Standard Error: 2_651
|
||||
.saturating_add(Weight::from_parts(137_251, 0).saturating_mul(v.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(6_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
.saturating_add(Weight::from_parts(0, 320).saturating_mul(v.into()))
|
||||
.saturating_add(Weight::from_parts(0, 80).saturating_mul(v.into()))
|
||||
}
|
||||
/// Storage: Elections Voting (r:1 w:1)
|
||||
/// Proof Skipped: Elections Voting (max_values: None, max_size: None, mode: Measured)
|
||||
/// Storage: Balances Locks (r:1 w:1)
|
||||
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Freezes (r:1 w:0)
|
||||
/// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
|
||||
fn remove_voter() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `925`
|
||||
// Estimated: `9154`
|
||||
// Minimum execution time: 36_348_000 picoseconds.
|
||||
Weight::from_parts(36_677_000, 9154)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
// Estimated: `4764`
|
||||
// Minimum execution time: 49_652_000 picoseconds.
|
||||
Weight::from_parts(50_217_000, 4764)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
/// Storage: Elections Candidates (r:1 w:1)
|
||||
@@ -160,14 +165,14 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn submit_candidacy(c: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1570 + c * (48 ±0)`
|
||||
// Estimated: `9165 + c * (144 ±0)`
|
||||
// Minimum execution time: 32_963_000 picoseconds.
|
||||
Weight::from_parts(33_778_406, 9165)
|
||||
// Standard Error: 2_792
|
||||
.saturating_add(Weight::from_parts(71_214, 0).saturating_mul(c.into()))
|
||||
// Estimated: `3055 + c * (48 ±0)`
|
||||
// Minimum execution time: 37_797_000 picoseconds.
|
||||
Weight::from_parts(38_384_713, 3055)
|
||||
// Standard Error: 1_008
|
||||
.saturating_add(Weight::from_parts(71_486, 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, 144).saturating_mul(c.into()))
|
||||
.saturating_add(Weight::from_parts(0, 48).saturating_mul(c.into()))
|
||||
}
|
||||
/// Storage: Elections Candidates (r:1 w:1)
|
||||
/// Proof Skipped: Elections Candidates (max_values: Some(1), max_size: None, mode: Measured)
|
||||
@@ -176,10 +181,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `285 + c * (48 ±0)`
|
||||
// Estimated: `1770 + c * (48 ±0)`
|
||||
// Minimum execution time: 26_462_000 picoseconds.
|
||||
Weight::from_parts(27_289_268, 1770)
|
||||
// Standard Error: 915
|
||||
.saturating_add(Weight::from_parts(45_079, 0).saturating_mul(c.into()))
|
||||
// Minimum execution time: 31_112_000 picoseconds.
|
||||
Weight::from_parts(31_660_924, 1770)
|
||||
// Standard Error: 754
|
||||
.saturating_add(Weight::from_parts(48_689, 0).saturating_mul(c.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
.saturating_add(Weight::from_parts(0, 48).saturating_mul(c.into()))
|
||||
@@ -197,9 +202,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn renounce_candidacy_members() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1900`
|
||||
// Estimated: `15440`
|
||||
// Minimum execution time: 44_414_000 picoseconds.
|
||||
Weight::from_parts(44_900_000, 15440)
|
||||
// Estimated: `3385`
|
||||
// Minimum execution time: 47_487_000 picoseconds.
|
||||
Weight::from_parts(47_795_000, 3385)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -209,8 +214,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `880`
|
||||
// Estimated: `2365`
|
||||
// Minimum execution time: 28_688_000 picoseconds.
|
||||
Weight::from_parts(29_027_000, 2365)
|
||||
// Minimum execution time: 31_479_000 picoseconds.
|
||||
Weight::from_parts(32_093_000, 2365)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -238,9 +243,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn remove_member_with_replacement() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1900`
|
||||
// Estimated: `19033`
|
||||
// Minimum execution time: 50_280_000 picoseconds.
|
||||
Weight::from_parts(50_906_000, 19033)
|
||||
// Estimated: `3593`
|
||||
// Minimum execution time: 53_395_000 picoseconds.
|
||||
Weight::from_parts(53_952_000, 3593)
|
||||
.saturating_add(T::DbWeight::get().reads(5_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(5_u64))
|
||||
}
|
||||
@@ -254,6 +259,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof Skipped: Elections Candidates (max_values: Some(1), max_size: None, mode: Measured)
|
||||
/// Storage: Balances Locks (r:512 w:512)
|
||||
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Freezes (r:512 w:0)
|
||||
/// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
|
||||
/// Storage: System Account (r:512 w:512)
|
||||
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||
/// The range of component `v` is `[256, 512]`.
|
||||
@@ -261,15 +268,15 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn clean_defunct_voters(v: u32, _d: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1115 + v * (811 ±0)`
|
||||
// Estimated: `14388 + v * (12096 ±0)`
|
||||
// Minimum execution time: 14_785_043_000 picoseconds.
|
||||
Weight::from_parts(14_842_583_000, 14388)
|
||||
// Standard Error: 242_757
|
||||
.saturating_add(Weight::from_parts(36_168_971, 0).saturating_mul(v.into()))
|
||||
// Estimated: `4587 + v * (3774 ±0)`
|
||||
// Minimum execution time: 18_089_406_000 picoseconds.
|
||||
Weight::from_parts(18_125_024_000, 4587)
|
||||
// Standard Error: 296_666
|
||||
.saturating_add(Weight::from_parts(42_527_045, 0).saturating_mul(v.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(v.into())))
|
||||
.saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(v.into())))
|
||||
.saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(v.into())))
|
||||
.saturating_add(Weight::from_parts(0, 12096).saturating_mul(v.into()))
|
||||
.saturating_add(Weight::from_parts(0, 3774).saturating_mul(v.into()))
|
||||
}
|
||||
/// Storage: Elections Candidates (r:1 w:1)
|
||||
/// Proof Skipped: Elections Candidates (max_values: Some(1), max_size: None, mode: Measured)
|
||||
@@ -294,22 +301,22 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `e` is `[512, 8192]`.
|
||||
fn election_phragmen(c: u32, v: u32, e: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0 + v * (606 ±0) + e * (28 ±0)`
|
||||
// Estimated: `309059 + v * (5005 ±8) + e * (89 ±0) + c * (2135 ±7)`
|
||||
// Minimum execution time: 1_074_961_000 picoseconds.
|
||||
Weight::from_parts(1_079_460_000, 309059)
|
||||
// Standard Error: 598_993
|
||||
.saturating_add(Weight::from_parts(17_097_981, 0).saturating_mul(v.into()))
|
||||
// Standard Error: 38_432
|
||||
.saturating_add(Weight::from_parts(820_141, 0).saturating_mul(e.into()))
|
||||
// Measured: `0 + e * (28 ±0) + v * (606 ±0)`
|
||||
// Estimated: `178887 + c * (2135 ±7) + e * (12 ±0) + v * (2653 ±6)`
|
||||
// Minimum execution time: 1_193_774_000 picoseconds.
|
||||
Weight::from_parts(1_196_649_000, 178887)
|
||||
// Standard Error: 617_531
|
||||
.saturating_add(Weight::from_parts(17_672_923, 0).saturating_mul(v.into()))
|
||||
// Standard Error: 39_622
|
||||
.saturating_add(Weight::from_parts(846_866, 0).saturating_mul(e.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(21_u64))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into())))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(v.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(6_u64))
|
||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(c.into())))
|
||||
.saturating_add(Weight::from_parts(0, 5005).saturating_mul(v.into()))
|
||||
.saturating_add(Weight::from_parts(0, 89).saturating_mul(e.into()))
|
||||
.saturating_add(Weight::from_parts(0, 2135).saturating_mul(c.into()))
|
||||
.saturating_add(Weight::from_parts(0, 12).saturating_mul(e.into()))
|
||||
.saturating_add(Weight::from_parts(0, 2653).saturating_mul(v.into()))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -325,18 +332,20 @@ impl WeightInfo for () {
|
||||
/// Proof Skipped: Elections Voting (max_values: None, max_size: None, mode: Measured)
|
||||
/// Storage: Balances Locks (r:1 w:1)
|
||||
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Freezes (r:1 w:0)
|
||||
/// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
|
||||
/// The range of component `v` is `[1, 16]`.
|
||||
fn vote_equal(v: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `403 + v * (80 ±0)`
|
||||
// Estimated: `14292 + v * (320 ±0)`
|
||||
// Minimum execution time: 30_206_000 picoseconds.
|
||||
Weight::from_parts(30_696_455, 14292)
|
||||
// Standard Error: 1_864
|
||||
.saturating_add(Weight::from_parts(124_941, 0).saturating_mul(v.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(5_u64))
|
||||
// Estimated: `4764 + v * (80 ±0)`
|
||||
// Minimum execution time: 33_623_000 picoseconds.
|
||||
Weight::from_parts(34_531_239, 4764)
|
||||
// Standard Error: 1_913
|
||||
.saturating_add(Weight::from_parts(131_360, 0).saturating_mul(v.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(6_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
.saturating_add(Weight::from_parts(0, 320).saturating_mul(v.into()))
|
||||
.saturating_add(Weight::from_parts(0, 80).saturating_mul(v.into()))
|
||||
}
|
||||
/// Storage: Elections Candidates (r:1 w:0)
|
||||
/// Proof Skipped: Elections Candidates (max_values: Some(1), max_size: None, mode: Measured)
|
||||
@@ -348,18 +357,20 @@ impl WeightInfo for () {
|
||||
/// Proof Skipped: Elections Voting (max_values: None, max_size: None, mode: Measured)
|
||||
/// Storage: Balances Locks (r:1 w:1)
|
||||
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Freezes (r:1 w:0)
|
||||
/// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
|
||||
/// The range of component `v` is `[2, 16]`.
|
||||
fn vote_more(v: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `371 + v * (80 ±0)`
|
||||
// Estimated: `14164 + v * (320 ±0)`
|
||||
// Minimum execution time: 40_331_000 picoseconds.
|
||||
Weight::from_parts(40_936_971, 14164)
|
||||
// Standard Error: 2_377
|
||||
.saturating_add(Weight::from_parts(142_332, 0).saturating_mul(v.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(5_u64))
|
||||
// Estimated: `4764 + v * (80 ±0)`
|
||||
// Minimum execution time: 46_106_000 picoseconds.
|
||||
Weight::from_parts(47_067_453, 4764)
|
||||
// Standard Error: 2_441
|
||||
.saturating_add(Weight::from_parts(130_306, 0).saturating_mul(v.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(6_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
.saturating_add(Weight::from_parts(0, 320).saturating_mul(v.into()))
|
||||
.saturating_add(Weight::from_parts(0, 80).saturating_mul(v.into()))
|
||||
}
|
||||
/// Storage: Elections Candidates (r:1 w:0)
|
||||
/// Proof Skipped: Elections Candidates (max_values: Some(1), max_size: None, mode: Measured)
|
||||
@@ -371,30 +382,34 @@ impl WeightInfo for () {
|
||||
/// Proof Skipped: Elections Voting (max_values: None, max_size: None, mode: Measured)
|
||||
/// Storage: Balances Locks (r:1 w:1)
|
||||
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Freezes (r:1 w:0)
|
||||
/// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
|
||||
/// The range of component `v` is `[2, 16]`.
|
||||
fn vote_less(v: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `403 + v * (80 ±0)`
|
||||
// Estimated: `14292 + v * (320 ±0)`
|
||||
// Minimum execution time: 40_343_000 picoseconds.
|
||||
Weight::from_parts(41_055_673, 14292)
|
||||
// Standard Error: 3_150
|
||||
.saturating_add(Weight::from_parts(129_894, 0).saturating_mul(v.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(5_u64))
|
||||
// Estimated: `4764 + v * (80 ±0)`
|
||||
// Minimum execution time: 46_094_000 picoseconds.
|
||||
Weight::from_parts(47_054_638, 4764)
|
||||
// Standard Error: 2_651
|
||||
.saturating_add(Weight::from_parts(137_251, 0).saturating_mul(v.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(6_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
.saturating_add(Weight::from_parts(0, 320).saturating_mul(v.into()))
|
||||
.saturating_add(Weight::from_parts(0, 80).saturating_mul(v.into()))
|
||||
}
|
||||
/// Storage: Elections Voting (r:1 w:1)
|
||||
/// Proof Skipped: Elections Voting (max_values: None, max_size: None, mode: Measured)
|
||||
/// Storage: Balances Locks (r:1 w:1)
|
||||
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Freezes (r:1 w:0)
|
||||
/// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
|
||||
fn remove_voter() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `925`
|
||||
// Estimated: `9154`
|
||||
// Minimum execution time: 36_348_000 picoseconds.
|
||||
Weight::from_parts(36_677_000, 9154)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
// Estimated: `4764`
|
||||
// Minimum execution time: 49_652_000 picoseconds.
|
||||
Weight::from_parts(50_217_000, 4764)
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
/// Storage: Elections Candidates (r:1 w:1)
|
||||
@@ -407,14 +422,14 @@ impl WeightInfo for () {
|
||||
fn submit_candidacy(c: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1570 + c * (48 ±0)`
|
||||
// Estimated: `9165 + c * (144 ±0)`
|
||||
// Minimum execution time: 32_963_000 picoseconds.
|
||||
Weight::from_parts(33_778_406, 9165)
|
||||
// Standard Error: 2_792
|
||||
.saturating_add(Weight::from_parts(71_214, 0).saturating_mul(c.into()))
|
||||
// Estimated: `3055 + c * (48 ±0)`
|
||||
// Minimum execution time: 37_797_000 picoseconds.
|
||||
Weight::from_parts(38_384_713, 3055)
|
||||
// Standard Error: 1_008
|
||||
.saturating_add(Weight::from_parts(71_486, 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, 144).saturating_mul(c.into()))
|
||||
.saturating_add(Weight::from_parts(0, 48).saturating_mul(c.into()))
|
||||
}
|
||||
/// Storage: Elections Candidates (r:1 w:1)
|
||||
/// Proof Skipped: Elections Candidates (max_values: Some(1), max_size: None, mode: Measured)
|
||||
@@ -423,10 +438,10 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `285 + c * (48 ±0)`
|
||||
// Estimated: `1770 + c * (48 ±0)`
|
||||
// Minimum execution time: 26_462_000 picoseconds.
|
||||
Weight::from_parts(27_289_268, 1770)
|
||||
// Standard Error: 915
|
||||
.saturating_add(Weight::from_parts(45_079, 0).saturating_mul(c.into()))
|
||||
// Minimum execution time: 31_112_000 picoseconds.
|
||||
Weight::from_parts(31_660_924, 1770)
|
||||
// Standard Error: 754
|
||||
.saturating_add(Weight::from_parts(48_689, 0).saturating_mul(c.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
.saturating_add(Weight::from_parts(0, 48).saturating_mul(c.into()))
|
||||
@@ -444,9 +459,9 @@ impl WeightInfo for () {
|
||||
fn renounce_candidacy_members() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1900`
|
||||
// Estimated: `15440`
|
||||
// Minimum execution time: 44_414_000 picoseconds.
|
||||
Weight::from_parts(44_900_000, 15440)
|
||||
// Estimated: `3385`
|
||||
// Minimum execution time: 47_487_000 picoseconds.
|
||||
Weight::from_parts(47_795_000, 3385)
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -456,8 +471,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `880`
|
||||
// Estimated: `2365`
|
||||
// Minimum execution time: 28_688_000 picoseconds.
|
||||
Weight::from_parts(29_027_000, 2365)
|
||||
// Minimum execution time: 31_479_000 picoseconds.
|
||||
Weight::from_parts(32_093_000, 2365)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -485,9 +500,9 @@ impl WeightInfo for () {
|
||||
fn remove_member_with_replacement() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1900`
|
||||
// Estimated: `19033`
|
||||
// Minimum execution time: 50_280_000 picoseconds.
|
||||
Weight::from_parts(50_906_000, 19033)
|
||||
// Estimated: `3593`
|
||||
// Minimum execution time: 53_395_000 picoseconds.
|
||||
Weight::from_parts(53_952_000, 3593)
|
||||
.saturating_add(RocksDbWeight::get().reads(5_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(5_u64))
|
||||
}
|
||||
@@ -501,6 +516,8 @@ impl WeightInfo for () {
|
||||
/// Proof Skipped: Elections Candidates (max_values: Some(1), max_size: None, mode: Measured)
|
||||
/// Storage: Balances Locks (r:512 w:512)
|
||||
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Freezes (r:512 w:0)
|
||||
/// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
|
||||
/// Storage: System Account (r:512 w:512)
|
||||
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||
/// The range of component `v` is `[256, 512]`.
|
||||
@@ -508,15 +525,15 @@ impl WeightInfo for () {
|
||||
fn clean_defunct_voters(v: u32, _d: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1115 + v * (811 ±0)`
|
||||
// Estimated: `14388 + v * (12096 ±0)`
|
||||
// Minimum execution time: 14_785_043_000 picoseconds.
|
||||
Weight::from_parts(14_842_583_000, 14388)
|
||||
// Standard Error: 242_757
|
||||
.saturating_add(Weight::from_parts(36_168_971, 0).saturating_mul(v.into()))
|
||||
// Estimated: `4587 + v * (3774 ±0)`
|
||||
// Minimum execution time: 18_089_406_000 picoseconds.
|
||||
Weight::from_parts(18_125_024_000, 4587)
|
||||
// Standard Error: 296_666
|
||||
.saturating_add(Weight::from_parts(42_527_045, 0).saturating_mul(v.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().reads((3_u64).saturating_mul(v.into())))
|
||||
.saturating_add(RocksDbWeight::get().reads((4_u64).saturating_mul(v.into())))
|
||||
.saturating_add(RocksDbWeight::get().writes((3_u64).saturating_mul(v.into())))
|
||||
.saturating_add(Weight::from_parts(0, 12096).saturating_mul(v.into()))
|
||||
.saturating_add(Weight::from_parts(0, 3774).saturating_mul(v.into()))
|
||||
}
|
||||
/// Storage: Elections Candidates (r:1 w:1)
|
||||
/// Proof Skipped: Elections Candidates (max_values: Some(1), max_size: None, mode: Measured)
|
||||
@@ -541,21 +558,21 @@ impl WeightInfo for () {
|
||||
/// The range of component `e` is `[512, 8192]`.
|
||||
fn election_phragmen(c: u32, v: u32, e: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0 + v * (606 ±0) + e * (28 ±0)`
|
||||
// Estimated: `309059 + v * (5005 ±8) + e * (89 ±0) + c * (2135 ±7)`
|
||||
// Minimum execution time: 1_074_961_000 picoseconds.
|
||||
Weight::from_parts(1_079_460_000, 309059)
|
||||
// Standard Error: 598_993
|
||||
.saturating_add(Weight::from_parts(17_097_981, 0).saturating_mul(v.into()))
|
||||
// Standard Error: 38_432
|
||||
.saturating_add(Weight::from_parts(820_141, 0).saturating_mul(e.into()))
|
||||
// Measured: `0 + e * (28 ±0) + v * (606 ±0)`
|
||||
// Estimated: `178887 + c * (2135 ±7) + e * (12 ±0) + v * (2653 ±6)`
|
||||
// Minimum execution time: 1_193_774_000 picoseconds.
|
||||
Weight::from_parts(1_196_649_000, 178887)
|
||||
// Standard Error: 617_531
|
||||
.saturating_add(Weight::from_parts(17_672_923, 0).saturating_mul(v.into()))
|
||||
// Standard Error: 39_622
|
||||
.saturating_add(Weight::from_parts(846_866, 0).saturating_mul(e.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(21_u64))
|
||||
.saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(c.into())))
|
||||
.saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(v.into())))
|
||||
.saturating_add(RocksDbWeight::get().writes(6_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(c.into())))
|
||||
.saturating_add(Weight::from_parts(0, 5005).saturating_mul(v.into()))
|
||||
.saturating_add(Weight::from_parts(0, 89).saturating_mul(e.into()))
|
||||
.saturating_add(Weight::from_parts(0, 2135).saturating_mul(c.into()))
|
||||
.saturating_add(Weight::from_parts(0, 12).saturating_mul(e.into()))
|
||||
.saturating_add(Weight::from_parts(0, 2653).saturating_mul(v.into()))
|
||||
}
|
||||
}
|
||||
|
||||
+62
-57
@@ -18,9 +18,9 @@
|
||||
//! Autogenerated weights for pallet_fast_unstake
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-04-06, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -31,9 +31,6 @@
|
||||
// --steps=50
|
||||
// --repeat=20
|
||||
// --pallet=pallet_fast_unstake
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
@@ -85,6 +82,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Locks (r:64 w:64)
|
||||
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Freezes (r:64 w:0)
|
||||
/// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
|
||||
/// Storage: Staking Ledger (r:0 w:64)
|
||||
/// Proof: Staking Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen)
|
||||
/// Storage: Staking Payee (r:0 w:64)
|
||||
@@ -93,16 +92,16 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn on_idle_unstake(b: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1344 + b * (343 ±0)`
|
||||
// Estimated: `23254 + b * (17642 ±0)`
|
||||
// Minimum execution time: 78_484_000 picoseconds.
|
||||
Weight::from_parts(39_186_541, 23254)
|
||||
// Standard Error: 37_606
|
||||
.saturating_add(Weight::from_parts(42_433_199, 0).saturating_mul(b.into()))
|
||||
// Estimated: `7253 + b * (3774 ±0)`
|
||||
// Minimum execution time: 92_282_000 picoseconds.
|
||||
Weight::from_parts(31_665_344, 7253)
|
||||
// Standard Error: 35_348
|
||||
.saturating_add(Weight::from_parts(57_005_152, 0).saturating_mul(b.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(6_u64))
|
||||
.saturating_add(T::DbWeight::get().reads((6_u64).saturating_mul(b.into())))
|
||||
.saturating_add(T::DbWeight::get().reads((7_u64).saturating_mul(b.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes((5_u64).saturating_mul(b.into())))
|
||||
.saturating_add(Weight::from_parts(0, 17642).saturating_mul(b.into()))
|
||||
.saturating_add(Weight::from_parts(0, 3774).saturating_mul(b.into()))
|
||||
}
|
||||
/// Storage: FastUnstake ErasToCheckPerBlock (r:1 w:0)
|
||||
/// Proof: FastUnstake ErasToCheckPerBlock (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||
@@ -122,19 +121,19 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `b` is `[1, 64]`.
|
||||
fn on_idle_check(v: u32, b: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1512 + v * (10037 ±0) + b * (48 ±0)`
|
||||
// Estimated: `20889 + v * (22551 ±0) + b * (98 ±0)`
|
||||
// Minimum execution time: 1_538_727_000 picoseconds.
|
||||
Weight::from_parts(1_549_586_000, 20889)
|
||||
// Standard Error: 14_184_223
|
||||
.saturating_add(Weight::from_parts(452_966_006, 0).saturating_mul(v.into()))
|
||||
// Standard Error: 56_752_692
|
||||
.saturating_add(Weight::from_parts(1_775_601_329, 0).saturating_mul(b.into()))
|
||||
// Measured: `1512 + b * (48 ±0) + v * (10037 ±0)`
|
||||
// Estimated: `7253 + b * (49 ±0) + v * (12513 ±0)`
|
||||
// Minimum execution time: 1_547_716_000 picoseconds.
|
||||
Weight::from_parts(1_552_476_000, 7253)
|
||||
// Standard Error: 13_914_457
|
||||
.saturating_add(Weight::from_parts(445_314_876, 0).saturating_mul(v.into()))
|
||||
// Standard Error: 55_673_329
|
||||
.saturating_add(Weight::from_parts(1_749_024_692, 0).saturating_mul(b.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(7_u64))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(v.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
.saturating_add(Weight::from_parts(0, 22551).saturating_mul(v.into()))
|
||||
.saturating_add(Weight::from_parts(0, 98).saturating_mul(b.into()))
|
||||
.saturating_add(Weight::from_parts(0, 49).saturating_mul(b.into()))
|
||||
.saturating_add(Weight::from_parts(0, 12513).saturating_mul(v.into()))
|
||||
}
|
||||
/// Storage: FastUnstake ErasToCheckPerBlock (r:1 w:0)
|
||||
/// Proof: FastUnstake ErasToCheckPerBlock (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||
@@ -162,15 +161,17 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Staking CurrentEra (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Locks (r:1 w:1)
|
||||
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Freezes (r:1 w:0)
|
||||
/// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
|
||||
/// Storage: FastUnstake CounterForQueue (r:1 w:1)
|
||||
/// Proof: FastUnstake CounterForQueue (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||
fn register_fast_unstake() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1964`
|
||||
// Estimated: `45775`
|
||||
// Minimum execution time: 117_552_000 picoseconds.
|
||||
Weight::from_parts(118_303_000, 45775)
|
||||
.saturating_add(T::DbWeight::get().reads(14_u64))
|
||||
// Estimated: `7253`
|
||||
// Minimum execution time: 124_644_000 picoseconds.
|
||||
Weight::from_parts(125_793_000, 7253)
|
||||
.saturating_add(T::DbWeight::get().reads(15_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(9_u64))
|
||||
}
|
||||
/// Storage: FastUnstake ErasToCheckPerBlock (r:1 w:0)
|
||||
@@ -186,9 +187,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn deregister() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1223`
|
||||
// Estimated: `18308`
|
||||
// Minimum execution time: 42_291_000 picoseconds.
|
||||
Weight::from_parts(42_835_000, 18308)
|
||||
// Estimated: `7253`
|
||||
// Minimum execution time: 45_037_000 picoseconds.
|
||||
Weight::from_parts(45_545_000, 7253)
|
||||
.saturating_add(T::DbWeight::get().reads(5_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -198,8 +199,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 3_551_000 picoseconds.
|
||||
Weight::from_parts(3_632_000, 0)
|
||||
// Minimum execution time: 3_228_000 picoseconds.
|
||||
Weight::from_parts(3_428_000, 0)
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
}
|
||||
@@ -230,6 +231,8 @@ impl WeightInfo for () {
|
||||
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Locks (r:64 w:64)
|
||||
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Freezes (r:64 w:0)
|
||||
/// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
|
||||
/// Storage: Staking Ledger (r:0 w:64)
|
||||
/// Proof: Staking Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen)
|
||||
/// Storage: Staking Payee (r:0 w:64)
|
||||
@@ -238,16 +241,16 @@ impl WeightInfo for () {
|
||||
fn on_idle_unstake(b: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1344 + b * (343 ±0)`
|
||||
// Estimated: `23254 + b * (17642 ±0)`
|
||||
// Minimum execution time: 78_484_000 picoseconds.
|
||||
Weight::from_parts(39_186_541, 23254)
|
||||
// Standard Error: 37_606
|
||||
.saturating_add(Weight::from_parts(42_433_199, 0).saturating_mul(b.into()))
|
||||
// Estimated: `7253 + b * (3774 ±0)`
|
||||
// Minimum execution time: 92_282_000 picoseconds.
|
||||
Weight::from_parts(31_665_344, 7253)
|
||||
// Standard Error: 35_348
|
||||
.saturating_add(Weight::from_parts(57_005_152, 0).saturating_mul(b.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(6_u64))
|
||||
.saturating_add(RocksDbWeight::get().reads((6_u64).saturating_mul(b.into())))
|
||||
.saturating_add(RocksDbWeight::get().reads((7_u64).saturating_mul(b.into())))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes((5_u64).saturating_mul(b.into())))
|
||||
.saturating_add(Weight::from_parts(0, 17642).saturating_mul(b.into()))
|
||||
.saturating_add(Weight::from_parts(0, 3774).saturating_mul(b.into()))
|
||||
}
|
||||
/// Storage: FastUnstake ErasToCheckPerBlock (r:1 w:0)
|
||||
/// Proof: FastUnstake ErasToCheckPerBlock (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||
@@ -267,19 +270,19 @@ impl WeightInfo for () {
|
||||
/// The range of component `b` is `[1, 64]`.
|
||||
fn on_idle_check(v: u32, b: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1512 + v * (10037 ±0) + b * (48 ±0)`
|
||||
// Estimated: `20889 + v * (22551 ±0) + b * (98 ±0)`
|
||||
// Minimum execution time: 1_538_727_000 picoseconds.
|
||||
Weight::from_parts(1_549_586_000, 20889)
|
||||
// Standard Error: 14_184_223
|
||||
.saturating_add(Weight::from_parts(452_966_006, 0).saturating_mul(v.into()))
|
||||
// Standard Error: 56_752_692
|
||||
.saturating_add(Weight::from_parts(1_775_601_329, 0).saturating_mul(b.into()))
|
||||
// Measured: `1512 + b * (48 ±0) + v * (10037 ±0)`
|
||||
// Estimated: `7253 + b * (49 ±0) + v * (12513 ±0)`
|
||||
// Minimum execution time: 1_547_716_000 picoseconds.
|
||||
Weight::from_parts(1_552_476_000, 7253)
|
||||
// Standard Error: 13_914_457
|
||||
.saturating_add(Weight::from_parts(445_314_876, 0).saturating_mul(v.into()))
|
||||
// Standard Error: 55_673_329
|
||||
.saturating_add(Weight::from_parts(1_749_024_692, 0).saturating_mul(b.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(7_u64))
|
||||
.saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(v.into())))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
.saturating_add(Weight::from_parts(0, 22551).saturating_mul(v.into()))
|
||||
.saturating_add(Weight::from_parts(0, 98).saturating_mul(b.into()))
|
||||
.saturating_add(Weight::from_parts(0, 49).saturating_mul(b.into()))
|
||||
.saturating_add(Weight::from_parts(0, 12513).saturating_mul(v.into()))
|
||||
}
|
||||
/// Storage: FastUnstake ErasToCheckPerBlock (r:1 w:0)
|
||||
/// Proof: FastUnstake ErasToCheckPerBlock (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||
@@ -307,15 +310,17 @@ impl WeightInfo for () {
|
||||
/// Proof: Staking CurrentEra (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Locks (r:1 w:1)
|
||||
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Freezes (r:1 w:0)
|
||||
/// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
|
||||
/// Storage: FastUnstake CounterForQueue (r:1 w:1)
|
||||
/// Proof: FastUnstake CounterForQueue (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||
fn register_fast_unstake() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1964`
|
||||
// Estimated: `45775`
|
||||
// Minimum execution time: 117_552_000 picoseconds.
|
||||
Weight::from_parts(118_303_000, 45775)
|
||||
.saturating_add(RocksDbWeight::get().reads(14_u64))
|
||||
// Estimated: `7253`
|
||||
// Minimum execution time: 124_644_000 picoseconds.
|
||||
Weight::from_parts(125_793_000, 7253)
|
||||
.saturating_add(RocksDbWeight::get().reads(15_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(9_u64))
|
||||
}
|
||||
/// Storage: FastUnstake ErasToCheckPerBlock (r:1 w:0)
|
||||
@@ -331,9 +336,9 @@ impl WeightInfo for () {
|
||||
fn deregister() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1223`
|
||||
// Estimated: `18308`
|
||||
// Minimum execution time: 42_291_000 picoseconds.
|
||||
Weight::from_parts(42_835_000, 18308)
|
||||
// Estimated: `7253`
|
||||
// Minimum execution time: 45_037_000 picoseconds.
|
||||
Weight::from_parts(45_545_000, 7253)
|
||||
.saturating_add(RocksDbWeight::get().reads(5_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -343,8 +348,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 3_551_000 picoseconds.
|
||||
Weight::from_parts(3_632_000, 0)
|
||||
// Minimum execution time: 3_228_000 picoseconds.
|
||||
Weight::from_parts(3_428_000, 0)
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
}
|
||||
|
||||
Generated
+60
-63
@@ -18,9 +18,9 @@
|
||||
//! Autogenerated weights for pallet_glutton
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-04-06, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -31,9 +31,6 @@
|
||||
// --steps=50
|
||||
// --repeat=20
|
||||
// --pallet=pallet_glutton
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
@@ -74,10 +71,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `4`
|
||||
// Estimated: `1489`
|
||||
// Minimum execution time: 10_384_000 picoseconds.
|
||||
Weight::from_parts(10_598_000, 1489)
|
||||
// Standard Error: 1_369
|
||||
.saturating_add(Weight::from_parts(1_580_155, 0).saturating_mul(n.into()))
|
||||
// Minimum execution time: 10_410_000 picoseconds.
|
||||
Weight::from_parts(10_515_000, 1489)
|
||||
// Standard Error: 1_069
|
||||
.saturating_add(Weight::from_parts(1_513_013, 0).saturating_mul(n.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(n.into())))
|
||||
@@ -91,10 +88,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `65`
|
||||
// Estimated: `1489`
|
||||
// Minimum execution time: 11_022_000 picoseconds.
|
||||
Weight::from_parts(11_319_000, 1489)
|
||||
// Standard Error: 1_108
|
||||
.saturating_add(Weight::from_parts(1_048_682, 0).saturating_mul(n.into()))
|
||||
// Minimum execution time: 11_105_000 picoseconds.
|
||||
Weight::from_parts(584_850, 1489)
|
||||
// Standard Error: 1_417
|
||||
.saturating_add(Weight::from_parts(1_054_988, 0).saturating_mul(n.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(n.into())))
|
||||
@@ -104,10 +101,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 660_000 picoseconds.
|
||||
Weight::from_parts(7_814_200, 0)
|
||||
// Standard Error: 33
|
||||
.saturating_add(Weight::from_parts(94_390, 0).saturating_mul(i.into()))
|
||||
// Minimum execution time: 709_000 picoseconds.
|
||||
Weight::from_parts(7_409_096, 0)
|
||||
// Standard Error: 23
|
||||
.saturating_add(Weight::from_parts(95_342, 0).saturating_mul(i.into()))
|
||||
}
|
||||
/// Storage: Glutton TrashData (r:5000 w:0)
|
||||
/// Proof: Glutton TrashData (max_values: Some(65000), max_size: Some(1036), added: 3016, mode: MaxEncodedLen)
|
||||
@@ -116,10 +113,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `119036 + i * (1022 ±0)`
|
||||
// Estimated: `990 + i * (3016 ±0)`
|
||||
// Minimum execution time: 712_000 picoseconds.
|
||||
Weight::from_parts(814_000, 990)
|
||||
// Standard Error: 1_805
|
||||
.saturating_add(Weight::from_parts(5_407_690, 0).saturating_mul(i.into()))
|
||||
// Minimum execution time: 584_000 picoseconds.
|
||||
Weight::from_parts(674_000, 990)
|
||||
// Standard Error: 1_802
|
||||
.saturating_add(Weight::from_parts(5_360_522, 0).saturating_mul(i.into()))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(i.into())))
|
||||
.saturating_add(Weight::from_parts(0, 3016).saturating_mul(i.into()))
|
||||
}
|
||||
@@ -132,9 +129,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn on_idle_high_proof_waste() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1900466`
|
||||
// Estimated: `5242760`
|
||||
// Minimum execution time: 54_903_045_000 picoseconds.
|
||||
Weight::from_parts(55_194_691_000, 5242760)
|
||||
// Estimated: `5239782`
|
||||
// Minimum execution time: 57_124_610_000 picoseconds.
|
||||
Weight::from_parts(57_256_059_000, 5239782)
|
||||
.saturating_add(T::DbWeight::get().reads(1739_u64))
|
||||
}
|
||||
/// Storage: Glutton Storage (r:1 w:0)
|
||||
@@ -146,9 +143,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn on_idle_low_proof_waste() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `9516`
|
||||
// Estimated: `19048`
|
||||
// Minimum execution time: 97_295_331_000 picoseconds.
|
||||
Weight::from_parts(97_853_502_000, 19048)
|
||||
// Estimated: `16070`
|
||||
// Minimum execution time: 101_500_066_000 picoseconds.
|
||||
Weight::from_parts(101_621_640_000, 16070)
|
||||
.saturating_add(T::DbWeight::get().reads(7_u64))
|
||||
}
|
||||
/// Storage: Glutton Storage (r:1 w:0)
|
||||
@@ -158,9 +155,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn empty_on_idle() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `4`
|
||||
// Estimated: `2978`
|
||||
// Minimum execution time: 4_280_000 picoseconds.
|
||||
Weight::from_parts(4_381_000, 2978)
|
||||
// Estimated: `1489`
|
||||
// Minimum execution time: 4_164_000 picoseconds.
|
||||
Weight::from_parts(4_378_000, 1489)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
}
|
||||
/// Storage: Glutton Compute (r:0 w:1)
|
||||
@@ -169,8 +166,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 8_758_000 picoseconds.
|
||||
Weight::from_parts(8_988_000, 0)
|
||||
// Minimum execution time: 8_795_000 picoseconds.
|
||||
Weight::from_parts(9_076_000, 0)
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
/// Storage: Glutton Storage (r:0 w:1)
|
||||
@@ -179,8 +176,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 8_901_000 picoseconds.
|
||||
Weight::from_parts(9_291_000, 0)
|
||||
// Minimum execution time: 8_979_000 picoseconds.
|
||||
Weight::from_parts(9_195_000, 0)
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
}
|
||||
@@ -196,10 +193,10 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `4`
|
||||
// Estimated: `1489`
|
||||
// Minimum execution time: 10_384_000 picoseconds.
|
||||
Weight::from_parts(10_598_000, 1489)
|
||||
// Standard Error: 1_369
|
||||
.saturating_add(Weight::from_parts(1_580_155, 0).saturating_mul(n.into()))
|
||||
// Minimum execution time: 10_410_000 picoseconds.
|
||||
Weight::from_parts(10_515_000, 1489)
|
||||
// Standard Error: 1_069
|
||||
.saturating_add(Weight::from_parts(1_513_013, 0).saturating_mul(n.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(n.into())))
|
||||
@@ -213,10 +210,10 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `65`
|
||||
// Estimated: `1489`
|
||||
// Minimum execution time: 11_022_000 picoseconds.
|
||||
Weight::from_parts(11_319_000, 1489)
|
||||
// Standard Error: 1_108
|
||||
.saturating_add(Weight::from_parts(1_048_682, 0).saturating_mul(n.into()))
|
||||
// Minimum execution time: 11_105_000 picoseconds.
|
||||
Weight::from_parts(584_850, 1489)
|
||||
// Standard Error: 1_417
|
||||
.saturating_add(Weight::from_parts(1_054_988, 0).saturating_mul(n.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(n.into())))
|
||||
@@ -226,10 +223,10 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 660_000 picoseconds.
|
||||
Weight::from_parts(7_814_200, 0)
|
||||
// Standard Error: 33
|
||||
.saturating_add(Weight::from_parts(94_390, 0).saturating_mul(i.into()))
|
||||
// Minimum execution time: 709_000 picoseconds.
|
||||
Weight::from_parts(7_409_096, 0)
|
||||
// Standard Error: 23
|
||||
.saturating_add(Weight::from_parts(95_342, 0).saturating_mul(i.into()))
|
||||
}
|
||||
/// Storage: Glutton TrashData (r:5000 w:0)
|
||||
/// Proof: Glutton TrashData (max_values: Some(65000), max_size: Some(1036), added: 3016, mode: MaxEncodedLen)
|
||||
@@ -238,10 +235,10 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `119036 + i * (1022 ±0)`
|
||||
// Estimated: `990 + i * (3016 ±0)`
|
||||
// Minimum execution time: 712_000 picoseconds.
|
||||
Weight::from_parts(814_000, 990)
|
||||
// Standard Error: 1_805
|
||||
.saturating_add(Weight::from_parts(5_407_690, 0).saturating_mul(i.into()))
|
||||
// Minimum execution time: 584_000 picoseconds.
|
||||
Weight::from_parts(674_000, 990)
|
||||
// Standard Error: 1_802
|
||||
.saturating_add(Weight::from_parts(5_360_522, 0).saturating_mul(i.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(i.into())))
|
||||
.saturating_add(Weight::from_parts(0, 3016).saturating_mul(i.into()))
|
||||
}
|
||||
@@ -254,9 +251,9 @@ impl WeightInfo for () {
|
||||
fn on_idle_high_proof_waste() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1900466`
|
||||
// Estimated: `5242760`
|
||||
// Minimum execution time: 54_903_045_000 picoseconds.
|
||||
Weight::from_parts(55_194_691_000, 5242760)
|
||||
// Estimated: `5239782`
|
||||
// Minimum execution time: 57_124_610_000 picoseconds.
|
||||
Weight::from_parts(57_256_059_000, 5239782)
|
||||
.saturating_add(RocksDbWeight::get().reads(1739_u64))
|
||||
}
|
||||
/// Storage: Glutton Storage (r:1 w:0)
|
||||
@@ -268,9 +265,9 @@ impl WeightInfo for () {
|
||||
fn on_idle_low_proof_waste() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `9516`
|
||||
// Estimated: `19048`
|
||||
// Minimum execution time: 97_295_331_000 picoseconds.
|
||||
Weight::from_parts(97_853_502_000, 19048)
|
||||
// Estimated: `16070`
|
||||
// Minimum execution time: 101_500_066_000 picoseconds.
|
||||
Weight::from_parts(101_621_640_000, 16070)
|
||||
.saturating_add(RocksDbWeight::get().reads(7_u64))
|
||||
}
|
||||
/// Storage: Glutton Storage (r:1 w:0)
|
||||
@@ -280,9 +277,9 @@ impl WeightInfo for () {
|
||||
fn empty_on_idle() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `4`
|
||||
// Estimated: `2978`
|
||||
// Minimum execution time: 4_280_000 picoseconds.
|
||||
Weight::from_parts(4_381_000, 2978)
|
||||
// Estimated: `1489`
|
||||
// Minimum execution time: 4_164_000 picoseconds.
|
||||
Weight::from_parts(4_378_000, 1489)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
}
|
||||
/// Storage: Glutton Compute (r:0 w:1)
|
||||
@@ -291,8 +288,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 8_758_000 picoseconds.
|
||||
Weight::from_parts(8_988_000, 0)
|
||||
// Minimum execution time: 8_795_000 picoseconds.
|
||||
Weight::from_parts(9_076_000, 0)
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
/// Storage: Glutton Storage (r:0 w:1)
|
||||
@@ -301,8 +298,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 8_901_000 picoseconds.
|
||||
Weight::from_parts(9_291_000, 0)
|
||||
// Minimum execution time: 8_979_000 picoseconds.
|
||||
Weight::from_parts(9_195_000, 0)
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
}
|
||||
|
||||
Generated
+176
-183
@@ -18,9 +18,9 @@
|
||||
//! Autogenerated weights for pallet_identity
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-04-06, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -31,9 +31,6 @@
|
||||
// --steps=50
|
||||
// --repeat=20
|
||||
// --pallet=pallet_identity
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
@@ -79,10 +76,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `32 + r * (57 ±0)`
|
||||
// Estimated: `2626`
|
||||
// Minimum execution time: 13_092_000 picoseconds.
|
||||
Weight::from_parts(13_798_719, 2626)
|
||||
// Standard Error: 1_553
|
||||
.saturating_add(Weight::from_parts(109_215, 0).saturating_mul(r.into()))
|
||||
// Minimum execution time: 12_851_000 picoseconds.
|
||||
Weight::from_parts(13_448_645, 2626)
|
||||
// Standard Error: 1_636
|
||||
.saturating_add(Weight::from_parts(113_654, 0).saturating_mul(r.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -94,12 +91,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `442 + r * (5 ±0)`
|
||||
// Estimated: `11003`
|
||||
// Minimum execution time: 30_800_000 picoseconds.
|
||||
Weight::from_parts(31_140_040, 11003)
|
||||
// Standard Error: 4_896
|
||||
.saturating_add(Weight::from_parts(69_348, 0).saturating_mul(r.into()))
|
||||
// Standard Error: 955
|
||||
.saturating_add(Weight::from_parts(430_082, 0).saturating_mul(x.into()))
|
||||
// Minimum execution time: 33_342_000 picoseconds.
|
||||
Weight::from_parts(33_155_116, 11003)
|
||||
// Standard Error: 2_307
|
||||
.saturating_add(Weight::from_parts(56_409, 0).saturating_mul(r.into()))
|
||||
// Standard Error: 450
|
||||
.saturating_add(Weight::from_parts(437_684, 0).saturating_mul(x.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -113,11 +110,11 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn set_subs_new(s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `101`
|
||||
// Estimated: `18716 + s * (2589 ±0)`
|
||||
// Minimum execution time: 10_301_000 picoseconds.
|
||||
Weight::from_parts(23_255_636, 18716)
|
||||
// Standard Error: 5_562
|
||||
.saturating_add(Weight::from_parts(2_978_765, 0).saturating_mul(s.into()))
|
||||
// Estimated: `11003 + s * (2589 ±0)`
|
||||
// Minimum execution time: 10_315_000 picoseconds.
|
||||
Weight::from_parts(26_535_526, 11003)
|
||||
// Standard Error: 4_344
|
||||
.saturating_add(Weight::from_parts(3_016_873, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(s.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
@@ -134,11 +131,11 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn set_subs_old(p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `194 + p * (32 ±0)`
|
||||
// Estimated: `17726`
|
||||
// Minimum execution time: 10_095_000 picoseconds.
|
||||
Weight::from_parts(23_197_533, 17726)
|
||||
// Standard Error: 3_460
|
||||
.saturating_add(Weight::from_parts(1_227_498, 0).saturating_mul(p.into()))
|
||||
// Estimated: `11003`
|
||||
// Minimum execution time: 10_220_000 picoseconds.
|
||||
Weight::from_parts(25_050_056, 11003)
|
||||
// Standard Error: 3_621
|
||||
.saturating_add(Weight::from_parts(1_291_143, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into())))
|
||||
@@ -155,13 +152,13 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn clear_identity(_r: u32, s: u32, x: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `469 + r * (5 ±0) + s * (32 ±0) + x * (66 ±0)`
|
||||
// Estimated: `17726`
|
||||
// Minimum execution time: 51_054_000 picoseconds.
|
||||
Weight::from_parts(30_184_047, 17726)
|
||||
// Standard Error: 2_441
|
||||
.saturating_add(Weight::from_parts(1_221_983, 0).saturating_mul(s.into()))
|
||||
// Standard Error: 2_441
|
||||
.saturating_add(Weight::from_parts(234_084, 0).saturating_mul(x.into()))
|
||||
// Estimated: `11003`
|
||||
// Minimum execution time: 56_018_000 picoseconds.
|
||||
Weight::from_parts(37_757_186, 11003)
|
||||
// Standard Error: 1_852
|
||||
.saturating_add(Weight::from_parts(1_257_980, 0).saturating_mul(s.into()))
|
||||
// Standard Error: 1_852
|
||||
.saturating_add(Weight::from_parts(215_426, 0).saturating_mul(x.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into())))
|
||||
@@ -175,13 +172,13 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn request_judgement(r: u32, x: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `367 + r * (57 ±0) + x * (66 ±0)`
|
||||
// Estimated: `13629`
|
||||
// Minimum execution time: 32_747_000 picoseconds.
|
||||
Weight::from_parts(29_557_659, 13629)
|
||||
// Standard Error: 4_616
|
||||
.saturating_add(Weight::from_parts(200_494, 0).saturating_mul(r.into()))
|
||||
// Standard Error: 900
|
||||
.saturating_add(Weight::from_parts(468_381, 0).saturating_mul(x.into()))
|
||||
// Estimated: `11003`
|
||||
// Minimum execution time: 34_792_000 picoseconds.
|
||||
Weight::from_parts(35_368_327, 11003)
|
||||
// Standard Error: 3_476
|
||||
.saturating_add(Weight::from_parts(78_981, 0).saturating_mul(r.into()))
|
||||
// Standard Error: 678
|
||||
.saturating_add(Weight::from_parts(459_077, 0).saturating_mul(x.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -189,16 +186,14 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<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: `398 + x * (66 ±0)`
|
||||
// Estimated: `11003`
|
||||
// Minimum execution time: 28_853_000 picoseconds.
|
||||
Weight::from_parts(26_811_119, 11003)
|
||||
// Standard Error: 15_667
|
||||
.saturating_add(Weight::from_parts(240_647, 0).saturating_mul(r.into()))
|
||||
// Standard Error: 3_056
|
||||
.saturating_add(Weight::from_parts(462_536, 0).saturating_mul(x.into()))
|
||||
// Minimum execution time: 31_306_000 picoseconds.
|
||||
Weight::from_parts(33_304_799, 11003)
|
||||
// Standard Error: 892
|
||||
.saturating_add(Weight::from_parts(451_655, 0).saturating_mul(x.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -209,10 +204,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `89 + r * (57 ±0)`
|
||||
// Estimated: `2626`
|
||||
// Minimum execution time: 8_413_000 picoseconds.
|
||||
Weight::from_parts(8_846_436, 2626)
|
||||
// Standard Error: 1_470
|
||||
.saturating_add(Weight::from_parts(113_780, 0).saturating_mul(r.into()))
|
||||
// Minimum execution time: 8_215_000 picoseconds.
|
||||
Weight::from_parts(8_692_102, 2626)
|
||||
// Standard Error: 1_455
|
||||
.saturating_add(Weight::from_parts(110_912, 0).saturating_mul(r.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -223,10 +218,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `89 + r * (57 ±0)`
|
||||
// Estimated: `2626`
|
||||
// Minimum execution time: 8_753_000 picoseconds.
|
||||
Weight::from_parts(9_143_938, 2626)
|
||||
// Standard Error: 1_490
|
||||
.saturating_add(Weight::from_parts(113_406, 0).saturating_mul(r.into()))
|
||||
// Minimum execution time: 8_397_000 picoseconds.
|
||||
Weight::from_parts(8_787_656, 2626)
|
||||
// Standard Error: 1_440
|
||||
.saturating_add(Weight::from_parts(111_212, 0).saturating_mul(r.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -237,10 +232,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `89 + r * (57 ±0)`
|
||||
// Estimated: `2626`
|
||||
// Minimum execution time: 8_320_000 picoseconds.
|
||||
Weight::from_parts(8_800_306, 2626)
|
||||
// Standard Error: 1_345
|
||||
.saturating_add(Weight::from_parts(125_258, 0).saturating_mul(r.into()))
|
||||
// Minimum execution time: 8_466_000 picoseconds.
|
||||
Weight::from_parts(8_689_763, 2626)
|
||||
// Standard Error: 1_536
|
||||
.saturating_add(Weight::from_parts(106_371, 0).saturating_mul(r.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -253,13 +248,13 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn provide_judgement(r: u32, x: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `445 + r * (57 ±0) + x * (66 ±0)`
|
||||
// Estimated: `13629`
|
||||
// Minimum execution time: 25_313_000 picoseconds.
|
||||
Weight::from_parts(23_968_548, 13629)
|
||||
// Standard Error: 4_143
|
||||
.saturating_add(Weight::from_parts(164_678, 0).saturating_mul(r.into()))
|
||||
// Standard Error: 766
|
||||
.saturating_add(Weight::from_parts(713_576, 0).saturating_mul(x.into()))
|
||||
// Estimated: `11003`
|
||||
// Minimum execution time: 25_132_000 picoseconds.
|
||||
Weight::from_parts(20_582_313, 11003)
|
||||
// Standard Error: 10_427
|
||||
.saturating_add(Weight::from_parts(277_545, 0).saturating_mul(r.into()))
|
||||
// Standard Error: 1_929
|
||||
.saturating_add(Weight::from_parts(747_966, 0).saturating_mul(x.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -277,15 +272,15 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn kill_identity(r: u32, s: u32, x: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `676 + r * (5 ±0) + s * (32 ±0) + x * (66 ±0)`
|
||||
// Estimated: `21319`
|
||||
// Minimum execution time: 64_638_000 picoseconds.
|
||||
Weight::from_parts(43_317_654, 21319)
|
||||
// Standard Error: 10_182
|
||||
.saturating_add(Weight::from_parts(61_967, 0).saturating_mul(r.into()))
|
||||
// Standard Error: 1_988
|
||||
.saturating_add(Weight::from_parts(1_224_202, 0).saturating_mul(s.into()))
|
||||
// Standard Error: 1_988
|
||||
.saturating_add(Weight::from_parts(233_897, 0).saturating_mul(x.into()))
|
||||
// Estimated: `11003`
|
||||
// Minimum execution time: 72_043_000 picoseconds.
|
||||
Weight::from_parts(50_994_735, 11003)
|
||||
// Standard Error: 9_304
|
||||
.saturating_add(Weight::from_parts(123_052, 0).saturating_mul(r.into()))
|
||||
// Standard Error: 1_817
|
||||
.saturating_add(Weight::from_parts(1_256_713, 0).saturating_mul(s.into()))
|
||||
// Standard Error: 1_817
|
||||
.saturating_add(Weight::from_parts(219_242, 0).saturating_mul(x.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into())))
|
||||
@@ -300,11 +295,11 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn add_sub(s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `475 + s * (36 ±0)`
|
||||
// Estimated: `21305`
|
||||
// Minimum execution time: 28_661_000 picoseconds.
|
||||
Weight::from_parts(33_432_641, 21305)
|
||||
// Standard Error: 1_547
|
||||
.saturating_add(Weight::from_parts(71_314, 0).saturating_mul(s.into()))
|
||||
// Estimated: `11003`
|
||||
// Minimum execution time: 30_747_000 picoseconds.
|
||||
Weight::from_parts(35_975_985, 11003)
|
||||
// Standard Error: 1_625
|
||||
.saturating_add(Weight::from_parts(73_263, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -316,11 +311,11 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn rename_sub(s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `591 + s * (3 ±0)`
|
||||
// Estimated: `14582`
|
||||
// Minimum execution time: 13_885_000 picoseconds.
|
||||
Weight::from_parts(16_105_165, 14582)
|
||||
// Standard Error: 562
|
||||
.saturating_add(Weight::from_parts(17_087, 0).saturating_mul(s.into()))
|
||||
// Estimated: `11003`
|
||||
// Minimum execution time: 13_586_000 picoseconds.
|
||||
Weight::from_parts(15_909_245, 11003)
|
||||
// Standard Error: 611
|
||||
.saturating_add(Weight::from_parts(16_949, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -334,11 +329,11 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn remove_sub(s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `638 + s * (35 ±0)`
|
||||
// Estimated: `21305`
|
||||
// Minimum execution time: 32_192_000 picoseconds.
|
||||
Weight::from_parts(35_393_444, 21305)
|
||||
// Standard Error: 2_198
|
||||
.saturating_add(Weight::from_parts(62_316, 0).saturating_mul(s.into()))
|
||||
// Estimated: `11003`
|
||||
// Minimum execution time: 34_286_000 picoseconds.
|
||||
Weight::from_parts(37_391_401, 11003)
|
||||
// Standard Error: 1_099
|
||||
.saturating_add(Weight::from_parts(61_165, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -350,11 +345,11 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn quit_sub(s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `564 + s * (37 ±0)`
|
||||
// Estimated: `10302`
|
||||
// Minimum execution time: 20_803_000 picoseconds.
|
||||
Weight::from_parts(23_462_393, 10302)
|
||||
// Standard Error: 1_619
|
||||
.saturating_add(Weight::from_parts(59_938, 0).saturating_mul(s.into()))
|
||||
// Estimated: `6723`
|
||||
// Minimum execution time: 22_197_000 picoseconds.
|
||||
Weight::from_parts(24_630_311, 6723)
|
||||
// Standard Error: 1_092
|
||||
.saturating_add(Weight::from_parts(63_415, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -369,10 +364,10 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `32 + r * (57 ±0)`
|
||||
// Estimated: `2626`
|
||||
// Minimum execution time: 13_092_000 picoseconds.
|
||||
Weight::from_parts(13_798_719, 2626)
|
||||
// Standard Error: 1_553
|
||||
.saturating_add(Weight::from_parts(109_215, 0).saturating_mul(r.into()))
|
||||
// Minimum execution time: 12_851_000 picoseconds.
|
||||
Weight::from_parts(13_448_645, 2626)
|
||||
// Standard Error: 1_636
|
||||
.saturating_add(Weight::from_parts(113_654, 0).saturating_mul(r.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -384,12 +379,12 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `442 + r * (5 ±0)`
|
||||
// Estimated: `11003`
|
||||
// Minimum execution time: 30_800_000 picoseconds.
|
||||
Weight::from_parts(31_140_040, 11003)
|
||||
// Standard Error: 4_896
|
||||
.saturating_add(Weight::from_parts(69_348, 0).saturating_mul(r.into()))
|
||||
// Standard Error: 955
|
||||
.saturating_add(Weight::from_parts(430_082, 0).saturating_mul(x.into()))
|
||||
// Minimum execution time: 33_342_000 picoseconds.
|
||||
Weight::from_parts(33_155_116, 11003)
|
||||
// Standard Error: 2_307
|
||||
.saturating_add(Weight::from_parts(56_409, 0).saturating_mul(r.into()))
|
||||
// Standard Error: 450
|
||||
.saturating_add(Weight::from_parts(437_684, 0).saturating_mul(x.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -403,11 +398,11 @@ impl WeightInfo for () {
|
||||
fn set_subs_new(s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `101`
|
||||
// Estimated: `18716 + s * (2589 ±0)`
|
||||
// Minimum execution time: 10_301_000 picoseconds.
|
||||
Weight::from_parts(23_255_636, 18716)
|
||||
// Standard Error: 5_562
|
||||
.saturating_add(Weight::from_parts(2_978_765, 0).saturating_mul(s.into()))
|
||||
// Estimated: `11003 + s * (2589 ±0)`
|
||||
// Minimum execution time: 10_315_000 picoseconds.
|
||||
Weight::from_parts(26_535_526, 11003)
|
||||
// Standard Error: 4_344
|
||||
.saturating_add(Weight::from_parts(3_016_873, 0).saturating_mul(s.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(s.into())))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
@@ -424,11 +419,11 @@ impl WeightInfo for () {
|
||||
fn set_subs_old(p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `194 + p * (32 ±0)`
|
||||
// Estimated: `17726`
|
||||
// Minimum execution time: 10_095_000 picoseconds.
|
||||
Weight::from_parts(23_197_533, 17726)
|
||||
// Standard Error: 3_460
|
||||
.saturating_add(Weight::from_parts(1_227_498, 0).saturating_mul(p.into()))
|
||||
// Estimated: `11003`
|
||||
// Minimum execution time: 10_220_000 picoseconds.
|
||||
Weight::from_parts(25_050_056, 11003)
|
||||
// Standard Error: 3_621
|
||||
.saturating_add(Weight::from_parts(1_291_143, 0).saturating_mul(p.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(p.into())))
|
||||
@@ -445,13 +440,13 @@ impl WeightInfo for () {
|
||||
fn clear_identity(_r: u32, s: u32, x: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `469 + r * (5 ±0) + s * (32 ±0) + x * (66 ±0)`
|
||||
// Estimated: `17726`
|
||||
// Minimum execution time: 51_054_000 picoseconds.
|
||||
Weight::from_parts(30_184_047, 17726)
|
||||
// Standard Error: 2_441
|
||||
.saturating_add(Weight::from_parts(1_221_983, 0).saturating_mul(s.into()))
|
||||
// Standard Error: 2_441
|
||||
.saturating_add(Weight::from_parts(234_084, 0).saturating_mul(x.into()))
|
||||
// Estimated: `11003`
|
||||
// Minimum execution time: 56_018_000 picoseconds.
|
||||
Weight::from_parts(37_757_186, 11003)
|
||||
// Standard Error: 1_852
|
||||
.saturating_add(Weight::from_parts(1_257_980, 0).saturating_mul(s.into()))
|
||||
// Standard Error: 1_852
|
||||
.saturating_add(Weight::from_parts(215_426, 0).saturating_mul(x.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(s.into())))
|
||||
@@ -465,13 +460,13 @@ impl WeightInfo for () {
|
||||
fn request_judgement(r: u32, x: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `367 + r * (57 ±0) + x * (66 ±0)`
|
||||
// Estimated: `13629`
|
||||
// Minimum execution time: 32_747_000 picoseconds.
|
||||
Weight::from_parts(29_557_659, 13629)
|
||||
// Standard Error: 4_616
|
||||
.saturating_add(Weight::from_parts(200_494, 0).saturating_mul(r.into()))
|
||||
// Standard Error: 900
|
||||
.saturating_add(Weight::from_parts(468_381, 0).saturating_mul(x.into()))
|
||||
// Estimated: `11003`
|
||||
// Minimum execution time: 34_792_000 picoseconds.
|
||||
Weight::from_parts(35_368_327, 11003)
|
||||
// Standard Error: 3_476
|
||||
.saturating_add(Weight::from_parts(78_981, 0).saturating_mul(r.into()))
|
||||
// Standard Error: 678
|
||||
.saturating_add(Weight::from_parts(459_077, 0).saturating_mul(x.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -479,16 +474,14 @@ impl WeightInfo for () {
|
||||
/// 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: `398 + x * (66 ±0)`
|
||||
// Estimated: `11003`
|
||||
// Minimum execution time: 28_853_000 picoseconds.
|
||||
Weight::from_parts(26_811_119, 11003)
|
||||
// Standard Error: 15_667
|
||||
.saturating_add(Weight::from_parts(240_647, 0).saturating_mul(r.into()))
|
||||
// Standard Error: 3_056
|
||||
.saturating_add(Weight::from_parts(462_536, 0).saturating_mul(x.into()))
|
||||
// Minimum execution time: 31_306_000 picoseconds.
|
||||
Weight::from_parts(33_304_799, 11003)
|
||||
// Standard Error: 892
|
||||
.saturating_add(Weight::from_parts(451_655, 0).saturating_mul(x.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -499,10 +492,10 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `89 + r * (57 ±0)`
|
||||
// Estimated: `2626`
|
||||
// Minimum execution time: 8_413_000 picoseconds.
|
||||
Weight::from_parts(8_846_436, 2626)
|
||||
// Standard Error: 1_470
|
||||
.saturating_add(Weight::from_parts(113_780, 0).saturating_mul(r.into()))
|
||||
// Minimum execution time: 8_215_000 picoseconds.
|
||||
Weight::from_parts(8_692_102, 2626)
|
||||
// Standard Error: 1_455
|
||||
.saturating_add(Weight::from_parts(110_912, 0).saturating_mul(r.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -513,10 +506,10 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `89 + r * (57 ±0)`
|
||||
// Estimated: `2626`
|
||||
// Minimum execution time: 8_753_000 picoseconds.
|
||||
Weight::from_parts(9_143_938, 2626)
|
||||
// Standard Error: 1_490
|
||||
.saturating_add(Weight::from_parts(113_406, 0).saturating_mul(r.into()))
|
||||
// Minimum execution time: 8_397_000 picoseconds.
|
||||
Weight::from_parts(8_787_656, 2626)
|
||||
// Standard Error: 1_440
|
||||
.saturating_add(Weight::from_parts(111_212, 0).saturating_mul(r.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -527,10 +520,10 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `89 + r * (57 ±0)`
|
||||
// Estimated: `2626`
|
||||
// Minimum execution time: 8_320_000 picoseconds.
|
||||
Weight::from_parts(8_800_306, 2626)
|
||||
// Standard Error: 1_345
|
||||
.saturating_add(Weight::from_parts(125_258, 0).saturating_mul(r.into()))
|
||||
// Minimum execution time: 8_466_000 picoseconds.
|
||||
Weight::from_parts(8_689_763, 2626)
|
||||
// Standard Error: 1_536
|
||||
.saturating_add(Weight::from_parts(106_371, 0).saturating_mul(r.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -543,13 +536,13 @@ impl WeightInfo for () {
|
||||
fn provide_judgement(r: u32, x: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `445 + r * (57 ±0) + x * (66 ±0)`
|
||||
// Estimated: `13629`
|
||||
// Minimum execution time: 25_313_000 picoseconds.
|
||||
Weight::from_parts(23_968_548, 13629)
|
||||
// Standard Error: 4_143
|
||||
.saturating_add(Weight::from_parts(164_678, 0).saturating_mul(r.into()))
|
||||
// Standard Error: 766
|
||||
.saturating_add(Weight::from_parts(713_576, 0).saturating_mul(x.into()))
|
||||
// Estimated: `11003`
|
||||
// Minimum execution time: 25_132_000 picoseconds.
|
||||
Weight::from_parts(20_582_313, 11003)
|
||||
// Standard Error: 10_427
|
||||
.saturating_add(Weight::from_parts(277_545, 0).saturating_mul(r.into()))
|
||||
// Standard Error: 1_929
|
||||
.saturating_add(Weight::from_parts(747_966, 0).saturating_mul(x.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -567,15 +560,15 @@ impl WeightInfo for () {
|
||||
fn kill_identity(r: u32, s: u32, x: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `676 + r * (5 ±0) + s * (32 ±0) + x * (66 ±0)`
|
||||
// Estimated: `21319`
|
||||
// Minimum execution time: 64_638_000 picoseconds.
|
||||
Weight::from_parts(43_317_654, 21319)
|
||||
// Standard Error: 10_182
|
||||
.saturating_add(Weight::from_parts(61_967, 0).saturating_mul(r.into()))
|
||||
// Standard Error: 1_988
|
||||
.saturating_add(Weight::from_parts(1_224_202, 0).saturating_mul(s.into()))
|
||||
// Standard Error: 1_988
|
||||
.saturating_add(Weight::from_parts(233_897, 0).saturating_mul(x.into()))
|
||||
// Estimated: `11003`
|
||||
// Minimum execution time: 72_043_000 picoseconds.
|
||||
Weight::from_parts(50_994_735, 11003)
|
||||
// Standard Error: 9_304
|
||||
.saturating_add(Weight::from_parts(123_052, 0).saturating_mul(r.into()))
|
||||
// Standard Error: 1_817
|
||||
.saturating_add(Weight::from_parts(1_256_713, 0).saturating_mul(s.into()))
|
||||
// Standard Error: 1_817
|
||||
.saturating_add(Weight::from_parts(219_242, 0).saturating_mul(x.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(s.into())))
|
||||
@@ -590,11 +583,11 @@ impl WeightInfo for () {
|
||||
fn add_sub(s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `475 + s * (36 ±0)`
|
||||
// Estimated: `21305`
|
||||
// Minimum execution time: 28_661_000 picoseconds.
|
||||
Weight::from_parts(33_432_641, 21305)
|
||||
// Standard Error: 1_547
|
||||
.saturating_add(Weight::from_parts(71_314, 0).saturating_mul(s.into()))
|
||||
// Estimated: `11003`
|
||||
// Minimum execution time: 30_747_000 picoseconds.
|
||||
Weight::from_parts(35_975_985, 11003)
|
||||
// Standard Error: 1_625
|
||||
.saturating_add(Weight::from_parts(73_263, 0).saturating_mul(s.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -606,11 +599,11 @@ impl WeightInfo for () {
|
||||
fn rename_sub(s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `591 + s * (3 ±0)`
|
||||
// Estimated: `14582`
|
||||
// Minimum execution time: 13_885_000 picoseconds.
|
||||
Weight::from_parts(16_105_165, 14582)
|
||||
// Standard Error: 562
|
||||
.saturating_add(Weight::from_parts(17_087, 0).saturating_mul(s.into()))
|
||||
// Estimated: `11003`
|
||||
// Minimum execution time: 13_586_000 picoseconds.
|
||||
Weight::from_parts(15_909_245, 11003)
|
||||
// Standard Error: 611
|
||||
.saturating_add(Weight::from_parts(16_949, 0).saturating_mul(s.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -624,11 +617,11 @@ impl WeightInfo for () {
|
||||
fn remove_sub(s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `638 + s * (35 ±0)`
|
||||
// Estimated: `21305`
|
||||
// Minimum execution time: 32_192_000 picoseconds.
|
||||
Weight::from_parts(35_393_444, 21305)
|
||||
// Standard Error: 2_198
|
||||
.saturating_add(Weight::from_parts(62_316, 0).saturating_mul(s.into()))
|
||||
// Estimated: `11003`
|
||||
// Minimum execution time: 34_286_000 picoseconds.
|
||||
Weight::from_parts(37_391_401, 11003)
|
||||
// Standard Error: 1_099
|
||||
.saturating_add(Weight::from_parts(61_165, 0).saturating_mul(s.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -640,11 +633,11 @@ impl WeightInfo for () {
|
||||
fn quit_sub(s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `564 + s * (37 ±0)`
|
||||
// Estimated: `10302`
|
||||
// Minimum execution time: 20_803_000 picoseconds.
|
||||
Weight::from_parts(23_462_393, 10302)
|
||||
// Standard Error: 1_619
|
||||
.saturating_add(Weight::from_parts(59_938, 0).saturating_mul(s.into()))
|
||||
// Estimated: `6723`
|
||||
// Minimum execution time: 22_197_000 picoseconds.
|
||||
Weight::from_parts(24_630_311, 6723)
|
||||
// Standard Error: 1_092
|
||||
.saturating_add(Weight::from_parts(63_415, 0).saturating_mul(s.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
||||
Generated
+18
-21
@@ -18,9 +18,9 @@
|
||||
//! Autogenerated weights for pallet_im_online
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-04-06, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -31,9 +31,6 @@
|
||||
// --steps=50
|
||||
// --repeat=20
|
||||
// --pallet=pallet_im_online
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
@@ -72,17 +69,17 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn validate_unsigned_and_then_heartbeat(k: u32, e: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `295 + k * (32 ±0)`
|
||||
// Estimated: `10349544 + e * (35 ±0) + k * (64 ±0)`
|
||||
// Minimum execution time: 106_224_000 picoseconds.
|
||||
Weight::from_parts(79_172_319, 10349544)
|
||||
// Standard Error: 259
|
||||
.saturating_add(Weight::from_parts(29_576, 0).saturating_mul(k.into()))
|
||||
// Standard Error: 2_611
|
||||
.saturating_add(Weight::from_parts(422_369, 0).saturating_mul(e.into()))
|
||||
// Estimated: `10024497 + e * (35 ±0) + k * (32 ±0)`
|
||||
// Minimum execution time: 95_573_000 picoseconds.
|
||||
Weight::from_parts(78_856_572, 10024497)
|
||||
// Standard Error: 315
|
||||
.saturating_add(Weight::from_parts(22_926, 0).saturating_mul(k.into()))
|
||||
// Standard Error: 3_181
|
||||
.saturating_add(Weight::from_parts(362_093, 0).saturating_mul(e.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
.saturating_add(Weight::from_parts(0, 35).saturating_mul(e.into()))
|
||||
.saturating_add(Weight::from_parts(0, 64).saturating_mul(k.into()))
|
||||
.saturating_add(Weight::from_parts(0, 32).saturating_mul(k.into()))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -103,16 +100,16 @@ impl WeightInfo for () {
|
||||
fn validate_unsigned_and_then_heartbeat(k: u32, e: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `295 + k * (32 ±0)`
|
||||
// Estimated: `10349544 + e * (35 ±0) + k * (64 ±0)`
|
||||
// Minimum execution time: 106_224_000 picoseconds.
|
||||
Weight::from_parts(79_172_319, 10349544)
|
||||
// Standard Error: 259
|
||||
.saturating_add(Weight::from_parts(29_576, 0).saturating_mul(k.into()))
|
||||
// Standard Error: 2_611
|
||||
.saturating_add(Weight::from_parts(422_369, 0).saturating_mul(e.into()))
|
||||
// Estimated: `10024497 + e * (35 ±0) + k * (32 ±0)`
|
||||
// Minimum execution time: 95_573_000 picoseconds.
|
||||
Weight::from_parts(78_856_572, 10024497)
|
||||
// Standard Error: 315
|
||||
.saturating_add(Weight::from_parts(22_926, 0).saturating_mul(k.into()))
|
||||
// Standard Error: 3_181
|
||||
.saturating_add(Weight::from_parts(362_093, 0).saturating_mul(e.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
.saturating_add(Weight::from_parts(0, 35).saturating_mul(e.into()))
|
||||
.saturating_add(Weight::from_parts(0, 64).saturating_mul(k.into()))
|
||||
.saturating_add(Weight::from_parts(0, 32).saturating_mul(k.into()))
|
||||
}
|
||||
}
|
||||
|
||||
Generated
+26
-29
@@ -18,9 +18,9 @@
|
||||
//! Autogenerated weights for pallet_indices
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-04-06, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -31,9 +31,6 @@
|
||||
// --steps=50
|
||||
// --repeat=20
|
||||
// --pallet=pallet_indices
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
@@ -67,8 +64,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `76`
|
||||
// Estimated: `3534`
|
||||
// Minimum execution time: 22_365_000 picoseconds.
|
||||
Weight::from_parts(22_713_000, 3534)
|
||||
// Minimum execution time: 27_250_000 picoseconds.
|
||||
Weight::from_parts(27_829_000, 3534)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -79,9 +76,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn transfer() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `275`
|
||||
// Estimated: `7127`
|
||||
// Minimum execution time: 28_380_000 picoseconds.
|
||||
Weight::from_parts(29_251_000, 7127)
|
||||
// Estimated: `3593`
|
||||
// Minimum execution time: 37_880_000 picoseconds.
|
||||
Weight::from_parts(38_329_000, 3593)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -91,8 +88,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `172`
|
||||
// Estimated: `3534`
|
||||
// Minimum execution time: 22_932_000 picoseconds.
|
||||
Weight::from_parts(23_442_000, 3534)
|
||||
// Minimum execution time: 27_455_000 picoseconds.
|
||||
Weight::from_parts(27_788_000, 3534)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -103,9 +100,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn force_transfer() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `275`
|
||||
// Estimated: `7127`
|
||||
// Minimum execution time: 25_223_000 picoseconds.
|
||||
Weight::from_parts(25_519_000, 7127)
|
||||
// Estimated: `3593`
|
||||
// Minimum execution time: 29_865_000 picoseconds.
|
||||
Weight::from_parts(30_420_000, 3593)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -115,8 +112,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `172`
|
||||
// Estimated: `3534`
|
||||
// Minimum execution time: 25_223_000 picoseconds.
|
||||
Weight::from_parts(26_127_000, 3534)
|
||||
// Minimum execution time: 29_689_000 picoseconds.
|
||||
Weight::from_parts(30_443_000, 3534)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -130,8 +127,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `76`
|
||||
// Estimated: `3534`
|
||||
// Minimum execution time: 22_365_000 picoseconds.
|
||||
Weight::from_parts(22_713_000, 3534)
|
||||
// Minimum execution time: 27_250_000 picoseconds.
|
||||
Weight::from_parts(27_829_000, 3534)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -142,9 +139,9 @@ impl WeightInfo for () {
|
||||
fn transfer() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `275`
|
||||
// Estimated: `7127`
|
||||
// Minimum execution time: 28_380_000 picoseconds.
|
||||
Weight::from_parts(29_251_000, 7127)
|
||||
// Estimated: `3593`
|
||||
// Minimum execution time: 37_880_000 picoseconds.
|
||||
Weight::from_parts(38_329_000, 3593)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -154,8 +151,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `172`
|
||||
// Estimated: `3534`
|
||||
// Minimum execution time: 22_932_000 picoseconds.
|
||||
Weight::from_parts(23_442_000, 3534)
|
||||
// Minimum execution time: 27_455_000 picoseconds.
|
||||
Weight::from_parts(27_788_000, 3534)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -166,9 +163,9 @@ impl WeightInfo for () {
|
||||
fn force_transfer() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `275`
|
||||
// Estimated: `7127`
|
||||
// Minimum execution time: 25_223_000 picoseconds.
|
||||
Weight::from_parts(25_519_000, 7127)
|
||||
// Estimated: `3593`
|
||||
// Minimum execution time: 29_865_000 picoseconds.
|
||||
Weight::from_parts(30_420_000, 3593)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -178,8 +175,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `172`
|
||||
// Estimated: `3534`
|
||||
// Minimum execution time: 25_223_000 picoseconds.
|
||||
Weight::from_parts(26_127_000, 3534)
|
||||
// Minimum execution time: 29_689_000 picoseconds.
|
||||
Weight::from_parts(30_443_000, 3534)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
||||
Generated
+38
-41
@@ -18,9 +18,9 @@
|
||||
//! Autogenerated weights for pallet_lottery
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-04-06, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -31,9 +31,6 @@
|
||||
// --steps=50
|
||||
// --repeat=20
|
||||
// --pallet=pallet_lottery
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
@@ -79,9 +76,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn buy_ticket() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `452`
|
||||
// Estimated: `13121`
|
||||
// Minimum execution time: 43_076_000 picoseconds.
|
||||
Weight::from_parts(43_902_000, 13121)
|
||||
// Estimated: `3593`
|
||||
// Minimum execution time: 61_502_000 picoseconds.
|
||||
Weight::from_parts(62_578_000, 3593)
|
||||
.saturating_add(T::DbWeight::get().reads(6_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -92,10 +89,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 8_222_000 picoseconds.
|
||||
Weight::from_parts(9_166_238, 0)
|
||||
// Standard Error: 3_489
|
||||
.saturating_add(Weight::from_parts(328_564, 0).saturating_mul(n.into()))
|
||||
// Minimum execution time: 8_282_000 picoseconds.
|
||||
Weight::from_parts(9_271_031, 0)
|
||||
// Standard Error: 3_756
|
||||
.saturating_add(Weight::from_parts(349_990, 0).saturating_mul(n.into()))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
/// Storage: Lottery Lottery (r:1 w:1)
|
||||
@@ -107,9 +104,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn start_lottery() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `161`
|
||||
// Estimated: `6596`
|
||||
// Minimum execution time: 36_555_000 picoseconds.
|
||||
Weight::from_parts(37_008_000, 6596)
|
||||
// Estimated: `3593`
|
||||
// Minimum execution time: 38_975_000 picoseconds.
|
||||
Weight::from_parts(39_552_000, 3593)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -119,8 +116,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `219`
|
||||
// Estimated: `1514`
|
||||
// Minimum execution time: 8_230_000 picoseconds.
|
||||
Weight::from_parts(8_355_000, 1514)
|
||||
// Minimum execution time: 8_243_000 picoseconds.
|
||||
Weight::from_parts(8_359_000, 1514)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -137,9 +134,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn on_initialize_end() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `524`
|
||||
// Estimated: `16787`
|
||||
// Minimum execution time: 60_097_000 picoseconds.
|
||||
Weight::from_parts(62_055_000, 16787)
|
||||
// Estimated: `6196`
|
||||
// Minimum execution time: 76_062_000 picoseconds.
|
||||
Weight::from_parts(76_547_000, 6196)
|
||||
.saturating_add(T::DbWeight::get().reads(6_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -158,9 +155,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn on_initialize_repeat() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `524`
|
||||
// Estimated: `18276`
|
||||
// Minimum execution time: 61_354_000 picoseconds.
|
||||
Weight::from_parts(62_429_000, 18276)
|
||||
// Estimated: `6196`
|
||||
// Minimum execution time: 78_089_000 picoseconds.
|
||||
Weight::from_parts(78_632_000, 6196)
|
||||
.saturating_add(T::DbWeight::get().reads(7_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(5_u64))
|
||||
}
|
||||
@@ -185,9 +182,9 @@ impl WeightInfo for () {
|
||||
fn buy_ticket() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `452`
|
||||
// Estimated: `13121`
|
||||
// Minimum execution time: 43_076_000 picoseconds.
|
||||
Weight::from_parts(43_902_000, 13121)
|
||||
// Estimated: `3593`
|
||||
// Minimum execution time: 61_502_000 picoseconds.
|
||||
Weight::from_parts(62_578_000, 3593)
|
||||
.saturating_add(RocksDbWeight::get().reads(6_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -198,10 +195,10 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 8_222_000 picoseconds.
|
||||
Weight::from_parts(9_166_238, 0)
|
||||
// Standard Error: 3_489
|
||||
.saturating_add(Weight::from_parts(328_564, 0).saturating_mul(n.into()))
|
||||
// Minimum execution time: 8_282_000 picoseconds.
|
||||
Weight::from_parts(9_271_031, 0)
|
||||
// Standard Error: 3_756
|
||||
.saturating_add(Weight::from_parts(349_990, 0).saturating_mul(n.into()))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
/// Storage: Lottery Lottery (r:1 w:1)
|
||||
@@ -213,9 +210,9 @@ impl WeightInfo for () {
|
||||
fn start_lottery() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `161`
|
||||
// Estimated: `6596`
|
||||
// Minimum execution time: 36_555_000 picoseconds.
|
||||
Weight::from_parts(37_008_000, 6596)
|
||||
// Estimated: `3593`
|
||||
// Minimum execution time: 38_975_000 picoseconds.
|
||||
Weight::from_parts(39_552_000, 3593)
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -225,8 +222,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `219`
|
||||
// Estimated: `1514`
|
||||
// Minimum execution time: 8_230_000 picoseconds.
|
||||
Weight::from_parts(8_355_000, 1514)
|
||||
// Minimum execution time: 8_243_000 picoseconds.
|
||||
Weight::from_parts(8_359_000, 1514)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -243,9 +240,9 @@ impl WeightInfo for () {
|
||||
fn on_initialize_end() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `524`
|
||||
// Estimated: `16787`
|
||||
// Minimum execution time: 60_097_000 picoseconds.
|
||||
Weight::from_parts(62_055_000, 16787)
|
||||
// Estimated: `6196`
|
||||
// Minimum execution time: 76_062_000 picoseconds.
|
||||
Weight::from_parts(76_547_000, 6196)
|
||||
.saturating_add(RocksDbWeight::get().reads(6_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -264,9 +261,9 @@ impl WeightInfo for () {
|
||||
fn on_initialize_repeat() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `524`
|
||||
// Estimated: `18276`
|
||||
// Minimum execution time: 61_354_000 picoseconds.
|
||||
Weight::from_parts(62_429_000, 18276)
|
||||
// Estimated: `6196`
|
||||
// Minimum execution time: 78_089_000 picoseconds.
|
||||
Weight::from_parts(78_632_000, 6196)
|
||||
.saturating_add(RocksDbWeight::get().reads(7_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(5_u64))
|
||||
}
|
||||
|
||||
+78
-85
@@ -18,9 +18,9 @@
|
||||
//! Autogenerated weights for pallet_membership
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-04-06, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -31,9 +31,6 @@
|
||||
// --steps=50
|
||||
// --repeat=20
|
||||
// --pallet=pallet_membership
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
@@ -75,14 +72,14 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn add_member(m: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `174 + m * (64 ±0)`
|
||||
// Estimated: `6691 + m * (192 ±0)`
|
||||
// Minimum execution time: 17_587_000 picoseconds.
|
||||
Weight::from_parts(18_658_163, 6691)
|
||||
// Standard Error: 710
|
||||
.saturating_add(Weight::from_parts(46_294, 0).saturating_mul(m.into()))
|
||||
// Estimated: `4687 + m * (64 ±0)`
|
||||
// Minimum execution time: 18_264_000 picoseconds.
|
||||
Weight::from_parts(19_343_697, 4687)
|
||||
// Standard Error: 699
|
||||
.saturating_add(Weight::from_parts(44_401, 0).saturating_mul(m.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 192).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into()))
|
||||
}
|
||||
/// Storage: TechnicalMembership Members (r:1 w:1)
|
||||
/// Proof: TechnicalMembership Members (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen)
|
||||
@@ -98,14 +95,14 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn remove_member(m: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `278 + m * (64 ±0)`
|
||||
// Estimated: `8520 + m * (192 ±0)`
|
||||
// Minimum execution time: 20_402_000 picoseconds.
|
||||
Weight::from_parts(21_165_819, 8520)
|
||||
// Standard Error: 643
|
||||
.saturating_add(Weight::from_parts(45_481, 0).saturating_mul(m.into()))
|
||||
// Estimated: `4687 + m * (64 ±0)`
|
||||
// Minimum execution time: 21_092_000 picoseconds.
|
||||
Weight::from_parts(22_140_391, 4687)
|
||||
// Standard Error: 545
|
||||
.saturating_add(Weight::from_parts(40_638, 0).saturating_mul(m.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 192).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into()))
|
||||
}
|
||||
/// Storage: TechnicalMembership Members (r:1 w:1)
|
||||
/// Proof: TechnicalMembership Members (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen)
|
||||
@@ -121,14 +118,14 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn swap_member(m: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `278 + m * (64 ±0)`
|
||||
// Estimated: `8520 + m * (192 ±0)`
|
||||
// Minimum execution time: 20_380_000 picoseconds.
|
||||
Weight::from_parts(21_633_260, 8520)
|
||||
// Standard Error: 770
|
||||
.saturating_add(Weight::from_parts(55_504, 0).saturating_mul(m.into()))
|
||||
// Estimated: `4687 + m * (64 ±0)`
|
||||
// Minimum execution time: 21_002_000 picoseconds.
|
||||
Weight::from_parts(22_364_944, 4687)
|
||||
// Standard Error: 752
|
||||
.saturating_add(Weight::from_parts(54_363, 0).saturating_mul(m.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 192).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into()))
|
||||
}
|
||||
/// Storage: TechnicalMembership Members (r:1 w:1)
|
||||
/// Proof: TechnicalMembership Members (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen)
|
||||
@@ -144,14 +141,14 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn reset_member(m: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `278 + m * (64 ±0)`
|
||||
// Estimated: `8520 + m * (192 ±0)`
|
||||
// Minimum execution time: 19_989_000 picoseconds.
|
||||
Weight::from_parts(22_352_059, 8520)
|
||||
// Standard Error: 2_878
|
||||
.saturating_add(Weight::from_parts(156_367, 0).saturating_mul(m.into()))
|
||||
// Estimated: `4687 + m * (64 ±0)`
|
||||
// Minimum execution time: 20_443_000 picoseconds.
|
||||
Weight::from_parts(22_188_301, 4687)
|
||||
// Standard Error: 945
|
||||
.saturating_add(Weight::from_parts(162_799, 0).saturating_mul(m.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 192).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into()))
|
||||
}
|
||||
/// Storage: TechnicalMembership Members (r:1 w:1)
|
||||
/// Proof: TechnicalMembership Members (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen)
|
||||
@@ -167,14 +164,14 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn change_key(m: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `278 + m * (64 ±0)`
|
||||
// Estimated: `8520 + m * (192 ±0)`
|
||||
// Minimum execution time: 21_275_000 picoseconds.
|
||||
Weight::from_parts(23_344_594, 8520)
|
||||
// Standard Error: 2_750
|
||||
.saturating_add(Weight::from_parts(46_736, 0).saturating_mul(m.into()))
|
||||
// Estimated: `4687 + m * (64 ±0)`
|
||||
// Minimum execution time: 21_527_000 picoseconds.
|
||||
Weight::from_parts(23_146_706, 4687)
|
||||
// Standard Error: 724
|
||||
.saturating_add(Weight::from_parts(55_027, 0).saturating_mul(m.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
.saturating_add(Weight::from_parts(0, 192).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into()))
|
||||
}
|
||||
/// Storage: TechnicalMembership Members (r:1 w:0)
|
||||
/// Proof: TechnicalMembership Members (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen)
|
||||
@@ -186,11 +183,11 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn set_prime(m: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `32 + m * (32 ±0)`
|
||||
// Estimated: `4719 + m * (32 ±0)`
|
||||
// Minimum execution time: 8_087_000 picoseconds.
|
||||
Weight::from_parts(8_909_627, 4719)
|
||||
// Standard Error: 1_572
|
||||
.saturating_add(Weight::from_parts(17_186, 0).saturating_mul(m.into()))
|
||||
// Estimated: `4687 + m * (32 ±0)`
|
||||
// Minimum execution time: 8_054_000 picoseconds.
|
||||
Weight::from_parts(8_558_341, 4687)
|
||||
// Standard Error: 360
|
||||
.saturating_add(Weight::from_parts(16_362, 0).saturating_mul(m.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
.saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into()))
|
||||
@@ -200,14 +197,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Storage: TechnicalCommittee Prime (r:0 w:1)
|
||||
/// Proof Skipped: TechnicalCommittee Prime (max_values: Some(1), max_size: None, mode: Measured)
|
||||
/// The range of component `m` is `[1, 100]`.
|
||||
fn clear_prime(m: u32, ) -> Weight {
|
||||
fn clear_prime(_m: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 3_752_000 picoseconds.
|
||||
Weight::from_parts(4_081_144, 0)
|
||||
// Standard Error: 229
|
||||
.saturating_add(Weight::from_parts(1_298, 0).saturating_mul(m.into()))
|
||||
// Minimum execution time: 3_784_000 picoseconds.
|
||||
Weight::from_parts(4_100_031, 0)
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
}
|
||||
@@ -226,14 +221,14 @@ impl WeightInfo for () {
|
||||
fn add_member(m: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `174 + m * (64 ±0)`
|
||||
// Estimated: `6691 + m * (192 ±0)`
|
||||
// Minimum execution time: 17_587_000 picoseconds.
|
||||
Weight::from_parts(18_658_163, 6691)
|
||||
// Standard Error: 710
|
||||
.saturating_add(Weight::from_parts(46_294, 0).saturating_mul(m.into()))
|
||||
// Estimated: `4687 + m * (64 ±0)`
|
||||
// Minimum execution time: 18_264_000 picoseconds.
|
||||
Weight::from_parts(19_343_697, 4687)
|
||||
// Standard Error: 699
|
||||
.saturating_add(Weight::from_parts(44_401, 0).saturating_mul(m.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 192).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into()))
|
||||
}
|
||||
/// Storage: TechnicalMembership Members (r:1 w:1)
|
||||
/// Proof: TechnicalMembership Members (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen)
|
||||
@@ -249,14 +244,14 @@ impl WeightInfo for () {
|
||||
fn remove_member(m: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `278 + m * (64 ±0)`
|
||||
// Estimated: `8520 + m * (192 ±0)`
|
||||
// Minimum execution time: 20_402_000 picoseconds.
|
||||
Weight::from_parts(21_165_819, 8520)
|
||||
// Standard Error: 643
|
||||
.saturating_add(Weight::from_parts(45_481, 0).saturating_mul(m.into()))
|
||||
// Estimated: `4687 + m * (64 ±0)`
|
||||
// Minimum execution time: 21_092_000 picoseconds.
|
||||
Weight::from_parts(22_140_391, 4687)
|
||||
// Standard Error: 545
|
||||
.saturating_add(Weight::from_parts(40_638, 0).saturating_mul(m.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 192).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into()))
|
||||
}
|
||||
/// Storage: TechnicalMembership Members (r:1 w:1)
|
||||
/// Proof: TechnicalMembership Members (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen)
|
||||
@@ -272,14 +267,14 @@ impl WeightInfo for () {
|
||||
fn swap_member(m: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `278 + m * (64 ±0)`
|
||||
// Estimated: `8520 + m * (192 ±0)`
|
||||
// Minimum execution time: 20_380_000 picoseconds.
|
||||
Weight::from_parts(21_633_260, 8520)
|
||||
// Standard Error: 770
|
||||
.saturating_add(Weight::from_parts(55_504, 0).saturating_mul(m.into()))
|
||||
// Estimated: `4687 + m * (64 ±0)`
|
||||
// Minimum execution time: 21_002_000 picoseconds.
|
||||
Weight::from_parts(22_364_944, 4687)
|
||||
// Standard Error: 752
|
||||
.saturating_add(Weight::from_parts(54_363, 0).saturating_mul(m.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 192).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into()))
|
||||
}
|
||||
/// Storage: TechnicalMembership Members (r:1 w:1)
|
||||
/// Proof: TechnicalMembership Members (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen)
|
||||
@@ -295,14 +290,14 @@ impl WeightInfo for () {
|
||||
fn reset_member(m: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `278 + m * (64 ±0)`
|
||||
// Estimated: `8520 + m * (192 ±0)`
|
||||
// Minimum execution time: 19_989_000 picoseconds.
|
||||
Weight::from_parts(22_352_059, 8520)
|
||||
// Standard Error: 2_878
|
||||
.saturating_add(Weight::from_parts(156_367, 0).saturating_mul(m.into()))
|
||||
// Estimated: `4687 + m * (64 ±0)`
|
||||
// Minimum execution time: 20_443_000 picoseconds.
|
||||
Weight::from_parts(22_188_301, 4687)
|
||||
// Standard Error: 945
|
||||
.saturating_add(Weight::from_parts(162_799, 0).saturating_mul(m.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 192).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into()))
|
||||
}
|
||||
/// Storage: TechnicalMembership Members (r:1 w:1)
|
||||
/// Proof: TechnicalMembership Members (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen)
|
||||
@@ -318,14 +313,14 @@ impl WeightInfo for () {
|
||||
fn change_key(m: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `278 + m * (64 ±0)`
|
||||
// Estimated: `8520 + m * (192 ±0)`
|
||||
// Minimum execution time: 21_275_000 picoseconds.
|
||||
Weight::from_parts(23_344_594, 8520)
|
||||
// Standard Error: 2_750
|
||||
.saturating_add(Weight::from_parts(46_736, 0).saturating_mul(m.into()))
|
||||
// Estimated: `4687 + m * (64 ±0)`
|
||||
// Minimum execution time: 21_527_000 picoseconds.
|
||||
Weight::from_parts(23_146_706, 4687)
|
||||
// Standard Error: 724
|
||||
.saturating_add(Weight::from_parts(55_027, 0).saturating_mul(m.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
||||
.saturating_add(Weight::from_parts(0, 192).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into()))
|
||||
}
|
||||
/// Storage: TechnicalMembership Members (r:1 w:0)
|
||||
/// Proof: TechnicalMembership Members (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen)
|
||||
@@ -337,11 +332,11 @@ impl WeightInfo for () {
|
||||
fn set_prime(m: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `32 + m * (32 ±0)`
|
||||
// Estimated: `4719 + m * (32 ±0)`
|
||||
// Minimum execution time: 8_087_000 picoseconds.
|
||||
Weight::from_parts(8_909_627, 4719)
|
||||
// Standard Error: 1_572
|
||||
.saturating_add(Weight::from_parts(17_186, 0).saturating_mul(m.into()))
|
||||
// Estimated: `4687 + m * (32 ±0)`
|
||||
// Minimum execution time: 8_054_000 picoseconds.
|
||||
Weight::from_parts(8_558_341, 4687)
|
||||
// Standard Error: 360
|
||||
.saturating_add(Weight::from_parts(16_362, 0).saturating_mul(m.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
.saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into()))
|
||||
@@ -351,14 +346,12 @@ impl WeightInfo for () {
|
||||
/// Storage: TechnicalCommittee Prime (r:0 w:1)
|
||||
/// Proof Skipped: TechnicalCommittee Prime (max_values: Some(1), max_size: None, mode: Measured)
|
||||
/// The range of component `m` is `[1, 100]`.
|
||||
fn clear_prime(m: u32, ) -> Weight {
|
||||
fn clear_prime(_m: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 3_752_000 picoseconds.
|
||||
Weight::from_parts(4_081_144, 0)
|
||||
// Standard Error: 229
|
||||
.saturating_add(Weight::from_parts(1_298, 0).saturating_mul(m.into()))
|
||||
// Minimum execution time: 3_784_000 picoseconds.
|
||||
Weight::from_parts(4_100_031, 0)
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
}
|
||||
|
||||
+54
-57
@@ -18,9 +18,9 @@
|
||||
//! Autogenerated weights for pallet_message_queue
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-04-06, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -31,9 +31,6 @@
|
||||
// --steps=50
|
||||
// --repeat=20
|
||||
// --pallet=pallet_message_queue
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
@@ -73,9 +70,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn ready_ring_knit() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `233`
|
||||
// Estimated: `7527`
|
||||
// Minimum execution time: 12_561_000 picoseconds.
|
||||
Weight::from_parts(12_758_000, 7527)
|
||||
// Estimated: `6038`
|
||||
// Minimum execution time: 12_076_000 picoseconds.
|
||||
Weight::from_parts(12_350_000, 6038)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -86,9 +83,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn ready_ring_unknit() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `233`
|
||||
// Estimated: `7527`
|
||||
// Minimum execution time: 11_854_000 picoseconds.
|
||||
Weight::from_parts(12_178_000, 7527)
|
||||
// Estimated: `6038`
|
||||
// Minimum execution time: 11_586_000 picoseconds.
|
||||
Weight::from_parts(11_912_000, 6038)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -98,8 +95,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `42`
|
||||
// Estimated: `3514`
|
||||
// Minimum execution time: 7_900_000 picoseconds.
|
||||
Weight::from_parts(8_046_000, 3514)
|
||||
// Minimum execution time: 4_581_000 picoseconds.
|
||||
Weight::from_parts(4_715_000, 3514)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -109,8 +106,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `113`
|
||||
// Estimated: `69049`
|
||||
// Minimum execution time: 6_284_000 picoseconds.
|
||||
Weight::from_parts(6_433_000, 69049)
|
||||
// Minimum execution time: 5_826_000 picoseconds.
|
||||
Weight::from_parts(5_932_000, 69049)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -120,8 +117,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `113`
|
||||
// Estimated: `69049`
|
||||
// Minimum execution time: 6_418_000 picoseconds.
|
||||
Weight::from_parts(6_633_000, 69049)
|
||||
// Minimum execution time: 6_235_000 picoseconds.
|
||||
Weight::from_parts(6_430_000, 69049)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -129,8 +126,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 52_661_000 picoseconds.
|
||||
Weight::from_parts(52_994_000, 0)
|
||||
// Minimum execution time: 53_860_000 picoseconds.
|
||||
Weight::from_parts(53_984_000, 0)
|
||||
}
|
||||
/// Storage: MessageQueue ServiceHead (r:1 w:1)
|
||||
/// Proof: MessageQueue ServiceHead (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||
@@ -139,9 +136,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn bump_service_head() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `140`
|
||||
// Estimated: `5003`
|
||||
// Minimum execution time: 7_132_000 picoseconds.
|
||||
Weight::from_parts(7_386_000, 5003)
|
||||
// Estimated: `3514`
|
||||
// Minimum execution time: 7_018_000 picoseconds.
|
||||
Weight::from_parts(7_205_000, 3514)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -152,9 +149,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn reap_page() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `65710`
|
||||
// Estimated: `72563`
|
||||
// Minimum execution time: 54_377_000 picoseconds.
|
||||
Weight::from_parts(54_804_000, 72563)
|
||||
// Estimated: `69049`
|
||||
// Minimum execution time: 53_485_000 picoseconds.
|
||||
Weight::from_parts(54_154_000, 69049)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -165,9 +162,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn execute_overweight_page_removed() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `65710`
|
||||
// Estimated: `72563`
|
||||
// Minimum execution time: 69_461_000 picoseconds.
|
||||
Weight::from_parts(70_016_000, 72563)
|
||||
// Estimated: `69049`
|
||||
// Minimum execution time: 68_830_000 picoseconds.
|
||||
Weight::from_parts(69_487_000, 69049)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -178,9 +175,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn execute_overweight_page_updated() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `65710`
|
||||
// Estimated: `72563`
|
||||
// Minimum execution time: 81_787_000 picoseconds.
|
||||
Weight::from_parts(83_100_000, 72563)
|
||||
// Estimated: `69049`
|
||||
// Minimum execution time: 81_643_000 picoseconds.
|
||||
Weight::from_parts(82_399_000, 69049)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -195,9 +192,9 @@ impl WeightInfo for () {
|
||||
fn ready_ring_knit() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `233`
|
||||
// Estimated: `7527`
|
||||
// Minimum execution time: 12_561_000 picoseconds.
|
||||
Weight::from_parts(12_758_000, 7527)
|
||||
// Estimated: `6038`
|
||||
// Minimum execution time: 12_076_000 picoseconds.
|
||||
Weight::from_parts(12_350_000, 6038)
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -208,9 +205,9 @@ impl WeightInfo for () {
|
||||
fn ready_ring_unknit() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `233`
|
||||
// Estimated: `7527`
|
||||
// Minimum execution time: 11_854_000 picoseconds.
|
||||
Weight::from_parts(12_178_000, 7527)
|
||||
// Estimated: `6038`
|
||||
// Minimum execution time: 11_586_000 picoseconds.
|
||||
Weight::from_parts(11_912_000, 6038)
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -220,8 +217,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `42`
|
||||
// Estimated: `3514`
|
||||
// Minimum execution time: 7_900_000 picoseconds.
|
||||
Weight::from_parts(8_046_000, 3514)
|
||||
// Minimum execution time: 4_581_000 picoseconds.
|
||||
Weight::from_parts(4_715_000, 3514)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -231,8 +228,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `113`
|
||||
// Estimated: `69049`
|
||||
// Minimum execution time: 6_284_000 picoseconds.
|
||||
Weight::from_parts(6_433_000, 69049)
|
||||
// Minimum execution time: 5_826_000 picoseconds.
|
||||
Weight::from_parts(5_932_000, 69049)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -242,8 +239,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `113`
|
||||
// Estimated: `69049`
|
||||
// Minimum execution time: 6_418_000 picoseconds.
|
||||
Weight::from_parts(6_633_000, 69049)
|
||||
// Minimum execution time: 6_235_000 picoseconds.
|
||||
Weight::from_parts(6_430_000, 69049)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -251,8 +248,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 52_661_000 picoseconds.
|
||||
Weight::from_parts(52_994_000, 0)
|
||||
// Minimum execution time: 53_860_000 picoseconds.
|
||||
Weight::from_parts(53_984_000, 0)
|
||||
}
|
||||
/// Storage: MessageQueue ServiceHead (r:1 w:1)
|
||||
/// Proof: MessageQueue ServiceHead (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||
@@ -261,9 +258,9 @@ impl WeightInfo for () {
|
||||
fn bump_service_head() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `140`
|
||||
// Estimated: `5003`
|
||||
// Minimum execution time: 7_132_000 picoseconds.
|
||||
Weight::from_parts(7_386_000, 5003)
|
||||
// Estimated: `3514`
|
||||
// Minimum execution time: 7_018_000 picoseconds.
|
||||
Weight::from_parts(7_205_000, 3514)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -274,9 +271,9 @@ impl WeightInfo for () {
|
||||
fn reap_page() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `65710`
|
||||
// Estimated: `72563`
|
||||
// Minimum execution time: 54_377_000 picoseconds.
|
||||
Weight::from_parts(54_804_000, 72563)
|
||||
// Estimated: `69049`
|
||||
// Minimum execution time: 53_485_000 picoseconds.
|
||||
Weight::from_parts(54_154_000, 69049)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -287,9 +284,9 @@ impl WeightInfo for () {
|
||||
fn execute_overweight_page_removed() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `65710`
|
||||
// Estimated: `72563`
|
||||
// Minimum execution time: 69_461_000 picoseconds.
|
||||
Weight::from_parts(70_016_000, 72563)
|
||||
// Estimated: `69049`
|
||||
// Minimum execution time: 68_830_000 picoseconds.
|
||||
Weight::from_parts(69_487_000, 69049)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -300,9 +297,9 @@ impl WeightInfo for () {
|
||||
fn execute_overweight_page_updated() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `65710`
|
||||
// Estimated: `72563`
|
||||
// Minimum execution time: 81_787_000 picoseconds.
|
||||
Weight::from_parts(83_100_000, 72563)
|
||||
// Estimated: `69049`
|
||||
// Minimum execution time: 81_643_000 picoseconds.
|
||||
Weight::from_parts(82_399_000, 69049)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
||||
Generated
+72
-75
@@ -18,9 +18,9 @@
|
||||
//! Autogenerated weights for pallet_multisig
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-04-06, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -31,9 +31,6 @@
|
||||
// --steps=50
|
||||
// --repeat=20
|
||||
// --pallet=pallet_multisig
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
@@ -68,10 +65,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 12_096_000 picoseconds.
|
||||
Weight::from_parts(12_442_958, 0)
|
||||
// Standard Error: 1
|
||||
.saturating_add(Weight::from_parts(494, 0).saturating_mul(z.into()))
|
||||
// Minimum execution time: 12_199_000 picoseconds.
|
||||
Weight::from_parts(12_595_771, 0)
|
||||
// Standard Error: 2
|
||||
.saturating_add(Weight::from_parts(490, 0).saturating_mul(z.into()))
|
||||
}
|
||||
/// Storage: Multisig Multisigs (r:1 w:1)
|
||||
/// Proof: Multisig Multisigs (max_values: None, max_size: Some(3346), added: 5821, mode: MaxEncodedLen)
|
||||
@@ -81,12 +78,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `301 + s * (2 ±0)`
|
||||
// Estimated: `6811`
|
||||
// Minimum execution time: 37_609_000 picoseconds.
|
||||
Weight::from_parts(32_693_100, 6811)
|
||||
// Standard Error: 449
|
||||
.saturating_add(Weight::from_parts(56_623, 0).saturating_mul(s.into()))
|
||||
// Standard Error: 4
|
||||
.saturating_add(Weight::from_parts(1_203, 0).saturating_mul(z.into()))
|
||||
// Minimum execution time: 42_810_000 picoseconds.
|
||||
Weight::from_parts(37_500_997, 6811)
|
||||
// Standard Error: 308
|
||||
.saturating_add(Weight::from_parts(59_961, 0).saturating_mul(s.into()))
|
||||
// Standard Error: 3
|
||||
.saturating_add(Weight::from_parts(1_198, 0).saturating_mul(z.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -98,12 +95,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `320`
|
||||
// Estimated: `6811`
|
||||
// Minimum execution time: 27_434_000 picoseconds.
|
||||
Weight::from_parts(22_659_090, 6811)
|
||||
// Standard Error: 328
|
||||
.saturating_add(Weight::from_parts(53_508, 0).saturating_mul(s.into()))
|
||||
// Standard Error: 3
|
||||
.saturating_add(Weight::from_parts(1_213, 0).saturating_mul(z.into()))
|
||||
// Minimum execution time: 27_775_000 picoseconds.
|
||||
Weight::from_parts(22_868_524, 6811)
|
||||
// Standard Error: 273
|
||||
.saturating_add(Weight::from_parts(55_219, 0).saturating_mul(s.into()))
|
||||
// Standard Error: 2
|
||||
.saturating_add(Weight::from_parts(1_202, 0).saturating_mul(z.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -116,13 +113,13 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn as_multi_complete(s: u32, z: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `426 + s * (33 ±0)`
|
||||
// Estimated: `10404`
|
||||
// Minimum execution time: 43_592_000 picoseconds.
|
||||
Weight::from_parts(36_465_266, 10404)
|
||||
// Standard Error: 1_049
|
||||
.saturating_add(Weight::from_parts(78_833, 0).saturating_mul(s.into()))
|
||||
// Standard Error: 10
|
||||
.saturating_add(Weight::from_parts(1_238, 0).saturating_mul(z.into()))
|
||||
// Estimated: `6811`
|
||||
// Minimum execution time: 48_223_000 picoseconds.
|
||||
Weight::from_parts(39_193_453, 6811)
|
||||
// Standard Error: 2_162
|
||||
.saturating_add(Weight::from_parts(93_763, 0).saturating_mul(s.into()))
|
||||
// Standard Error: 21
|
||||
.saturating_add(Weight::from_parts(1_372, 0).saturating_mul(z.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -133,10 +130,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `301 + s * (2 ±0)`
|
||||
// Estimated: `6811`
|
||||
// Minimum execution time: 30_216_000 picoseconds.
|
||||
Weight::from_parts(31_430_373, 6811)
|
||||
// Standard Error: 967
|
||||
.saturating_add(Weight::from_parts(57_035, 0).saturating_mul(s.into()))
|
||||
// Minimum execution time: 34_775_000 picoseconds.
|
||||
Weight::from_parts(35_966_626, 6811)
|
||||
// Standard Error: 464
|
||||
.saturating_add(Weight::from_parts(61_492, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -147,10 +144,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `320`
|
||||
// Estimated: `6811`
|
||||
// Minimum execution time: 19_960_000 picoseconds.
|
||||
Weight::from_parts(21_281_659, 6811)
|
||||
// Standard Error: 435
|
||||
.saturating_add(Weight::from_parts(56_445, 0).saturating_mul(s.into()))
|
||||
// Minimum execution time: 19_947_000 picoseconds.
|
||||
Weight::from_parts(21_253_025, 6811)
|
||||
// Standard Error: 402
|
||||
.saturating_add(Weight::from_parts(58_491, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -161,10 +158,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `492 + s * (1 ±0)`
|
||||
// Estimated: `6811`
|
||||
// Minimum execution time: 31_219_000 picoseconds.
|
||||
Weight::from_parts(32_395_963, 6811)
|
||||
// Standard Error: 500
|
||||
.saturating_add(Weight::from_parts(56_853, 0).saturating_mul(s.into()))
|
||||
// Minimum execution time: 35_023_000 picoseconds.
|
||||
Weight::from_parts(36_756_977, 6811)
|
||||
// Standard Error: 547
|
||||
.saturating_add(Weight::from_parts(62_235, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -177,10 +174,10 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 12_096_000 picoseconds.
|
||||
Weight::from_parts(12_442_958, 0)
|
||||
// Standard Error: 1
|
||||
.saturating_add(Weight::from_parts(494, 0).saturating_mul(z.into()))
|
||||
// Minimum execution time: 12_199_000 picoseconds.
|
||||
Weight::from_parts(12_595_771, 0)
|
||||
// Standard Error: 2
|
||||
.saturating_add(Weight::from_parts(490, 0).saturating_mul(z.into()))
|
||||
}
|
||||
/// Storage: Multisig Multisigs (r:1 w:1)
|
||||
/// Proof: Multisig Multisigs (max_values: None, max_size: Some(3346), added: 5821, mode: MaxEncodedLen)
|
||||
@@ -190,12 +187,12 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `301 + s * (2 ±0)`
|
||||
// Estimated: `6811`
|
||||
// Minimum execution time: 37_609_000 picoseconds.
|
||||
Weight::from_parts(32_693_100, 6811)
|
||||
// Standard Error: 449
|
||||
.saturating_add(Weight::from_parts(56_623, 0).saturating_mul(s.into()))
|
||||
// Standard Error: 4
|
||||
.saturating_add(Weight::from_parts(1_203, 0).saturating_mul(z.into()))
|
||||
// Minimum execution time: 42_810_000 picoseconds.
|
||||
Weight::from_parts(37_500_997, 6811)
|
||||
// Standard Error: 308
|
||||
.saturating_add(Weight::from_parts(59_961, 0).saturating_mul(s.into()))
|
||||
// Standard Error: 3
|
||||
.saturating_add(Weight::from_parts(1_198, 0).saturating_mul(z.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -207,12 +204,12 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `320`
|
||||
// Estimated: `6811`
|
||||
// Minimum execution time: 27_434_000 picoseconds.
|
||||
Weight::from_parts(22_659_090, 6811)
|
||||
// Standard Error: 328
|
||||
.saturating_add(Weight::from_parts(53_508, 0).saturating_mul(s.into()))
|
||||
// Standard Error: 3
|
||||
.saturating_add(Weight::from_parts(1_213, 0).saturating_mul(z.into()))
|
||||
// Minimum execution time: 27_775_000 picoseconds.
|
||||
Weight::from_parts(22_868_524, 6811)
|
||||
// Standard Error: 273
|
||||
.saturating_add(Weight::from_parts(55_219, 0).saturating_mul(s.into()))
|
||||
// Standard Error: 2
|
||||
.saturating_add(Weight::from_parts(1_202, 0).saturating_mul(z.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -225,13 +222,13 @@ impl WeightInfo for () {
|
||||
fn as_multi_complete(s: u32, z: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `426 + s * (33 ±0)`
|
||||
// Estimated: `10404`
|
||||
// Minimum execution time: 43_592_000 picoseconds.
|
||||
Weight::from_parts(36_465_266, 10404)
|
||||
// Standard Error: 1_049
|
||||
.saturating_add(Weight::from_parts(78_833, 0).saturating_mul(s.into()))
|
||||
// Standard Error: 10
|
||||
.saturating_add(Weight::from_parts(1_238, 0).saturating_mul(z.into()))
|
||||
// Estimated: `6811`
|
||||
// Minimum execution time: 48_223_000 picoseconds.
|
||||
Weight::from_parts(39_193_453, 6811)
|
||||
// Standard Error: 2_162
|
||||
.saturating_add(Weight::from_parts(93_763, 0).saturating_mul(s.into()))
|
||||
// Standard Error: 21
|
||||
.saturating_add(Weight::from_parts(1_372, 0).saturating_mul(z.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -242,10 +239,10 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `301 + s * (2 ±0)`
|
||||
// Estimated: `6811`
|
||||
// Minimum execution time: 30_216_000 picoseconds.
|
||||
Weight::from_parts(31_430_373, 6811)
|
||||
// Standard Error: 967
|
||||
.saturating_add(Weight::from_parts(57_035, 0).saturating_mul(s.into()))
|
||||
// Minimum execution time: 34_775_000 picoseconds.
|
||||
Weight::from_parts(35_966_626, 6811)
|
||||
// Standard Error: 464
|
||||
.saturating_add(Weight::from_parts(61_492, 0).saturating_mul(s.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -256,10 +253,10 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `320`
|
||||
// Estimated: `6811`
|
||||
// Minimum execution time: 19_960_000 picoseconds.
|
||||
Weight::from_parts(21_281_659, 6811)
|
||||
// Standard Error: 435
|
||||
.saturating_add(Weight::from_parts(56_445, 0).saturating_mul(s.into()))
|
||||
// Minimum execution time: 19_947_000 picoseconds.
|
||||
Weight::from_parts(21_253_025, 6811)
|
||||
// Standard Error: 402
|
||||
.saturating_add(Weight::from_parts(58_491, 0).saturating_mul(s.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -270,10 +267,10 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `492 + s * (1 ±0)`
|
||||
// Estimated: `6811`
|
||||
// Minimum execution time: 31_219_000 picoseconds.
|
||||
Weight::from_parts(32_395_963, 6811)
|
||||
// Standard Error: 500
|
||||
.saturating_add(Weight::from_parts(56_853, 0).saturating_mul(s.into()))
|
||||
// Minimum execution time: 35_023_000 picoseconds.
|
||||
Weight::from_parts(36_756_977, 6811)
|
||||
// Standard Error: 547
|
||||
.saturating_add(Weight::from_parts(62_235, 0).saturating_mul(s.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
||||
Generated
+248
-255
@@ -18,9 +18,9 @@
|
||||
//! Autogenerated weights for pallet_nfts
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-04-06, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -31,9 +31,6 @@
|
||||
// --steps=50
|
||||
// --repeat=20
|
||||
// --pallet=pallet_nfts
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
@@ -108,9 +105,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn create() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `182`
|
||||
// Estimated: `5038`
|
||||
// Minimum execution time: 36_780_000 picoseconds.
|
||||
Weight::from_parts(37_508_000, 5038)
|
||||
// Estimated: `3549`
|
||||
// Minimum execution time: 40_664_000 picoseconds.
|
||||
Weight::from_parts(41_224_000, 3549)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(5_u64))
|
||||
}
|
||||
@@ -127,9 +124,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn force_create() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `42`
|
||||
// Estimated: `5038`
|
||||
// Minimum execution time: 25_144_000 picoseconds.
|
||||
Weight::from_parts(25_800_000, 5038)
|
||||
// Estimated: `3549`
|
||||
// Minimum execution time: 24_725_000 picoseconds.
|
||||
Weight::from_parts(25_147_000, 3549)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(5_u64))
|
||||
}
|
||||
@@ -152,16 +149,14 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `m` is `[0, 1000]`.
|
||||
/// The range of component `c` is `[0, 1000]`.
|
||||
/// The range of component `a` is `[0, 1000]`.
|
||||
fn destroy(m: u32, _c: u32, a: u32, ) -> Weight {
|
||||
fn destroy(_m: u32, _c: u32, a: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `32186 + a * (332 ±0)`
|
||||
// Estimated: `2538589 + a * (2921 ±0)`
|
||||
// Minimum execution time: 1_122_858_000 picoseconds.
|
||||
Weight::from_parts(1_094_711_913, 2538589)
|
||||
// Standard Error: 4_485
|
||||
.saturating_add(Weight::from_parts(3_481, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 4_485
|
||||
.saturating_add(Weight::from_parts(5_520_602, 0).saturating_mul(a.into()))
|
||||
// Estimated: `2523990 + a * (2921 ±0)`
|
||||
// Minimum execution time: 1_100_509_000 picoseconds.
|
||||
Weight::from_parts(1_081_634_178, 2523990)
|
||||
// Standard Error: 3_025
|
||||
.saturating_add(Weight::from_parts(5_339_415, 0).saturating_mul(a.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1004_u64))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(a.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(1005_u64))
|
||||
@@ -183,9 +178,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn mint() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `421`
|
||||
// Estimated: `18460`
|
||||
// Minimum execution time: 48_590_000 picoseconds.
|
||||
Weight::from_parts(49_260_000, 18460)
|
||||
// Estimated: `4326`
|
||||
// Minimum execution time: 52_464_000 picoseconds.
|
||||
Weight::from_parts(52_847_000, 4326)
|
||||
.saturating_add(T::DbWeight::get().reads(5_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -204,9 +199,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn force_mint() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `421`
|
||||
// Estimated: `18460`
|
||||
// Minimum execution time: 46_646_000 picoseconds.
|
||||
Weight::from_parts(47_331_000, 18460)
|
||||
// Estimated: `4326`
|
||||
// Minimum execution time: 50_327_000 picoseconds.
|
||||
Weight::from_parts(51_093_000, 4326)
|
||||
.saturating_add(T::DbWeight::get().reads(5_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -229,9 +224,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn burn() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `530`
|
||||
// Estimated: `14993`
|
||||
// Minimum execution time: 46_976_000 picoseconds.
|
||||
Weight::from_parts(47_606_000, 14993)
|
||||
// Estimated: `4326`
|
||||
// Minimum execution time: 51_342_000 picoseconds.
|
||||
Weight::from_parts(51_846_000, 4326)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(7_u64))
|
||||
}
|
||||
@@ -252,9 +247,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn transfer() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `559`
|
||||
// Estimated: `14926`
|
||||
// Minimum execution time: 38_013_000 picoseconds.
|
||||
Weight::from_parts(38_420_000, 14926)
|
||||
// Estimated: `4326`
|
||||
// Minimum execution time: 38_309_000 picoseconds.
|
||||
Weight::from_parts(38_672_000, 4326)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(5_u64))
|
||||
}
|
||||
@@ -268,11 +263,11 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn redeposit(i: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `729 + i * (108 ±0)`
|
||||
// Estimated: `8077 + i * (3336 ±0)`
|
||||
// Minimum execution time: 17_428_000 picoseconds.
|
||||
Weight::from_parts(17_664_000, 8077)
|
||||
// Standard Error: 16_385
|
||||
.saturating_add(Weight::from_parts(14_150_405, 0).saturating_mul(i.into()))
|
||||
// Estimated: `3549 + i * (3336 ±0)`
|
||||
// Minimum execution time: 17_525_000 picoseconds.
|
||||
Weight::from_parts(17_657_000, 3549)
|
||||
// Standard Error: 15_884
|
||||
.saturating_add(Weight::from_parts(16_026_633, 0).saturating_mul(i.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(i.into())))
|
||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into())))
|
||||
@@ -285,9 +280,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn lock_item_transfer() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `401`
|
||||
// Estimated: `7047`
|
||||
// Minimum execution time: 21_760_000 picoseconds.
|
||||
Weight::from_parts(22_063_000, 7047)
|
||||
// Estimated: `3534`
|
||||
// Minimum execution time: 21_814_000 picoseconds.
|
||||
Weight::from_parts(22_171_000, 3534)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -298,9 +293,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn unlock_item_transfer() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `401`
|
||||
// Estimated: `7047`
|
||||
// Minimum execution time: 21_622_000 picoseconds.
|
||||
Weight::from_parts(22_056_000, 7047)
|
||||
// Estimated: `3534`
|
||||
// Minimum execution time: 21_728_000 picoseconds.
|
||||
Weight::from_parts(21_893_000, 3534)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -311,9 +306,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn lock_collection() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `306`
|
||||
// Estimated: `7087`
|
||||
// Minimum execution time: 18_820_000 picoseconds.
|
||||
Weight::from_parts(19_212_000, 7087)
|
||||
// Estimated: `3549`
|
||||
// Minimum execution time: 18_359_000 picoseconds.
|
||||
Weight::from_parts(19_101_000, 3549)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -326,9 +321,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn transfer_ownership() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `354`
|
||||
// Estimated: `7066`
|
||||
// Minimum execution time: 25_433_000 picoseconds.
|
||||
Weight::from_parts(25_793_000, 7066)
|
||||
// Estimated: `3549`
|
||||
// Minimum execution time: 24_713_000 picoseconds.
|
||||
Weight::from_parts(25_032_000, 3549)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -339,9 +334,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn set_team() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `335`
|
||||
// Estimated: `9627`
|
||||
// Minimum execution time: 43_368_000 picoseconds.
|
||||
Weight::from_parts(43_974_000, 9627)
|
||||
// Estimated: `6078`
|
||||
// Minimum execution time: 42_372_000 picoseconds.
|
||||
Weight::from_parts(42_971_000, 6078)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(5_u64))
|
||||
}
|
||||
@@ -353,8 +348,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `277`
|
||||
// Estimated: `3549`
|
||||
// Minimum execution time: 20_009_000 picoseconds.
|
||||
Weight::from_parts(20_220_000, 3549)
|
||||
// Minimum execution time: 19_703_000 picoseconds.
|
||||
Weight::from_parts(19_993_000, 3549)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -366,8 +361,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `242`
|
||||
// Estimated: `3549`
|
||||
// Minimum execution time: 16_048_000 picoseconds.
|
||||
Weight::from_parts(16_353_000, 3549)
|
||||
// Minimum execution time: 15_500_000 picoseconds.
|
||||
Weight::from_parts(15_929_000, 3549)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -378,9 +373,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn lock_item_properties() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `401`
|
||||
// Estimated: `7047`
|
||||
// Minimum execution time: 20_890_000 picoseconds.
|
||||
Weight::from_parts(21_237_000, 7047)
|
||||
// Estimated: `3534`
|
||||
// Minimum execution time: 20_778_000 picoseconds.
|
||||
Weight::from_parts(21_187_000, 3534)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -397,9 +392,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn set_attribute() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `505`
|
||||
// Estimated: `18045`
|
||||
// Minimum execution time: 50_686_000 picoseconds.
|
||||
Weight::from_parts(50_981_000, 18045)
|
||||
// Estimated: `3911`
|
||||
// Minimum execution time: 53_016_000 picoseconds.
|
||||
Weight::from_parts(53_579_000, 3911)
|
||||
.saturating_add(T::DbWeight::get().reads(5_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -410,9 +405,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn force_set_attribute() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `310`
|
||||
// Estimated: `7460`
|
||||
// Minimum execution time: 28_714_000 picoseconds.
|
||||
Weight::from_parts(29_044_000, 7460)
|
||||
// Estimated: `3911`
|
||||
// Minimum execution time: 28_790_000 picoseconds.
|
||||
Weight::from_parts(29_157_000, 3911)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -427,9 +422,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn clear_attribute() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `916`
|
||||
// Estimated: `14507`
|
||||
// Minimum execution time: 46_232_000 picoseconds.
|
||||
Weight::from_parts(46_738_000, 14507)
|
||||
// Estimated: `3911`
|
||||
// Minimum execution time: 48_584_000 picoseconds.
|
||||
Weight::from_parts(49_202_000, 3911)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -440,9 +435,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn approve_item_attributes() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `347`
|
||||
// Estimated: `8472`
|
||||
// Minimum execution time: 19_332_000 picoseconds.
|
||||
Weight::from_parts(19_765_000, 8472)
|
||||
// Estimated: `4326`
|
||||
// Minimum execution time: 19_616_000 picoseconds.
|
||||
Weight::from_parts(19_972_000, 4326)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -458,11 +453,11 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn cancel_item_attributes_approval(n: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `803 + n * (364 ±0)`
|
||||
// Estimated: `15976 + n * (2921 ±0)`
|
||||
// Minimum execution time: 29_227_000 picoseconds.
|
||||
Weight::from_parts(29_661_000, 15976)
|
||||
// Standard Error: 3_574
|
||||
.saturating_add(Weight::from_parts(5_442_937, 0).saturating_mul(n.into()))
|
||||
// Estimated: `4326 + n * (2921 ±0)`
|
||||
// Minimum execution time: 28_897_000 picoseconds.
|
||||
Weight::from_parts(29_061_000, 4326)
|
||||
// Standard Error: 3_139
|
||||
.saturating_add(Weight::from_parts(5_396_415, 0).saturating_mul(n.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
@@ -482,9 +477,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn set_metadata() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `505`
|
||||
// Estimated: `17739`
|
||||
// Minimum execution time: 41_297_000 picoseconds.
|
||||
Weight::from_parts(41_902_000, 17739)
|
||||
// Estimated: `3605`
|
||||
// Minimum execution time: 43_748_000 picoseconds.
|
||||
Weight::from_parts(44_178_000, 3605)
|
||||
.saturating_add(T::DbWeight::get().reads(5_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -499,9 +494,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn clear_metadata() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `608`
|
||||
// Estimated: `14201`
|
||||
// Minimum execution time: 39_312_000 picoseconds.
|
||||
Weight::from_parts(40_048_000, 14201)
|
||||
// Estimated: `3605`
|
||||
// Minimum execution time: 42_116_000 picoseconds.
|
||||
Weight::from_parts(42_455_000, 3605)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -516,9 +511,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn set_collection_metadata() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `364`
|
||||
// Estimated: `14173`
|
||||
// Minimum execution time: 36_932_000 picoseconds.
|
||||
Weight::from_parts(38_207_000, 14173)
|
||||
// Estimated: `3552`
|
||||
// Minimum execution time: 40_926_000 picoseconds.
|
||||
Weight::from_parts(41_512_000, 3552)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -533,9 +528,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn clear_collection_metadata() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `475`
|
||||
// Estimated: `14173`
|
||||
// Minimum execution time: 35_264_000 picoseconds.
|
||||
Weight::from_parts(35_829_000, 14173)
|
||||
// Estimated: `3552`
|
||||
// Minimum execution time: 39_792_000 picoseconds.
|
||||
Weight::from_parts(40_443_000, 3552)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -546,9 +541,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn approve_transfer() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `376`
|
||||
// Estimated: `7864`
|
||||
// Minimum execution time: 22_819_000 picoseconds.
|
||||
Weight::from_parts(23_121_000, 7864)
|
||||
// Estimated: `4326`
|
||||
// Minimum execution time: 22_648_000 picoseconds.
|
||||
Weight::from_parts(23_139_000, 4326)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -558,8 +553,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `384`
|
||||
// Estimated: `4326`
|
||||
// Minimum execution time: 20_377_000 picoseconds.
|
||||
Weight::from_parts(20_625_000, 4326)
|
||||
// Minimum execution time: 20_552_000 picoseconds.
|
||||
Weight::from_parts(20_920_000, 4326)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -569,8 +564,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `384`
|
||||
// Estimated: `4326`
|
||||
// Minimum execution time: 19_180_000 picoseconds.
|
||||
Weight::from_parts(19_468_000, 4326)
|
||||
// Minimum execution time: 19_114_000 picoseconds.
|
||||
Weight::from_parts(19_876_000, 4326)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -580,8 +575,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `42`
|
||||
// Estimated: `3517`
|
||||
// Minimum execution time: 17_381_000 picoseconds.
|
||||
Weight::from_parts(17_718_000, 3517)
|
||||
// Minimum execution time: 17_089_000 picoseconds.
|
||||
Weight::from_parts(17_363_000, 3517)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -592,9 +587,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn set_collection_max_supply() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `306`
|
||||
// Estimated: `7087`
|
||||
// Minimum execution time: 20_373_000 picoseconds.
|
||||
Weight::from_parts(20_662_000, 7087)
|
||||
// Estimated: `3549`
|
||||
// Minimum execution time: 20_667_000 picoseconds.
|
||||
Weight::from_parts(20_898_000, 3549)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -605,9 +600,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn update_mint_settings() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `289`
|
||||
// Estimated: `7072`
|
||||
// Minimum execution time: 20_154_000 picoseconds.
|
||||
Weight::from_parts(20_592_000, 7072)
|
||||
// Estimated: `3538`
|
||||
// Minimum execution time: 19_666_000 picoseconds.
|
||||
Weight::from_parts(20_136_000, 3538)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -622,9 +617,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn set_price() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `484`
|
||||
// Estimated: `11377`
|
||||
// Minimum execution time: 25_644_000 picoseconds.
|
||||
Weight::from_parts(25_999_000, 11377)
|
||||
// Estimated: `4326`
|
||||
// Minimum execution time: 25_778_000 picoseconds.
|
||||
Weight::from_parts(26_447_000, 4326)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -645,9 +640,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn buy_item() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `671`
|
||||
// Estimated: `18480`
|
||||
// Minimum execution time: 51_542_000 picoseconds.
|
||||
Weight::from_parts(52_203_000, 18480)
|
||||
// Estimated: `4326`
|
||||
// Minimum execution time: 50_809_000 picoseconds.
|
||||
Weight::from_parts(51_503_000, 4326)
|
||||
.saturating_add(T::DbWeight::get().reads(5_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(5_u64))
|
||||
}
|
||||
@@ -656,10 +651,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 2_796_000 picoseconds.
|
||||
Weight::from_parts(5_517_617, 0)
|
||||
// Standard Error: 14_247
|
||||
.saturating_add(Weight::from_parts(3_757_796, 0).saturating_mul(n.into()))
|
||||
// Minimum execution time: 2_789_000 picoseconds.
|
||||
Weight::from_parts(5_528_034, 0)
|
||||
// Standard Error: 14_405
|
||||
.saturating_add(Weight::from_parts(3_788_038, 0).saturating_mul(n.into()))
|
||||
}
|
||||
/// Storage: Nfts Item (r:2 w:0)
|
||||
/// Proof: Nfts Item (max_values: None, max_size: Some(861), added: 3336, mode: MaxEncodedLen)
|
||||
@@ -669,8 +664,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `460`
|
||||
// Estimated: `7662`
|
||||
// Minimum execution time: 23_218_000 picoseconds.
|
||||
Weight::from_parts(23_590_000, 7662)
|
||||
// Minimum execution time: 22_884_000 picoseconds.
|
||||
Weight::from_parts(23_732_000, 7662)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -681,9 +676,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn cancel_swap() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `479`
|
||||
// Estimated: `7862`
|
||||
// Minimum execution time: 22_536_000 picoseconds.
|
||||
Weight::from_parts(22_874_000, 7862)
|
||||
// Estimated: `4326`
|
||||
// Minimum execution time: 22_686_000 picoseconds.
|
||||
Weight::from_parts(23_088_000, 4326)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -704,9 +699,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn claim_swap() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `800`
|
||||
// Estimated: `24321`
|
||||
// Minimum execution time: 77_372_000 picoseconds.
|
||||
Weight::from_parts(78_109_000, 24321)
|
||||
// Estimated: `7662`
|
||||
// Minimum execution time: 77_494_000 picoseconds.
|
||||
Weight::from_parts(78_650_000, 7662)
|
||||
.saturating_add(T::DbWeight::get().reads(7_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(10_u64))
|
||||
}
|
||||
@@ -732,11 +727,11 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn mint_pre_signed(n: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `595`
|
||||
// Estimated: `29192 + n * (2921 ±0)`
|
||||
// Minimum execution time: 131_935_000 picoseconds.
|
||||
Weight::from_parts(137_455_891, 29192)
|
||||
// Standard Error: 31_617
|
||||
.saturating_add(Weight::from_parts(27_550_750, 0).saturating_mul(n.into()))
|
||||
// Estimated: `6078 + n * (2921 ±0)`
|
||||
// Minimum execution time: 139_109_000 picoseconds.
|
||||
Weight::from_parts(144_449_034, 6078)
|
||||
// Standard Error: 26_869
|
||||
.saturating_add(Weight::from_parts(29_961_772, 0).saturating_mul(n.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(8_u64))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(6_u64))
|
||||
@@ -759,11 +754,11 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn set_attributes_pre_signed(n: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `625`
|
||||
// Estimated: `20142 + n * (2921 ±0)`
|
||||
// Minimum execution time: 77_694_000 picoseconds.
|
||||
Weight::from_parts(90_089_732, 20142)
|
||||
// Standard Error: 71_327
|
||||
.saturating_add(Weight::from_parts(27_832_189, 0).saturating_mul(n.into()))
|
||||
// Estimated: `4326 + n * (2921 ±0)`
|
||||
// Minimum execution time: 78_280_000 picoseconds.
|
||||
Weight::from_parts(92_826_883, 4326)
|
||||
// Standard Error: 81_125
|
||||
.saturating_add(Weight::from_parts(29_898_245, 0).saturating_mul(n.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
@@ -787,9 +782,9 @@ impl WeightInfo for () {
|
||||
fn create() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `182`
|
||||
// Estimated: `5038`
|
||||
// Minimum execution time: 36_780_000 picoseconds.
|
||||
Weight::from_parts(37_508_000, 5038)
|
||||
// Estimated: `3549`
|
||||
// Minimum execution time: 40_664_000 picoseconds.
|
||||
Weight::from_parts(41_224_000, 3549)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(5_u64))
|
||||
}
|
||||
@@ -806,9 +801,9 @@ impl WeightInfo for () {
|
||||
fn force_create() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `42`
|
||||
// Estimated: `5038`
|
||||
// Minimum execution time: 25_144_000 picoseconds.
|
||||
Weight::from_parts(25_800_000, 5038)
|
||||
// Estimated: `3549`
|
||||
// Minimum execution time: 24_725_000 picoseconds.
|
||||
Weight::from_parts(25_147_000, 3549)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(5_u64))
|
||||
}
|
||||
@@ -831,16 +826,14 @@ impl WeightInfo for () {
|
||||
/// The range of component `m` is `[0, 1000]`.
|
||||
/// The range of component `c` is `[0, 1000]`.
|
||||
/// The range of component `a` is `[0, 1000]`.
|
||||
fn destroy(m: u32, _c: u32, a: u32, ) -> Weight {
|
||||
fn destroy(_m: u32, _c: u32, a: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `32186 + a * (332 ±0)`
|
||||
// Estimated: `2538589 + a * (2921 ±0)`
|
||||
// Minimum execution time: 1_122_858_000 picoseconds.
|
||||
Weight::from_parts(1_094_711_913, 2538589)
|
||||
// Standard Error: 4_485
|
||||
.saturating_add(Weight::from_parts(3_481, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 4_485
|
||||
.saturating_add(Weight::from_parts(5_520_602, 0).saturating_mul(a.into()))
|
||||
// Estimated: `2523990 + a * (2921 ±0)`
|
||||
// Minimum execution time: 1_100_509_000 picoseconds.
|
||||
Weight::from_parts(1_081_634_178, 2523990)
|
||||
// Standard Error: 3_025
|
||||
.saturating_add(Weight::from_parts(5_339_415, 0).saturating_mul(a.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(1004_u64))
|
||||
.saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(a.into())))
|
||||
.saturating_add(RocksDbWeight::get().writes(1005_u64))
|
||||
@@ -862,9 +855,9 @@ impl WeightInfo for () {
|
||||
fn mint() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `421`
|
||||
// Estimated: `18460`
|
||||
// Minimum execution time: 48_590_000 picoseconds.
|
||||
Weight::from_parts(49_260_000, 18460)
|
||||
// Estimated: `4326`
|
||||
// Minimum execution time: 52_464_000 picoseconds.
|
||||
Weight::from_parts(52_847_000, 4326)
|
||||
.saturating_add(RocksDbWeight::get().reads(5_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -883,9 +876,9 @@ impl WeightInfo for () {
|
||||
fn force_mint() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `421`
|
||||
// Estimated: `18460`
|
||||
// Minimum execution time: 46_646_000 picoseconds.
|
||||
Weight::from_parts(47_331_000, 18460)
|
||||
// Estimated: `4326`
|
||||
// Minimum execution time: 50_327_000 picoseconds.
|
||||
Weight::from_parts(51_093_000, 4326)
|
||||
.saturating_add(RocksDbWeight::get().reads(5_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -908,9 +901,9 @@ impl WeightInfo for () {
|
||||
fn burn() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `530`
|
||||
// Estimated: `14993`
|
||||
// Minimum execution time: 46_976_000 picoseconds.
|
||||
Weight::from_parts(47_606_000, 14993)
|
||||
// Estimated: `4326`
|
||||
// Minimum execution time: 51_342_000 picoseconds.
|
||||
Weight::from_parts(51_846_000, 4326)
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(7_u64))
|
||||
}
|
||||
@@ -931,9 +924,9 @@ impl WeightInfo for () {
|
||||
fn transfer() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `559`
|
||||
// Estimated: `14926`
|
||||
// Minimum execution time: 38_013_000 picoseconds.
|
||||
Weight::from_parts(38_420_000, 14926)
|
||||
// Estimated: `4326`
|
||||
// Minimum execution time: 38_309_000 picoseconds.
|
||||
Weight::from_parts(38_672_000, 4326)
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(5_u64))
|
||||
}
|
||||
@@ -947,11 +940,11 @@ impl WeightInfo for () {
|
||||
fn redeposit(i: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `729 + i * (108 ±0)`
|
||||
// Estimated: `8077 + i * (3336 ±0)`
|
||||
// Minimum execution time: 17_428_000 picoseconds.
|
||||
Weight::from_parts(17_664_000, 8077)
|
||||
// Standard Error: 16_385
|
||||
.saturating_add(Weight::from_parts(14_150_405, 0).saturating_mul(i.into()))
|
||||
// Estimated: `3549 + i * (3336 ±0)`
|
||||
// Minimum execution time: 17_525_000 picoseconds.
|
||||
Weight::from_parts(17_657_000, 3549)
|
||||
// Standard Error: 15_884
|
||||
.saturating_add(Weight::from_parts(16_026_633, 0).saturating_mul(i.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(i.into())))
|
||||
.saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(i.into())))
|
||||
@@ -964,9 +957,9 @@ impl WeightInfo for () {
|
||||
fn lock_item_transfer() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `401`
|
||||
// Estimated: `7047`
|
||||
// Minimum execution time: 21_760_000 picoseconds.
|
||||
Weight::from_parts(22_063_000, 7047)
|
||||
// Estimated: `3534`
|
||||
// Minimum execution time: 21_814_000 picoseconds.
|
||||
Weight::from_parts(22_171_000, 3534)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -977,9 +970,9 @@ impl WeightInfo for () {
|
||||
fn unlock_item_transfer() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `401`
|
||||
// Estimated: `7047`
|
||||
// Minimum execution time: 21_622_000 picoseconds.
|
||||
Weight::from_parts(22_056_000, 7047)
|
||||
// Estimated: `3534`
|
||||
// Minimum execution time: 21_728_000 picoseconds.
|
||||
Weight::from_parts(21_893_000, 3534)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -990,9 +983,9 @@ impl WeightInfo for () {
|
||||
fn lock_collection() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `306`
|
||||
// Estimated: `7087`
|
||||
// Minimum execution time: 18_820_000 picoseconds.
|
||||
Weight::from_parts(19_212_000, 7087)
|
||||
// Estimated: `3549`
|
||||
// Minimum execution time: 18_359_000 picoseconds.
|
||||
Weight::from_parts(19_101_000, 3549)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -1005,9 +998,9 @@ impl WeightInfo for () {
|
||||
fn transfer_ownership() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `354`
|
||||
// Estimated: `7066`
|
||||
// Minimum execution time: 25_433_000 picoseconds.
|
||||
Weight::from_parts(25_793_000, 7066)
|
||||
// Estimated: `3549`
|
||||
// Minimum execution time: 24_713_000 picoseconds.
|
||||
Weight::from_parts(25_032_000, 3549)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -1018,9 +1011,9 @@ impl WeightInfo for () {
|
||||
fn set_team() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `335`
|
||||
// Estimated: `9627`
|
||||
// Minimum execution time: 43_368_000 picoseconds.
|
||||
Weight::from_parts(43_974_000, 9627)
|
||||
// Estimated: `6078`
|
||||
// Minimum execution time: 42_372_000 picoseconds.
|
||||
Weight::from_parts(42_971_000, 6078)
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(5_u64))
|
||||
}
|
||||
@@ -1032,8 +1025,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `277`
|
||||
// Estimated: `3549`
|
||||
// Minimum execution time: 20_009_000 picoseconds.
|
||||
Weight::from_parts(20_220_000, 3549)
|
||||
// Minimum execution time: 19_703_000 picoseconds.
|
||||
Weight::from_parts(19_993_000, 3549)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -1045,8 +1038,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `242`
|
||||
// Estimated: `3549`
|
||||
// Minimum execution time: 16_048_000 picoseconds.
|
||||
Weight::from_parts(16_353_000, 3549)
|
||||
// Minimum execution time: 15_500_000 picoseconds.
|
||||
Weight::from_parts(15_929_000, 3549)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -1057,9 +1050,9 @@ impl WeightInfo for () {
|
||||
fn lock_item_properties() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `401`
|
||||
// Estimated: `7047`
|
||||
// Minimum execution time: 20_890_000 picoseconds.
|
||||
Weight::from_parts(21_237_000, 7047)
|
||||
// Estimated: `3534`
|
||||
// Minimum execution time: 20_778_000 picoseconds.
|
||||
Weight::from_parts(21_187_000, 3534)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -1076,9 +1069,9 @@ impl WeightInfo for () {
|
||||
fn set_attribute() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `505`
|
||||
// Estimated: `18045`
|
||||
// Minimum execution time: 50_686_000 picoseconds.
|
||||
Weight::from_parts(50_981_000, 18045)
|
||||
// Estimated: `3911`
|
||||
// Minimum execution time: 53_016_000 picoseconds.
|
||||
Weight::from_parts(53_579_000, 3911)
|
||||
.saturating_add(RocksDbWeight::get().reads(5_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -1089,9 +1082,9 @@ impl WeightInfo for () {
|
||||
fn force_set_attribute() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `310`
|
||||
// Estimated: `7460`
|
||||
// Minimum execution time: 28_714_000 picoseconds.
|
||||
Weight::from_parts(29_044_000, 7460)
|
||||
// Estimated: `3911`
|
||||
// Minimum execution time: 28_790_000 picoseconds.
|
||||
Weight::from_parts(29_157_000, 3911)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -1106,9 +1099,9 @@ impl WeightInfo for () {
|
||||
fn clear_attribute() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `916`
|
||||
// Estimated: `14507`
|
||||
// Minimum execution time: 46_232_000 picoseconds.
|
||||
Weight::from_parts(46_738_000, 14507)
|
||||
// Estimated: `3911`
|
||||
// Minimum execution time: 48_584_000 picoseconds.
|
||||
Weight::from_parts(49_202_000, 3911)
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -1119,9 +1112,9 @@ impl WeightInfo for () {
|
||||
fn approve_item_attributes() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `347`
|
||||
// Estimated: `8472`
|
||||
// Minimum execution time: 19_332_000 picoseconds.
|
||||
Weight::from_parts(19_765_000, 8472)
|
||||
// Estimated: `4326`
|
||||
// Minimum execution time: 19_616_000 picoseconds.
|
||||
Weight::from_parts(19_972_000, 4326)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -1137,11 +1130,11 @@ impl WeightInfo for () {
|
||||
fn cancel_item_attributes_approval(n: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `803 + n * (364 ±0)`
|
||||
// Estimated: `15976 + n * (2921 ±0)`
|
||||
// Minimum execution time: 29_227_000 picoseconds.
|
||||
Weight::from_parts(29_661_000, 15976)
|
||||
// Standard Error: 3_574
|
||||
.saturating_add(Weight::from_parts(5_442_937, 0).saturating_mul(n.into()))
|
||||
// Estimated: `4326 + n * (2921 ±0)`
|
||||
// Minimum execution time: 28_897_000 picoseconds.
|
||||
Weight::from_parts(29_061_000, 4326)
|
||||
// Standard Error: 3_139
|
||||
.saturating_add(Weight::from_parts(5_396_415, 0).saturating_mul(n.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(n.into())))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
@@ -1161,9 +1154,9 @@ impl WeightInfo for () {
|
||||
fn set_metadata() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `505`
|
||||
// Estimated: `17739`
|
||||
// Minimum execution time: 41_297_000 picoseconds.
|
||||
Weight::from_parts(41_902_000, 17739)
|
||||
// Estimated: `3605`
|
||||
// Minimum execution time: 43_748_000 picoseconds.
|
||||
Weight::from_parts(44_178_000, 3605)
|
||||
.saturating_add(RocksDbWeight::get().reads(5_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -1178,9 +1171,9 @@ impl WeightInfo for () {
|
||||
fn clear_metadata() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `608`
|
||||
// Estimated: `14201`
|
||||
// Minimum execution time: 39_312_000 picoseconds.
|
||||
Weight::from_parts(40_048_000, 14201)
|
||||
// Estimated: `3605`
|
||||
// Minimum execution time: 42_116_000 picoseconds.
|
||||
Weight::from_parts(42_455_000, 3605)
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -1195,9 +1188,9 @@ impl WeightInfo for () {
|
||||
fn set_collection_metadata() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `364`
|
||||
// Estimated: `14173`
|
||||
// Minimum execution time: 36_932_000 picoseconds.
|
||||
Weight::from_parts(38_207_000, 14173)
|
||||
// Estimated: `3552`
|
||||
// Minimum execution time: 40_926_000 picoseconds.
|
||||
Weight::from_parts(41_512_000, 3552)
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -1212,9 +1205,9 @@ impl WeightInfo for () {
|
||||
fn clear_collection_metadata() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `475`
|
||||
// Estimated: `14173`
|
||||
// Minimum execution time: 35_264_000 picoseconds.
|
||||
Weight::from_parts(35_829_000, 14173)
|
||||
// Estimated: `3552`
|
||||
// Minimum execution time: 39_792_000 picoseconds.
|
||||
Weight::from_parts(40_443_000, 3552)
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -1225,9 +1218,9 @@ impl WeightInfo for () {
|
||||
fn approve_transfer() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `376`
|
||||
// Estimated: `7864`
|
||||
// Minimum execution time: 22_819_000 picoseconds.
|
||||
Weight::from_parts(23_121_000, 7864)
|
||||
// Estimated: `4326`
|
||||
// Minimum execution time: 22_648_000 picoseconds.
|
||||
Weight::from_parts(23_139_000, 4326)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -1237,8 +1230,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `384`
|
||||
// Estimated: `4326`
|
||||
// Minimum execution time: 20_377_000 picoseconds.
|
||||
Weight::from_parts(20_625_000, 4326)
|
||||
// Minimum execution time: 20_552_000 picoseconds.
|
||||
Weight::from_parts(20_920_000, 4326)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -1248,8 +1241,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `384`
|
||||
// Estimated: `4326`
|
||||
// Minimum execution time: 19_180_000 picoseconds.
|
||||
Weight::from_parts(19_468_000, 4326)
|
||||
// Minimum execution time: 19_114_000 picoseconds.
|
||||
Weight::from_parts(19_876_000, 4326)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -1259,8 +1252,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `42`
|
||||
// Estimated: `3517`
|
||||
// Minimum execution time: 17_381_000 picoseconds.
|
||||
Weight::from_parts(17_718_000, 3517)
|
||||
// Minimum execution time: 17_089_000 picoseconds.
|
||||
Weight::from_parts(17_363_000, 3517)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -1271,9 +1264,9 @@ impl WeightInfo for () {
|
||||
fn set_collection_max_supply() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `306`
|
||||
// Estimated: `7087`
|
||||
// Minimum execution time: 20_373_000 picoseconds.
|
||||
Weight::from_parts(20_662_000, 7087)
|
||||
// Estimated: `3549`
|
||||
// Minimum execution time: 20_667_000 picoseconds.
|
||||
Weight::from_parts(20_898_000, 3549)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -1284,9 +1277,9 @@ impl WeightInfo for () {
|
||||
fn update_mint_settings() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `289`
|
||||
// Estimated: `7072`
|
||||
// Minimum execution time: 20_154_000 picoseconds.
|
||||
Weight::from_parts(20_592_000, 7072)
|
||||
// Estimated: `3538`
|
||||
// Minimum execution time: 19_666_000 picoseconds.
|
||||
Weight::from_parts(20_136_000, 3538)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -1301,9 +1294,9 @@ impl WeightInfo for () {
|
||||
fn set_price() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `484`
|
||||
// Estimated: `11377`
|
||||
// Minimum execution time: 25_644_000 picoseconds.
|
||||
Weight::from_parts(25_999_000, 11377)
|
||||
// Estimated: `4326`
|
||||
// Minimum execution time: 25_778_000 picoseconds.
|
||||
Weight::from_parts(26_447_000, 4326)
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -1324,9 +1317,9 @@ impl WeightInfo for () {
|
||||
fn buy_item() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `671`
|
||||
// Estimated: `18480`
|
||||
// Minimum execution time: 51_542_000 picoseconds.
|
||||
Weight::from_parts(52_203_000, 18480)
|
||||
// Estimated: `4326`
|
||||
// Minimum execution time: 50_809_000 picoseconds.
|
||||
Weight::from_parts(51_503_000, 4326)
|
||||
.saturating_add(RocksDbWeight::get().reads(5_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(5_u64))
|
||||
}
|
||||
@@ -1335,10 +1328,10 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 2_796_000 picoseconds.
|
||||
Weight::from_parts(5_517_617, 0)
|
||||
// Standard Error: 14_247
|
||||
.saturating_add(Weight::from_parts(3_757_796, 0).saturating_mul(n.into()))
|
||||
// Minimum execution time: 2_789_000 picoseconds.
|
||||
Weight::from_parts(5_528_034, 0)
|
||||
// Standard Error: 14_405
|
||||
.saturating_add(Weight::from_parts(3_788_038, 0).saturating_mul(n.into()))
|
||||
}
|
||||
/// Storage: Nfts Item (r:2 w:0)
|
||||
/// Proof: Nfts Item (max_values: None, max_size: Some(861), added: 3336, mode: MaxEncodedLen)
|
||||
@@ -1348,8 +1341,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `460`
|
||||
// Estimated: `7662`
|
||||
// Minimum execution time: 23_218_000 picoseconds.
|
||||
Weight::from_parts(23_590_000, 7662)
|
||||
// Minimum execution time: 22_884_000 picoseconds.
|
||||
Weight::from_parts(23_732_000, 7662)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -1360,9 +1353,9 @@ impl WeightInfo for () {
|
||||
fn cancel_swap() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `479`
|
||||
// Estimated: `7862`
|
||||
// Minimum execution time: 22_536_000 picoseconds.
|
||||
Weight::from_parts(22_874_000, 7862)
|
||||
// Estimated: `4326`
|
||||
// Minimum execution time: 22_686_000 picoseconds.
|
||||
Weight::from_parts(23_088_000, 4326)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -1383,9 +1376,9 @@ impl WeightInfo for () {
|
||||
fn claim_swap() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `800`
|
||||
// Estimated: `24321`
|
||||
// Minimum execution time: 77_372_000 picoseconds.
|
||||
Weight::from_parts(78_109_000, 24321)
|
||||
// Estimated: `7662`
|
||||
// Minimum execution time: 77_494_000 picoseconds.
|
||||
Weight::from_parts(78_650_000, 7662)
|
||||
.saturating_add(RocksDbWeight::get().reads(7_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(10_u64))
|
||||
}
|
||||
@@ -1411,11 +1404,11 @@ impl WeightInfo for () {
|
||||
fn mint_pre_signed(n: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `595`
|
||||
// Estimated: `29192 + n * (2921 ±0)`
|
||||
// Minimum execution time: 131_935_000 picoseconds.
|
||||
Weight::from_parts(137_455_891, 29192)
|
||||
// Standard Error: 31_617
|
||||
.saturating_add(Weight::from_parts(27_550_750, 0).saturating_mul(n.into()))
|
||||
// Estimated: `6078 + n * (2921 ±0)`
|
||||
// Minimum execution time: 139_109_000 picoseconds.
|
||||
Weight::from_parts(144_449_034, 6078)
|
||||
// Standard Error: 26_869
|
||||
.saturating_add(Weight::from_parts(29_961_772, 0).saturating_mul(n.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(8_u64))
|
||||
.saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(n.into())))
|
||||
.saturating_add(RocksDbWeight::get().writes(6_u64))
|
||||
@@ -1438,11 +1431,11 @@ impl WeightInfo for () {
|
||||
fn set_attributes_pre_signed(n: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `625`
|
||||
// Estimated: `20142 + n * (2921 ±0)`
|
||||
// Minimum execution time: 77_694_000 picoseconds.
|
||||
Weight::from_parts(90_089_732, 20142)
|
||||
// Standard Error: 71_327
|
||||
.saturating_add(Weight::from_parts(27_832_189, 0).saturating_mul(n.into()))
|
||||
// Estimated: `4326 + n * (2921 ±0)`
|
||||
// Minimum execution time: 78_280_000 picoseconds.
|
||||
Weight::from_parts(92_826_883, 4326)
|
||||
// Standard Error: 81_125
|
||||
.saturating_add(Weight::from_parts(29_898_245, 0).saturating_mul(n.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(n.into())))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
|
||||
Generated
+174
-177
@@ -18,9 +18,9 @@
|
||||
//! Autogenerated weights for pallet_nis
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-04-06, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -31,9 +31,6 @@
|
||||
// --steps=50
|
||||
// --repeat=20
|
||||
// --pallet=pallet_nis
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
@@ -55,10 +52,10 @@ pub trait WeightInfo {
|
||||
fn place_bid_max() -> Weight;
|
||||
fn retract_bid(l: u32, ) -> Weight;
|
||||
fn fund_deficit() -> Weight;
|
||||
fn communify() -> Weight;
|
||||
fn privatize() -> Weight;
|
||||
fn thaw_private() -> Weight;
|
||||
fn thaw_communal() -> Weight;
|
||||
fn privatize() -> Weight;
|
||||
fn communify() -> Weight;
|
||||
fn process_queues() -> Weight;
|
||||
fn process_queue() -> Weight;
|
||||
fn process_bid() -> Weight;
|
||||
@@ -69,52 +66,52 @@ pub struct SubstrateWeight<T>(PhantomData<T>);
|
||||
impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Storage: Nis Queues (r:1 w:1)
|
||||
/// Proof: Nis Queues (max_values: None, max_size: Some(48022), added: 50497, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Reserves (r:1 w:1)
|
||||
/// Proof: Balances Reserves (max_values: None, max_size: Some(1249), added: 3724, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Holds (r:1 w:1)
|
||||
/// Proof: Balances Holds (max_values: None, max_size: Some(66), added: 2541, mode: MaxEncodedLen)
|
||||
/// Storage: Nis QueueTotals (r:1 w:1)
|
||||
/// Proof: Nis QueueTotals (max_values: Some(1), max_size: Some(6002), added: 6497, mode: MaxEncodedLen)
|
||||
/// The range of component `l` is `[0, 999]`.
|
||||
fn place_bid(l: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `6182 + l * (48 ±0)`
|
||||
// Estimated: `63688`
|
||||
// Minimum execution time: 31_160_000 picoseconds.
|
||||
Weight::from_parts(39_023_414, 63688)
|
||||
// Standard Error: 214
|
||||
.saturating_add(Weight::from_parts(46_106, 0).saturating_mul(l.into()))
|
||||
// Measured: `6175 + l * (48 ±0)`
|
||||
// Estimated: `51487`
|
||||
// Minimum execution time: 49_132_000 picoseconds.
|
||||
Weight::from_parts(55_373_619, 51487)
|
||||
// Standard Error: 198
|
||||
.saturating_add(Weight::from_parts(44_421, 0).saturating_mul(l.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
/// Storage: Nis Queues (r:1 w:1)
|
||||
/// Proof: Nis Queues (max_values: None, max_size: Some(48022), added: 50497, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Reserves (r:1 w:1)
|
||||
/// Proof: Balances Reserves (max_values: None, max_size: Some(1249), added: 3724, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Holds (r:1 w:1)
|
||||
/// Proof: Balances Holds (max_values: None, max_size: Some(66), added: 2541, mode: MaxEncodedLen)
|
||||
/// Storage: Nis QueueTotals (r:1 w:1)
|
||||
/// Proof: Nis QueueTotals (max_values: Some(1), max_size: Some(6002), added: 6497, mode: MaxEncodedLen)
|
||||
fn place_bid_max() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `54184`
|
||||
// Estimated: `63688`
|
||||
// Minimum execution time: 85_703_000 picoseconds.
|
||||
Weight::from_parts(86_613_000, 63688)
|
||||
// Measured: `54177`
|
||||
// Estimated: `51487`
|
||||
// Minimum execution time: 111_471_000 picoseconds.
|
||||
Weight::from_parts(112_287_000, 51487)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
/// Storage: Nis Queues (r:1 w:1)
|
||||
/// Proof: Nis Queues (max_values: None, max_size: Some(48022), added: 50497, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Holds (r:1 w:1)
|
||||
/// Proof: Balances Holds (max_values: None, max_size: Some(66), added: 2541, mode: MaxEncodedLen)
|
||||
/// Storage: Nis QueueTotals (r:1 w:1)
|
||||
/// Proof: Nis QueueTotals (max_values: Some(1), max_size: Some(6002), added: 6497, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Reserves (r:1 w:1)
|
||||
/// Proof: Balances Reserves (max_values: None, max_size: Some(1249), added: 3724, mode: MaxEncodedLen)
|
||||
/// The range of component `l` is `[1, 1000]`.
|
||||
fn retract_bid(l: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `6182 + l * (48 ±0)`
|
||||
// Estimated: `63688`
|
||||
// Minimum execution time: 37_637_000 picoseconds.
|
||||
Weight::from_parts(39_977_788, 63688)
|
||||
// Standard Error: 152
|
||||
.saturating_add(Weight::from_parts(34_595, 0).saturating_mul(l.into()))
|
||||
// Measured: `6175 + l * (48 ±0)`
|
||||
// Estimated: `51487`
|
||||
// Minimum execution time: 51_134_000 picoseconds.
|
||||
Weight::from_parts(52_353_883, 51487)
|
||||
// Standard Error: 161
|
||||
.saturating_add(Weight::from_parts(62_171, 0).saturating_mul(l.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -125,28 +122,70 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn fund_deficit() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `191`
|
||||
// Estimated: `5118`
|
||||
// Minimum execution time: 35_807_000 picoseconds.
|
||||
Weight::from_parts(36_329_000, 5118)
|
||||
// Estimated: `3593`
|
||||
// Minimum execution time: 41_421_000 picoseconds.
|
||||
Weight::from_parts(41_762_000, 3593)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
/// Storage: Nis Receipts (r:1 w:1)
|
||||
/// Proof: Nis Receipts (max_values: None, max_size: Some(81), added: 2556, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Holds (r:1 w:1)
|
||||
/// Proof: Balances Holds (max_values: None, max_size: Some(66), added: 2541, mode: MaxEncodedLen)
|
||||
/// Storage: System Account (r:1 w:1)
|
||||
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||
/// Storage: Nis Summary (r:1 w:1)
|
||||
/// Proof: Nis Summary (max_values: Some(1), max_size: Some(40), added: 535, mode: MaxEncodedLen)
|
||||
/// Storage: System Account (r:1 w:0)
|
||||
/// Storage: Assets Asset (r:1 w:1)
|
||||
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||
/// Storage: Assets Account (r:1 w:1)
|
||||
/// Proof: Assets Account (max_values: None, max_size: Some(102), added: 2577, mode: MaxEncodedLen)
|
||||
fn communify() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `667`
|
||||
// Estimated: `3675`
|
||||
// Minimum execution time: 74_179_000 picoseconds.
|
||||
Weight::from_parts(74_795_000, 3675)
|
||||
.saturating_add(T::DbWeight::get().reads(6_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(6_u64))
|
||||
}
|
||||
/// Storage: Nis Receipts (r:1 w:1)
|
||||
/// Proof: Nis Receipts (max_values: None, max_size: Some(81), added: 2556, mode: MaxEncodedLen)
|
||||
/// Storage: Nis Summary (r:1 w:1)
|
||||
/// Proof: Nis Summary (max_values: Some(1), max_size: Some(40), added: 535, 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 Reserves (r:1 w:1)
|
||||
/// Proof: Balances Reserves (max_values: None, max_size: Some(1249), added: 3724, mode: MaxEncodedLen)
|
||||
/// Storage: Assets Asset (r:1 w:1)
|
||||
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||
/// Storage: Assets Account (r:1 w:1)
|
||||
/// Proof: Assets Account (max_values: None, max_size: Some(102), added: 2577, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Holds (r:1 w:1)
|
||||
/// Proof: Balances Holds (max_values: None, max_size: Some(66), added: 2541, mode: MaxEncodedLen)
|
||||
fn privatize() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `828`
|
||||
// Estimated: `3675`
|
||||
// Minimum execution time: 85_252_000 picoseconds.
|
||||
Weight::from_parts(85_949_000, 3675)
|
||||
.saturating_add(T::DbWeight::get().reads(6_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(6_u64))
|
||||
}
|
||||
/// Storage: Nis Receipts (r:1 w:1)
|
||||
/// Proof: Nis Receipts (max_values: None, max_size: Some(81), added: 2556, mode: MaxEncodedLen)
|
||||
/// Storage: Nis Summary (r:1 w:1)
|
||||
/// Proof: Nis Summary (max_values: Some(1), max_size: Some(40), added: 535, 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 Holds (r:1 w:1)
|
||||
/// Proof: Balances Holds (max_values: None, max_size: Some(66), added: 2541, mode: MaxEncodedLen)
|
||||
fn thaw_private() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `360`
|
||||
// Estimated: `13378`
|
||||
// Minimum execution time: 51_342_000 picoseconds.
|
||||
Weight::from_parts(51_976_000, 13378)
|
||||
// Measured: `456`
|
||||
// Estimated: `3593`
|
||||
// Minimum execution time: 82_100_000 picoseconds.
|
||||
Weight::from_parts(82_563_000, 3593)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
/// Storage: Nis Receipts (r:1 w:1)
|
||||
/// Proof: Nis Receipts (max_values: None, max_size: Some(81), added: 2556, mode: MaxEncodedLen)
|
||||
@@ -161,54 +200,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn thaw_communal() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `773`
|
||||
// Estimated: `15906`
|
||||
// Minimum execution time: 76_535_000 picoseconds.
|
||||
Weight::from_parts(78_073_000, 15906)
|
||||
// Estimated: `3675`
|
||||
// Minimum execution time: 86_498_000 picoseconds.
|
||||
Weight::from_parts(87_175_000, 3675)
|
||||
.saturating_add(T::DbWeight::get().reads(5_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(5_u64))
|
||||
}
|
||||
/// Storage: Nis Receipts (r:1 w:1)
|
||||
/// Proof: Nis Receipts (max_values: None, max_size: Some(81), added: 2556, mode: MaxEncodedLen)
|
||||
/// Storage: Nis Summary (r:1 w:1)
|
||||
/// Proof: Nis Summary (max_values: Some(1), max_size: Some(40), added: 535, mode: MaxEncodedLen)
|
||||
/// Storage: System Account (r:1 w:1)
|
||||
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||
/// Storage: Assets Asset (r:1 w:1)
|
||||
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||
/// Storage: Assets Account (r:1 w:1)
|
||||
/// Proof: Assets Account (max_values: None, max_size: Some(102), added: 2577, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Reserves (r:1 w:1)
|
||||
/// Proof: Balances Reserves (max_values: None, max_size: Some(1249), added: 3724, mode: MaxEncodedLen)
|
||||
fn privatize() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `835`
|
||||
// Estimated: `20620`
|
||||
// Minimum execution time: 84_680_000 picoseconds.
|
||||
Weight::from_parts(85_661_000, 20620)
|
||||
.saturating_add(T::DbWeight::get().reads(6_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(6_u64))
|
||||
}
|
||||
/// Storage: Nis Receipts (r:1 w:1)
|
||||
/// Proof: Nis Receipts (max_values: None, max_size: Some(81), added: 2556, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Reserves (r:1 w:1)
|
||||
/// Proof: Balances Reserves (max_values: None, max_size: Some(1249), added: 3724, mode: MaxEncodedLen)
|
||||
/// Storage: System Account (r:1 w:1)
|
||||
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||
/// Storage: Nis Summary (r:1 w:1)
|
||||
/// Proof: Nis Summary (max_values: Some(1), max_size: Some(40), added: 535, mode: MaxEncodedLen)
|
||||
/// Storage: Assets Asset (r:1 w:1)
|
||||
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||
/// Storage: Assets Account (r:1 w:1)
|
||||
/// Proof: Assets Account (max_values: None, max_size: Some(102), added: 2577, mode: MaxEncodedLen)
|
||||
fn communify() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `674`
|
||||
// Estimated: `20620`
|
||||
// Minimum execution time: 72_828_000 picoseconds.
|
||||
Weight::from_parts(73_553_000, 20620)
|
||||
.saturating_add(T::DbWeight::get().reads(6_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(6_u64))
|
||||
}
|
||||
/// Storage: Nis Summary (r:1 w:1)
|
||||
/// Proof: Nis Summary (max_values: Some(1), max_size: Some(40), added: 535, mode: MaxEncodedLen)
|
||||
/// Storage: System Account (r:1 w:0)
|
||||
@@ -218,9 +215,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn process_queues() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `6624`
|
||||
// Estimated: `12605`
|
||||
// Minimum execution time: 23_311_000 picoseconds.
|
||||
Weight::from_parts(23_855_000, 12605)
|
||||
// Estimated: `7487`
|
||||
// Minimum execution time: 22_507_000 picoseconds.
|
||||
Weight::from_parts(22_788_000, 7487)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -230,8 +227,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `42`
|
||||
// Estimated: `51487`
|
||||
// Minimum execution time: 4_485_000 picoseconds.
|
||||
Weight::from_parts(4_717_000, 51487)
|
||||
// Minimum execution time: 4_692_000 picoseconds.
|
||||
Weight::from_parts(4_862_000, 51487)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -241,8 +238,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 7_837_000 picoseconds.
|
||||
Weight::from_parts(12_913_000, 0)
|
||||
// Minimum execution time: 8_031_000 picoseconds.
|
||||
Weight::from_parts(8_183_000, 0)
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
}
|
||||
@@ -251,52 +248,52 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
impl WeightInfo for () {
|
||||
/// Storage: Nis Queues (r:1 w:1)
|
||||
/// Proof: Nis Queues (max_values: None, max_size: Some(48022), added: 50497, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Reserves (r:1 w:1)
|
||||
/// Proof: Balances Reserves (max_values: None, max_size: Some(1249), added: 3724, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Holds (r:1 w:1)
|
||||
/// Proof: Balances Holds (max_values: None, max_size: Some(66), added: 2541, mode: MaxEncodedLen)
|
||||
/// Storage: Nis QueueTotals (r:1 w:1)
|
||||
/// Proof: Nis QueueTotals (max_values: Some(1), max_size: Some(6002), added: 6497, mode: MaxEncodedLen)
|
||||
/// The range of component `l` is `[0, 999]`.
|
||||
fn place_bid(l: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `6182 + l * (48 ±0)`
|
||||
// Estimated: `63688`
|
||||
// Minimum execution time: 31_160_000 picoseconds.
|
||||
Weight::from_parts(39_023_414, 63688)
|
||||
// Standard Error: 214
|
||||
.saturating_add(Weight::from_parts(46_106, 0).saturating_mul(l.into()))
|
||||
// Measured: `6175 + l * (48 ±0)`
|
||||
// Estimated: `51487`
|
||||
// Minimum execution time: 49_132_000 picoseconds.
|
||||
Weight::from_parts(55_373_619, 51487)
|
||||
// Standard Error: 198
|
||||
.saturating_add(Weight::from_parts(44_421, 0).saturating_mul(l.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
}
|
||||
/// Storage: Nis Queues (r:1 w:1)
|
||||
/// Proof: Nis Queues (max_values: None, max_size: Some(48022), added: 50497, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Reserves (r:1 w:1)
|
||||
/// Proof: Balances Reserves (max_values: None, max_size: Some(1249), added: 3724, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Holds (r:1 w:1)
|
||||
/// Proof: Balances Holds (max_values: None, max_size: Some(66), added: 2541, mode: MaxEncodedLen)
|
||||
/// Storage: Nis QueueTotals (r:1 w:1)
|
||||
/// Proof: Nis QueueTotals (max_values: Some(1), max_size: Some(6002), added: 6497, mode: MaxEncodedLen)
|
||||
fn place_bid_max() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `54184`
|
||||
// Estimated: `63688`
|
||||
// Minimum execution time: 85_703_000 picoseconds.
|
||||
Weight::from_parts(86_613_000, 63688)
|
||||
// Measured: `54177`
|
||||
// Estimated: `51487`
|
||||
// Minimum execution time: 111_471_000 picoseconds.
|
||||
Weight::from_parts(112_287_000, 51487)
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
}
|
||||
/// Storage: Nis Queues (r:1 w:1)
|
||||
/// Proof: Nis Queues (max_values: None, max_size: Some(48022), added: 50497, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Holds (r:1 w:1)
|
||||
/// Proof: Balances Holds (max_values: None, max_size: Some(66), added: 2541, mode: MaxEncodedLen)
|
||||
/// Storage: Nis QueueTotals (r:1 w:1)
|
||||
/// Proof: Nis QueueTotals (max_values: Some(1), max_size: Some(6002), added: 6497, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Reserves (r:1 w:1)
|
||||
/// Proof: Balances Reserves (max_values: None, max_size: Some(1249), added: 3724, mode: MaxEncodedLen)
|
||||
/// The range of component `l` is `[1, 1000]`.
|
||||
fn retract_bid(l: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `6182 + l * (48 ±0)`
|
||||
// Estimated: `63688`
|
||||
// Minimum execution time: 37_637_000 picoseconds.
|
||||
Weight::from_parts(39_977_788, 63688)
|
||||
// Standard Error: 152
|
||||
.saturating_add(Weight::from_parts(34_595, 0).saturating_mul(l.into()))
|
||||
// Measured: `6175 + l * (48 ±0)`
|
||||
// Estimated: `51487`
|
||||
// Minimum execution time: 51_134_000 picoseconds.
|
||||
Weight::from_parts(52_353_883, 51487)
|
||||
// Standard Error: 161
|
||||
.saturating_add(Weight::from_parts(62_171, 0).saturating_mul(l.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -307,28 +304,70 @@ impl WeightInfo for () {
|
||||
fn fund_deficit() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `191`
|
||||
// Estimated: `5118`
|
||||
// Minimum execution time: 35_807_000 picoseconds.
|
||||
Weight::from_parts(36_329_000, 5118)
|
||||
// Estimated: `3593`
|
||||
// Minimum execution time: 41_421_000 picoseconds.
|
||||
Weight::from_parts(41_762_000, 3593)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
/// Storage: Nis Receipts (r:1 w:1)
|
||||
/// Proof: Nis Receipts (max_values: None, max_size: Some(81), added: 2556, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Holds (r:1 w:1)
|
||||
/// Proof: Balances Holds (max_values: None, max_size: Some(66), added: 2541, mode: MaxEncodedLen)
|
||||
/// Storage: System Account (r:1 w:1)
|
||||
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||
/// Storage: Nis Summary (r:1 w:1)
|
||||
/// Proof: Nis Summary (max_values: Some(1), max_size: Some(40), added: 535, mode: MaxEncodedLen)
|
||||
/// Storage: System Account (r:1 w:0)
|
||||
/// Storage: Assets Asset (r:1 w:1)
|
||||
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||
/// Storage: Assets Account (r:1 w:1)
|
||||
/// Proof: Assets Account (max_values: None, max_size: Some(102), added: 2577, mode: MaxEncodedLen)
|
||||
fn communify() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `667`
|
||||
// Estimated: `3675`
|
||||
// Minimum execution time: 74_179_000 picoseconds.
|
||||
Weight::from_parts(74_795_000, 3675)
|
||||
.saturating_add(RocksDbWeight::get().reads(6_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(6_u64))
|
||||
}
|
||||
/// Storage: Nis Receipts (r:1 w:1)
|
||||
/// Proof: Nis Receipts (max_values: None, max_size: Some(81), added: 2556, mode: MaxEncodedLen)
|
||||
/// Storage: Nis Summary (r:1 w:1)
|
||||
/// Proof: Nis Summary (max_values: Some(1), max_size: Some(40), added: 535, 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 Reserves (r:1 w:1)
|
||||
/// Proof: Balances Reserves (max_values: None, max_size: Some(1249), added: 3724, mode: MaxEncodedLen)
|
||||
/// Storage: Assets Asset (r:1 w:1)
|
||||
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||
/// Storage: Assets Account (r:1 w:1)
|
||||
/// Proof: Assets Account (max_values: None, max_size: Some(102), added: 2577, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Holds (r:1 w:1)
|
||||
/// Proof: Balances Holds (max_values: None, max_size: Some(66), added: 2541, mode: MaxEncodedLen)
|
||||
fn privatize() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `828`
|
||||
// Estimated: `3675`
|
||||
// Minimum execution time: 85_252_000 picoseconds.
|
||||
Weight::from_parts(85_949_000, 3675)
|
||||
.saturating_add(RocksDbWeight::get().reads(6_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(6_u64))
|
||||
}
|
||||
/// Storage: Nis Receipts (r:1 w:1)
|
||||
/// Proof: Nis Receipts (max_values: None, max_size: Some(81), added: 2556, mode: MaxEncodedLen)
|
||||
/// Storage: Nis Summary (r:1 w:1)
|
||||
/// Proof: Nis Summary (max_values: Some(1), max_size: Some(40), added: 535, 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 Holds (r:1 w:1)
|
||||
/// Proof: Balances Holds (max_values: None, max_size: Some(66), added: 2541, mode: MaxEncodedLen)
|
||||
fn thaw_private() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `360`
|
||||
// Estimated: `13378`
|
||||
// Minimum execution time: 51_342_000 picoseconds.
|
||||
Weight::from_parts(51_976_000, 13378)
|
||||
// Measured: `456`
|
||||
// Estimated: `3593`
|
||||
// Minimum execution time: 82_100_000 picoseconds.
|
||||
Weight::from_parts(82_563_000, 3593)
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
||||
}
|
||||
/// Storage: Nis Receipts (r:1 w:1)
|
||||
/// Proof: Nis Receipts (max_values: None, max_size: Some(81), added: 2556, mode: MaxEncodedLen)
|
||||
@@ -343,54 +382,12 @@ impl WeightInfo for () {
|
||||
fn thaw_communal() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `773`
|
||||
// Estimated: `15906`
|
||||
// Minimum execution time: 76_535_000 picoseconds.
|
||||
Weight::from_parts(78_073_000, 15906)
|
||||
// Estimated: `3675`
|
||||
// Minimum execution time: 86_498_000 picoseconds.
|
||||
Weight::from_parts(87_175_000, 3675)
|
||||
.saturating_add(RocksDbWeight::get().reads(5_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(5_u64))
|
||||
}
|
||||
/// Storage: Nis Receipts (r:1 w:1)
|
||||
/// Proof: Nis Receipts (max_values: None, max_size: Some(81), added: 2556, mode: MaxEncodedLen)
|
||||
/// Storage: Nis Summary (r:1 w:1)
|
||||
/// Proof: Nis Summary (max_values: Some(1), max_size: Some(40), added: 535, mode: MaxEncodedLen)
|
||||
/// Storage: System Account (r:1 w:1)
|
||||
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||
/// Storage: Assets Asset (r:1 w:1)
|
||||
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||
/// Storage: Assets Account (r:1 w:1)
|
||||
/// Proof: Assets Account (max_values: None, max_size: Some(102), added: 2577, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Reserves (r:1 w:1)
|
||||
/// Proof: Balances Reserves (max_values: None, max_size: Some(1249), added: 3724, mode: MaxEncodedLen)
|
||||
fn privatize() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `835`
|
||||
// Estimated: `20620`
|
||||
// Minimum execution time: 84_680_000 picoseconds.
|
||||
Weight::from_parts(85_661_000, 20620)
|
||||
.saturating_add(RocksDbWeight::get().reads(6_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(6_u64))
|
||||
}
|
||||
/// Storage: Nis Receipts (r:1 w:1)
|
||||
/// Proof: Nis Receipts (max_values: None, max_size: Some(81), added: 2556, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Reserves (r:1 w:1)
|
||||
/// Proof: Balances Reserves (max_values: None, max_size: Some(1249), added: 3724, mode: MaxEncodedLen)
|
||||
/// Storage: System Account (r:1 w:1)
|
||||
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||
/// Storage: Nis Summary (r:1 w:1)
|
||||
/// Proof: Nis Summary (max_values: Some(1), max_size: Some(40), added: 535, mode: MaxEncodedLen)
|
||||
/// Storage: Assets Asset (r:1 w:1)
|
||||
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||
/// Storage: Assets Account (r:1 w:1)
|
||||
/// Proof: Assets Account (max_values: None, max_size: Some(102), added: 2577, mode: MaxEncodedLen)
|
||||
fn communify() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `674`
|
||||
// Estimated: `20620`
|
||||
// Minimum execution time: 72_828_000 picoseconds.
|
||||
Weight::from_parts(73_553_000, 20620)
|
||||
.saturating_add(RocksDbWeight::get().reads(6_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(6_u64))
|
||||
}
|
||||
/// Storage: Nis Summary (r:1 w:1)
|
||||
/// Proof: Nis Summary (max_values: Some(1), max_size: Some(40), added: 535, mode: MaxEncodedLen)
|
||||
/// Storage: System Account (r:1 w:0)
|
||||
@@ -400,9 +397,9 @@ impl WeightInfo for () {
|
||||
fn process_queues() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `6624`
|
||||
// Estimated: `12605`
|
||||
// Minimum execution time: 23_311_000 picoseconds.
|
||||
Weight::from_parts(23_855_000, 12605)
|
||||
// Estimated: `7487`
|
||||
// Minimum execution time: 22_507_000 picoseconds.
|
||||
Weight::from_parts(22_788_000, 7487)
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -412,8 +409,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `42`
|
||||
// Estimated: `51487`
|
||||
// Minimum execution time: 4_485_000 picoseconds.
|
||||
Weight::from_parts(4_717_000, 51487)
|
||||
// Minimum execution time: 4_692_000 picoseconds.
|
||||
Weight::from_parts(4_862_000, 51487)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -423,8 +420,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 7_837_000 picoseconds.
|
||||
Weight::from_parts(12_913_000, 0)
|
||||
// Minimum execution time: 8_031_000 picoseconds.
|
||||
Weight::from_parts(8_183_000, 0)
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
}
|
||||
|
||||
+180
-155
@@ -18,9 +18,9 @@
|
||||
//! Autogenerated weights for pallet_nomination_pools
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-04-06, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -31,9 +31,6 @@
|
||||
// --steps=50
|
||||
// --repeat=20
|
||||
// --pallet=pallet_nomination_pools
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
@@ -100,6 +97,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: NominationPools CounterForPoolMembers (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Locks (r:1 w:1)
|
||||
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Freezes (r:1 w:0)
|
||||
/// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
|
||||
/// Storage: VoterList ListNodes (r:3 w:3)
|
||||
/// Proof: VoterList ListNodes (max_values: None, max_size: Some(154), added: 2629, mode: MaxEncodedLen)
|
||||
/// Storage: VoterList ListBags (r:2 w:2)
|
||||
@@ -107,10 +106,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn join() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `3300`
|
||||
// Estimated: `52435`
|
||||
// Minimum execution time: 160_675_000 picoseconds.
|
||||
Weight::from_parts(162_605_000, 52435)
|
||||
.saturating_add(T::DbWeight::get().reads(18_u64))
|
||||
// Estimated: `8877`
|
||||
// Minimum execution time: 186_523_000 picoseconds.
|
||||
Weight::from_parts(187_817_000, 8877)
|
||||
.saturating_add(T::DbWeight::get().reads(19_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(12_u64))
|
||||
}
|
||||
/// Storage: NominationPools PoolMembers (r:1 w:1)
|
||||
@@ -129,6 +128,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Staking Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Locks (r:1 w:1)
|
||||
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Freezes (r:1 w:0)
|
||||
/// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
|
||||
/// Storage: VoterList ListNodes (r:3 w:3)
|
||||
/// Proof: VoterList ListNodes (max_values: None, max_size: Some(154), added: 2629, mode: MaxEncodedLen)
|
||||
/// Storage: VoterList ListBags (r:2 w:2)
|
||||
@@ -136,10 +137,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn bond_extra_transfer() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `3310`
|
||||
// Estimated: `49070`
|
||||
// Minimum execution time: 156_820_000 picoseconds.
|
||||
Weight::from_parts(159_798_000, 49070)
|
||||
.saturating_add(T::DbWeight::get().reads(15_u64))
|
||||
// Estimated: `8877`
|
||||
// Minimum execution time: 183_120_000 picoseconds.
|
||||
Weight::from_parts(184_749_000, 8877)
|
||||
.saturating_add(T::DbWeight::get().reads(16_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(12_u64))
|
||||
}
|
||||
/// Storage: NominationPools ClaimPermissions (r:1 w:0)
|
||||
@@ -160,6 +161,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Staking Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Locks (r:1 w:1)
|
||||
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Freezes (r:1 w:0)
|
||||
/// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
|
||||
/// Storage: VoterList ListNodes (r:3 w:3)
|
||||
/// Proof: VoterList ListNodes (max_values: None, max_size: Some(154), added: 2629, mode: MaxEncodedLen)
|
||||
/// Storage: VoterList ListBags (r:2 w:2)
|
||||
@@ -167,10 +170,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn bond_extra_other() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `3375`
|
||||
// Estimated: `52576`
|
||||
// Minimum execution time: 175_820_000 picoseconds.
|
||||
Weight::from_parts(177_378_000, 52576)
|
||||
.saturating_add(T::DbWeight::get().reads(16_u64))
|
||||
// Estimated: `8877`
|
||||
// Minimum execution time: 218_799_000 picoseconds.
|
||||
Weight::from_parts(220_139_000, 8877)
|
||||
.saturating_add(T::DbWeight::get().reads(17_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(13_u64))
|
||||
}
|
||||
/// Storage: NominationPools ClaimPermissions (r:1 w:0)
|
||||
@@ -188,9 +191,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn claim_payout() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1171`
|
||||
// Estimated: `19532`
|
||||
// Minimum execution time: 62_011_000 picoseconds.
|
||||
Weight::from_parts(62_680_000, 19532)
|
||||
// Estimated: `3702`
|
||||
// Minimum execution time: 79_493_000 picoseconds.
|
||||
Weight::from_parts(80_266_000, 3702)
|
||||
.saturating_add(T::DbWeight::get().reads(6_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -216,6 +219,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Staking MinNominatorBond (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Locks (r:1 w:1)
|
||||
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Freezes (r:1 w:0)
|
||||
/// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
|
||||
/// Storage: VoterList ListNodes (r:3 w:3)
|
||||
/// Proof: VoterList ListNodes (max_values: None, max_size: Some(154), added: 2629, mode: MaxEncodedLen)
|
||||
/// Storage: VoterList ListBags (r:2 w:2)
|
||||
@@ -227,10 +232,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn unbond() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `3586`
|
||||
// Estimated: `82816`
|
||||
// Minimum execution time: 163_294_000 picoseconds.
|
||||
Weight::from_parts(164_375_000, 82816)
|
||||
.saturating_add(T::DbWeight::get().reads(19_u64))
|
||||
// Estimated: `27847`
|
||||
// Minimum execution time: 168_592_000 picoseconds.
|
||||
Weight::from_parts(170_130_000, 27847)
|
||||
.saturating_add(T::DbWeight::get().reads(20_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(13_u64))
|
||||
}
|
||||
/// Storage: NominationPools BondedPools (r:1 w:0)
|
||||
@@ -243,16 +248,18 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Staking CurrentEra (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Locks (r:1 w:1)
|
||||
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Freezes (r:1 w:0)
|
||||
/// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
|
||||
/// The range of component `s` is `[0, 100]`.
|
||||
fn pool_withdraw_unbonded(s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1687`
|
||||
// Estimated: `18031`
|
||||
// Minimum execution time: 54_775_000 picoseconds.
|
||||
Weight::from_parts(55_724_944, 18031)
|
||||
// Standard Error: 536
|
||||
.saturating_add(Weight::from_parts(10_059, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(5_u64))
|
||||
// Estimated: `4764`
|
||||
// Minimum execution time: 63_254_000 picoseconds.
|
||||
Weight::from_parts(64_154_755, 4764)
|
||||
// Standard Error: 344
|
||||
.saturating_add(Weight::from_parts(8_798, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(6_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
/// Storage: NominationPools PoolMembers (r:1 w:1)
|
||||
@@ -269,6 +276,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Staking Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Locks (r:1 w:1)
|
||||
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Freezes (r:1 w:0)
|
||||
/// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
|
||||
/// Storage: System Account (r:1 w:1)
|
||||
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||
/// Storage: NominationPools CounterForPoolMembers (r:1 w:1)
|
||||
@@ -279,12 +288,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn withdraw_unbonded_update(s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `2115`
|
||||
// Estimated: `54662`
|
||||
// Minimum execution time: 106_820_000 picoseconds.
|
||||
Weight::from_parts(109_870_849, 54662)
|
||||
// Standard Error: 11_111
|
||||
.saturating_add(Weight::from_parts(2_006, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(9_u64))
|
||||
// Estimated: `27847`
|
||||
// Minimum execution time: 131_339_000 picoseconds.
|
||||
Weight::from_parts(133_590_267, 27847)
|
||||
// Standard Error: 1_058
|
||||
.saturating_add(Weight::from_parts(9_932, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(10_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(8_u64))
|
||||
}
|
||||
/// Storage: NominationPools PoolMembers (r:1 w:1)
|
||||
@@ -309,6 +318,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Locks (r:1 w:1)
|
||||
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Freezes (r:1 w:0)
|
||||
/// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
|
||||
/// Storage: NominationPools CounterForPoolMembers (r:1 w:1)
|
||||
/// Proof: NominationPools CounterForPoolMembers (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||
/// Storage: NominationPools ReversePoolIdLookup (r:1 w:1)
|
||||
@@ -330,15 +341,13 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Storage: NominationPools ClaimPermissions (r:0 w:1)
|
||||
/// Proof: NominationPools ClaimPermissions (max_values: None, max_size: Some(41), added: 2516, mode: MaxEncodedLen)
|
||||
/// The range of component `s` is `[0, 100]`.
|
||||
fn withdraw_unbonded_kill(s: u32, ) -> Weight {
|
||||
fn withdraw_unbonded_kill(_s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `2470`
|
||||
// Estimated: `87490`
|
||||
// Minimum execution time: 170_908_000 picoseconds.
|
||||
Weight::from_parts(173_616_555, 87490)
|
||||
// Standard Error: 2_324
|
||||
.saturating_add(Weight::from_parts(4_397, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(20_u64))
|
||||
// Estimated: `27847`
|
||||
// Minimum execution time: 219_026_000 picoseconds.
|
||||
Weight::from_parts(223_230_356, 27847)
|
||||
.saturating_add(T::DbWeight::get().reads(21_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(18_u64))
|
||||
}
|
||||
/// Storage: NominationPools LastPoolId (r:1 w:1)
|
||||
@@ -371,6 +380,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Staking CurrentEra (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Locks (r:1 w:1)
|
||||
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Freezes (r:1 w:0)
|
||||
/// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
|
||||
/// Storage: NominationPools RewardPools (r:1 w:1)
|
||||
/// Proof: NominationPools RewardPools (max_values: None, max_size: Some(92), added: 2567, mode: MaxEncodedLen)
|
||||
/// Storage: NominationPools CounterForRewardPools (r:1 w:1)
|
||||
@@ -386,10 +397,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn create() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1289`
|
||||
// Estimated: `51410`
|
||||
// Minimum execution time: 148_934_000 picoseconds.
|
||||
Weight::from_parts(149_702_000, 51410)
|
||||
.saturating_add(T::DbWeight::get().reads(21_u64))
|
||||
// Estimated: `6196`
|
||||
// Minimum execution time: 189_710_000 picoseconds.
|
||||
Weight::from_parts(190_251_000, 6196)
|
||||
.saturating_add(T::DbWeight::get().reads(22_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(15_u64))
|
||||
}
|
||||
/// Storage: NominationPools BondedPools (r:1 w:0)
|
||||
@@ -420,11 +431,11 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn nominate(n: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1849`
|
||||
// Estimated: `33934 + n * (2520 ±0)`
|
||||
// Minimum execution time: 68_986_000 picoseconds.
|
||||
Weight::from_parts(69_474_269, 33934)
|
||||
// Standard Error: 6_602
|
||||
.saturating_add(Weight::from_parts(1_416_294, 0).saturating_mul(n.into()))
|
||||
// Estimated: `4556 + n * (2520 ±0)`
|
||||
// Minimum execution time: 70_044_000 picoseconds.
|
||||
Weight::from_parts(69_307_256, 4556)
|
||||
// Standard Error: 6_066
|
||||
.saturating_add(Weight::from_parts(1_517_942, 0).saturating_mul(n.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(12_u64))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(5_u64))
|
||||
@@ -439,9 +450,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn set_state() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1438`
|
||||
// Estimated: `11778`
|
||||
// Minimum execution time: 36_300_000 picoseconds.
|
||||
Weight::from_parts(36_713_000, 11778)
|
||||
// Estimated: `4556`
|
||||
// Minimum execution time: 36_610_000 picoseconds.
|
||||
Weight::from_parts(37_212_000, 4556)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -455,11 +466,11 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn set_metadata(n: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `531`
|
||||
// Estimated: `8909`
|
||||
// Minimum execution time: 14_976_000 picoseconds.
|
||||
Weight::from_parts(15_538_088, 8909)
|
||||
// Standard Error: 71
|
||||
.saturating_add(Weight::from_parts(1_548, 0).saturating_mul(n.into()))
|
||||
// Estimated: `3735`
|
||||
// Minimum execution time: 15_334_000 picoseconds.
|
||||
Weight::from_parts(15_753_107, 3735)
|
||||
// Standard Error: 62
|
||||
.saturating_add(Weight::from_parts(1_365, 0).saturating_mul(n.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -479,8 +490,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 7_259_000 picoseconds.
|
||||
Weight::from_parts(7_499_000, 0)
|
||||
// Minimum execution time: 7_156_000 picoseconds.
|
||||
Weight::from_parts(7_596_000, 0)
|
||||
.saturating_add(T::DbWeight::get().writes(6_u64))
|
||||
}
|
||||
/// Storage: NominationPools BondedPools (r:1 w:1)
|
||||
@@ -489,8 +500,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `531`
|
||||
// Estimated: `3685`
|
||||
// Minimum execution time: 20_454_000 picoseconds.
|
||||
Weight::from_parts(20_771_000, 3685)
|
||||
// Minimum execution time: 20_342_000 picoseconds.
|
||||
Weight::from_parts(20_699_000, 3685)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -515,9 +526,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn chill() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `2012`
|
||||
// Estimated: `29455`
|
||||
// Minimum execution time: 66_404_000 picoseconds.
|
||||
Weight::from_parts(66_872_000, 29455)
|
||||
// Estimated: `4556`
|
||||
// Minimum execution time: 66_608_000 picoseconds.
|
||||
Weight::from_parts(67_416_000, 4556)
|
||||
.saturating_add(T::DbWeight::get().reads(9_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(5_u64))
|
||||
}
|
||||
@@ -532,9 +543,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn set_commission() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `770`
|
||||
// Estimated: `12324`
|
||||
// Minimum execution time: 34_240_000 picoseconds.
|
||||
Weight::from_parts(34_797_000, 12324)
|
||||
// Estimated: `3685`
|
||||
// Minimum execution time: 34_619_000 picoseconds.
|
||||
Weight::from_parts(34_894_000, 3685)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -544,8 +555,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `571`
|
||||
// Estimated: `3685`
|
||||
// Minimum execution time: 19_469_000 picoseconds.
|
||||
Weight::from_parts(19_865_000, 3685)
|
||||
// Minimum execution time: 19_676_000 picoseconds.
|
||||
Weight::from_parts(19_958_000, 3685)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -555,8 +566,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `531`
|
||||
// Estimated: `3685`
|
||||
// Minimum execution time: 20_423_000 picoseconds.
|
||||
Weight::from_parts(20_620_000, 3685)
|
||||
// Minimum execution time: 20_404_000 picoseconds.
|
||||
Weight::from_parts(20_859_000, 3685)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -567,9 +578,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn set_claim_permission() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `542`
|
||||
// Estimated: `7208`
|
||||
// Minimum execution time: 15_346_000 picoseconds.
|
||||
Weight::from_parts(15_613_000, 7208)
|
||||
// Estimated: `3702`
|
||||
// Minimum execution time: 15_401_000 picoseconds.
|
||||
Weight::from_parts(15_706_000, 3702)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -584,9 +595,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn claim_commission() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `968`
|
||||
// Estimated: `12324`
|
||||
// Minimum execution time: 48_749_000 picoseconds.
|
||||
Weight::from_parts(49_131_000, 12324)
|
||||
// Estimated: `3685`
|
||||
// Minimum execution time: 66_775_000 picoseconds.
|
||||
Weight::from_parts(67_242_000, 3685)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -618,6 +629,8 @@ impl WeightInfo for () {
|
||||
/// Proof: NominationPools CounterForPoolMembers (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Locks (r:1 w:1)
|
||||
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Freezes (r:1 w:0)
|
||||
/// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
|
||||
/// Storage: VoterList ListNodes (r:3 w:3)
|
||||
/// Proof: VoterList ListNodes (max_values: None, max_size: Some(154), added: 2629, mode: MaxEncodedLen)
|
||||
/// Storage: VoterList ListBags (r:2 w:2)
|
||||
@@ -625,10 +638,10 @@ impl WeightInfo for () {
|
||||
fn join() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `3300`
|
||||
// Estimated: `52435`
|
||||
// Minimum execution time: 160_675_000 picoseconds.
|
||||
Weight::from_parts(162_605_000, 52435)
|
||||
.saturating_add(RocksDbWeight::get().reads(18_u64))
|
||||
// Estimated: `8877`
|
||||
// Minimum execution time: 186_523_000 picoseconds.
|
||||
Weight::from_parts(187_817_000, 8877)
|
||||
.saturating_add(RocksDbWeight::get().reads(19_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(12_u64))
|
||||
}
|
||||
/// Storage: NominationPools PoolMembers (r:1 w:1)
|
||||
@@ -647,6 +660,8 @@ impl WeightInfo for () {
|
||||
/// Proof: Staking Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Locks (r:1 w:1)
|
||||
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Freezes (r:1 w:0)
|
||||
/// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
|
||||
/// Storage: VoterList ListNodes (r:3 w:3)
|
||||
/// Proof: VoterList ListNodes (max_values: None, max_size: Some(154), added: 2629, mode: MaxEncodedLen)
|
||||
/// Storage: VoterList ListBags (r:2 w:2)
|
||||
@@ -654,10 +669,10 @@ impl WeightInfo for () {
|
||||
fn bond_extra_transfer() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `3310`
|
||||
// Estimated: `49070`
|
||||
// Minimum execution time: 156_820_000 picoseconds.
|
||||
Weight::from_parts(159_798_000, 49070)
|
||||
.saturating_add(RocksDbWeight::get().reads(15_u64))
|
||||
// Estimated: `8877`
|
||||
// Minimum execution time: 183_120_000 picoseconds.
|
||||
Weight::from_parts(184_749_000, 8877)
|
||||
.saturating_add(RocksDbWeight::get().reads(16_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(12_u64))
|
||||
}
|
||||
/// Storage: NominationPools ClaimPermissions (r:1 w:0)
|
||||
@@ -678,6 +693,8 @@ impl WeightInfo for () {
|
||||
/// Proof: Staking Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Locks (r:1 w:1)
|
||||
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Freezes (r:1 w:0)
|
||||
/// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
|
||||
/// Storage: VoterList ListNodes (r:3 w:3)
|
||||
/// Proof: VoterList ListNodes (max_values: None, max_size: Some(154), added: 2629, mode: MaxEncodedLen)
|
||||
/// Storage: VoterList ListBags (r:2 w:2)
|
||||
@@ -685,10 +702,10 @@ impl WeightInfo for () {
|
||||
fn bond_extra_other() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `3375`
|
||||
// Estimated: `52576`
|
||||
// Minimum execution time: 175_820_000 picoseconds.
|
||||
Weight::from_parts(177_378_000, 52576)
|
||||
.saturating_add(RocksDbWeight::get().reads(16_u64))
|
||||
// Estimated: `8877`
|
||||
// Minimum execution time: 218_799_000 picoseconds.
|
||||
Weight::from_parts(220_139_000, 8877)
|
||||
.saturating_add(RocksDbWeight::get().reads(17_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(13_u64))
|
||||
}
|
||||
/// Storage: NominationPools ClaimPermissions (r:1 w:0)
|
||||
@@ -706,9 +723,9 @@ impl WeightInfo for () {
|
||||
fn claim_payout() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1171`
|
||||
// Estimated: `19532`
|
||||
// Minimum execution time: 62_011_000 picoseconds.
|
||||
Weight::from_parts(62_680_000, 19532)
|
||||
// Estimated: `3702`
|
||||
// Minimum execution time: 79_493_000 picoseconds.
|
||||
Weight::from_parts(80_266_000, 3702)
|
||||
.saturating_add(RocksDbWeight::get().reads(6_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -734,6 +751,8 @@ impl WeightInfo for () {
|
||||
/// Proof: Staking MinNominatorBond (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Locks (r:1 w:1)
|
||||
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Freezes (r:1 w:0)
|
||||
/// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
|
||||
/// Storage: VoterList ListNodes (r:3 w:3)
|
||||
/// Proof: VoterList ListNodes (max_values: None, max_size: Some(154), added: 2629, mode: MaxEncodedLen)
|
||||
/// Storage: VoterList ListBags (r:2 w:2)
|
||||
@@ -745,10 +764,10 @@ impl WeightInfo for () {
|
||||
fn unbond() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `3586`
|
||||
// Estimated: `82816`
|
||||
// Minimum execution time: 163_294_000 picoseconds.
|
||||
Weight::from_parts(164_375_000, 82816)
|
||||
.saturating_add(RocksDbWeight::get().reads(19_u64))
|
||||
// Estimated: `27847`
|
||||
// Minimum execution time: 168_592_000 picoseconds.
|
||||
Weight::from_parts(170_130_000, 27847)
|
||||
.saturating_add(RocksDbWeight::get().reads(20_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(13_u64))
|
||||
}
|
||||
/// Storage: NominationPools BondedPools (r:1 w:0)
|
||||
@@ -761,16 +780,18 @@ impl WeightInfo for () {
|
||||
/// Proof: Staking CurrentEra (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Locks (r:1 w:1)
|
||||
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Freezes (r:1 w:0)
|
||||
/// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
|
||||
/// The range of component `s` is `[0, 100]`.
|
||||
fn pool_withdraw_unbonded(s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1687`
|
||||
// Estimated: `18031`
|
||||
// Minimum execution time: 54_775_000 picoseconds.
|
||||
Weight::from_parts(55_724_944, 18031)
|
||||
// Standard Error: 536
|
||||
.saturating_add(Weight::from_parts(10_059, 0).saturating_mul(s.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(5_u64))
|
||||
// Estimated: `4764`
|
||||
// Minimum execution time: 63_254_000 picoseconds.
|
||||
Weight::from_parts(64_154_755, 4764)
|
||||
// Standard Error: 344
|
||||
.saturating_add(Weight::from_parts(8_798, 0).saturating_mul(s.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(6_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
/// Storage: NominationPools PoolMembers (r:1 w:1)
|
||||
@@ -787,6 +808,8 @@ impl WeightInfo for () {
|
||||
/// Proof: Staking Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Locks (r:1 w:1)
|
||||
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Freezes (r:1 w:0)
|
||||
/// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
|
||||
/// Storage: System Account (r:1 w:1)
|
||||
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||
/// Storage: NominationPools CounterForPoolMembers (r:1 w:1)
|
||||
@@ -797,12 +820,12 @@ impl WeightInfo for () {
|
||||
fn withdraw_unbonded_update(s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `2115`
|
||||
// Estimated: `54662`
|
||||
// Minimum execution time: 106_820_000 picoseconds.
|
||||
Weight::from_parts(109_870_849, 54662)
|
||||
// Standard Error: 11_111
|
||||
.saturating_add(Weight::from_parts(2_006, 0).saturating_mul(s.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(9_u64))
|
||||
// Estimated: `27847`
|
||||
// Minimum execution time: 131_339_000 picoseconds.
|
||||
Weight::from_parts(133_590_267, 27847)
|
||||
// Standard Error: 1_058
|
||||
.saturating_add(Weight::from_parts(9_932, 0).saturating_mul(s.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(10_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(8_u64))
|
||||
}
|
||||
/// Storage: NominationPools PoolMembers (r:1 w:1)
|
||||
@@ -827,6 +850,8 @@ impl WeightInfo for () {
|
||||
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Locks (r:1 w:1)
|
||||
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Freezes (r:1 w:0)
|
||||
/// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
|
||||
/// Storage: NominationPools CounterForPoolMembers (r:1 w:1)
|
||||
/// Proof: NominationPools CounterForPoolMembers (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||
/// Storage: NominationPools ReversePoolIdLookup (r:1 w:1)
|
||||
@@ -848,15 +873,13 @@ impl WeightInfo for () {
|
||||
/// Storage: NominationPools ClaimPermissions (r:0 w:1)
|
||||
/// Proof: NominationPools ClaimPermissions (max_values: None, max_size: Some(41), added: 2516, mode: MaxEncodedLen)
|
||||
/// The range of component `s` is `[0, 100]`.
|
||||
fn withdraw_unbonded_kill(s: u32, ) -> Weight {
|
||||
fn withdraw_unbonded_kill(_s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `2470`
|
||||
// Estimated: `87490`
|
||||
// Minimum execution time: 170_908_000 picoseconds.
|
||||
Weight::from_parts(173_616_555, 87490)
|
||||
// Standard Error: 2_324
|
||||
.saturating_add(Weight::from_parts(4_397, 0).saturating_mul(s.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(20_u64))
|
||||
// Estimated: `27847`
|
||||
// Minimum execution time: 219_026_000 picoseconds.
|
||||
Weight::from_parts(223_230_356, 27847)
|
||||
.saturating_add(RocksDbWeight::get().reads(21_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(18_u64))
|
||||
}
|
||||
/// Storage: NominationPools LastPoolId (r:1 w:1)
|
||||
@@ -889,6 +912,8 @@ impl WeightInfo for () {
|
||||
/// Proof: Staking CurrentEra (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Locks (r:1 w:1)
|
||||
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Freezes (r:1 w:0)
|
||||
/// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
|
||||
/// Storage: NominationPools RewardPools (r:1 w:1)
|
||||
/// Proof: NominationPools RewardPools (max_values: None, max_size: Some(92), added: 2567, mode: MaxEncodedLen)
|
||||
/// Storage: NominationPools CounterForRewardPools (r:1 w:1)
|
||||
@@ -904,10 +929,10 @@ impl WeightInfo for () {
|
||||
fn create() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1289`
|
||||
// Estimated: `51410`
|
||||
// Minimum execution time: 148_934_000 picoseconds.
|
||||
Weight::from_parts(149_702_000, 51410)
|
||||
.saturating_add(RocksDbWeight::get().reads(21_u64))
|
||||
// Estimated: `6196`
|
||||
// Minimum execution time: 189_710_000 picoseconds.
|
||||
Weight::from_parts(190_251_000, 6196)
|
||||
.saturating_add(RocksDbWeight::get().reads(22_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(15_u64))
|
||||
}
|
||||
/// Storage: NominationPools BondedPools (r:1 w:0)
|
||||
@@ -938,11 +963,11 @@ impl WeightInfo for () {
|
||||
fn nominate(n: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1849`
|
||||
// Estimated: `33934 + n * (2520 ±0)`
|
||||
// Minimum execution time: 68_986_000 picoseconds.
|
||||
Weight::from_parts(69_474_269, 33934)
|
||||
// Standard Error: 6_602
|
||||
.saturating_add(Weight::from_parts(1_416_294, 0).saturating_mul(n.into()))
|
||||
// Estimated: `4556 + n * (2520 ±0)`
|
||||
// Minimum execution time: 70_044_000 picoseconds.
|
||||
Weight::from_parts(69_307_256, 4556)
|
||||
// Standard Error: 6_066
|
||||
.saturating_add(Weight::from_parts(1_517_942, 0).saturating_mul(n.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(12_u64))
|
||||
.saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(n.into())))
|
||||
.saturating_add(RocksDbWeight::get().writes(5_u64))
|
||||
@@ -957,9 +982,9 @@ impl WeightInfo for () {
|
||||
fn set_state() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1438`
|
||||
// Estimated: `11778`
|
||||
// Minimum execution time: 36_300_000 picoseconds.
|
||||
Weight::from_parts(36_713_000, 11778)
|
||||
// Estimated: `4556`
|
||||
// Minimum execution time: 36_610_000 picoseconds.
|
||||
Weight::from_parts(37_212_000, 4556)
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -973,11 +998,11 @@ impl WeightInfo for () {
|
||||
fn set_metadata(n: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `531`
|
||||
// Estimated: `8909`
|
||||
// Minimum execution time: 14_976_000 picoseconds.
|
||||
Weight::from_parts(15_538_088, 8909)
|
||||
// Standard Error: 71
|
||||
.saturating_add(Weight::from_parts(1_548, 0).saturating_mul(n.into()))
|
||||
// Estimated: `3735`
|
||||
// Minimum execution time: 15_334_000 picoseconds.
|
||||
Weight::from_parts(15_753_107, 3735)
|
||||
// Standard Error: 62
|
||||
.saturating_add(Weight::from_parts(1_365, 0).saturating_mul(n.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -997,8 +1022,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 7_259_000 picoseconds.
|
||||
Weight::from_parts(7_499_000, 0)
|
||||
// Minimum execution time: 7_156_000 picoseconds.
|
||||
Weight::from_parts(7_596_000, 0)
|
||||
.saturating_add(RocksDbWeight::get().writes(6_u64))
|
||||
}
|
||||
/// Storage: NominationPools BondedPools (r:1 w:1)
|
||||
@@ -1007,8 +1032,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `531`
|
||||
// Estimated: `3685`
|
||||
// Minimum execution time: 20_454_000 picoseconds.
|
||||
Weight::from_parts(20_771_000, 3685)
|
||||
// Minimum execution time: 20_342_000 picoseconds.
|
||||
Weight::from_parts(20_699_000, 3685)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -1033,9 +1058,9 @@ impl WeightInfo for () {
|
||||
fn chill() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `2012`
|
||||
// Estimated: `29455`
|
||||
// Minimum execution time: 66_404_000 picoseconds.
|
||||
Weight::from_parts(66_872_000, 29455)
|
||||
// Estimated: `4556`
|
||||
// Minimum execution time: 66_608_000 picoseconds.
|
||||
Weight::from_parts(67_416_000, 4556)
|
||||
.saturating_add(RocksDbWeight::get().reads(9_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(5_u64))
|
||||
}
|
||||
@@ -1050,9 +1075,9 @@ impl WeightInfo for () {
|
||||
fn set_commission() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `770`
|
||||
// Estimated: `12324`
|
||||
// Minimum execution time: 34_240_000 picoseconds.
|
||||
Weight::from_parts(34_797_000, 12324)
|
||||
// Estimated: `3685`
|
||||
// Minimum execution time: 34_619_000 picoseconds.
|
||||
Weight::from_parts(34_894_000, 3685)
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -1062,8 +1087,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `571`
|
||||
// Estimated: `3685`
|
||||
// Minimum execution time: 19_469_000 picoseconds.
|
||||
Weight::from_parts(19_865_000, 3685)
|
||||
// Minimum execution time: 19_676_000 picoseconds.
|
||||
Weight::from_parts(19_958_000, 3685)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -1073,8 +1098,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `531`
|
||||
// Estimated: `3685`
|
||||
// Minimum execution time: 20_423_000 picoseconds.
|
||||
Weight::from_parts(20_620_000, 3685)
|
||||
// Minimum execution time: 20_404_000 picoseconds.
|
||||
Weight::from_parts(20_859_000, 3685)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -1085,9 +1110,9 @@ impl WeightInfo for () {
|
||||
fn set_claim_permission() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `542`
|
||||
// Estimated: `7208`
|
||||
// Minimum execution time: 15_346_000 picoseconds.
|
||||
Weight::from_parts(15_613_000, 7208)
|
||||
// Estimated: `3702`
|
||||
// Minimum execution time: 15_401_000 picoseconds.
|
||||
Weight::from_parts(15_706_000, 3702)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -1102,9 +1127,9 @@ impl WeightInfo for () {
|
||||
fn claim_commission() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `968`
|
||||
// Estimated: `12324`
|
||||
// Minimum execution time: 48_749_000 picoseconds.
|
||||
Weight::from_parts(49_131_000, 12324)
|
||||
// Estimated: `3685`
|
||||
// Minimum execution time: 66_775_000 picoseconds.
|
||||
Weight::from_parts(67_242_000, 3685)
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
||||
Generated
+56
-59
@@ -18,9 +18,9 @@
|
||||
//! Autogenerated weights for pallet_preimage
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-04-06, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -31,9 +31,6 @@
|
||||
// --steps=50
|
||||
// --repeat=20
|
||||
// --pallet=pallet_preimage
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
@@ -77,10 +74,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `143`
|
||||
// Estimated: `3556`
|
||||
// Minimum execution time: 27_010_000 picoseconds.
|
||||
Weight::from_parts(27_665_000, 3556)
|
||||
// Minimum execution time: 31_578_000 picoseconds.
|
||||
Weight::from_parts(31_955_000, 3556)
|
||||
// Standard Error: 0
|
||||
.saturating_add(Weight::from_parts(1_414, 0).saturating_mul(s.into()))
|
||||
.saturating_add(Weight::from_parts(1_395, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -93,10 +90,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `106`
|
||||
// Estimated: `3556`
|
||||
// Minimum execution time: 16_984_000 picoseconds.
|
||||
Weight::from_parts(17_455_000, 3556)
|
||||
// Minimum execution time: 17_017_000 picoseconds.
|
||||
Weight::from_parts(17_549_000, 3556)
|
||||
// Standard Error: 0
|
||||
.saturating_add(Weight::from_parts(1_414, 0).saturating_mul(s.into()))
|
||||
.saturating_add(Weight::from_parts(1_394, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -109,10 +106,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `106`
|
||||
// Estimated: `3556`
|
||||
// Minimum execution time: 16_579_000 picoseconds.
|
||||
Weight::from_parts(16_849_000, 3556)
|
||||
// Minimum execution time: 16_507_000 picoseconds.
|
||||
Weight::from_parts(16_624_000, 3556)
|
||||
// Standard Error: 0
|
||||
.saturating_add(Weight::from_parts(1_414, 0).saturating_mul(s.into()))
|
||||
.saturating_add(Weight::from_parts(1_395, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -124,8 +121,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `289`
|
||||
// Estimated: `3556`
|
||||
// Minimum execution time: 33_552_000 picoseconds.
|
||||
Weight::from_parts(35_134_000, 3556)
|
||||
// Minimum execution time: 38_016_000 picoseconds.
|
||||
Weight::from_parts(38_909_000, 3556)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -137,8 +134,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `144`
|
||||
// Estimated: `3556`
|
||||
// Minimum execution time: 22_102_000 picoseconds.
|
||||
Weight::from_parts(22_860_000, 3556)
|
||||
// Minimum execution time: 21_408_000 picoseconds.
|
||||
Weight::from_parts(22_343_000, 3556)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -148,8 +145,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `188`
|
||||
// Estimated: `3556`
|
||||
// Minimum execution time: 19_590_000 picoseconds.
|
||||
Weight::from_parts(20_638_000, 3556)
|
||||
// Minimum execution time: 20_035_000 picoseconds.
|
||||
Weight::from_parts(20_639_000, 3556)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -159,8 +156,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `144`
|
||||
// Estimated: `3556`
|
||||
// Minimum execution time: 11_689_000 picoseconds.
|
||||
Weight::from_parts(12_577_000, 3556)
|
||||
// Minimum execution time: 12_028_000 picoseconds.
|
||||
Weight::from_parts(12_509_000, 3556)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -170,8 +167,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `42`
|
||||
// Estimated: `3556`
|
||||
// Minimum execution time: 13_673_000 picoseconds.
|
||||
Weight::from_parts(14_210_000, 3556)
|
||||
// Minimum execution time: 13_568_000 picoseconds.
|
||||
Weight::from_parts(14_161_000, 3556)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -181,8 +178,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `106`
|
||||
// Estimated: `3556`
|
||||
// Minimum execution time: 8_810_000 picoseconds.
|
||||
Weight::from_parts(9_044_000, 3556)
|
||||
// Minimum execution time: 8_538_000 picoseconds.
|
||||
Weight::from_parts(8_933_000, 3556)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -194,8 +191,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `144`
|
||||
// Estimated: `3556`
|
||||
// Minimum execution time: 21_236_000 picoseconds.
|
||||
Weight::from_parts(21_684_000, 3556)
|
||||
// Minimum execution time: 20_692_000 picoseconds.
|
||||
Weight::from_parts(21_770_000, 3556)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -205,8 +202,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `106`
|
||||
// Estimated: `3556`
|
||||
// Minimum execution time: 8_709_000 picoseconds.
|
||||
Weight::from_parts(8_970_000, 3556)
|
||||
// Minimum execution time: 8_572_000 picoseconds.
|
||||
Weight::from_parts(8_795_000, 3556)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -216,8 +213,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `106`
|
||||
// Estimated: `3556`
|
||||
// Minimum execution time: 8_976_000 picoseconds.
|
||||
Weight::from_parts(9_164_000, 3556)
|
||||
// Minimum execution time: 8_266_000 picoseconds.
|
||||
Weight::from_parts(8_721_000, 3556)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -234,10 +231,10 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `143`
|
||||
// Estimated: `3556`
|
||||
// Minimum execution time: 27_010_000 picoseconds.
|
||||
Weight::from_parts(27_665_000, 3556)
|
||||
// Minimum execution time: 31_578_000 picoseconds.
|
||||
Weight::from_parts(31_955_000, 3556)
|
||||
// Standard Error: 0
|
||||
.saturating_add(Weight::from_parts(1_414, 0).saturating_mul(s.into()))
|
||||
.saturating_add(Weight::from_parts(1_395, 0).saturating_mul(s.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -250,10 +247,10 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `106`
|
||||
// Estimated: `3556`
|
||||
// Minimum execution time: 16_984_000 picoseconds.
|
||||
Weight::from_parts(17_455_000, 3556)
|
||||
// Minimum execution time: 17_017_000 picoseconds.
|
||||
Weight::from_parts(17_549_000, 3556)
|
||||
// Standard Error: 0
|
||||
.saturating_add(Weight::from_parts(1_414, 0).saturating_mul(s.into()))
|
||||
.saturating_add(Weight::from_parts(1_394, 0).saturating_mul(s.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -266,10 +263,10 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `106`
|
||||
// Estimated: `3556`
|
||||
// Minimum execution time: 16_579_000 picoseconds.
|
||||
Weight::from_parts(16_849_000, 3556)
|
||||
// Minimum execution time: 16_507_000 picoseconds.
|
||||
Weight::from_parts(16_624_000, 3556)
|
||||
// Standard Error: 0
|
||||
.saturating_add(Weight::from_parts(1_414, 0).saturating_mul(s.into()))
|
||||
.saturating_add(Weight::from_parts(1_395, 0).saturating_mul(s.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -281,8 +278,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `289`
|
||||
// Estimated: `3556`
|
||||
// Minimum execution time: 33_552_000 picoseconds.
|
||||
Weight::from_parts(35_134_000, 3556)
|
||||
// Minimum execution time: 38_016_000 picoseconds.
|
||||
Weight::from_parts(38_909_000, 3556)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -294,8 +291,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `144`
|
||||
// Estimated: `3556`
|
||||
// Minimum execution time: 22_102_000 picoseconds.
|
||||
Weight::from_parts(22_860_000, 3556)
|
||||
// Minimum execution time: 21_408_000 picoseconds.
|
||||
Weight::from_parts(22_343_000, 3556)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -305,8 +302,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `188`
|
||||
// Estimated: `3556`
|
||||
// Minimum execution time: 19_590_000 picoseconds.
|
||||
Weight::from_parts(20_638_000, 3556)
|
||||
// Minimum execution time: 20_035_000 picoseconds.
|
||||
Weight::from_parts(20_639_000, 3556)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -316,8 +313,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `144`
|
||||
// Estimated: `3556`
|
||||
// Minimum execution time: 11_689_000 picoseconds.
|
||||
Weight::from_parts(12_577_000, 3556)
|
||||
// Minimum execution time: 12_028_000 picoseconds.
|
||||
Weight::from_parts(12_509_000, 3556)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -327,8 +324,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `42`
|
||||
// Estimated: `3556`
|
||||
// Minimum execution time: 13_673_000 picoseconds.
|
||||
Weight::from_parts(14_210_000, 3556)
|
||||
// Minimum execution time: 13_568_000 picoseconds.
|
||||
Weight::from_parts(14_161_000, 3556)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -338,8 +335,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `106`
|
||||
// Estimated: `3556`
|
||||
// Minimum execution time: 8_810_000 picoseconds.
|
||||
Weight::from_parts(9_044_000, 3556)
|
||||
// Minimum execution time: 8_538_000 picoseconds.
|
||||
Weight::from_parts(8_933_000, 3556)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -351,8 +348,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `144`
|
||||
// Estimated: `3556`
|
||||
// Minimum execution time: 21_236_000 picoseconds.
|
||||
Weight::from_parts(21_684_000, 3556)
|
||||
// Minimum execution time: 20_692_000 picoseconds.
|
||||
Weight::from_parts(21_770_000, 3556)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -362,8 +359,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `106`
|
||||
// Estimated: `3556`
|
||||
// Minimum execution time: 8_709_000 picoseconds.
|
||||
Weight::from_parts(8_970_000, 3556)
|
||||
// Minimum execution time: 8_572_000 picoseconds.
|
||||
Weight::from_parts(8_795_000, 3556)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -373,8 +370,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `106`
|
||||
// Estimated: `3556`
|
||||
// Minimum execution time: 8_976_000 picoseconds.
|
||||
Weight::from_parts(9_164_000, 3556)
|
||||
// Minimum execution time: 8_266_000 picoseconds.
|
||||
Weight::from_parts(8_721_000, 3556)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
||||
Generated
+102
-113
@@ -18,9 +18,9 @@
|
||||
//! Autogenerated weights for pallet_proxy
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-04-06, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -31,9 +31,6 @@
|
||||
// --steps=50
|
||||
// --repeat=20
|
||||
// --pallet=pallet_proxy
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
@@ -73,10 +70,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `161 + p * (37 ±0)`
|
||||
// Estimated: `4706`
|
||||
// Minimum execution time: 16_407_000 picoseconds.
|
||||
Weight::from_parts(17_044_509, 4706)
|
||||
// Standard Error: 1_177
|
||||
.saturating_add(Weight::from_parts(36_533, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 16_542_000 picoseconds.
|
||||
Weight::from_parts(17_131_651, 4706)
|
||||
// Standard Error: 1_279
|
||||
.saturating_add(Weight::from_parts(31_622, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
}
|
||||
/// Storage: Proxy Proxies (r:1 w:0)
|
||||
@@ -90,13 +87,13 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn proxy_announced(a: u32, p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `488 + a * (68 ±0) + p * (37 ±0)`
|
||||
// Estimated: `13997`
|
||||
// Minimum execution time: 38_523_000 picoseconds.
|
||||
Weight::from_parts(39_227_232, 13997)
|
||||
// Standard Error: 5_703
|
||||
.saturating_add(Weight::from_parts(136_003, 0).saturating_mul(a.into()))
|
||||
// Standard Error: 5_893
|
||||
.saturating_add(Weight::from_parts(42_397, 0).saturating_mul(p.into()))
|
||||
// Estimated: `5698`
|
||||
// Minimum execution time: 41_702_000 picoseconds.
|
||||
Weight::from_parts(41_868_091, 5698)
|
||||
// Standard Error: 3_771
|
||||
.saturating_add(Weight::from_parts(135_604, 0).saturating_mul(a.into()))
|
||||
// Standard Error: 3_896
|
||||
.saturating_add(Weight::from_parts(32_615, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -106,16 +103,14 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||
/// The range of component `a` is `[0, 31]`.
|
||||
/// The range of component `p` is `[1, 31]`.
|
||||
fn remove_announcement(a: u32, p: u32, ) -> Weight {
|
||||
fn remove_announcement(a: u32, _p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `403 + a * (68 ±0)`
|
||||
// Estimated: `9291`
|
||||
// Minimum execution time: 22_541_000 picoseconds.
|
||||
Weight::from_parts(23_402_268, 9291)
|
||||
// Standard Error: 3_242
|
||||
.saturating_add(Weight::from_parts(178_017, 0).saturating_mul(a.into()))
|
||||
// Standard Error: 3_349
|
||||
.saturating_add(Weight::from_parts(6_230, 0).saturating_mul(p.into()))
|
||||
// Estimated: `5698`
|
||||
// Minimum execution time: 25_432_000 picoseconds.
|
||||
Weight::from_parts(26_301_674, 5698)
|
||||
// Standard Error: 1_413
|
||||
.saturating_add(Weight::from_parts(167_176, 0).saturating_mul(a.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -128,13 +123,13 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn reject_announcement(a: u32, p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `403 + a * (68 ±0)`
|
||||
// Estimated: `9291`
|
||||
// Minimum execution time: 22_539_000 picoseconds.
|
||||
Weight::from_parts(23_479_286, 9291)
|
||||
// Standard Error: 1_329
|
||||
.saturating_add(Weight::from_parts(174_021, 0).saturating_mul(a.into()))
|
||||
// Standard Error: 1_373
|
||||
.saturating_add(Weight::from_parts(6_465, 0).saturating_mul(p.into()))
|
||||
// Estimated: `5698`
|
||||
// Minimum execution time: 25_280_000 picoseconds.
|
||||
Weight::from_parts(26_099_549, 5698)
|
||||
// Standard Error: 1_458
|
||||
.saturating_add(Weight::from_parts(168_724, 0).saturating_mul(a.into()))
|
||||
// Standard Error: 1_507
|
||||
.saturating_add(Weight::from_parts(2_212, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -149,13 +144,13 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn announce(a: u32, p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `420 + a * (68 ±0) + p * (37 ±0)`
|
||||
// Estimated: `13997`
|
||||
// Minimum execution time: 32_049_000 picoseconds.
|
||||
Weight::from_parts(35_352_453, 13997)
|
||||
// Standard Error: 4_389
|
||||
.saturating_add(Weight::from_parts(144_573, 0).saturating_mul(a.into()))
|
||||
// Standard Error: 4_535
|
||||
.saturating_add(Weight::from_parts(41_849, 0).saturating_mul(p.into()))
|
||||
// Estimated: `5698`
|
||||
// Minimum execution time: 35_889_000 picoseconds.
|
||||
Weight::from_parts(37_535_424, 5698)
|
||||
// Standard Error: 3_899
|
||||
.saturating_add(Weight::from_parts(138_757, 0).saturating_mul(a.into()))
|
||||
// Standard Error: 4_028
|
||||
.saturating_add(Weight::from_parts(46_196, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -166,10 +161,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `161 + p * (37 ±0)`
|
||||
// Estimated: `4706`
|
||||
// Minimum execution time: 24_491_000 picoseconds.
|
||||
Weight::from_parts(25_291_582, 4706)
|
||||
// Standard Error: 11_080
|
||||
.saturating_add(Weight::from_parts(68_024, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 26_876_000 picoseconds.
|
||||
Weight::from_parts(27_356_694, 4706)
|
||||
// Standard Error: 1_437
|
||||
.saturating_add(Weight::from_parts(68_994, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -180,10 +175,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `161 + p * (37 ±0)`
|
||||
// Estimated: `4706`
|
||||
// Minimum execution time: 23_849_000 picoseconds.
|
||||
Weight::from_parts(25_370_806, 4706)
|
||||
// Standard Error: 8_763
|
||||
.saturating_add(Weight::from_parts(63_413, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 26_655_000 picoseconds.
|
||||
Weight::from_parts(27_726_692, 4706)
|
||||
// Standard Error: 1_980
|
||||
.saturating_add(Weight::from_parts(55_932, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -194,24 +189,22 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `161 + p * (37 ±0)`
|
||||
// Estimated: `4706`
|
||||
// Minimum execution time: 19_488_000 picoseconds.
|
||||
Weight::from_parts(20_219_817, 4706)
|
||||
// Standard Error: 1_385
|
||||
.saturating_add(Weight::from_parts(30_354, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 23_716_000 picoseconds.
|
||||
Weight::from_parts(24_660_737, 4706)
|
||||
// Standard Error: 1_400
|
||||
.saturating_add(Weight::from_parts(31_679, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
/// Storage: Proxy Proxies (r:1 w:1)
|
||||
/// Proof: Proxy Proxies (max_values: None, max_size: Some(1241), added: 3716, mode: MaxEncodedLen)
|
||||
/// The range of component `p` is `[1, 31]`.
|
||||
fn create_pure(p: u32, ) -> Weight {
|
||||
fn create_pure(_p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `173`
|
||||
// Estimated: `4706`
|
||||
// Minimum execution time: 25_864_000 picoseconds.
|
||||
Weight::from_parts(26_712_232, 4706)
|
||||
// Standard Error: 1_331
|
||||
.saturating_add(Weight::from_parts(4_401, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 28_233_000 picoseconds.
|
||||
Weight::from_parts(29_602_422, 4706)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -222,10 +215,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `198 + p * (37 ±0)`
|
||||
// Estimated: `4706`
|
||||
// Minimum execution time: 20_488_000 picoseconds.
|
||||
Weight::from_parts(21_135_155, 4706)
|
||||
// Standard Error: 1_255
|
||||
.saturating_add(Weight::from_parts(36_312, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 24_759_000 picoseconds.
|
||||
Weight::from_parts(25_533_053, 4706)
|
||||
// Standard Error: 1_254
|
||||
.saturating_add(Weight::from_parts(36_331, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -240,10 +233,10 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `161 + p * (37 ±0)`
|
||||
// Estimated: `4706`
|
||||
// Minimum execution time: 16_407_000 picoseconds.
|
||||
Weight::from_parts(17_044_509, 4706)
|
||||
// Standard Error: 1_177
|
||||
.saturating_add(Weight::from_parts(36_533, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 16_542_000 picoseconds.
|
||||
Weight::from_parts(17_131_651, 4706)
|
||||
// Standard Error: 1_279
|
||||
.saturating_add(Weight::from_parts(31_622, 0).saturating_mul(p.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
}
|
||||
/// Storage: Proxy Proxies (r:1 w:0)
|
||||
@@ -257,13 +250,13 @@ impl WeightInfo for () {
|
||||
fn proxy_announced(a: u32, p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `488 + a * (68 ±0) + p * (37 ±0)`
|
||||
// Estimated: `13997`
|
||||
// Minimum execution time: 38_523_000 picoseconds.
|
||||
Weight::from_parts(39_227_232, 13997)
|
||||
// Standard Error: 5_703
|
||||
.saturating_add(Weight::from_parts(136_003, 0).saturating_mul(a.into()))
|
||||
// Standard Error: 5_893
|
||||
.saturating_add(Weight::from_parts(42_397, 0).saturating_mul(p.into()))
|
||||
// Estimated: `5698`
|
||||
// Minimum execution time: 41_702_000 picoseconds.
|
||||
Weight::from_parts(41_868_091, 5698)
|
||||
// Standard Error: 3_771
|
||||
.saturating_add(Weight::from_parts(135_604, 0).saturating_mul(a.into()))
|
||||
// Standard Error: 3_896
|
||||
.saturating_add(Weight::from_parts(32_615, 0).saturating_mul(p.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -273,16 +266,14 @@ impl WeightInfo for () {
|
||||
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||
/// The range of component `a` is `[0, 31]`.
|
||||
/// The range of component `p` is `[1, 31]`.
|
||||
fn remove_announcement(a: u32, p: u32, ) -> Weight {
|
||||
fn remove_announcement(a: u32, _p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `403 + a * (68 ±0)`
|
||||
// Estimated: `9291`
|
||||
// Minimum execution time: 22_541_000 picoseconds.
|
||||
Weight::from_parts(23_402_268, 9291)
|
||||
// Standard Error: 3_242
|
||||
.saturating_add(Weight::from_parts(178_017, 0).saturating_mul(a.into()))
|
||||
// Standard Error: 3_349
|
||||
.saturating_add(Weight::from_parts(6_230, 0).saturating_mul(p.into()))
|
||||
// Estimated: `5698`
|
||||
// Minimum execution time: 25_432_000 picoseconds.
|
||||
Weight::from_parts(26_301_674, 5698)
|
||||
// Standard Error: 1_413
|
||||
.saturating_add(Weight::from_parts(167_176, 0).saturating_mul(a.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -295,13 +286,13 @@ impl WeightInfo for () {
|
||||
fn reject_announcement(a: u32, p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `403 + a * (68 ±0)`
|
||||
// Estimated: `9291`
|
||||
// Minimum execution time: 22_539_000 picoseconds.
|
||||
Weight::from_parts(23_479_286, 9291)
|
||||
// Standard Error: 1_329
|
||||
.saturating_add(Weight::from_parts(174_021, 0).saturating_mul(a.into()))
|
||||
// Standard Error: 1_373
|
||||
.saturating_add(Weight::from_parts(6_465, 0).saturating_mul(p.into()))
|
||||
// Estimated: `5698`
|
||||
// Minimum execution time: 25_280_000 picoseconds.
|
||||
Weight::from_parts(26_099_549, 5698)
|
||||
// Standard Error: 1_458
|
||||
.saturating_add(Weight::from_parts(168_724, 0).saturating_mul(a.into()))
|
||||
// Standard Error: 1_507
|
||||
.saturating_add(Weight::from_parts(2_212, 0).saturating_mul(p.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -316,13 +307,13 @@ impl WeightInfo for () {
|
||||
fn announce(a: u32, p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `420 + a * (68 ±0) + p * (37 ±0)`
|
||||
// Estimated: `13997`
|
||||
// Minimum execution time: 32_049_000 picoseconds.
|
||||
Weight::from_parts(35_352_453, 13997)
|
||||
// Standard Error: 4_389
|
||||
.saturating_add(Weight::from_parts(144_573, 0).saturating_mul(a.into()))
|
||||
// Standard Error: 4_535
|
||||
.saturating_add(Weight::from_parts(41_849, 0).saturating_mul(p.into()))
|
||||
// Estimated: `5698`
|
||||
// Minimum execution time: 35_889_000 picoseconds.
|
||||
Weight::from_parts(37_535_424, 5698)
|
||||
// Standard Error: 3_899
|
||||
.saturating_add(Weight::from_parts(138_757, 0).saturating_mul(a.into()))
|
||||
// Standard Error: 4_028
|
||||
.saturating_add(Weight::from_parts(46_196, 0).saturating_mul(p.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -333,10 +324,10 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `161 + p * (37 ±0)`
|
||||
// Estimated: `4706`
|
||||
// Minimum execution time: 24_491_000 picoseconds.
|
||||
Weight::from_parts(25_291_582, 4706)
|
||||
// Standard Error: 11_080
|
||||
.saturating_add(Weight::from_parts(68_024, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 26_876_000 picoseconds.
|
||||
Weight::from_parts(27_356_694, 4706)
|
||||
// Standard Error: 1_437
|
||||
.saturating_add(Weight::from_parts(68_994, 0).saturating_mul(p.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -347,10 +338,10 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `161 + p * (37 ±0)`
|
||||
// Estimated: `4706`
|
||||
// Minimum execution time: 23_849_000 picoseconds.
|
||||
Weight::from_parts(25_370_806, 4706)
|
||||
// Standard Error: 8_763
|
||||
.saturating_add(Weight::from_parts(63_413, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 26_655_000 picoseconds.
|
||||
Weight::from_parts(27_726_692, 4706)
|
||||
// Standard Error: 1_980
|
||||
.saturating_add(Weight::from_parts(55_932, 0).saturating_mul(p.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -361,24 +352,22 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `161 + p * (37 ±0)`
|
||||
// Estimated: `4706`
|
||||
// Minimum execution time: 19_488_000 picoseconds.
|
||||
Weight::from_parts(20_219_817, 4706)
|
||||
// Standard Error: 1_385
|
||||
.saturating_add(Weight::from_parts(30_354, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 23_716_000 picoseconds.
|
||||
Weight::from_parts(24_660_737, 4706)
|
||||
// Standard Error: 1_400
|
||||
.saturating_add(Weight::from_parts(31_679, 0).saturating_mul(p.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
/// Storage: Proxy Proxies (r:1 w:1)
|
||||
/// Proof: Proxy Proxies (max_values: None, max_size: Some(1241), added: 3716, mode: MaxEncodedLen)
|
||||
/// The range of component `p` is `[1, 31]`.
|
||||
fn create_pure(p: u32, ) -> Weight {
|
||||
fn create_pure(_p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `173`
|
||||
// Estimated: `4706`
|
||||
// Minimum execution time: 25_864_000 picoseconds.
|
||||
Weight::from_parts(26_712_232, 4706)
|
||||
// Standard Error: 1_331
|
||||
.saturating_add(Weight::from_parts(4_401, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 28_233_000 picoseconds.
|
||||
Weight::from_parts(29_602_422, 4706)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -389,10 +378,10 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `198 + p * (37 ±0)`
|
||||
// Estimated: `4706`
|
||||
// Minimum execution time: 20_488_000 picoseconds.
|
||||
Weight::from_parts(21_135_155, 4706)
|
||||
// Standard Error: 1_255
|
||||
.saturating_add(Weight::from_parts(36_312, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 24_759_000 picoseconds.
|
||||
Weight::from_parts(25_533_053, 4706)
|
||||
// Standard Error: 1_254
|
||||
.saturating_add(Weight::from_parts(36_331, 0).saturating_mul(p.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
||||
+56
-59
@@ -18,9 +18,9 @@
|
||||
//! Autogenerated weights for pallet_ranked_collective
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-04-06, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -31,9 +31,6 @@
|
||||
// --steps=50
|
||||
// --repeat=20
|
||||
// --pallet=pallet_ranked_collective
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
@@ -73,9 +70,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn add_member() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `109`
|
||||
// Estimated: `6986`
|
||||
// Minimum execution time: 19_174_000 picoseconds.
|
||||
Weight::from_parts(19_391_000, 6986)
|
||||
// Estimated: `3507`
|
||||
// Minimum execution time: 18_480_000 picoseconds.
|
||||
Weight::from_parts(18_769_000, 3507)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -91,16 +88,16 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn remove_member(r: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `583 + r * (281 ±0)`
|
||||
// Estimated: `14024 + r * (7547 ±0)`
|
||||
// Minimum execution time: 30_972_000 picoseconds.
|
||||
Weight::from_parts(35_526_205, 14024)
|
||||
// Standard Error: 47_832
|
||||
.saturating_add(Weight::from_parts(12_838_739, 0).saturating_mul(r.into()))
|
||||
// Estimated: `3519 + r * (2529 ±0)`
|
||||
// Minimum execution time: 30_087_000 picoseconds.
|
||||
Weight::from_parts(33_646_239, 3519)
|
||||
// Standard Error: 22_498
|
||||
.saturating_add(Weight::from_parts(12_524_289, 0).saturating_mul(r.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(r.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(r.into())))
|
||||
.saturating_add(Weight::from_parts(0, 7547).saturating_mul(r.into()))
|
||||
.saturating_add(Weight::from_parts(0, 2529).saturating_mul(r.into()))
|
||||
}
|
||||
/// Storage: RankedCollective Members (r:1 w:1)
|
||||
/// Proof: RankedCollective Members (max_values: None, max_size: Some(42), added: 2517, mode: MaxEncodedLen)
|
||||
@@ -114,11 +111,11 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn promote_member(r: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `281 + r * (17 ±0)`
|
||||
// Estimated: `6986`
|
||||
// Minimum execution time: 21_573_000 picoseconds.
|
||||
Weight::from_parts(22_184_210, 6986)
|
||||
// Standard Error: 10_584
|
||||
.saturating_add(Weight::from_parts(289_535, 0).saturating_mul(r.into()))
|
||||
// Estimated: `3507`
|
||||
// Minimum execution time: 20_974_000 picoseconds.
|
||||
Weight::from_parts(21_582_135, 3507)
|
||||
// Standard Error: 4_965
|
||||
.saturating_add(Weight::from_parts(294_566, 0).saturating_mul(r.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -134,11 +131,11 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn demote_member(r: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `599 + r * (72 ±0)`
|
||||
// Estimated: `14024`
|
||||
// Minimum execution time: 30_249_000 picoseconds.
|
||||
Weight::from_parts(32_702_502, 14024)
|
||||
// Standard Error: 26_725
|
||||
.saturating_add(Weight::from_parts(651_139, 0).saturating_mul(r.into()))
|
||||
// Estimated: `3519`
|
||||
// Minimum execution time: 29_621_000 picoseconds.
|
||||
Weight::from_parts(32_118_301, 3519)
|
||||
// Standard Error: 27_596
|
||||
.saturating_add(Weight::from_parts(647_979, 0).saturating_mul(r.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -153,9 +150,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn vote() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `595`
|
||||
// Estimated: `230816`
|
||||
// Minimum execution time: 46_972_000 picoseconds.
|
||||
Weight::from_parts(47_617_000, 230816)
|
||||
// Estimated: `219984`
|
||||
// Minimum execution time: 46_360_000 picoseconds.
|
||||
Weight::from_parts(46_793_000, 219984)
|
||||
.saturating_add(T::DbWeight::get().reads(5_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -169,11 +166,11 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn cleanup_poll(n: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `429 + n * (50 ±0)`
|
||||
// Estimated: `8364 + n * (2540 ±0)`
|
||||
// Minimum execution time: 15_301_000 picoseconds.
|
||||
Weight::from_parts(19_308_613, 8364)
|
||||
// Standard Error: 1_792
|
||||
.saturating_add(Weight::from_parts(1_015_251, 0).saturating_mul(n.into()))
|
||||
// Estimated: `3795 + n * (2540 ±0)`
|
||||
// Minimum execution time: 14_869_000 picoseconds.
|
||||
Weight::from_parts(18_545_013, 3795)
|
||||
// Standard Error: 1_376
|
||||
.saturating_add(Weight::from_parts(1_005_397, 0).saturating_mul(n.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into())))
|
||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(n.into())))
|
||||
@@ -194,9 +191,9 @@ impl WeightInfo for () {
|
||||
fn add_member() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `109`
|
||||
// Estimated: `6986`
|
||||
// Minimum execution time: 19_174_000 picoseconds.
|
||||
Weight::from_parts(19_391_000, 6986)
|
||||
// Estimated: `3507`
|
||||
// Minimum execution time: 18_480_000 picoseconds.
|
||||
Weight::from_parts(18_769_000, 3507)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -212,16 +209,16 @@ impl WeightInfo for () {
|
||||
fn remove_member(r: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `583 + r * (281 ±0)`
|
||||
// Estimated: `14024 + r * (7547 ±0)`
|
||||
// Minimum execution time: 30_972_000 picoseconds.
|
||||
Weight::from_parts(35_526_205, 14024)
|
||||
// Standard Error: 47_832
|
||||
.saturating_add(Weight::from_parts(12_838_739, 0).saturating_mul(r.into()))
|
||||
// Estimated: `3519 + r * (2529 ±0)`
|
||||
// Minimum execution time: 30_087_000 picoseconds.
|
||||
Weight::from_parts(33_646_239, 3519)
|
||||
// Standard Error: 22_498
|
||||
.saturating_add(Weight::from_parts(12_524_289, 0).saturating_mul(r.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().reads((3_u64).saturating_mul(r.into())))
|
||||
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes((3_u64).saturating_mul(r.into())))
|
||||
.saturating_add(Weight::from_parts(0, 7547).saturating_mul(r.into()))
|
||||
.saturating_add(Weight::from_parts(0, 2529).saturating_mul(r.into()))
|
||||
}
|
||||
/// Storage: RankedCollective Members (r:1 w:1)
|
||||
/// Proof: RankedCollective Members (max_values: None, max_size: Some(42), added: 2517, mode: MaxEncodedLen)
|
||||
@@ -235,11 +232,11 @@ impl WeightInfo for () {
|
||||
fn promote_member(r: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `281 + r * (17 ±0)`
|
||||
// Estimated: `6986`
|
||||
// Minimum execution time: 21_573_000 picoseconds.
|
||||
Weight::from_parts(22_184_210, 6986)
|
||||
// Standard Error: 10_584
|
||||
.saturating_add(Weight::from_parts(289_535, 0).saturating_mul(r.into()))
|
||||
// Estimated: `3507`
|
||||
// Minimum execution time: 20_974_000 picoseconds.
|
||||
Weight::from_parts(21_582_135, 3507)
|
||||
// Standard Error: 4_965
|
||||
.saturating_add(Weight::from_parts(294_566, 0).saturating_mul(r.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -255,11 +252,11 @@ impl WeightInfo for () {
|
||||
fn demote_member(r: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `599 + r * (72 ±0)`
|
||||
// Estimated: `14024`
|
||||
// Minimum execution time: 30_249_000 picoseconds.
|
||||
Weight::from_parts(32_702_502, 14024)
|
||||
// Standard Error: 26_725
|
||||
.saturating_add(Weight::from_parts(651_139, 0).saturating_mul(r.into()))
|
||||
// Estimated: `3519`
|
||||
// Minimum execution time: 29_621_000 picoseconds.
|
||||
Weight::from_parts(32_118_301, 3519)
|
||||
// Standard Error: 27_596
|
||||
.saturating_add(Weight::from_parts(647_979, 0).saturating_mul(r.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -274,9 +271,9 @@ impl WeightInfo for () {
|
||||
fn vote() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `595`
|
||||
// Estimated: `230816`
|
||||
// Minimum execution time: 46_972_000 picoseconds.
|
||||
Weight::from_parts(47_617_000, 230816)
|
||||
// Estimated: `219984`
|
||||
// Minimum execution time: 46_360_000 picoseconds.
|
||||
Weight::from_parts(46_793_000, 219984)
|
||||
.saturating_add(RocksDbWeight::get().reads(5_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -290,11 +287,11 @@ impl WeightInfo for () {
|
||||
fn cleanup_poll(n: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `429 + n * (50 ±0)`
|
||||
// Estimated: `8364 + n * (2540 ±0)`
|
||||
// Minimum execution time: 15_301_000 picoseconds.
|
||||
Weight::from_parts(19_308_613, 8364)
|
||||
// Standard Error: 1_792
|
||||
.saturating_add(Weight::from_parts(1_015_251, 0).saturating_mul(n.into()))
|
||||
// Estimated: `3795 + n * (2540 ±0)`
|
||||
// Minimum execution time: 14_869_000 picoseconds.
|
||||
Weight::from_parts(18_545_013, 3795)
|
||||
// Standard Error: 1_376
|
||||
.saturating_add(Weight::from_parts(1_005_397, 0).saturating_mul(n.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(n.into())))
|
||||
.saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(n.into())))
|
||||
|
||||
Generated
+70
-69
@@ -18,9 +18,9 @@
|
||||
//! Autogenerated weights for pallet_recovery
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-04-06, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -31,9 +31,6 @@
|
||||
// --steps=50
|
||||
// --repeat=20
|
||||
// --pallet=pallet_recovery
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
@@ -71,8 +68,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `281`
|
||||
// Estimated: `3545`
|
||||
// Minimum execution time: 9_937_000 picoseconds.
|
||||
Weight::from_parts(10_213_000, 3545)
|
||||
// Minimum execution time: 10_405_000 picoseconds.
|
||||
Weight::from_parts(10_807_000, 3545)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
}
|
||||
/// Storage: Recovery Proxy (r:0 w:1)
|
||||
@@ -81,8 +78,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 9_704_000 picoseconds.
|
||||
Weight::from_parts(9_997_000, 0)
|
||||
// Minimum execution time: 11_198_000 picoseconds.
|
||||
Weight::from_parts(11_459_000, 0)
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
/// Storage: Recovery Recoverable (r:1 w:1)
|
||||
@@ -92,10 +89,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `175`
|
||||
// Estimated: `3816`
|
||||
// Minimum execution time: 23_260_000 picoseconds.
|
||||
Weight::from_parts(24_408_081, 3816)
|
||||
// Standard Error: 3_086
|
||||
.saturating_add(Weight::from_parts(41_628, 0).saturating_mul(n.into()))
|
||||
// Minimum execution time: 28_009_000 picoseconds.
|
||||
Weight::from_parts(28_755_652, 3816)
|
||||
// Standard Error: 3_536
|
||||
.saturating_add(Weight::from_parts(78_348, 0).saturating_mul(n.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -106,9 +103,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn initiate_recovery() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `272`
|
||||
// Estimated: `7670`
|
||||
// Minimum execution time: 28_148_000 picoseconds.
|
||||
Weight::from_parts(28_577_000, 7670)
|
||||
// Estimated: `3854`
|
||||
// Minimum execution time: 31_233_000 picoseconds.
|
||||
Weight::from_parts(31_508_000, 3854)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -120,11 +117,11 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn vouch_recovery(n: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `360 + n * (64 ±0)`
|
||||
// Estimated: `7670`
|
||||
// Minimum execution time: 20_395_000 picoseconds.
|
||||
Weight::from_parts(21_287_972, 7670)
|
||||
// Standard Error: 4_464
|
||||
.saturating_add(Weight::from_parts(170_214, 0).saturating_mul(n.into()))
|
||||
// Estimated: `3854`
|
||||
// Minimum execution time: 20_542_000 picoseconds.
|
||||
Weight::from_parts(21_224_065, 3854)
|
||||
// Standard Error: 3_018
|
||||
.saturating_add(Weight::from_parts(171_994, 0).saturating_mul(n.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -138,11 +135,11 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn claim_recovery(n: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `392 + n * (64 ±0)`
|
||||
// Estimated: `11215`
|
||||
// Minimum execution time: 24_902_000 picoseconds.
|
||||
Weight::from_parts(25_662_621, 11215)
|
||||
// Standard Error: 3_101
|
||||
.saturating_add(Weight::from_parts(60_748, 0).saturating_mul(n.into()))
|
||||
// Estimated: `3854`
|
||||
// Minimum execution time: 25_141_000 picoseconds.
|
||||
Weight::from_parts(25_880_238, 3854)
|
||||
// Standard Error: 3_156
|
||||
.saturating_add(Weight::from_parts(54_405, 0).saturating_mul(n.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -154,11 +151,11 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn close_recovery(n: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `513 + n * (32 ±0)`
|
||||
// Estimated: `7447`
|
||||
// Minimum execution time: 30_071_000 picoseconds.
|
||||
Weight::from_parts(30_727_760, 7447)
|
||||
// Standard Error: 4_442
|
||||
.saturating_add(Weight::from_parts(98_153, 0).saturating_mul(n.into()))
|
||||
// Estimated: `3854`
|
||||
// Minimum execution time: 35_314_000 picoseconds.
|
||||
Weight::from_parts(36_380_338, 3854)
|
||||
// Standard Error: 7_396
|
||||
.saturating_add(Weight::from_parts(3_861, 0).saturating_mul(n.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -167,12 +164,14 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Storage: Recovery Recoverable (r:1 w:1)
|
||||
/// Proof: Recovery Recoverable (max_values: None, max_size: Some(351), added: 2826, mode: MaxEncodedLen)
|
||||
/// The range of component `n` is `[1, 9]`.
|
||||
fn remove_recovery(_n: u32, ) -> Weight {
|
||||
fn remove_recovery(n: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `270 + n * (32 ±0)`
|
||||
// Estimated: `7670`
|
||||
// Minimum execution time: 29_088_000 picoseconds.
|
||||
Weight::from_parts(30_535_744, 7670)
|
||||
// Estimated: `3854`
|
||||
// Minimum execution time: 33_453_000 picoseconds.
|
||||
Weight::from_parts(34_078_626, 3854)
|
||||
// Standard Error: 2_563
|
||||
.saturating_add(Weight::from_parts(78_179, 0).saturating_mul(n.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -182,8 +181,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `281`
|
||||
// Estimated: `3545`
|
||||
// Minimum execution time: 12_712_000 picoseconds.
|
||||
Weight::from_parts(12_980_000, 3545)
|
||||
// Minimum execution time: 12_196_000 picoseconds.
|
||||
Weight::from_parts(12_580_000, 3545)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -197,8 +196,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `281`
|
||||
// Estimated: `3545`
|
||||
// Minimum execution time: 9_937_000 picoseconds.
|
||||
Weight::from_parts(10_213_000, 3545)
|
||||
// Minimum execution time: 10_405_000 picoseconds.
|
||||
Weight::from_parts(10_807_000, 3545)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
}
|
||||
/// Storage: Recovery Proxy (r:0 w:1)
|
||||
@@ -207,8 +206,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 9_704_000 picoseconds.
|
||||
Weight::from_parts(9_997_000, 0)
|
||||
// Minimum execution time: 11_198_000 picoseconds.
|
||||
Weight::from_parts(11_459_000, 0)
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
/// Storage: Recovery Recoverable (r:1 w:1)
|
||||
@@ -218,10 +217,10 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `175`
|
||||
// Estimated: `3816`
|
||||
// Minimum execution time: 23_260_000 picoseconds.
|
||||
Weight::from_parts(24_408_081, 3816)
|
||||
// Standard Error: 3_086
|
||||
.saturating_add(Weight::from_parts(41_628, 0).saturating_mul(n.into()))
|
||||
// Minimum execution time: 28_009_000 picoseconds.
|
||||
Weight::from_parts(28_755_652, 3816)
|
||||
// Standard Error: 3_536
|
||||
.saturating_add(Weight::from_parts(78_348, 0).saturating_mul(n.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -232,9 +231,9 @@ impl WeightInfo for () {
|
||||
fn initiate_recovery() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `272`
|
||||
// Estimated: `7670`
|
||||
// Minimum execution time: 28_148_000 picoseconds.
|
||||
Weight::from_parts(28_577_000, 7670)
|
||||
// Estimated: `3854`
|
||||
// Minimum execution time: 31_233_000 picoseconds.
|
||||
Weight::from_parts(31_508_000, 3854)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -246,11 +245,11 @@ impl WeightInfo for () {
|
||||
fn vouch_recovery(n: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `360 + n * (64 ±0)`
|
||||
// Estimated: `7670`
|
||||
// Minimum execution time: 20_395_000 picoseconds.
|
||||
Weight::from_parts(21_287_972, 7670)
|
||||
// Standard Error: 4_464
|
||||
.saturating_add(Weight::from_parts(170_214, 0).saturating_mul(n.into()))
|
||||
// Estimated: `3854`
|
||||
// Minimum execution time: 20_542_000 picoseconds.
|
||||
Weight::from_parts(21_224_065, 3854)
|
||||
// Standard Error: 3_018
|
||||
.saturating_add(Weight::from_parts(171_994, 0).saturating_mul(n.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -264,11 +263,11 @@ impl WeightInfo for () {
|
||||
fn claim_recovery(n: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `392 + n * (64 ±0)`
|
||||
// Estimated: `11215`
|
||||
// Minimum execution time: 24_902_000 picoseconds.
|
||||
Weight::from_parts(25_662_621, 11215)
|
||||
// Standard Error: 3_101
|
||||
.saturating_add(Weight::from_parts(60_748, 0).saturating_mul(n.into()))
|
||||
// Estimated: `3854`
|
||||
// Minimum execution time: 25_141_000 picoseconds.
|
||||
Weight::from_parts(25_880_238, 3854)
|
||||
// Standard Error: 3_156
|
||||
.saturating_add(Weight::from_parts(54_405, 0).saturating_mul(n.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -280,11 +279,11 @@ impl WeightInfo for () {
|
||||
fn close_recovery(n: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `513 + n * (32 ±0)`
|
||||
// Estimated: `7447`
|
||||
// Minimum execution time: 30_071_000 picoseconds.
|
||||
Weight::from_parts(30_727_760, 7447)
|
||||
// Standard Error: 4_442
|
||||
.saturating_add(Weight::from_parts(98_153, 0).saturating_mul(n.into()))
|
||||
// Estimated: `3854`
|
||||
// Minimum execution time: 35_314_000 picoseconds.
|
||||
Weight::from_parts(36_380_338, 3854)
|
||||
// Standard Error: 7_396
|
||||
.saturating_add(Weight::from_parts(3_861, 0).saturating_mul(n.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -293,12 +292,14 @@ impl WeightInfo for () {
|
||||
/// Storage: Recovery Recoverable (r:1 w:1)
|
||||
/// Proof: Recovery Recoverable (max_values: None, max_size: Some(351), added: 2826, mode: MaxEncodedLen)
|
||||
/// The range of component `n` is `[1, 9]`.
|
||||
fn remove_recovery(_n: u32, ) -> Weight {
|
||||
fn remove_recovery(n: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `270 + n * (32 ±0)`
|
||||
// Estimated: `7670`
|
||||
// Minimum execution time: 29_088_000 picoseconds.
|
||||
Weight::from_parts(30_535_744, 7670)
|
||||
// Estimated: `3854`
|
||||
// Minimum execution time: 33_453_000 picoseconds.
|
||||
Weight::from_parts(34_078_626, 3854)
|
||||
// Standard Error: 2_563
|
||||
.saturating_add(Weight::from_parts(78_179, 0).saturating_mul(n.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -308,8 +309,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `281`
|
||||
// Estimated: `3545`
|
||||
// Minimum execution time: 12_712_000 picoseconds.
|
||||
Weight::from_parts(12_980_000, 3545)
|
||||
// Minimum execution time: 12_196_000 picoseconds.
|
||||
Weight::from_parts(12_580_000, 3545)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
||||
Generated
+176
-179
@@ -18,9 +18,9 @@
|
||||
//! Autogenerated weights for pallet_referenda
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-04-06, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -31,9 +31,6 @@
|
||||
// --steps=50
|
||||
// --repeat=20
|
||||
// --pallet=pallet_referenda
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
@@ -95,9 +92,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn submit() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `220`
|
||||
// Estimated: `111976`
|
||||
// Minimum execution time: 36_851_000 picoseconds.
|
||||
Weight::from_parts(37_183_000, 111976)
|
||||
// Estimated: `110487`
|
||||
// Minimum execution time: 42_285_000 picoseconds.
|
||||
Weight::from_parts(42_646_000, 110487)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -108,9 +105,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn place_decision_deposit_preparing() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `473`
|
||||
// Estimated: `223815`
|
||||
// Minimum execution time: 49_435_000 picoseconds.
|
||||
Weight::from_parts(50_056_000, 223815)
|
||||
// Estimated: `219984`
|
||||
// Minimum execution time: 53_455_000 picoseconds.
|
||||
Weight::from_parts(54_034_000, 219984)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -123,9 +120,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn place_decision_deposit_queued() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `3107`
|
||||
// Estimated: `12787`
|
||||
// Minimum execution time: 47_061_000 picoseconds.
|
||||
Weight::from_parts(47_579_000, 12787)
|
||||
// Estimated: `5477`
|
||||
// Minimum execution time: 50_138_000 picoseconds.
|
||||
Weight::from_parts(50_449_000, 5477)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -138,9 +135,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn place_decision_deposit_not_queued() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `3127`
|
||||
// Estimated: `12787`
|
||||
// Minimum execution time: 46_513_000 picoseconds.
|
||||
Weight::from_parts(47_212_000, 12787)
|
||||
// Estimated: `5477`
|
||||
// Minimum execution time: 49_707_000 picoseconds.
|
||||
Weight::from_parts(50_246_000, 5477)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -153,9 +150,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn place_decision_deposit_passing() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `473`
|
||||
// Estimated: `227294`
|
||||
// Minimum execution time: 59_255_000 picoseconds.
|
||||
Weight::from_parts(60_114_000, 227294)
|
||||
// Estimated: `219984`
|
||||
// Minimum execution time: 62_880_000 picoseconds.
|
||||
Weight::from_parts(63_579_000, 219984)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -168,9 +165,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn place_decision_deposit_failing() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `473`
|
||||
// Estimated: `227294`
|
||||
// Minimum execution time: 57_927_000 picoseconds.
|
||||
Weight::from_parts(58_625_000, 227294)
|
||||
// Estimated: `219984`
|
||||
// Minimum execution time: 60_827_000 picoseconds.
|
||||
Weight::from_parts(61_392_000, 219984)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -180,8 +177,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `351`
|
||||
// Estimated: `3831`
|
||||
// Minimum execution time: 27_186_000 picoseconds.
|
||||
Weight::from_parts(27_551_000, 3831)
|
||||
// Minimum execution time: 31_991_000 picoseconds.
|
||||
Weight::from_parts(32_474_000, 3831)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -191,8 +188,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `341`
|
||||
// Estimated: `3831`
|
||||
// Minimum execution time: 27_339_000 picoseconds.
|
||||
Weight::from_parts(27_828_000, 3831)
|
||||
// Minimum execution time: 32_162_000 picoseconds.
|
||||
Weight::from_parts(32_776_000, 3831)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -203,9 +200,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn cancel() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `381`
|
||||
// Estimated: `223815`
|
||||
// Minimum execution time: 37_081_000 picoseconds.
|
||||
Weight::from_parts(38_110_000, 223815)
|
||||
// Estimated: `219984`
|
||||
// Minimum execution time: 37_493_000 picoseconds.
|
||||
Weight::from_parts(37_979_000, 219984)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -218,9 +215,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn kill() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `622`
|
||||
// Estimated: `227332`
|
||||
// Minimum execution time: 70_195_000 picoseconds.
|
||||
Weight::from_parts(71_451_000, 227332)
|
||||
// Estimated: `219984`
|
||||
// Minimum execution time: 80_095_000 picoseconds.
|
||||
Weight::from_parts(80_831_000, 219984)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -231,9 +228,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn one_fewer_deciding_queue_empty() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `174`
|
||||
// Estimated: `8956`
|
||||
// Minimum execution time: 10_748_000 picoseconds.
|
||||
Weight::from_parts(10_912_000, 8956)
|
||||
// Estimated: `5477`
|
||||
// Minimum execution time: 10_906_000 picoseconds.
|
||||
Weight::from_parts(11_055_000, 5477)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -246,9 +243,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn one_fewer_deciding_failing() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `4567`
|
||||
// Estimated: `229292`
|
||||
// Minimum execution time: 89_144_000 picoseconds.
|
||||
Weight::from_parts(90_552_000, 229292)
|
||||
// Estimated: `219984`
|
||||
// Minimum execution time: 90_747_000 picoseconds.
|
||||
Weight::from_parts(91_407_000, 219984)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -261,9 +258,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn one_fewer_deciding_passing() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `4567`
|
||||
// Estimated: `229292`
|
||||
// Minimum execution time: 92_164_000 picoseconds.
|
||||
Weight::from_parts(92_947_000, 229292)
|
||||
// Estimated: `219984`
|
||||
// Minimum execution time: 93_615_000 picoseconds.
|
||||
Weight::from_parts(94_245_000, 219984)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -276,9 +273,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn nudge_referendum_requeued_insertion() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `4588`
|
||||
// Estimated: `119795`
|
||||
// Minimum execution time: 59_212_000 picoseconds.
|
||||
Weight::from_parts(59_843_000, 119795)
|
||||
// Estimated: `110487`
|
||||
// Minimum execution time: 60_945_000 picoseconds.
|
||||
Weight::from_parts(61_246_000, 110487)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -291,9 +288,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn nudge_referendum_requeued_slide() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `4574`
|
||||
// Estimated: `119795`
|
||||
// Minimum execution time: 59_049_000 picoseconds.
|
||||
Weight::from_parts(59_760_000, 119795)
|
||||
// Estimated: `110487`
|
||||
// Minimum execution time: 60_105_000 picoseconds.
|
||||
Weight::from_parts(60_544_000, 110487)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -308,9 +305,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn nudge_referendum_queued() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `4548`
|
||||
// Estimated: `123274`
|
||||
// Minimum execution time: 61_774_000 picoseconds.
|
||||
Weight::from_parts(62_480_000, 123274)
|
||||
// Estimated: `110487`
|
||||
// Minimum execution time: 62_251_000 picoseconds.
|
||||
Weight::from_parts(62_952_000, 110487)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -325,9 +322,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn nudge_referendum_not_queued() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `4582`
|
||||
// Estimated: `123274`
|
||||
// Minimum execution time: 61_605_000 picoseconds.
|
||||
Weight::from_parts(62_385_000, 123274)
|
||||
// Estimated: `110487`
|
||||
// Minimum execution time: 61_527_000 picoseconds.
|
||||
Weight::from_parts(62_082_000, 110487)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -338,9 +335,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn nudge_referendum_no_deposit() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `333`
|
||||
// Estimated: `114318`
|
||||
// Minimum execution time: 24_423_000 picoseconds.
|
||||
Weight::from_parts(24_747_000, 114318)
|
||||
// Estimated: `110487`
|
||||
// Minimum execution time: 24_897_000 picoseconds.
|
||||
Weight::from_parts(25_213_000, 110487)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -351,9 +348,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn nudge_referendum_preparing() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `381`
|
||||
// Estimated: `114318`
|
||||
// Minimum execution time: 24_487_000 picoseconds.
|
||||
Weight::from_parts(24_941_000, 114318)
|
||||
// Estimated: `110487`
|
||||
// Minimum execution time: 25_077_000 picoseconds.
|
||||
Weight::from_parts(25_385_000, 110487)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -363,8 +360,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `278`
|
||||
// Estimated: `3831`
|
||||
// Minimum execution time: 17_454_000 picoseconds.
|
||||
Weight::from_parts(17_697_000, 3831)
|
||||
// Minimum execution time: 17_930_000 picoseconds.
|
||||
Weight::from_parts(18_112_000, 3831)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -377,9 +374,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn nudge_referendum_begin_deciding_failing() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `381`
|
||||
// Estimated: `117797`
|
||||
// Minimum execution time: 34_721_000 picoseconds.
|
||||
Weight::from_parts(35_295_000, 117797)
|
||||
// Estimated: `110487`
|
||||
// Minimum execution time: 34_405_000 picoseconds.
|
||||
Weight::from_parts(34_698_000, 110487)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -392,9 +389,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn nudge_referendum_begin_deciding_passing() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `381`
|
||||
// Estimated: `117797`
|
||||
// Minimum execution time: 36_587_000 picoseconds.
|
||||
Weight::from_parts(37_095_000, 117797)
|
||||
// Estimated: `110487`
|
||||
// Minimum execution time: 37_313_000 picoseconds.
|
||||
Weight::from_parts(37_807_000, 110487)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -405,9 +402,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn nudge_referendum_begin_confirming() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `434`
|
||||
// Estimated: `114318`
|
||||
// Minimum execution time: 30_003_000 picoseconds.
|
||||
Weight::from_parts(30_541_000, 114318)
|
||||
// Estimated: `110487`
|
||||
// Minimum execution time: 30_552_000 picoseconds.
|
||||
Weight::from_parts(30_817_000, 110487)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -418,9 +415,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn nudge_referendum_end_confirming() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `417`
|
||||
// Estimated: `114318`
|
||||
// Minimum execution time: 30_479_000 picoseconds.
|
||||
Weight::from_parts(30_900_000, 114318)
|
||||
// Estimated: `110487`
|
||||
// Minimum execution time: 31_100_000 picoseconds.
|
||||
Weight::from_parts(31_696_000, 110487)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -431,9 +428,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn nudge_referendum_continue_not_confirming() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `434`
|
||||
// Estimated: `114318`
|
||||
// Minimum execution time: 27_657_000 picoseconds.
|
||||
Weight::from_parts(28_054_000, 114318)
|
||||
// Estimated: `110487`
|
||||
// Minimum execution time: 28_777_000 picoseconds.
|
||||
Weight::from_parts(29_188_000, 110487)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -444,9 +441,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn nudge_referendum_continue_confirming() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `438`
|
||||
// Estimated: `114318`
|
||||
// Minimum execution time: 26_713_000 picoseconds.
|
||||
Weight::from_parts(27_284_000, 114318)
|
||||
// Estimated: `110487`
|
||||
// Minimum execution time: 26_986_000 picoseconds.
|
||||
Weight::from_parts(27_283_000, 110487)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -459,9 +456,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn nudge_referendum_approved() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `438`
|
||||
// Estimated: `227328`
|
||||
// Minimum execution time: 42_374_000 picoseconds.
|
||||
Weight::from_parts(43_142_000, 227328)
|
||||
// Estimated: `219984`
|
||||
// Minimum execution time: 43_538_000 picoseconds.
|
||||
Weight::from_parts(44_671_000, 219984)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -472,9 +469,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn nudge_referendum_rejected() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `434`
|
||||
// Estimated: `114318`
|
||||
// Minimum execution time: 30_213_000 picoseconds.
|
||||
Weight::from_parts(30_633_000, 114318)
|
||||
// Estimated: `110487`
|
||||
// Minimum execution time: 30_559_000 picoseconds.
|
||||
Weight::from_parts(31_294_000, 110487)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -487,9 +484,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn set_some_metadata() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `422`
|
||||
// Estimated: `7387`
|
||||
// Minimum execution time: 20_887_000 picoseconds.
|
||||
Weight::from_parts(21_242_000, 7387)
|
||||
// Estimated: `3831`
|
||||
// Minimum execution time: 21_196_000 picoseconds.
|
||||
Weight::from_parts(21_593_000, 3831)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -500,9 +497,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn clear_metadata() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `355`
|
||||
// Estimated: `7348`
|
||||
// Minimum execution time: 18_702_000 picoseconds.
|
||||
Weight::from_parts(18_880_000, 7348)
|
||||
// Estimated: `3831`
|
||||
// Minimum execution time: 18_827_000 picoseconds.
|
||||
Weight::from_parts(19_171_000, 3831)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -519,9 +516,9 @@ impl WeightInfo for () {
|
||||
fn submit() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `220`
|
||||
// Estimated: `111976`
|
||||
// Minimum execution time: 36_851_000 picoseconds.
|
||||
Weight::from_parts(37_183_000, 111976)
|
||||
// Estimated: `110487`
|
||||
// Minimum execution time: 42_285_000 picoseconds.
|
||||
Weight::from_parts(42_646_000, 110487)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -532,9 +529,9 @@ impl WeightInfo for () {
|
||||
fn place_decision_deposit_preparing() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `473`
|
||||
// Estimated: `223815`
|
||||
// Minimum execution time: 49_435_000 picoseconds.
|
||||
Weight::from_parts(50_056_000, 223815)
|
||||
// Estimated: `219984`
|
||||
// Minimum execution time: 53_455_000 picoseconds.
|
||||
Weight::from_parts(54_034_000, 219984)
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -547,9 +544,9 @@ impl WeightInfo for () {
|
||||
fn place_decision_deposit_queued() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `3107`
|
||||
// Estimated: `12787`
|
||||
// Minimum execution time: 47_061_000 picoseconds.
|
||||
Weight::from_parts(47_579_000, 12787)
|
||||
// Estimated: `5477`
|
||||
// Minimum execution time: 50_138_000 picoseconds.
|
||||
Weight::from_parts(50_449_000, 5477)
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -562,9 +559,9 @@ impl WeightInfo for () {
|
||||
fn place_decision_deposit_not_queued() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `3127`
|
||||
// Estimated: `12787`
|
||||
// Minimum execution time: 46_513_000 picoseconds.
|
||||
Weight::from_parts(47_212_000, 12787)
|
||||
// Estimated: `5477`
|
||||
// Minimum execution time: 49_707_000 picoseconds.
|
||||
Weight::from_parts(50_246_000, 5477)
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -577,9 +574,9 @@ impl WeightInfo for () {
|
||||
fn place_decision_deposit_passing() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `473`
|
||||
// Estimated: `227294`
|
||||
// Minimum execution time: 59_255_000 picoseconds.
|
||||
Weight::from_parts(60_114_000, 227294)
|
||||
// Estimated: `219984`
|
||||
// Minimum execution time: 62_880_000 picoseconds.
|
||||
Weight::from_parts(63_579_000, 219984)
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -592,9 +589,9 @@ impl WeightInfo for () {
|
||||
fn place_decision_deposit_failing() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `473`
|
||||
// Estimated: `227294`
|
||||
// Minimum execution time: 57_927_000 picoseconds.
|
||||
Weight::from_parts(58_625_000, 227294)
|
||||
// Estimated: `219984`
|
||||
// Minimum execution time: 60_827_000 picoseconds.
|
||||
Weight::from_parts(61_392_000, 219984)
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -604,8 +601,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `351`
|
||||
// Estimated: `3831`
|
||||
// Minimum execution time: 27_186_000 picoseconds.
|
||||
Weight::from_parts(27_551_000, 3831)
|
||||
// Minimum execution time: 31_991_000 picoseconds.
|
||||
Weight::from_parts(32_474_000, 3831)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -615,8 +612,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `341`
|
||||
// Estimated: `3831`
|
||||
// Minimum execution time: 27_339_000 picoseconds.
|
||||
Weight::from_parts(27_828_000, 3831)
|
||||
// Minimum execution time: 32_162_000 picoseconds.
|
||||
Weight::from_parts(32_776_000, 3831)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -627,9 +624,9 @@ impl WeightInfo for () {
|
||||
fn cancel() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `381`
|
||||
// Estimated: `223815`
|
||||
// Minimum execution time: 37_081_000 picoseconds.
|
||||
Weight::from_parts(38_110_000, 223815)
|
||||
// Estimated: `219984`
|
||||
// Minimum execution time: 37_493_000 picoseconds.
|
||||
Weight::from_parts(37_979_000, 219984)
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -642,9 +639,9 @@ impl WeightInfo for () {
|
||||
fn kill() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `622`
|
||||
// Estimated: `227332`
|
||||
// Minimum execution time: 70_195_000 picoseconds.
|
||||
Weight::from_parts(71_451_000, 227332)
|
||||
// Estimated: `219984`
|
||||
// Minimum execution time: 80_095_000 picoseconds.
|
||||
Weight::from_parts(80_831_000, 219984)
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -655,9 +652,9 @@ impl WeightInfo for () {
|
||||
fn one_fewer_deciding_queue_empty() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `174`
|
||||
// Estimated: `8956`
|
||||
// Minimum execution time: 10_748_000 picoseconds.
|
||||
Weight::from_parts(10_912_000, 8956)
|
||||
// Estimated: `5477`
|
||||
// Minimum execution time: 10_906_000 picoseconds.
|
||||
Weight::from_parts(11_055_000, 5477)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -670,9 +667,9 @@ impl WeightInfo for () {
|
||||
fn one_fewer_deciding_failing() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `4567`
|
||||
// Estimated: `229292`
|
||||
// Minimum execution time: 89_144_000 picoseconds.
|
||||
Weight::from_parts(90_552_000, 229292)
|
||||
// Estimated: `219984`
|
||||
// Minimum execution time: 90_747_000 picoseconds.
|
||||
Weight::from_parts(91_407_000, 219984)
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -685,9 +682,9 @@ impl WeightInfo for () {
|
||||
fn one_fewer_deciding_passing() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `4567`
|
||||
// Estimated: `229292`
|
||||
// Minimum execution time: 92_164_000 picoseconds.
|
||||
Weight::from_parts(92_947_000, 229292)
|
||||
// Estimated: `219984`
|
||||
// Minimum execution time: 93_615_000 picoseconds.
|
||||
Weight::from_parts(94_245_000, 219984)
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -700,9 +697,9 @@ impl WeightInfo for () {
|
||||
fn nudge_referendum_requeued_insertion() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `4588`
|
||||
// Estimated: `119795`
|
||||
// Minimum execution time: 59_212_000 picoseconds.
|
||||
Weight::from_parts(59_843_000, 119795)
|
||||
// Estimated: `110487`
|
||||
// Minimum execution time: 60_945_000 picoseconds.
|
||||
Weight::from_parts(61_246_000, 110487)
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -715,9 +712,9 @@ impl WeightInfo for () {
|
||||
fn nudge_referendum_requeued_slide() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `4574`
|
||||
// Estimated: `119795`
|
||||
// Minimum execution time: 59_049_000 picoseconds.
|
||||
Weight::from_parts(59_760_000, 119795)
|
||||
// Estimated: `110487`
|
||||
// Minimum execution time: 60_105_000 picoseconds.
|
||||
Weight::from_parts(60_544_000, 110487)
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -732,9 +729,9 @@ impl WeightInfo for () {
|
||||
fn nudge_referendum_queued() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `4548`
|
||||
// Estimated: `123274`
|
||||
// Minimum execution time: 61_774_000 picoseconds.
|
||||
Weight::from_parts(62_480_000, 123274)
|
||||
// Estimated: `110487`
|
||||
// Minimum execution time: 62_251_000 picoseconds.
|
||||
Weight::from_parts(62_952_000, 110487)
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -749,9 +746,9 @@ impl WeightInfo for () {
|
||||
fn nudge_referendum_not_queued() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `4582`
|
||||
// Estimated: `123274`
|
||||
// Minimum execution time: 61_605_000 picoseconds.
|
||||
Weight::from_parts(62_385_000, 123274)
|
||||
// Estimated: `110487`
|
||||
// Minimum execution time: 61_527_000 picoseconds.
|
||||
Weight::from_parts(62_082_000, 110487)
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -762,9 +759,9 @@ impl WeightInfo for () {
|
||||
fn nudge_referendum_no_deposit() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `333`
|
||||
// Estimated: `114318`
|
||||
// Minimum execution time: 24_423_000 picoseconds.
|
||||
Weight::from_parts(24_747_000, 114318)
|
||||
// Estimated: `110487`
|
||||
// Minimum execution time: 24_897_000 picoseconds.
|
||||
Weight::from_parts(25_213_000, 110487)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -775,9 +772,9 @@ impl WeightInfo for () {
|
||||
fn nudge_referendum_preparing() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `381`
|
||||
// Estimated: `114318`
|
||||
// Minimum execution time: 24_487_000 picoseconds.
|
||||
Weight::from_parts(24_941_000, 114318)
|
||||
// Estimated: `110487`
|
||||
// Minimum execution time: 25_077_000 picoseconds.
|
||||
Weight::from_parts(25_385_000, 110487)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -787,8 +784,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `278`
|
||||
// Estimated: `3831`
|
||||
// Minimum execution time: 17_454_000 picoseconds.
|
||||
Weight::from_parts(17_697_000, 3831)
|
||||
// Minimum execution time: 17_930_000 picoseconds.
|
||||
Weight::from_parts(18_112_000, 3831)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -801,9 +798,9 @@ impl WeightInfo for () {
|
||||
fn nudge_referendum_begin_deciding_failing() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `381`
|
||||
// Estimated: `117797`
|
||||
// Minimum execution time: 34_721_000 picoseconds.
|
||||
Weight::from_parts(35_295_000, 117797)
|
||||
// Estimated: `110487`
|
||||
// Minimum execution time: 34_405_000 picoseconds.
|
||||
Weight::from_parts(34_698_000, 110487)
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -816,9 +813,9 @@ impl WeightInfo for () {
|
||||
fn nudge_referendum_begin_deciding_passing() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `381`
|
||||
// Estimated: `117797`
|
||||
// Minimum execution time: 36_587_000 picoseconds.
|
||||
Weight::from_parts(37_095_000, 117797)
|
||||
// Estimated: `110487`
|
||||
// Minimum execution time: 37_313_000 picoseconds.
|
||||
Weight::from_parts(37_807_000, 110487)
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -829,9 +826,9 @@ impl WeightInfo for () {
|
||||
fn nudge_referendum_begin_confirming() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `434`
|
||||
// Estimated: `114318`
|
||||
// Minimum execution time: 30_003_000 picoseconds.
|
||||
Weight::from_parts(30_541_000, 114318)
|
||||
// Estimated: `110487`
|
||||
// Minimum execution time: 30_552_000 picoseconds.
|
||||
Weight::from_parts(30_817_000, 110487)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -842,9 +839,9 @@ impl WeightInfo for () {
|
||||
fn nudge_referendum_end_confirming() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `417`
|
||||
// Estimated: `114318`
|
||||
// Minimum execution time: 30_479_000 picoseconds.
|
||||
Weight::from_parts(30_900_000, 114318)
|
||||
// Estimated: `110487`
|
||||
// Minimum execution time: 31_100_000 picoseconds.
|
||||
Weight::from_parts(31_696_000, 110487)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -855,9 +852,9 @@ impl WeightInfo for () {
|
||||
fn nudge_referendum_continue_not_confirming() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `434`
|
||||
// Estimated: `114318`
|
||||
// Minimum execution time: 27_657_000 picoseconds.
|
||||
Weight::from_parts(28_054_000, 114318)
|
||||
// Estimated: `110487`
|
||||
// Minimum execution time: 28_777_000 picoseconds.
|
||||
Weight::from_parts(29_188_000, 110487)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -868,9 +865,9 @@ impl WeightInfo for () {
|
||||
fn nudge_referendum_continue_confirming() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `438`
|
||||
// Estimated: `114318`
|
||||
// Minimum execution time: 26_713_000 picoseconds.
|
||||
Weight::from_parts(27_284_000, 114318)
|
||||
// Estimated: `110487`
|
||||
// Minimum execution time: 26_986_000 picoseconds.
|
||||
Weight::from_parts(27_283_000, 110487)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -883,9 +880,9 @@ impl WeightInfo for () {
|
||||
fn nudge_referendum_approved() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `438`
|
||||
// Estimated: `227328`
|
||||
// Minimum execution time: 42_374_000 picoseconds.
|
||||
Weight::from_parts(43_142_000, 227328)
|
||||
// Estimated: `219984`
|
||||
// Minimum execution time: 43_538_000 picoseconds.
|
||||
Weight::from_parts(44_671_000, 219984)
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -896,9 +893,9 @@ impl WeightInfo for () {
|
||||
fn nudge_referendum_rejected() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `434`
|
||||
// Estimated: `114318`
|
||||
// Minimum execution time: 30_213_000 picoseconds.
|
||||
Weight::from_parts(30_633_000, 114318)
|
||||
// Estimated: `110487`
|
||||
// Minimum execution time: 30_559_000 picoseconds.
|
||||
Weight::from_parts(31_294_000, 110487)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -911,9 +908,9 @@ impl WeightInfo for () {
|
||||
fn set_some_metadata() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `422`
|
||||
// Estimated: `7387`
|
||||
// Minimum execution time: 20_887_000 picoseconds.
|
||||
Weight::from_parts(21_242_000, 7387)
|
||||
// Estimated: `3831`
|
||||
// Minimum execution time: 21_196_000 picoseconds.
|
||||
Weight::from_parts(21_593_000, 3831)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -924,9 +921,9 @@ impl WeightInfo for () {
|
||||
fn clear_metadata() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `355`
|
||||
// Estimated: `7348`
|
||||
// Minimum execution time: 18_702_000 picoseconds.
|
||||
Weight::from_parts(18_880_000, 7348)
|
||||
// Estimated: `3831`
|
||||
// Minimum execution time: 18_827_000 picoseconds.
|
||||
Weight::from_parts(19_171_000, 3831)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
||||
Generated
+10
-13
@@ -18,9 +18,9 @@
|
||||
//! Autogenerated weights for pallet_remark
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-04-06, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -31,9 +31,6 @@
|
||||
// --steps=50
|
||||
// --repeat=20
|
||||
// --pallet=pallet_remark
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
@@ -62,10 +59,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 9_284_000 picoseconds.
|
||||
Weight::from_parts(4_054_843, 0)
|
||||
// Standard Error: 2
|
||||
.saturating_add(Weight::from_parts(1_094, 0).saturating_mul(l.into()))
|
||||
// Minimum execution time: 9_301_000 picoseconds.
|
||||
Weight::from_parts(2_516_065, 0)
|
||||
// Standard Error: 1
|
||||
.saturating_add(Weight::from_parts(1_089, 0).saturating_mul(l.into()))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -76,9 +73,9 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 9_284_000 picoseconds.
|
||||
Weight::from_parts(4_054_843, 0)
|
||||
// Standard Error: 2
|
||||
.saturating_add(Weight::from_parts(1_094, 0).saturating_mul(l.into()))
|
||||
// Minimum execution time: 9_301_000 picoseconds.
|
||||
Weight::from_parts(2_516_065, 0)
|
||||
// Standard Error: 1
|
||||
.saturating_add(Weight::from_parts(1_089, 0).saturating_mul(l.into()))
|
||||
}
|
||||
}
|
||||
|
||||
Generated
+40
-43
@@ -18,9 +18,9 @@
|
||||
//! Autogenerated weights for pallet_salary
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-04-06, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -31,9 +31,6 @@
|
||||
// --steps=50
|
||||
// --repeat=20
|
||||
// --pallet=pallet_salary
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
@@ -69,8 +66,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `4`
|
||||
// Estimated: `1541`
|
||||
// Minimum execution time: 11_732_000 picoseconds.
|
||||
Weight::from_parts(12_162_000, 1541)
|
||||
// Minimum execution time: 11_785_000 picoseconds.
|
||||
Weight::from_parts(12_086_000, 1541)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -80,8 +77,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `86`
|
||||
// Estimated: `1541`
|
||||
// Minimum execution time: 12_966_000 picoseconds.
|
||||
Weight::from_parts(13_443_000, 1541)
|
||||
// Minimum execution time: 12_721_000 picoseconds.
|
||||
Weight::from_parts(13_033_000, 1541)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -94,9 +91,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn induct() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `362`
|
||||
// Estimated: `8591`
|
||||
// Minimum execution time: 20_467_000 picoseconds.
|
||||
Weight::from_parts(20_782_000, 8591)
|
||||
// Estimated: `3543`
|
||||
// Minimum execution time: 19_516_000 picoseconds.
|
||||
Weight::from_parts(19_938_000, 3543)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -109,9 +106,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn register() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `429`
|
||||
// Estimated: `8591`
|
||||
// Minimum execution time: 23_547_000 picoseconds.
|
||||
Weight::from_parts(23_911_000, 8591)
|
||||
// Estimated: `3543`
|
||||
// Minimum execution time: 23_145_000 picoseconds.
|
||||
Weight::from_parts(23_804_000, 3543)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -124,9 +121,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn payout() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `429`
|
||||
// Estimated: `8591`
|
||||
// Minimum execution time: 47_145_000 picoseconds.
|
||||
Weight::from_parts(47_778_000, 8591)
|
||||
// Estimated: `3543`
|
||||
// Minimum execution time: 62_187_000 picoseconds.
|
||||
Weight::from_parts(63_016_000, 3543)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -141,9 +138,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn payout_other() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `429`
|
||||
// Estimated: `12184`
|
||||
// Minimum execution time: 48_763_000 picoseconds.
|
||||
Weight::from_parts(49_853_000, 12184)
|
||||
// Estimated: `3593`
|
||||
// Minimum execution time: 63_828_000 picoseconds.
|
||||
Weight::from_parts(64_791_000, 3593)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -154,9 +151,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn check_payment() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `170`
|
||||
// Estimated: `5084`
|
||||
// Minimum execution time: 12_825_000 picoseconds.
|
||||
Weight::from_parts(13_143_000, 5084)
|
||||
// Estimated: `3543`
|
||||
// Minimum execution time: 12_911_000 picoseconds.
|
||||
Weight::from_parts(13_079_000, 3543)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -170,8 +167,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `4`
|
||||
// Estimated: `1541`
|
||||
// Minimum execution time: 11_732_000 picoseconds.
|
||||
Weight::from_parts(12_162_000, 1541)
|
||||
// Minimum execution time: 11_785_000 picoseconds.
|
||||
Weight::from_parts(12_086_000, 1541)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -181,8 +178,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `86`
|
||||
// Estimated: `1541`
|
||||
// Minimum execution time: 12_966_000 picoseconds.
|
||||
Weight::from_parts(13_443_000, 1541)
|
||||
// Minimum execution time: 12_721_000 picoseconds.
|
||||
Weight::from_parts(13_033_000, 1541)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -195,9 +192,9 @@ impl WeightInfo for () {
|
||||
fn induct() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `362`
|
||||
// Estimated: `8591`
|
||||
// Minimum execution time: 20_467_000 picoseconds.
|
||||
Weight::from_parts(20_782_000, 8591)
|
||||
// Estimated: `3543`
|
||||
// Minimum execution time: 19_516_000 picoseconds.
|
||||
Weight::from_parts(19_938_000, 3543)
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -210,9 +207,9 @@ impl WeightInfo for () {
|
||||
fn register() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `429`
|
||||
// Estimated: `8591`
|
||||
// Minimum execution time: 23_547_000 picoseconds.
|
||||
Weight::from_parts(23_911_000, 8591)
|
||||
// Estimated: `3543`
|
||||
// Minimum execution time: 23_145_000 picoseconds.
|
||||
Weight::from_parts(23_804_000, 3543)
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -225,9 +222,9 @@ impl WeightInfo for () {
|
||||
fn payout() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `429`
|
||||
// Estimated: `8591`
|
||||
// Minimum execution time: 47_145_000 picoseconds.
|
||||
Weight::from_parts(47_778_000, 8591)
|
||||
// Estimated: `3543`
|
||||
// Minimum execution time: 62_187_000 picoseconds.
|
||||
Weight::from_parts(63_016_000, 3543)
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -242,9 +239,9 @@ impl WeightInfo for () {
|
||||
fn payout_other() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `429`
|
||||
// Estimated: `12184`
|
||||
// Minimum execution time: 48_763_000 picoseconds.
|
||||
Weight::from_parts(49_853_000, 12184)
|
||||
// Estimated: `3593`
|
||||
// Minimum execution time: 63_828_000 picoseconds.
|
||||
Weight::from_parts(64_791_000, 3593)
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -255,9 +252,9 @@ impl WeightInfo for () {
|
||||
fn check_payment() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `170`
|
||||
// Estimated: `5084`
|
||||
// Minimum execution time: 12_825_000 picoseconds.
|
||||
Weight::from_parts(13_143_000, 5084)
|
||||
// Estimated: `3543`
|
||||
// Minimum execution time: 12_911_000 picoseconds.
|
||||
Weight::from_parts(13_079_000, 3543)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
||||
Generated
+80
-83
@@ -18,9 +18,9 @@
|
||||
//! Autogenerated weights for pallet_scheduler
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-04-06, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -31,9 +31,6 @@
|
||||
// --steps=50
|
||||
// --repeat=20
|
||||
// --pallet=pallet_scheduler
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
@@ -74,8 +71,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `31`
|
||||
// Estimated: `1489`
|
||||
// Minimum execution time: 3_965_000 picoseconds.
|
||||
Weight::from_parts(4_126_000, 1489)
|
||||
// Minimum execution time: 3_776_000 picoseconds.
|
||||
Weight::from_parts(3_992_000, 1489)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -86,10 +83,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `81 + s * (177 ±0)`
|
||||
// Estimated: `110487`
|
||||
// Minimum execution time: 3_662_000 picoseconds.
|
||||
Weight::from_parts(8_746_597, 110487)
|
||||
// Standard Error: 754
|
||||
.saturating_add(Weight::from_parts(309_350, 0).saturating_mul(s.into()))
|
||||
// Minimum execution time: 3_418_000 picoseconds.
|
||||
Weight::from_parts(8_606_012, 110487)
|
||||
// Standard Error: 769
|
||||
.saturating_add(Weight::from_parts(309_376, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -97,8 +94,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 5_807_000 picoseconds.
|
||||
Weight::from_parts(5_963_000, 0)
|
||||
// Minimum execution time: 5_624_000 picoseconds.
|
||||
Weight::from_parts(5_758_000, 0)
|
||||
}
|
||||
/// Storage: Preimage PreimageFor (r:1 w:1)
|
||||
/// Proof: Preimage PreimageFor (max_values: None, max_size: Some(4194344), added: 4196819, mode: Measured)
|
||||
@@ -108,11 +105,11 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn service_task_fetched(s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `179 + s * (1 ±0)`
|
||||
// Estimated: `7200 + s * (1 ±0)`
|
||||
// Minimum execution time: 20_188_000 picoseconds.
|
||||
Weight::from_parts(20_422_000, 7200)
|
||||
// Standard Error: 1
|
||||
.saturating_add(Weight::from_parts(1_143, 0).saturating_mul(s.into()))
|
||||
// Estimated: `3644 + s * (1 ±0)`
|
||||
// Minimum execution time: 20_150_000 picoseconds.
|
||||
Weight::from_parts(20_271_000, 3644)
|
||||
// Standard Error: 0
|
||||
.saturating_add(Weight::from_parts(1_132, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
.saturating_add(Weight::from_parts(0, 1).saturating_mul(s.into()))
|
||||
@@ -123,30 +120,30 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 7_787_000 picoseconds.
|
||||
Weight::from_parts(8_046_000, 0)
|
||||
// Minimum execution time: 7_451_000 picoseconds.
|
||||
Weight::from_parts(7_693_000, 0)
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
fn service_task_periodic() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 5_730_000 picoseconds.
|
||||
Weight::from_parts(5_901_000, 0)
|
||||
// Minimum execution time: 5_477_000 picoseconds.
|
||||
Weight::from_parts(5_733_000, 0)
|
||||
}
|
||||
fn execute_dispatch_signed() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 2_569_000 picoseconds.
|
||||
Weight::from_parts(2_710_000, 0)
|
||||
// Minimum execution time: 2_675_000 picoseconds.
|
||||
Weight::from_parts(2_870_000, 0)
|
||||
}
|
||||
fn execute_dispatch_unsigned() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 2_611_000 picoseconds.
|
||||
Weight::from_parts(2_765_000, 0)
|
||||
// Minimum execution time: 2_697_000 picoseconds.
|
||||
Weight::from_parts(2_807_000, 0)
|
||||
}
|
||||
/// Storage: Scheduler Agenda (r:1 w:1)
|
||||
/// Proof: Scheduler Agenda (max_values: None, max_size: Some(107022), added: 109497, mode: MaxEncodedLen)
|
||||
@@ -155,10 +152,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `81 + s * (177 ±0)`
|
||||
// Estimated: `110487`
|
||||
// Minimum execution time: 14_237_000 picoseconds.
|
||||
Weight::from_parts(18_553_929, 110487)
|
||||
// Standard Error: 757
|
||||
.saturating_add(Weight::from_parts(327_347, 0).saturating_mul(s.into()))
|
||||
// Minimum execution time: 13_921_000 picoseconds.
|
||||
Weight::from_parts(18_717_223, 110487)
|
||||
// Standard Error: 771
|
||||
.saturating_add(Weight::from_parts(333_102, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -171,10 +168,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `81 + s * (177 ±0)`
|
||||
// Estimated: `110487`
|
||||
// Minimum execution time: 18_003_000 picoseconds.
|
||||
Weight::from_parts(19_521_283, 110487)
|
||||
// Standard Error: 901
|
||||
.saturating_add(Weight::from_parts(496_401, 0).saturating_mul(s.into()))
|
||||
// Minimum execution time: 17_552_000 picoseconds.
|
||||
Weight::from_parts(19_006_016, 110487)
|
||||
// Standard Error: 1_115
|
||||
.saturating_add(Weight::from_parts(495_979, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -186,11 +183,11 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn schedule_named(s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `596 + s * (178 ±0)`
|
||||
// Estimated: `114000`
|
||||
// Minimum execution time: 17_713_000 picoseconds.
|
||||
Weight::from_parts(24_442_945, 114000)
|
||||
// Standard Error: 764
|
||||
.saturating_add(Weight::from_parts(330_307, 0).saturating_mul(s.into()))
|
||||
// Estimated: `110487`
|
||||
// Minimum execution time: 17_240_000 picoseconds.
|
||||
Weight::from_parts(24_376_370, 110487)
|
||||
// Standard Error: 928
|
||||
.saturating_add(Weight::from_parts(331_209, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -202,11 +199,11 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn cancel_named(s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `709 + s * (177 ±0)`
|
||||
// Estimated: `114000`
|
||||
// Minimum execution time: 19_808_000 picoseconds.
|
||||
Weight::from_parts(22_601_896, 114000)
|
||||
// Standard Error: 991
|
||||
.saturating_add(Weight::from_parts(496_702, 0).saturating_mul(s.into()))
|
||||
// Estimated: `110487`
|
||||
// Minimum execution time: 19_731_000 picoseconds.
|
||||
Weight::from_parts(23_787_948, 110487)
|
||||
// Standard Error: 1_133
|
||||
.saturating_add(Weight::from_parts(503_805, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -220,8 +217,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `31`
|
||||
// Estimated: `1489`
|
||||
// Minimum execution time: 3_965_000 picoseconds.
|
||||
Weight::from_parts(4_126_000, 1489)
|
||||
// Minimum execution time: 3_776_000 picoseconds.
|
||||
Weight::from_parts(3_992_000, 1489)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -232,10 +229,10 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `81 + s * (177 ±0)`
|
||||
// Estimated: `110487`
|
||||
// Minimum execution time: 3_662_000 picoseconds.
|
||||
Weight::from_parts(8_746_597, 110487)
|
||||
// Standard Error: 754
|
||||
.saturating_add(Weight::from_parts(309_350, 0).saturating_mul(s.into()))
|
||||
// Minimum execution time: 3_418_000 picoseconds.
|
||||
Weight::from_parts(8_606_012, 110487)
|
||||
// Standard Error: 769
|
||||
.saturating_add(Weight::from_parts(309_376, 0).saturating_mul(s.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -243,8 +240,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 5_807_000 picoseconds.
|
||||
Weight::from_parts(5_963_000, 0)
|
||||
// Minimum execution time: 5_624_000 picoseconds.
|
||||
Weight::from_parts(5_758_000, 0)
|
||||
}
|
||||
/// Storage: Preimage PreimageFor (r:1 w:1)
|
||||
/// Proof: Preimage PreimageFor (max_values: None, max_size: Some(4194344), added: 4196819, mode: Measured)
|
||||
@@ -254,11 +251,11 @@ impl WeightInfo for () {
|
||||
fn service_task_fetched(s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `179 + s * (1 ±0)`
|
||||
// Estimated: `7200 + s * (1 ±0)`
|
||||
// Minimum execution time: 20_188_000 picoseconds.
|
||||
Weight::from_parts(20_422_000, 7200)
|
||||
// Standard Error: 1
|
||||
.saturating_add(Weight::from_parts(1_143, 0).saturating_mul(s.into()))
|
||||
// Estimated: `3644 + s * (1 ±0)`
|
||||
// Minimum execution time: 20_150_000 picoseconds.
|
||||
Weight::from_parts(20_271_000, 3644)
|
||||
// Standard Error: 0
|
||||
.saturating_add(Weight::from_parts(1_132, 0).saturating_mul(s.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
.saturating_add(Weight::from_parts(0, 1).saturating_mul(s.into()))
|
||||
@@ -269,30 +266,30 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 7_787_000 picoseconds.
|
||||
Weight::from_parts(8_046_000, 0)
|
||||
// Minimum execution time: 7_451_000 picoseconds.
|
||||
Weight::from_parts(7_693_000, 0)
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
fn service_task_periodic() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 5_730_000 picoseconds.
|
||||
Weight::from_parts(5_901_000, 0)
|
||||
// Minimum execution time: 5_477_000 picoseconds.
|
||||
Weight::from_parts(5_733_000, 0)
|
||||
}
|
||||
fn execute_dispatch_signed() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 2_569_000 picoseconds.
|
||||
Weight::from_parts(2_710_000, 0)
|
||||
// Minimum execution time: 2_675_000 picoseconds.
|
||||
Weight::from_parts(2_870_000, 0)
|
||||
}
|
||||
fn execute_dispatch_unsigned() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 2_611_000 picoseconds.
|
||||
Weight::from_parts(2_765_000, 0)
|
||||
// Minimum execution time: 2_697_000 picoseconds.
|
||||
Weight::from_parts(2_807_000, 0)
|
||||
}
|
||||
/// Storage: Scheduler Agenda (r:1 w:1)
|
||||
/// Proof: Scheduler Agenda (max_values: None, max_size: Some(107022), added: 109497, mode: MaxEncodedLen)
|
||||
@@ -301,10 +298,10 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `81 + s * (177 ±0)`
|
||||
// Estimated: `110487`
|
||||
// Minimum execution time: 14_237_000 picoseconds.
|
||||
Weight::from_parts(18_553_929, 110487)
|
||||
// Standard Error: 757
|
||||
.saturating_add(Weight::from_parts(327_347, 0).saturating_mul(s.into()))
|
||||
// Minimum execution time: 13_921_000 picoseconds.
|
||||
Weight::from_parts(18_717_223, 110487)
|
||||
// Standard Error: 771
|
||||
.saturating_add(Weight::from_parts(333_102, 0).saturating_mul(s.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -317,10 +314,10 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `81 + s * (177 ±0)`
|
||||
// Estimated: `110487`
|
||||
// Minimum execution time: 18_003_000 picoseconds.
|
||||
Weight::from_parts(19_521_283, 110487)
|
||||
// Standard Error: 901
|
||||
.saturating_add(Weight::from_parts(496_401, 0).saturating_mul(s.into()))
|
||||
// Minimum execution time: 17_552_000 picoseconds.
|
||||
Weight::from_parts(19_006_016, 110487)
|
||||
// Standard Error: 1_115
|
||||
.saturating_add(Weight::from_parts(495_979, 0).saturating_mul(s.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -332,11 +329,11 @@ impl WeightInfo for () {
|
||||
fn schedule_named(s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `596 + s * (178 ±0)`
|
||||
// Estimated: `114000`
|
||||
// Minimum execution time: 17_713_000 picoseconds.
|
||||
Weight::from_parts(24_442_945, 114000)
|
||||
// Standard Error: 764
|
||||
.saturating_add(Weight::from_parts(330_307, 0).saturating_mul(s.into()))
|
||||
// Estimated: `110487`
|
||||
// Minimum execution time: 17_240_000 picoseconds.
|
||||
Weight::from_parts(24_376_370, 110487)
|
||||
// Standard Error: 928
|
||||
.saturating_add(Weight::from_parts(331_209, 0).saturating_mul(s.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -348,11 +345,11 @@ impl WeightInfo for () {
|
||||
fn cancel_named(s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `709 + s * (177 ±0)`
|
||||
// Estimated: `114000`
|
||||
// Minimum execution time: 19_808_000 picoseconds.
|
||||
Weight::from_parts(22_601_896, 114000)
|
||||
// Standard Error: 991
|
||||
.saturating_add(Weight::from_parts(496_702, 0).saturating_mul(s.into()))
|
||||
// Estimated: `110487`
|
||||
// Minimum execution time: 19_731_000 picoseconds.
|
||||
Weight::from_parts(23_787_948, 110487)
|
||||
// Standard Error: 1_133
|
||||
.saturating_add(Weight::from_parts(503_805, 0).saturating_mul(s.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
||||
Generated
+14
-17
@@ -18,9 +18,9 @@
|
||||
//! Autogenerated weights for pallet_session
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-04-06, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -31,9 +31,6 @@
|
||||
// --steps=50
|
||||
// --repeat=20
|
||||
// --pallet=pallet_session
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
@@ -67,9 +64,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn set_keys() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1891`
|
||||
// Estimated: `22693`
|
||||
// Minimum execution time: 48_165_000 picoseconds.
|
||||
Weight::from_parts(48_967_000, 22693)
|
||||
// Estimated: `12781`
|
||||
// Minimum execution time: 48_507_000 picoseconds.
|
||||
Weight::from_parts(49_214_000, 12781)
|
||||
.saturating_add(T::DbWeight::get().reads(6_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(5_u64))
|
||||
}
|
||||
@@ -82,9 +79,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn purge_keys() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1758`
|
||||
// Estimated: `11537`
|
||||
// Minimum execution time: 35_824_000 picoseconds.
|
||||
Weight::from_parts(36_267_000, 11537)
|
||||
// Estimated: `5223`
|
||||
// Minimum execution time: 35_388_000 picoseconds.
|
||||
Weight::from_parts(35_763_000, 5223)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(5_u64))
|
||||
}
|
||||
@@ -101,9 +98,9 @@ impl WeightInfo for () {
|
||||
fn set_keys() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1891`
|
||||
// Estimated: `22693`
|
||||
// Minimum execution time: 48_165_000 picoseconds.
|
||||
Weight::from_parts(48_967_000, 22693)
|
||||
// Estimated: `12781`
|
||||
// Minimum execution time: 48_507_000 picoseconds.
|
||||
Weight::from_parts(49_214_000, 12781)
|
||||
.saturating_add(RocksDbWeight::get().reads(6_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(5_u64))
|
||||
}
|
||||
@@ -116,9 +113,9 @@ impl WeightInfo for () {
|
||||
fn purge_keys() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1758`
|
||||
// Estimated: `11537`
|
||||
// Minimum execution time: 35_824_000 picoseconds.
|
||||
Weight::from_parts(36_267_000, 11537)
|
||||
// Estimated: `5223`
|
||||
// Minimum execution time: 35_388_000 picoseconds.
|
||||
Weight::from_parts(35_763_000, 5223)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(5_u64))
|
||||
}
|
||||
|
||||
Generated
+298
-265
File diff suppressed because it is too large
Load Diff
+36
-39
@@ -18,9 +18,9 @@
|
||||
//! Autogenerated weights for pallet_state_trie_migration
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-04-06, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -31,9 +31,6 @@
|
||||
// --steps=50
|
||||
// --repeat=20
|
||||
// --pallet=pallet_state_trie_migration
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
@@ -70,9 +67,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn continue_migrate() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `108`
|
||||
// Estimated: `4020`
|
||||
// Minimum execution time: 15_449_000 picoseconds.
|
||||
Weight::from_parts(16_040_000, 4020)
|
||||
// Estimated: `2527`
|
||||
// Minimum execution time: 17_385_000 picoseconds.
|
||||
Weight::from_parts(17_766_000, 2527)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -82,16 +79,16 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `76`
|
||||
// Estimated: `1493`
|
||||
// Minimum execution time: 4_632_000 picoseconds.
|
||||
Weight::from_parts(4_768_000, 1493)
|
||||
// Minimum execution time: 4_537_000 picoseconds.
|
||||
Weight::from_parts(4_734_000, 1493)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
}
|
||||
fn migrate_custom_top_success() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 9_596_000 picoseconds.
|
||||
Weight::from_parts(9_866_000, 0)
|
||||
// Minimum execution time: 10_127_000 picoseconds.
|
||||
Weight::from_parts(10_384_000, 0)
|
||||
}
|
||||
/// Storage: unknown `0x666f6f` (r:1 w:1)
|
||||
/// Proof Skipped: unknown `0x666f6f` (r:1 w:1)
|
||||
@@ -99,8 +96,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `113`
|
||||
// Estimated: `3578`
|
||||
// Minimum execution time: 27_352_000 picoseconds.
|
||||
Weight::from_parts(28_089_000, 3578)
|
||||
// Minimum execution time: 31_113_000 picoseconds.
|
||||
Weight::from_parts(31_833_000, 3578)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -108,8 +105,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 10_286_000 picoseconds.
|
||||
Weight::from_parts(10_761_000, 0)
|
||||
// Minimum execution time: 10_445_000 picoseconds.
|
||||
Weight::from_parts(10_726_000, 0)
|
||||
}
|
||||
/// Storage: unknown `0x666f6f` (r:1 w:1)
|
||||
/// Proof Skipped: unknown `0x666f6f` (r:1 w:1)
|
||||
@@ -117,8 +114,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `105`
|
||||
// Estimated: `3570`
|
||||
// Minimum execution time: 27_355_000 picoseconds.
|
||||
Weight::from_parts(28_092_000, 3570)
|
||||
// Minimum execution time: 31_795_000 picoseconds.
|
||||
Weight::from_parts(32_737_000, 3570)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -129,10 +126,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `197 + v * (1 ±0)`
|
||||
// Estimated: `3662 + v * (1 ±0)`
|
||||
// Minimum execution time: 6_004_000 picoseconds.
|
||||
Weight::from_parts(6_188_000, 3662)
|
||||
// Standard Error: 1
|
||||
.saturating_add(Weight::from_parts(1_073, 0).saturating_mul(v.into()))
|
||||
// Minimum execution time: 5_933_000 picoseconds.
|
||||
Weight::from_parts(6_040_000, 3662)
|
||||
// Standard Error: 3
|
||||
.saturating_add(Weight::from_parts(1_336, 0).saturating_mul(v.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
.saturating_add(Weight::from_parts(0, 1).saturating_mul(v.into()))
|
||||
@@ -148,9 +145,9 @@ impl WeightInfo for () {
|
||||
fn continue_migrate() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `108`
|
||||
// Estimated: `4020`
|
||||
// Minimum execution time: 15_449_000 picoseconds.
|
||||
Weight::from_parts(16_040_000, 4020)
|
||||
// Estimated: `2527`
|
||||
// Minimum execution time: 17_385_000 picoseconds.
|
||||
Weight::from_parts(17_766_000, 2527)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -160,16 +157,16 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `76`
|
||||
// Estimated: `1493`
|
||||
// Minimum execution time: 4_632_000 picoseconds.
|
||||
Weight::from_parts(4_768_000, 1493)
|
||||
// Minimum execution time: 4_537_000 picoseconds.
|
||||
Weight::from_parts(4_734_000, 1493)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
}
|
||||
fn migrate_custom_top_success() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 9_596_000 picoseconds.
|
||||
Weight::from_parts(9_866_000, 0)
|
||||
// Minimum execution time: 10_127_000 picoseconds.
|
||||
Weight::from_parts(10_384_000, 0)
|
||||
}
|
||||
/// Storage: unknown `0x666f6f` (r:1 w:1)
|
||||
/// Proof Skipped: unknown `0x666f6f` (r:1 w:1)
|
||||
@@ -177,8 +174,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `113`
|
||||
// Estimated: `3578`
|
||||
// Minimum execution time: 27_352_000 picoseconds.
|
||||
Weight::from_parts(28_089_000, 3578)
|
||||
// Minimum execution time: 31_113_000 picoseconds.
|
||||
Weight::from_parts(31_833_000, 3578)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -186,8 +183,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 10_286_000 picoseconds.
|
||||
Weight::from_parts(10_761_000, 0)
|
||||
// Minimum execution time: 10_445_000 picoseconds.
|
||||
Weight::from_parts(10_726_000, 0)
|
||||
}
|
||||
/// Storage: unknown `0x666f6f` (r:1 w:1)
|
||||
/// Proof Skipped: unknown `0x666f6f` (r:1 w:1)
|
||||
@@ -195,8 +192,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `105`
|
||||
// Estimated: `3570`
|
||||
// Minimum execution time: 27_355_000 picoseconds.
|
||||
Weight::from_parts(28_092_000, 3570)
|
||||
// Minimum execution time: 31_795_000 picoseconds.
|
||||
Weight::from_parts(32_737_000, 3570)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -207,10 +204,10 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `197 + v * (1 ±0)`
|
||||
// Estimated: `3662 + v * (1 ±0)`
|
||||
// Minimum execution time: 6_004_000 picoseconds.
|
||||
Weight::from_parts(6_188_000, 3662)
|
||||
// Standard Error: 1
|
||||
.saturating_add(Weight::from_parts(1_073, 0).saturating_mul(v.into()))
|
||||
// Minimum execution time: 5_933_000 picoseconds.
|
||||
Weight::from_parts(6_040_000, 3662)
|
||||
// Standard Error: 3
|
||||
.saturating_add(Weight::from_parts(1_336, 0).saturating_mul(v.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
.saturating_add(Weight::from_parts(0, 1).saturating_mul(v.into()))
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
// limitations under the License.
|
||||
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-03-15 (Y/M/D)
|
||||
//! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! DATE: 2023-04-06 (Y/M/D)
|
||||
//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//!
|
||||
//! SHORT-NAME: `block`, LONG-NAME: `BlockExecution`, RUNTIME: `Development`
|
||||
//! WARMUPS: `10`, REPEAT: `100`
|
||||
@@ -44,17 +44,17 @@ parameter_types! {
|
||||
/// Calculated by multiplying the *Average* with `1.0` and adding `0`.
|
||||
///
|
||||
/// Stats nanoseconds:
|
||||
/// Min, Max: 402_748, 458_228
|
||||
/// Average: 412_772
|
||||
/// Median: 406_151
|
||||
/// Std-Dev: 13480.33
|
||||
/// Min, Max: 386_820, 419_676
|
||||
/// Average: 392_184
|
||||
/// Median: 389_668
|
||||
/// Std-Dev: 5285.57
|
||||
///
|
||||
/// Percentiles nanoseconds:
|
||||
/// 99th: 450_080
|
||||
/// 95th: 445_111
|
||||
/// 75th: 414_170
|
||||
/// 99th: 406_316
|
||||
/// 95th: 399_697
|
||||
/// 75th: 396_532
|
||||
pub const BlockExecutionWeight: Weight =
|
||||
Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(412_772), 0);
|
||||
Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(392_184), 0);
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
// limitations under the License.
|
||||
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-03-15 (Y/M/D)
|
||||
//! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! DATE: 2023-04-06 (Y/M/D)
|
||||
//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//!
|
||||
//! SHORT-NAME: `extrinsic`, LONG-NAME: `ExtrinsicBase`, RUNTIME: `Development`
|
||||
//! WARMUPS: `10`, REPEAT: `100`
|
||||
@@ -44,17 +44,17 @@ parameter_types! {
|
||||
/// Calculated by multiplying the *Average* with `1.0` and adding `0`.
|
||||
///
|
||||
/// Stats nanoseconds:
|
||||
/// Min, Max: 109_595, 114_170
|
||||
/// Average: 110_536
|
||||
/// Median: 110_233
|
||||
/// Std-Dev: 933.39
|
||||
/// Min, Max: 113_246, 114_346
|
||||
/// Average: 113_638
|
||||
/// Median: 113_641
|
||||
/// Std-Dev: 188.44
|
||||
///
|
||||
/// Percentiles nanoseconds:
|
||||
/// 99th: 114_120
|
||||
/// 95th: 112_680
|
||||
/// 75th: 110_858
|
||||
/// 99th: 114_181
|
||||
/// 95th: 113_961
|
||||
/// 75th: 113_703
|
||||
pub const ExtrinsicBaseWeight: Weight =
|
||||
Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(110_536), 0);
|
||||
Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(113_638), 0);
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
|
||||
Generated
+42
-45
@@ -18,9 +18,9 @@
|
||||
//! Autogenerated weights for frame_system
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-03-15, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-04-06, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -31,9 +31,6 @@
|
||||
// --steps=50
|
||||
// --repeat=20
|
||||
// --pallet=frame_system
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
@@ -67,20 +64,20 @@ impl<T: crate::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 2_519_000 picoseconds.
|
||||
Weight::from_parts(2_576_000, 0)
|
||||
// Minimum execution time: 2_430_000 picoseconds.
|
||||
Weight::from_parts(2_522_000, 0)
|
||||
// Standard Error: 0
|
||||
.saturating_add(Weight::from_parts(365, 0).saturating_mul(b.into()))
|
||||
.saturating_add(Weight::from_parts(362, 0).saturating_mul(b.into()))
|
||||
}
|
||||
/// The range of component `b` is `[0, 3932160]`.
|
||||
fn remark_with_event(b: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 8_687_000 picoseconds.
|
||||
Weight::from_parts(8_875_000, 0)
|
||||
// Minimum execution time: 8_738_000 picoseconds.
|
||||
Weight::from_parts(8_963_000, 0)
|
||||
// Standard Error: 0
|
||||
.saturating_add(Weight::from_parts(1_121, 0).saturating_mul(b.into()))
|
||||
.saturating_add(Weight::from_parts(1_113, 0).saturating_mul(b.into()))
|
||||
}
|
||||
/// Storage: System Digest (r:1 w:1)
|
||||
/// Proof Skipped: System Digest (max_values: Some(1), max_size: None, mode: Measured)
|
||||
@@ -90,8 +87,8 @@ impl<T: crate::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `1485`
|
||||
// Minimum execution time: 5_281_000 picoseconds.
|
||||
Weight::from_parts(5_383_000, 1485)
|
||||
// Minimum execution time: 5_109_000 picoseconds.
|
||||
Weight::from_parts(5_336_000, 1485)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -102,10 +99,10 @@ impl<T: crate::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 2_346_000 picoseconds.
|
||||
Weight::from_parts(2_491_000, 0)
|
||||
// Standard Error: 815
|
||||
.saturating_add(Weight::from_parts(731_217, 0).saturating_mul(i.into()))
|
||||
// Minimum execution time: 2_531_000 picoseconds.
|
||||
Weight::from_parts(2_617_000, 0)
|
||||
// Standard Error: 861
|
||||
.saturating_add(Weight::from_parts(761_465, 0).saturating_mul(i.into()))
|
||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into())))
|
||||
}
|
||||
/// Storage: Skipped Metadata (r:0 w:0)
|
||||
@@ -115,10 +112,10 @@ impl<T: crate::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 2_394_000 picoseconds.
|
||||
Weight::from_parts(2_567_000, 0)
|
||||
// Standard Error: 935
|
||||
.saturating_add(Weight::from_parts(554_023, 0).saturating_mul(i.into()))
|
||||
// Minimum execution time: 2_631_000 picoseconds.
|
||||
Weight::from_parts(2_717_000, 0)
|
||||
// Standard Error: 1_097
|
||||
.saturating_add(Weight::from_parts(570_803, 0).saturating_mul(i.into()))
|
||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into())))
|
||||
}
|
||||
/// Storage: Skipped Metadata (r:0 w:0)
|
||||
@@ -128,10 +125,10 @@ impl<T: crate::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `116 + p * (69 ±0)`
|
||||
// Estimated: `121 + p * (70 ±0)`
|
||||
// Minimum execution time: 4_706_000 picoseconds.
|
||||
Weight::from_parts(4_858_000, 121)
|
||||
// Standard Error: 1_291
|
||||
.saturating_add(Weight::from_parts(1_142_198, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 4_692_000 picoseconds.
|
||||
Weight::from_parts(4_789_000, 121)
|
||||
// Standard Error: 1_013
|
||||
.saturating_add(Weight::from_parts(1_143_616, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into())))
|
||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into())))
|
||||
.saturating_add(Weight::from_parts(0, 70).saturating_mul(p.into()))
|
||||
@@ -145,20 +142,20 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 2_519_000 picoseconds.
|
||||
Weight::from_parts(2_576_000, 0)
|
||||
// Minimum execution time: 2_430_000 picoseconds.
|
||||
Weight::from_parts(2_522_000, 0)
|
||||
// Standard Error: 0
|
||||
.saturating_add(Weight::from_parts(365, 0).saturating_mul(b.into()))
|
||||
.saturating_add(Weight::from_parts(362, 0).saturating_mul(b.into()))
|
||||
}
|
||||
/// The range of component `b` is `[0, 3932160]`.
|
||||
fn remark_with_event(b: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 8_687_000 picoseconds.
|
||||
Weight::from_parts(8_875_000, 0)
|
||||
// Minimum execution time: 8_738_000 picoseconds.
|
||||
Weight::from_parts(8_963_000, 0)
|
||||
// Standard Error: 0
|
||||
.saturating_add(Weight::from_parts(1_121, 0).saturating_mul(b.into()))
|
||||
.saturating_add(Weight::from_parts(1_113, 0).saturating_mul(b.into()))
|
||||
}
|
||||
/// Storage: System Digest (r:1 w:1)
|
||||
/// Proof Skipped: System Digest (max_values: Some(1), max_size: None, mode: Measured)
|
||||
@@ -168,8 +165,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `1485`
|
||||
// Minimum execution time: 5_281_000 picoseconds.
|
||||
Weight::from_parts(5_383_000, 1485)
|
||||
// Minimum execution time: 5_109_000 picoseconds.
|
||||
Weight::from_parts(5_336_000, 1485)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -180,10 +177,10 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 2_346_000 picoseconds.
|
||||
Weight::from_parts(2_491_000, 0)
|
||||
// Standard Error: 815
|
||||
.saturating_add(Weight::from_parts(731_217, 0).saturating_mul(i.into()))
|
||||
// Minimum execution time: 2_531_000 picoseconds.
|
||||
Weight::from_parts(2_617_000, 0)
|
||||
// Standard Error: 861
|
||||
.saturating_add(Weight::from_parts(761_465, 0).saturating_mul(i.into()))
|
||||
.saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(i.into())))
|
||||
}
|
||||
/// Storage: Skipped Metadata (r:0 w:0)
|
||||
@@ -193,10 +190,10 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 2_394_000 picoseconds.
|
||||
Weight::from_parts(2_567_000, 0)
|
||||
// Standard Error: 935
|
||||
.saturating_add(Weight::from_parts(554_023, 0).saturating_mul(i.into()))
|
||||
// Minimum execution time: 2_631_000 picoseconds.
|
||||
Weight::from_parts(2_717_000, 0)
|
||||
// Standard Error: 1_097
|
||||
.saturating_add(Weight::from_parts(570_803, 0).saturating_mul(i.into()))
|
||||
.saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(i.into())))
|
||||
}
|
||||
/// Storage: Skipped Metadata (r:0 w:0)
|
||||
@@ -206,10 +203,10 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `116 + p * (69 ±0)`
|
||||
// Estimated: `121 + p * (70 ±0)`
|
||||
// Minimum execution time: 4_706_000 picoseconds.
|
||||
Weight::from_parts(4_858_000, 121)
|
||||
// Standard Error: 1_291
|
||||
.saturating_add(Weight::from_parts(1_142_198, 0).saturating_mul(p.into()))
|
||||
// Minimum execution time: 4_692_000 picoseconds.
|
||||
Weight::from_parts(4_789_000, 121)
|
||||
// Standard Error: 1_013
|
||||
.saturating_add(Weight::from_parts(1_143_616, 0).saturating_mul(p.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(p.into())))
|
||||
.saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(p.into())))
|
||||
.saturating_add(Weight::from_parts(0, 70).saturating_mul(p.into()))
|
||||
|
||||
Generated
+12
-15
@@ -18,9 +18,9 @@
|
||||
//! Autogenerated weights for pallet_timestamp
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-04-06, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -31,9 +31,6 @@
|
||||
// --steps=50
|
||||
// --repeat=20
|
||||
// --pallet=pallet_timestamp
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
@@ -65,9 +62,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn set() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `312`
|
||||
// Estimated: `2986`
|
||||
// Minimum execution time: 10_913_000 picoseconds.
|
||||
Weight::from_parts(11_453_000, 2986)
|
||||
// Estimated: `1493`
|
||||
// Minimum execution time: 10_834_000 picoseconds.
|
||||
Weight::from_parts(11_099_000, 1493)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -75,8 +72,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `161`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 4_400_000 picoseconds.
|
||||
Weight::from_parts(4_550_000, 0)
|
||||
// Minimum execution time: 4_472_000 picoseconds.
|
||||
Weight::from_parts(4_645_000, 0)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -89,9 +86,9 @@ impl WeightInfo for () {
|
||||
fn set() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `312`
|
||||
// Estimated: `2986`
|
||||
// Minimum execution time: 10_913_000 picoseconds.
|
||||
Weight::from_parts(11_453_000, 2986)
|
||||
// Estimated: `1493`
|
||||
// Minimum execution time: 10_834_000 picoseconds.
|
||||
Weight::from_parts(11_099_000, 1493)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -99,7 +96,7 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `161`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 4_400_000 picoseconds.
|
||||
Weight::from_parts(4_550_000, 0)
|
||||
// Minimum execution time: 4_472_000 picoseconds.
|
||||
Weight::from_parts(4_645_000, 0)
|
||||
}
|
||||
}
|
||||
|
||||
Generated
+72
-67
@@ -18,9 +18,9 @@
|
||||
//! Autogenerated weights for pallet_tips
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-04-06, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -31,9 +31,6 @@
|
||||
// --steps=50
|
||||
// --repeat=20
|
||||
// --pallet=pallet_tips
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
@@ -70,11 +67,11 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn report_awesome(r: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `4`
|
||||
// Estimated: `6938`
|
||||
// Minimum execution time: 26_789_000 picoseconds.
|
||||
Weight::from_parts(27_619_925, 6938)
|
||||
// Standard Error: 168
|
||||
.saturating_add(Weight::from_parts(1_352, 0).saturating_mul(r.into()))
|
||||
// Estimated: `3469`
|
||||
// Minimum execution time: 30_728_000 picoseconds.
|
||||
Weight::from_parts(31_794_924, 3469)
|
||||
// Standard Error: 171
|
||||
.saturating_add(Weight::from_parts(1_020, 0).saturating_mul(r.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -85,9 +82,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn retract_tip() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `221`
|
||||
// Estimated: `3907`
|
||||
// Minimum execution time: 25_322_000 picoseconds.
|
||||
Weight::from_parts(26_107_000, 3907)
|
||||
// Estimated: `3686`
|
||||
// Minimum execution time: 29_183_000 picoseconds.
|
||||
Weight::from_parts(30_017_000, 3686)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -99,17 +96,19 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof Skipped: Tips Tips (max_values: None, max_size: None, mode: Measured)
|
||||
/// The range of component `r` is `[0, 300]`.
|
||||
/// The range of component `t` is `[1, 13]`.
|
||||
fn tip_new(_r: u32, t: u32, ) -> Weight {
|
||||
fn tip_new(r: u32, t: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `526 + t * (64 ±0)`
|
||||
// Estimated: `6528 + t * (192 ±0)`
|
||||
// Minimum execution time: 21_112_000 picoseconds.
|
||||
Weight::from_parts(21_825_317, 6528)
|
||||
// Standard Error: 11_230
|
||||
.saturating_add(Weight::from_parts(86_081, 0).saturating_mul(t.into()))
|
||||
// Estimated: `3991 + t * (64 ±0)`
|
||||
// Minimum execution time: 20_726_000 picoseconds.
|
||||
Weight::from_parts(20_964_411, 3991)
|
||||
// Standard Error: 119
|
||||
.saturating_add(Weight::from_parts(1_230, 0).saturating_mul(r.into()))
|
||||
// Standard Error: 2_837
|
||||
.saturating_add(Weight::from_parts(81_831, 0).saturating_mul(t.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
.saturating_add(Weight::from_parts(0, 192).saturating_mul(t.into()))
|
||||
.saturating_add(Weight::from_parts(0, 64).saturating_mul(t.into()))
|
||||
}
|
||||
/// Storage: Elections Members (r:1 w:0)
|
||||
/// Proof Skipped: Elections Members (max_values: Some(1), max_size: None, mode: Measured)
|
||||
@@ -119,14 +118,14 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn tip(t: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `747 + t * (112 ±0)`
|
||||
// Estimated: `6444 + t * (224 ±0)`
|
||||
// Minimum execution time: 16_703_000 picoseconds.
|
||||
Weight::from_parts(16_679_429, 6444)
|
||||
// Standard Error: 18_088
|
||||
.saturating_add(Weight::from_parts(281_667, 0).saturating_mul(t.into()))
|
||||
// Estimated: `4212 + t * (112 ±0)`
|
||||
// Minimum execution time: 16_048_000 picoseconds.
|
||||
Weight::from_parts(16_694_981, 4212)
|
||||
// Standard Error: 4_480
|
||||
.saturating_add(Weight::from_parts(179_723, 0).saturating_mul(t.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
.saturating_add(Weight::from_parts(0, 224).saturating_mul(t.into()))
|
||||
.saturating_add(Weight::from_parts(0, 112).saturating_mul(t.into()))
|
||||
}
|
||||
/// Storage: Tips Tips (r:1 w:1)
|
||||
/// Proof Skipped: Tips Tips (max_values: None, max_size: None, mode: Measured)
|
||||
@@ -140,26 +139,28 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn close_tip(t: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `786 + t * (112 ±0)`
|
||||
// Estimated: `10874 + t * (336 ±0)`
|
||||
// Minimum execution time: 46_106_000 picoseconds.
|
||||
Weight::from_parts(47_844_269, 10874)
|
||||
// Standard Error: 9_247
|
||||
.saturating_add(Weight::from_parts(87_804, 0).saturating_mul(t.into()))
|
||||
// Estimated: `4242 + t * (112 ±0)`
|
||||
// Minimum execution time: 61_319_000 picoseconds.
|
||||
Weight::from_parts(62_217_195, 4242)
|
||||
// Standard Error: 6_721
|
||||
.saturating_add(Weight::from_parts(186_620, 0).saturating_mul(t.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 336).saturating_mul(t.into()))
|
||||
.saturating_add(Weight::from_parts(0, 112).saturating_mul(t.into()))
|
||||
}
|
||||
/// Storage: Tips Tips (r:1 w:1)
|
||||
/// Proof Skipped: Tips Tips (max_values: None, max_size: None, mode: Measured)
|
||||
/// Storage: Tips Reasons (r:0 w:1)
|
||||
/// Proof Skipped: Tips Reasons (max_values: None, max_size: None, mode: Measured)
|
||||
/// The range of component `t` is `[1, 13]`.
|
||||
fn slash_tip(_t: u32, ) -> Weight {
|
||||
fn slash_tip(t: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `269`
|
||||
// Estimated: `4003`
|
||||
// Minimum execution time: 15_508_000 picoseconds.
|
||||
Weight::from_parts(16_207_284, 4003)
|
||||
// Estimated: `3734`
|
||||
// Minimum execution time: 15_397_000 picoseconds.
|
||||
Weight::from_parts(15_942_494, 3734)
|
||||
// Standard Error: 1_657
|
||||
.saturating_add(Weight::from_parts(4_128, 0).saturating_mul(t.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -175,11 +176,11 @@ impl WeightInfo for () {
|
||||
fn report_awesome(r: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `4`
|
||||
// Estimated: `6938`
|
||||
// Minimum execution time: 26_789_000 picoseconds.
|
||||
Weight::from_parts(27_619_925, 6938)
|
||||
// Standard Error: 168
|
||||
.saturating_add(Weight::from_parts(1_352, 0).saturating_mul(r.into()))
|
||||
// Estimated: `3469`
|
||||
// Minimum execution time: 30_728_000 picoseconds.
|
||||
Weight::from_parts(31_794_924, 3469)
|
||||
// Standard Error: 171
|
||||
.saturating_add(Weight::from_parts(1_020, 0).saturating_mul(r.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -190,9 +191,9 @@ impl WeightInfo for () {
|
||||
fn retract_tip() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `221`
|
||||
// Estimated: `3907`
|
||||
// Minimum execution time: 25_322_000 picoseconds.
|
||||
Weight::from_parts(26_107_000, 3907)
|
||||
// Estimated: `3686`
|
||||
// Minimum execution time: 29_183_000 picoseconds.
|
||||
Weight::from_parts(30_017_000, 3686)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -204,17 +205,19 @@ impl WeightInfo for () {
|
||||
/// Proof Skipped: Tips Tips (max_values: None, max_size: None, mode: Measured)
|
||||
/// The range of component `r` is `[0, 300]`.
|
||||
/// The range of component `t` is `[1, 13]`.
|
||||
fn tip_new(_r: u32, t: u32, ) -> Weight {
|
||||
fn tip_new(r: u32, t: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `526 + t * (64 ±0)`
|
||||
// Estimated: `6528 + t * (192 ±0)`
|
||||
// Minimum execution time: 21_112_000 picoseconds.
|
||||
Weight::from_parts(21_825_317, 6528)
|
||||
// Standard Error: 11_230
|
||||
.saturating_add(Weight::from_parts(86_081, 0).saturating_mul(t.into()))
|
||||
// Estimated: `3991 + t * (64 ±0)`
|
||||
// Minimum execution time: 20_726_000 picoseconds.
|
||||
Weight::from_parts(20_964_411, 3991)
|
||||
// Standard Error: 119
|
||||
.saturating_add(Weight::from_parts(1_230, 0).saturating_mul(r.into()))
|
||||
// Standard Error: 2_837
|
||||
.saturating_add(Weight::from_parts(81_831, 0).saturating_mul(t.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
.saturating_add(Weight::from_parts(0, 192).saturating_mul(t.into()))
|
||||
.saturating_add(Weight::from_parts(0, 64).saturating_mul(t.into()))
|
||||
}
|
||||
/// Storage: Elections Members (r:1 w:0)
|
||||
/// Proof Skipped: Elections Members (max_values: Some(1), max_size: None, mode: Measured)
|
||||
@@ -224,14 +227,14 @@ impl WeightInfo for () {
|
||||
fn tip(t: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `747 + t * (112 ±0)`
|
||||
// Estimated: `6444 + t * (224 ±0)`
|
||||
// Minimum execution time: 16_703_000 picoseconds.
|
||||
Weight::from_parts(16_679_429, 6444)
|
||||
// Standard Error: 18_088
|
||||
.saturating_add(Weight::from_parts(281_667, 0).saturating_mul(t.into()))
|
||||
// Estimated: `4212 + t * (112 ±0)`
|
||||
// Minimum execution time: 16_048_000 picoseconds.
|
||||
Weight::from_parts(16_694_981, 4212)
|
||||
// Standard Error: 4_480
|
||||
.saturating_add(Weight::from_parts(179_723, 0).saturating_mul(t.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
.saturating_add(Weight::from_parts(0, 224).saturating_mul(t.into()))
|
||||
.saturating_add(Weight::from_parts(0, 112).saturating_mul(t.into()))
|
||||
}
|
||||
/// Storage: Tips Tips (r:1 w:1)
|
||||
/// Proof Skipped: Tips Tips (max_values: None, max_size: None, mode: Measured)
|
||||
@@ -245,26 +248,28 @@ impl WeightInfo for () {
|
||||
fn close_tip(t: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `786 + t * (112 ±0)`
|
||||
// Estimated: `10874 + t * (336 ±0)`
|
||||
// Minimum execution time: 46_106_000 picoseconds.
|
||||
Weight::from_parts(47_844_269, 10874)
|
||||
// Standard Error: 9_247
|
||||
.saturating_add(Weight::from_parts(87_804, 0).saturating_mul(t.into()))
|
||||
// Estimated: `4242 + t * (112 ±0)`
|
||||
// Minimum execution time: 61_319_000 picoseconds.
|
||||
Weight::from_parts(62_217_195, 4242)
|
||||
// Standard Error: 6_721
|
||||
.saturating_add(Weight::from_parts(186_620, 0).saturating_mul(t.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 336).saturating_mul(t.into()))
|
||||
.saturating_add(Weight::from_parts(0, 112).saturating_mul(t.into()))
|
||||
}
|
||||
/// Storage: Tips Tips (r:1 w:1)
|
||||
/// Proof Skipped: Tips Tips (max_values: None, max_size: None, mode: Measured)
|
||||
/// Storage: Tips Reasons (r:0 w:1)
|
||||
/// Proof Skipped: Tips Reasons (max_values: None, max_size: None, mode: Measured)
|
||||
/// The range of component `t` is `[1, 13]`.
|
||||
fn slash_tip(_t: u32, ) -> Weight {
|
||||
fn slash_tip(t: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `269`
|
||||
// Estimated: `4003`
|
||||
// Minimum execution time: 15_508_000 picoseconds.
|
||||
Weight::from_parts(16_207_284, 4003)
|
||||
// Estimated: `3734`
|
||||
// Minimum execution time: 15_397_000 picoseconds.
|
||||
Weight::from_parts(15_942_494, 3734)
|
||||
// Standard Error: 1_657
|
||||
.saturating_add(Weight::from_parts(4_128, 0).saturating_mul(t.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
||||
+22
-25
@@ -18,9 +18,9 @@
|
||||
//! Autogenerated weights for pallet_transaction_storage
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-04-06, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -31,9 +31,6 @@
|
||||
// --steps=50
|
||||
// --repeat=20
|
||||
// --pallet=pallet_transaction_storage
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
@@ -69,11 +66,11 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn store(l: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `176`
|
||||
// Estimated: `41353`
|
||||
// Minimum execution time: 33_286_000 picoseconds.
|
||||
Weight::from_parts(33_596_000, 41353)
|
||||
// Estimated: `38351`
|
||||
// Minimum execution time: 36_983_000 picoseconds.
|
||||
Weight::from_parts(37_296_000, 38351)
|
||||
// Standard Error: 2
|
||||
.saturating_add(Weight::from_parts(4_954, 0).saturating_mul(l.into()))
|
||||
.saturating_add(Weight::from_parts(4_908, 0).saturating_mul(l.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -88,9 +85,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn renew() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `326`
|
||||
// Estimated: `81704`
|
||||
// Minimum execution time: 41_892_000 picoseconds.
|
||||
Weight::from_parts(42_802_000, 81704)
|
||||
// Estimated: `40351`
|
||||
// Minimum execution time: 44_637_000 picoseconds.
|
||||
Weight::from_parts(45_464_000, 40351)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -107,9 +104,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn check_proof_max() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `37145`
|
||||
// Estimated: `48332`
|
||||
// Minimum execution time: 63_799_000 picoseconds.
|
||||
Weight::from_parts(66_145_000, 48332)
|
||||
// Estimated: `40351`
|
||||
// Minimum execution time: 59_653_000 picoseconds.
|
||||
Weight::from_parts(61_068_000, 40351)
|
||||
.saturating_add(T::DbWeight::get().reads(5_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -127,11 +124,11 @@ impl WeightInfo for () {
|
||||
fn store(l: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `176`
|
||||
// Estimated: `41353`
|
||||
// Minimum execution time: 33_286_000 picoseconds.
|
||||
Weight::from_parts(33_596_000, 41353)
|
||||
// Estimated: `38351`
|
||||
// Minimum execution time: 36_983_000 picoseconds.
|
||||
Weight::from_parts(37_296_000, 38351)
|
||||
// Standard Error: 2
|
||||
.saturating_add(Weight::from_parts(4_954, 0).saturating_mul(l.into()))
|
||||
.saturating_add(Weight::from_parts(4_908, 0).saturating_mul(l.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -146,9 +143,9 @@ impl WeightInfo for () {
|
||||
fn renew() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `326`
|
||||
// Estimated: `81704`
|
||||
// Minimum execution time: 41_892_000 picoseconds.
|
||||
Weight::from_parts(42_802_000, 81704)
|
||||
// Estimated: `40351`
|
||||
// Minimum execution time: 44_637_000 picoseconds.
|
||||
Weight::from_parts(45_464_000, 40351)
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -165,9 +162,9 @@ impl WeightInfo for () {
|
||||
fn check_proof_max() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `37145`
|
||||
// Estimated: `48332`
|
||||
// Minimum execution time: 63_799_000 picoseconds.
|
||||
Weight::from_parts(66_145_000, 48332)
|
||||
// Estimated: `40351`
|
||||
// Minimum execution time: 59_653_000 picoseconds.
|
||||
Weight::from_parts(61_068_000, 40351)
|
||||
.saturating_add(RocksDbWeight::get().reads(5_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
||||
Generated
+44
-47
@@ -18,9 +18,9 @@
|
||||
//! Autogenerated weights for pallet_treasury
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-04-06, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -31,9 +31,6 @@
|
||||
// --steps=50
|
||||
// --repeat=20
|
||||
// --pallet=pallet_treasury
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
@@ -71,9 +68,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn spend() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `42`
|
||||
// Estimated: `3376`
|
||||
// Minimum execution time: 17_010_000 picoseconds.
|
||||
Weight::from_parts(17_247_000, 3376)
|
||||
// Estimated: `1887`
|
||||
// Minimum execution time: 16_592_000 picoseconds.
|
||||
Weight::from_parts(16_959_000, 1887)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -85,8 +82,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `143`
|
||||
// Estimated: `1489`
|
||||
// Minimum execution time: 25_780_000 picoseconds.
|
||||
Weight::from_parts(41_064_000, 1489)
|
||||
// Minimum execution time: 29_742_000 picoseconds.
|
||||
Weight::from_parts(30_359_000, 1489)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -97,9 +94,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn reject_proposal() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `301`
|
||||
// Estimated: `7166`
|
||||
// Minimum execution time: 27_805_000 picoseconds.
|
||||
Weight::from_parts(28_322_000, 7166)
|
||||
// Estimated: `3593`
|
||||
// Minimum execution time: 31_248_000 picoseconds.
|
||||
Weight::from_parts(31_882_000, 3593)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -111,11 +108,11 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn approve_proposal(p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `470 + p * (8 ±0)`
|
||||
// Estimated: `5460`
|
||||
// Minimum execution time: 10_939_000 picoseconds.
|
||||
Weight::from_parts(13_667_341, 5460)
|
||||
// Standard Error: 907
|
||||
.saturating_add(Weight::from_parts(26_648, 0).saturating_mul(p.into()))
|
||||
// Estimated: `3573`
|
||||
// Minimum execution time: 10_441_000 picoseconds.
|
||||
Weight::from_parts(13_061_079, 3573)
|
||||
// Standard Error: 877
|
||||
.saturating_add(Weight::from_parts(26_940, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -125,8 +122,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `127`
|
||||
// Estimated: `1887`
|
||||
// Minimum execution time: 8_261_000 picoseconds.
|
||||
Weight::from_parts(8_399_000, 1887)
|
||||
// Minimum execution time: 7_935_000 picoseconds.
|
||||
Weight::from_parts(8_153_000, 1887)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -144,16 +141,16 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn on_initialize_proposals(p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `387 + p * (251 ±0)`
|
||||
// Estimated: `7255 + p * (7789 ±0)`
|
||||
// Minimum execution time: 43_781_000 picoseconds.
|
||||
Weight::from_parts(68_521_487, 7255)
|
||||
// Standard Error: 58_804
|
||||
.saturating_add(Weight::from_parts(33_271_211, 0).saturating_mul(p.into()))
|
||||
// Estimated: `1887 + p * (5206 ±0)`
|
||||
// Minimum execution time: 45_306_000 picoseconds.
|
||||
Weight::from_parts(53_639_830, 1887)
|
||||
// Standard Error: 32_330
|
||||
.saturating_add(Weight::from_parts(38_930_307, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(p.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(p.into())))
|
||||
.saturating_add(Weight::from_parts(0, 7789).saturating_mul(p.into()))
|
||||
.saturating_add(Weight::from_parts(0, 5206).saturating_mul(p.into()))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -168,9 +165,9 @@ impl WeightInfo for () {
|
||||
fn spend() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `42`
|
||||
// Estimated: `3376`
|
||||
// Minimum execution time: 17_010_000 picoseconds.
|
||||
Weight::from_parts(17_247_000, 3376)
|
||||
// Estimated: `1887`
|
||||
// Minimum execution time: 16_592_000 picoseconds.
|
||||
Weight::from_parts(16_959_000, 1887)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -182,8 +179,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `143`
|
||||
// Estimated: `1489`
|
||||
// Minimum execution time: 25_780_000 picoseconds.
|
||||
Weight::from_parts(41_064_000, 1489)
|
||||
// Minimum execution time: 29_742_000 picoseconds.
|
||||
Weight::from_parts(30_359_000, 1489)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -194,9 +191,9 @@ impl WeightInfo for () {
|
||||
fn reject_proposal() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `301`
|
||||
// Estimated: `7166`
|
||||
// Minimum execution time: 27_805_000 picoseconds.
|
||||
Weight::from_parts(28_322_000, 7166)
|
||||
// Estimated: `3593`
|
||||
// Minimum execution time: 31_248_000 picoseconds.
|
||||
Weight::from_parts(31_882_000, 3593)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -208,11 +205,11 @@ impl WeightInfo for () {
|
||||
fn approve_proposal(p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `470 + p * (8 ±0)`
|
||||
// Estimated: `5460`
|
||||
// Minimum execution time: 10_939_000 picoseconds.
|
||||
Weight::from_parts(13_667_341, 5460)
|
||||
// Standard Error: 907
|
||||
.saturating_add(Weight::from_parts(26_648, 0).saturating_mul(p.into()))
|
||||
// Estimated: `3573`
|
||||
// Minimum execution time: 10_441_000 picoseconds.
|
||||
Weight::from_parts(13_061_079, 3573)
|
||||
// Standard Error: 877
|
||||
.saturating_add(Weight::from_parts(26_940, 0).saturating_mul(p.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -222,8 +219,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `127`
|
||||
// Estimated: `1887`
|
||||
// Minimum execution time: 8_261_000 picoseconds.
|
||||
Weight::from_parts(8_399_000, 1887)
|
||||
// Minimum execution time: 7_935_000 picoseconds.
|
||||
Weight::from_parts(8_153_000, 1887)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -241,15 +238,15 @@ impl WeightInfo for () {
|
||||
fn on_initialize_proposals(p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `387 + p * (251 ±0)`
|
||||
// Estimated: `7255 + p * (7789 ±0)`
|
||||
// Minimum execution time: 43_781_000 picoseconds.
|
||||
Weight::from_parts(68_521_487, 7255)
|
||||
// Standard Error: 58_804
|
||||
.saturating_add(Weight::from_parts(33_271_211, 0).saturating_mul(p.into()))
|
||||
// Estimated: `1887 + p * (5206 ±0)`
|
||||
// Minimum execution time: 45_306_000 picoseconds.
|
||||
Weight::from_parts(53_639_830, 1887)
|
||||
// Standard Error: 32_330
|
||||
.saturating_add(Weight::from_parts(38_930_307, 0).saturating_mul(p.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().reads((3_u64).saturating_mul(p.into())))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes((3_u64).saturating_mul(p.into())))
|
||||
.saturating_add(Weight::from_parts(0, 7789).saturating_mul(p.into()))
|
||||
.saturating_add(Weight::from_parts(0, 5206).saturating_mul(p.into()))
|
||||
}
|
||||
}
|
||||
|
||||
Generated
+162
-165
@@ -18,9 +18,9 @@
|
||||
//! Autogenerated weights for pallet_uniques
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-04-06, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -31,9 +31,6 @@
|
||||
// --steps=50
|
||||
// --repeat=20
|
||||
// --pallet=pallet_uniques
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
@@ -90,8 +87,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `249`
|
||||
// Estimated: `3643`
|
||||
// Minimum execution time: 27_805_000 picoseconds.
|
||||
Weight::from_parts(28_303_000, 3643)
|
||||
// Minimum execution time: 32_067_000 picoseconds.
|
||||
Weight::from_parts(32_817_000, 3643)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -103,8 +100,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `109`
|
||||
// Estimated: `3643`
|
||||
// Minimum execution time: 16_257_000 picoseconds.
|
||||
Weight::from_parts(16_626_000, 3643)
|
||||
// Minimum execution time: 16_365_000 picoseconds.
|
||||
Weight::from_parts(16_707_000, 3643)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -129,16 +126,16 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `a` is `[0, 1000]`.
|
||||
fn destroy(n: u32, m: u32, a: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `418 + n * (76 ±0) + m * (56 ±0) + a * (107 ±0)`
|
||||
// Estimated: `9210 + n * (2597 ±0) + a * (2839 ±0) + m * (2583 ±0)`
|
||||
// Minimum execution time: 2_510_772_000 picoseconds.
|
||||
Weight::from_parts(2_522_511_000, 9210)
|
||||
// Standard Error: 27_455
|
||||
.saturating_add(Weight::from_parts(6_708_827, 0).saturating_mul(n.into()))
|
||||
// Standard Error: 27_455
|
||||
.saturating_add(Weight::from_parts(375_591, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 27_455
|
||||
.saturating_add(Weight::from_parts(251_697, 0).saturating_mul(a.into()))
|
||||
// Measured: `418 + a * (107 ±0) + m * (56 ±0) + n * (76 ±0)`
|
||||
// Estimated: `3643 + a * (2839 ±0) + m * (2583 ±0) + n * (2597 ±0)`
|
||||
// Minimum execution time: 2_498_918_000 picoseconds.
|
||||
Weight::from_parts(2_516_809_000, 3643)
|
||||
// Standard Error: 26_297
|
||||
.saturating_add(Weight::from_parts(6_648_035, 0).saturating_mul(n.into()))
|
||||
// Standard Error: 26_297
|
||||
.saturating_add(Weight::from_parts(354_268, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 26_297
|
||||
.saturating_add(Weight::from_parts(223_770, 0).saturating_mul(a.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into())))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(m.into())))
|
||||
@@ -147,9 +144,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
.saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(n.into())))
|
||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(m.into())))
|
||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(a.into())))
|
||||
.saturating_add(Weight::from_parts(0, 2597).saturating_mul(n.into()))
|
||||
.saturating_add(Weight::from_parts(0, 2839).saturating_mul(a.into()))
|
||||
.saturating_add(Weight::from_parts(0, 2583).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 2597).saturating_mul(n.into()))
|
||||
}
|
||||
/// Storage: Uniques Asset (r:1 w:1)
|
||||
/// Proof: Uniques Asset (max_values: None, max_size: Some(122), added: 2597, mode: MaxEncodedLen)
|
||||
@@ -162,9 +159,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn mint() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `349`
|
||||
// Estimated: `10719`
|
||||
// Minimum execution time: 33_959_000 picoseconds.
|
||||
Weight::from_parts(34_380_000, 10719)
|
||||
// Estimated: `3643`
|
||||
// Minimum execution time: 38_157_000 picoseconds.
|
||||
Weight::from_parts(38_677_000, 3643)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -179,9 +176,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn burn() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `495`
|
||||
// Estimated: `7230`
|
||||
// Minimum execution time: 34_194_000 picoseconds.
|
||||
Weight::from_parts(34_808_000, 7230)
|
||||
// Estimated: `3643`
|
||||
// Minimum execution time: 39_069_000 picoseconds.
|
||||
Weight::from_parts(40_442_000, 3643)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -196,9 +193,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn transfer() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `495`
|
||||
// Estimated: `7230`
|
||||
// Minimum execution time: 27_841_000 picoseconds.
|
||||
Weight::from_parts(28_263_000, 7230)
|
||||
// Estimated: `3643`
|
||||
// Minimum execution time: 28_085_000 picoseconds.
|
||||
Weight::from_parts(28_403_000, 3643)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -210,11 +207,11 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn redeposit(i: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `805 + i * (76 ±0)`
|
||||
// Estimated: `4633 + i * (2597 ±0)`
|
||||
// Minimum execution time: 15_577_000 picoseconds.
|
||||
Weight::from_parts(15_706_000, 4633)
|
||||
// Standard Error: 17_679
|
||||
.saturating_add(Weight::from_parts(14_173_779, 0).saturating_mul(i.into()))
|
||||
// Estimated: `3643 + i * (2597 ±0)`
|
||||
// Minimum execution time: 16_202_000 picoseconds.
|
||||
Weight::from_parts(16_380_000, 3643)
|
||||
// Standard Error: 18_639
|
||||
.saturating_add(Weight::from_parts(16_047_161, 0).saturating_mul(i.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(i.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
@@ -228,9 +225,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn freeze() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `495`
|
||||
// Estimated: `7230`
|
||||
// Minimum execution time: 19_474_000 picoseconds.
|
||||
Weight::from_parts(19_807_000, 7230)
|
||||
// Estimated: `3643`
|
||||
// Minimum execution time: 20_131_000 picoseconds.
|
||||
Weight::from_parts(20_535_000, 3643)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -241,9 +238,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn thaw() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `495`
|
||||
// Estimated: `7230`
|
||||
// Minimum execution time: 19_526_000 picoseconds.
|
||||
Weight::from_parts(19_818_000, 7230)
|
||||
// Estimated: `3643`
|
||||
// Minimum execution time: 19_895_000 picoseconds.
|
||||
Weight::from_parts(20_198_000, 3643)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -253,8 +250,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `349`
|
||||
// Estimated: `3643`
|
||||
// Minimum execution time: 15_324_000 picoseconds.
|
||||
Weight::from_parts(15_599_000, 3643)
|
||||
// Minimum execution time: 15_312_000 picoseconds.
|
||||
Weight::from_parts(15_555_000, 3643)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -264,8 +261,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `349`
|
||||
// Estimated: `3643`
|
||||
// Minimum execution time: 15_294_000 picoseconds.
|
||||
Weight::from_parts(15_504_000, 3643)
|
||||
// Minimum execution time: 15_145_000 picoseconds.
|
||||
Weight::from_parts(15_371_000, 3643)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -278,9 +275,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn transfer_ownership() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `423`
|
||||
// Estimated: `7160`
|
||||
// Minimum execution time: 24_007_000 picoseconds.
|
||||
Weight::from_parts(24_555_000, 7160)
|
||||
// Estimated: `3643`
|
||||
// Minimum execution time: 23_800_000 picoseconds.
|
||||
Weight::from_parts(23_991_000, 3643)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -290,8 +287,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `349`
|
||||
// Estimated: `3643`
|
||||
// Minimum execution time: 15_616_000 picoseconds.
|
||||
Weight::from_parts(15_897_000, 3643)
|
||||
// Minimum execution time: 15_929_000 picoseconds.
|
||||
Weight::from_parts(16_219_000, 3643)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -303,8 +300,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `349`
|
||||
// Estimated: `3643`
|
||||
// Minimum execution time: 18_459_000 picoseconds.
|
||||
Weight::from_parts(18_705_000, 3643)
|
||||
// Minimum execution time: 18_617_000 picoseconds.
|
||||
Weight::from_parts(19_016_000, 3643)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -317,9 +314,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn set_attribute() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `547`
|
||||
// Estimated: `11045`
|
||||
// Minimum execution time: 39_056_000 picoseconds.
|
||||
Weight::from_parts(39_513_000, 11045)
|
||||
// Estimated: `3829`
|
||||
// Minimum execution time: 41_982_000 picoseconds.
|
||||
Weight::from_parts(42_329_000, 3829)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -332,9 +329,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn clear_attribute() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `936`
|
||||
// Estimated: `11045`
|
||||
// Minimum execution time: 37_441_000 picoseconds.
|
||||
Weight::from_parts(37_859_000, 11045)
|
||||
// Estimated: `3829`
|
||||
// Minimum execution time: 39_921_000 picoseconds.
|
||||
Weight::from_parts(40_499_000, 3829)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -345,9 +342,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn set_metadata() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `415`
|
||||
// Estimated: `7216`
|
||||
// Minimum execution time: 29_456_000 picoseconds.
|
||||
Weight::from_parts(29_930_000, 7216)
|
||||
// Estimated: `3643`
|
||||
// Minimum execution time: 31_774_000 picoseconds.
|
||||
Weight::from_parts(32_327_000, 3643)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -358,9 +355,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn clear_metadata() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `547`
|
||||
// Estimated: `7216`
|
||||
// Minimum execution time: 29_817_000 picoseconds.
|
||||
Weight::from_parts(30_364_000, 7216)
|
||||
// Estimated: `3643`
|
||||
// Minimum execution time: 32_551_000 picoseconds.
|
||||
Weight::from_parts(32_891_000, 3643)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -371,9 +368,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn set_collection_metadata() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `349`
|
||||
// Estimated: `7196`
|
||||
// Minimum execution time: 29_392_000 picoseconds.
|
||||
Weight::from_parts(29_878_000, 7196)
|
||||
// Estimated: `3643`
|
||||
// Minimum execution time: 33_490_000 picoseconds.
|
||||
Weight::from_parts(34_617_000, 3643)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -384,9 +381,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn clear_collection_metadata() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `461`
|
||||
// Estimated: `7196`
|
||||
// Minimum execution time: 27_234_000 picoseconds.
|
||||
Weight::from_parts(27_664_000, 7196)
|
||||
// Estimated: `3643`
|
||||
// Minimum execution time: 31_691_000 picoseconds.
|
||||
Weight::from_parts(32_042_000, 3643)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -397,9 +394,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn approve_transfer() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `495`
|
||||
// Estimated: `7230`
|
||||
// Minimum execution time: 20_447_000 picoseconds.
|
||||
Weight::from_parts(20_886_000, 7230)
|
||||
// Estimated: `3643`
|
||||
// Minimum execution time: 20_738_000 picoseconds.
|
||||
Weight::from_parts(21_067_000, 3643)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -410,9 +407,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn cancel_approval() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `528`
|
||||
// Estimated: `7230`
|
||||
// Minimum execution time: 20_934_000 picoseconds.
|
||||
Weight::from_parts(21_271_000, 7230)
|
||||
// Estimated: `3643`
|
||||
// Minimum execution time: 20_404_000 picoseconds.
|
||||
Weight::from_parts(20_999_000, 3643)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -422,8 +419,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `109`
|
||||
// Estimated: `3517`
|
||||
// Minimum execution time: 17_004_000 picoseconds.
|
||||
Weight::from_parts(17_401_000, 3517)
|
||||
// Minimum execution time: 17_047_000 picoseconds.
|
||||
Weight::from_parts(17_307_000, 3517)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -434,9 +431,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn set_collection_max_supply() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `349`
|
||||
// Estimated: `7132`
|
||||
// Minimum execution time: 17_371_000 picoseconds.
|
||||
Weight::from_parts(18_103_000, 7132)
|
||||
// Estimated: `3643`
|
||||
// Minimum execution time: 17_829_000 picoseconds.
|
||||
Weight::from_parts(18_194_000, 3643)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -448,8 +445,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `326`
|
||||
// Estimated: `3587`
|
||||
// Minimum execution time: 17_624_000 picoseconds.
|
||||
Weight::from_parts(17_866_000, 3587)
|
||||
// Minimum execution time: 17_620_000 picoseconds.
|
||||
Weight::from_parts(17_931_000, 3587)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -464,9 +461,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn buy_item() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `607`
|
||||
// Estimated: `10784`
|
||||
// Minimum execution time: 39_736_000 picoseconds.
|
||||
Weight::from_parts(40_855_000, 10784)
|
||||
// Estimated: `3643`
|
||||
// Minimum execution time: 39_550_000 picoseconds.
|
||||
Weight::from_parts(40_052_000, 3643)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -482,8 +479,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `249`
|
||||
// Estimated: `3643`
|
||||
// Minimum execution time: 27_805_000 picoseconds.
|
||||
Weight::from_parts(28_303_000, 3643)
|
||||
// Minimum execution time: 32_067_000 picoseconds.
|
||||
Weight::from_parts(32_817_000, 3643)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -495,8 +492,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `109`
|
||||
// Estimated: `3643`
|
||||
// Minimum execution time: 16_257_000 picoseconds.
|
||||
Weight::from_parts(16_626_000, 3643)
|
||||
// Minimum execution time: 16_365_000 picoseconds.
|
||||
Weight::from_parts(16_707_000, 3643)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -521,16 +518,16 @@ impl WeightInfo for () {
|
||||
/// The range of component `a` is `[0, 1000]`.
|
||||
fn destroy(n: u32, m: u32, a: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `418 + n * (76 ±0) + m * (56 ±0) + a * (107 ±0)`
|
||||
// Estimated: `9210 + n * (2597 ±0) + a * (2839 ±0) + m * (2583 ±0)`
|
||||
// Minimum execution time: 2_510_772_000 picoseconds.
|
||||
Weight::from_parts(2_522_511_000, 9210)
|
||||
// Standard Error: 27_455
|
||||
.saturating_add(Weight::from_parts(6_708_827, 0).saturating_mul(n.into()))
|
||||
// Standard Error: 27_455
|
||||
.saturating_add(Weight::from_parts(375_591, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 27_455
|
||||
.saturating_add(Weight::from_parts(251_697, 0).saturating_mul(a.into()))
|
||||
// Measured: `418 + a * (107 ±0) + m * (56 ±0) + n * (76 ±0)`
|
||||
// Estimated: `3643 + a * (2839 ±0) + m * (2583 ±0) + n * (2597 ±0)`
|
||||
// Minimum execution time: 2_498_918_000 picoseconds.
|
||||
Weight::from_parts(2_516_809_000, 3643)
|
||||
// Standard Error: 26_297
|
||||
.saturating_add(Weight::from_parts(6_648_035, 0).saturating_mul(n.into()))
|
||||
// Standard Error: 26_297
|
||||
.saturating_add(Weight::from_parts(354_268, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 26_297
|
||||
.saturating_add(Weight::from_parts(223_770, 0).saturating_mul(a.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(n.into())))
|
||||
.saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(m.into())))
|
||||
@@ -539,9 +536,9 @@ impl WeightInfo for () {
|
||||
.saturating_add(RocksDbWeight::get().writes((2_u64).saturating_mul(n.into())))
|
||||
.saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(m.into())))
|
||||
.saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(a.into())))
|
||||
.saturating_add(Weight::from_parts(0, 2597).saturating_mul(n.into()))
|
||||
.saturating_add(Weight::from_parts(0, 2839).saturating_mul(a.into()))
|
||||
.saturating_add(Weight::from_parts(0, 2583).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 2597).saturating_mul(n.into()))
|
||||
}
|
||||
/// Storage: Uniques Asset (r:1 w:1)
|
||||
/// Proof: Uniques Asset (max_values: None, max_size: Some(122), added: 2597, mode: MaxEncodedLen)
|
||||
@@ -554,9 +551,9 @@ impl WeightInfo for () {
|
||||
fn mint() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `349`
|
||||
// Estimated: `10719`
|
||||
// Minimum execution time: 33_959_000 picoseconds.
|
||||
Weight::from_parts(34_380_000, 10719)
|
||||
// Estimated: `3643`
|
||||
// Minimum execution time: 38_157_000 picoseconds.
|
||||
Weight::from_parts(38_677_000, 3643)
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -571,9 +568,9 @@ impl WeightInfo for () {
|
||||
fn burn() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `495`
|
||||
// Estimated: `7230`
|
||||
// Minimum execution time: 34_194_000 picoseconds.
|
||||
Weight::from_parts(34_808_000, 7230)
|
||||
// Estimated: `3643`
|
||||
// Minimum execution time: 39_069_000 picoseconds.
|
||||
Weight::from_parts(40_442_000, 3643)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -588,9 +585,9 @@ impl WeightInfo for () {
|
||||
fn transfer() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `495`
|
||||
// Estimated: `7230`
|
||||
// Minimum execution time: 27_841_000 picoseconds.
|
||||
Weight::from_parts(28_263_000, 7230)
|
||||
// Estimated: `3643`
|
||||
// Minimum execution time: 28_085_000 picoseconds.
|
||||
Weight::from_parts(28_403_000, 3643)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -602,11 +599,11 @@ impl WeightInfo for () {
|
||||
fn redeposit(i: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `805 + i * (76 ±0)`
|
||||
// Estimated: `4633 + i * (2597 ±0)`
|
||||
// Minimum execution time: 15_577_000 picoseconds.
|
||||
Weight::from_parts(15_706_000, 4633)
|
||||
// Standard Error: 17_679
|
||||
.saturating_add(Weight::from_parts(14_173_779, 0).saturating_mul(i.into()))
|
||||
// Estimated: `3643 + i * (2597 ±0)`
|
||||
// Minimum execution time: 16_202_000 picoseconds.
|
||||
Weight::from_parts(16_380_000, 3643)
|
||||
// Standard Error: 18_639
|
||||
.saturating_add(Weight::from_parts(16_047_161, 0).saturating_mul(i.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(i.into())))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
@@ -620,9 +617,9 @@ impl WeightInfo for () {
|
||||
fn freeze() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `495`
|
||||
// Estimated: `7230`
|
||||
// Minimum execution time: 19_474_000 picoseconds.
|
||||
Weight::from_parts(19_807_000, 7230)
|
||||
// Estimated: `3643`
|
||||
// Minimum execution time: 20_131_000 picoseconds.
|
||||
Weight::from_parts(20_535_000, 3643)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -633,9 +630,9 @@ impl WeightInfo for () {
|
||||
fn thaw() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `495`
|
||||
// Estimated: `7230`
|
||||
// Minimum execution time: 19_526_000 picoseconds.
|
||||
Weight::from_parts(19_818_000, 7230)
|
||||
// Estimated: `3643`
|
||||
// Minimum execution time: 19_895_000 picoseconds.
|
||||
Weight::from_parts(20_198_000, 3643)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -645,8 +642,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `349`
|
||||
// Estimated: `3643`
|
||||
// Minimum execution time: 15_324_000 picoseconds.
|
||||
Weight::from_parts(15_599_000, 3643)
|
||||
// Minimum execution time: 15_312_000 picoseconds.
|
||||
Weight::from_parts(15_555_000, 3643)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -656,8 +653,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `349`
|
||||
// Estimated: `3643`
|
||||
// Minimum execution time: 15_294_000 picoseconds.
|
||||
Weight::from_parts(15_504_000, 3643)
|
||||
// Minimum execution time: 15_145_000 picoseconds.
|
||||
Weight::from_parts(15_371_000, 3643)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -670,9 +667,9 @@ impl WeightInfo for () {
|
||||
fn transfer_ownership() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `423`
|
||||
// Estimated: `7160`
|
||||
// Minimum execution time: 24_007_000 picoseconds.
|
||||
Weight::from_parts(24_555_000, 7160)
|
||||
// Estimated: `3643`
|
||||
// Minimum execution time: 23_800_000 picoseconds.
|
||||
Weight::from_parts(23_991_000, 3643)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -682,8 +679,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `349`
|
||||
// Estimated: `3643`
|
||||
// Minimum execution time: 15_616_000 picoseconds.
|
||||
Weight::from_parts(15_897_000, 3643)
|
||||
// Minimum execution time: 15_929_000 picoseconds.
|
||||
Weight::from_parts(16_219_000, 3643)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -695,8 +692,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `349`
|
||||
// Estimated: `3643`
|
||||
// Minimum execution time: 18_459_000 picoseconds.
|
||||
Weight::from_parts(18_705_000, 3643)
|
||||
// Minimum execution time: 18_617_000 picoseconds.
|
||||
Weight::from_parts(19_016_000, 3643)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -709,9 +706,9 @@ impl WeightInfo for () {
|
||||
fn set_attribute() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `547`
|
||||
// Estimated: `11045`
|
||||
// Minimum execution time: 39_056_000 picoseconds.
|
||||
Weight::from_parts(39_513_000, 11045)
|
||||
// Estimated: `3829`
|
||||
// Minimum execution time: 41_982_000 picoseconds.
|
||||
Weight::from_parts(42_329_000, 3829)
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -724,9 +721,9 @@ impl WeightInfo for () {
|
||||
fn clear_attribute() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `936`
|
||||
// Estimated: `11045`
|
||||
// Minimum execution time: 37_441_000 picoseconds.
|
||||
Weight::from_parts(37_859_000, 11045)
|
||||
// Estimated: `3829`
|
||||
// Minimum execution time: 39_921_000 picoseconds.
|
||||
Weight::from_parts(40_499_000, 3829)
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -737,9 +734,9 @@ impl WeightInfo for () {
|
||||
fn set_metadata() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `415`
|
||||
// Estimated: `7216`
|
||||
// Minimum execution time: 29_456_000 picoseconds.
|
||||
Weight::from_parts(29_930_000, 7216)
|
||||
// Estimated: `3643`
|
||||
// Minimum execution time: 31_774_000 picoseconds.
|
||||
Weight::from_parts(32_327_000, 3643)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -750,9 +747,9 @@ impl WeightInfo for () {
|
||||
fn clear_metadata() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `547`
|
||||
// Estimated: `7216`
|
||||
// Minimum execution time: 29_817_000 picoseconds.
|
||||
Weight::from_parts(30_364_000, 7216)
|
||||
// Estimated: `3643`
|
||||
// Minimum execution time: 32_551_000 picoseconds.
|
||||
Weight::from_parts(32_891_000, 3643)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -763,9 +760,9 @@ impl WeightInfo for () {
|
||||
fn set_collection_metadata() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `349`
|
||||
// Estimated: `7196`
|
||||
// Minimum execution time: 29_392_000 picoseconds.
|
||||
Weight::from_parts(29_878_000, 7196)
|
||||
// Estimated: `3643`
|
||||
// Minimum execution time: 33_490_000 picoseconds.
|
||||
Weight::from_parts(34_617_000, 3643)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -776,9 +773,9 @@ impl WeightInfo for () {
|
||||
fn clear_collection_metadata() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `461`
|
||||
// Estimated: `7196`
|
||||
// Minimum execution time: 27_234_000 picoseconds.
|
||||
Weight::from_parts(27_664_000, 7196)
|
||||
// Estimated: `3643`
|
||||
// Minimum execution time: 31_691_000 picoseconds.
|
||||
Weight::from_parts(32_042_000, 3643)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -789,9 +786,9 @@ impl WeightInfo for () {
|
||||
fn approve_transfer() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `495`
|
||||
// Estimated: `7230`
|
||||
// Minimum execution time: 20_447_000 picoseconds.
|
||||
Weight::from_parts(20_886_000, 7230)
|
||||
// Estimated: `3643`
|
||||
// Minimum execution time: 20_738_000 picoseconds.
|
||||
Weight::from_parts(21_067_000, 3643)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -802,9 +799,9 @@ impl WeightInfo for () {
|
||||
fn cancel_approval() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `528`
|
||||
// Estimated: `7230`
|
||||
// Minimum execution time: 20_934_000 picoseconds.
|
||||
Weight::from_parts(21_271_000, 7230)
|
||||
// Estimated: `3643`
|
||||
// Minimum execution time: 20_404_000 picoseconds.
|
||||
Weight::from_parts(20_999_000, 3643)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -814,8 +811,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `109`
|
||||
// Estimated: `3517`
|
||||
// Minimum execution time: 17_004_000 picoseconds.
|
||||
Weight::from_parts(17_401_000, 3517)
|
||||
// Minimum execution time: 17_047_000 picoseconds.
|
||||
Weight::from_parts(17_307_000, 3517)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -826,9 +823,9 @@ impl WeightInfo for () {
|
||||
fn set_collection_max_supply() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `349`
|
||||
// Estimated: `7132`
|
||||
// Minimum execution time: 17_371_000 picoseconds.
|
||||
Weight::from_parts(18_103_000, 7132)
|
||||
// Estimated: `3643`
|
||||
// Minimum execution time: 17_829_000 picoseconds.
|
||||
Weight::from_parts(18_194_000, 3643)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -840,8 +837,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `326`
|
||||
// Estimated: `3587`
|
||||
// Minimum execution time: 17_624_000 picoseconds.
|
||||
Weight::from_parts(17_866_000, 3587)
|
||||
// Minimum execution time: 17_620_000 picoseconds.
|
||||
Weight::from_parts(17_931_000, 3587)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -856,9 +853,9 @@ impl WeightInfo for () {
|
||||
fn buy_item() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `607`
|
||||
// Estimated: `10784`
|
||||
// Minimum execution time: 39_736_000 picoseconds.
|
||||
Weight::from_parts(40_855_000, 10784)
|
||||
// Estimated: `3643`
|
||||
// Minimum execution time: 39_550_000 picoseconds.
|
||||
Weight::from_parts(40_052_000, 3643)
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
||||
}
|
||||
|
||||
Generated
+34
-37
@@ -18,9 +18,9 @@
|
||||
//! Autogenerated weights for pallet_utility
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-04-06, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -31,9 +31,6 @@
|
||||
// --steps=50
|
||||
// --repeat=20
|
||||
// --pallet=pallet_utility
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
@@ -66,44 +63,44 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 7_828_000 picoseconds.
|
||||
Weight::from_parts(13_806_712, 0)
|
||||
// Standard Error: 2_750
|
||||
.saturating_add(Weight::from_parts(4_169_287, 0).saturating_mul(c.into()))
|
||||
// Minimum execution time: 7_932_000 picoseconds.
|
||||
Weight::from_parts(24_064_040, 0)
|
||||
// Standard Error: 2_486
|
||||
.saturating_add(Weight::from_parts(4_238_449, 0).saturating_mul(c.into()))
|
||||
}
|
||||
fn as_derivative() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 5_835_000 picoseconds.
|
||||
Weight::from_parts(6_305_000, 0)
|
||||
// Minimum execution time: 5_536_000 picoseconds.
|
||||
Weight::from_parts(5_963_000, 0)
|
||||
}
|
||||
/// The range of component `c` is `[0, 1000]`.
|
||||
fn batch_all(c: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 8_010_000 picoseconds.
|
||||
Weight::from_parts(10_539_696, 0)
|
||||
// Standard Error: 2_681
|
||||
.saturating_add(Weight::from_parts(4_368_716, 0).saturating_mul(c.into()))
|
||||
// Minimum execution time: 7_820_000 picoseconds.
|
||||
Weight::from_parts(18_969_535, 0)
|
||||
// Standard Error: 2_228
|
||||
.saturating_add(Weight::from_parts(4_448_073, 0).saturating_mul(c.into()))
|
||||
}
|
||||
fn dispatch_as() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 10_139_000 picoseconds.
|
||||
Weight::from_parts(10_679_000, 0)
|
||||
// Minimum execution time: 9_811_000 picoseconds.
|
||||
Weight::from_parts(10_162_000, 0)
|
||||
}
|
||||
/// The range of component `c` is `[0, 1000]`.
|
||||
fn force_batch(c: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 7_960_000 picoseconds.
|
||||
Weight::from_parts(16_874_350, 0)
|
||||
// Standard Error: 3_040
|
||||
.saturating_add(Weight::from_parts(4_151_507, 0).saturating_mul(c.into()))
|
||||
// Minimum execution time: 7_829_000 picoseconds.
|
||||
Weight::from_parts(12_960_288, 0)
|
||||
// Standard Error: 2_222
|
||||
.saturating_add(Weight::from_parts(4_272_019, 0).saturating_mul(c.into()))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -114,43 +111,43 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 7_828_000 picoseconds.
|
||||
Weight::from_parts(13_806_712, 0)
|
||||
// Standard Error: 2_750
|
||||
.saturating_add(Weight::from_parts(4_169_287, 0).saturating_mul(c.into()))
|
||||
// Minimum execution time: 7_932_000 picoseconds.
|
||||
Weight::from_parts(24_064_040, 0)
|
||||
// Standard Error: 2_486
|
||||
.saturating_add(Weight::from_parts(4_238_449, 0).saturating_mul(c.into()))
|
||||
}
|
||||
fn as_derivative() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 5_835_000 picoseconds.
|
||||
Weight::from_parts(6_305_000, 0)
|
||||
// Minimum execution time: 5_536_000 picoseconds.
|
||||
Weight::from_parts(5_963_000, 0)
|
||||
}
|
||||
/// The range of component `c` is `[0, 1000]`.
|
||||
fn batch_all(c: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 8_010_000 picoseconds.
|
||||
Weight::from_parts(10_539_696, 0)
|
||||
// Standard Error: 2_681
|
||||
.saturating_add(Weight::from_parts(4_368_716, 0).saturating_mul(c.into()))
|
||||
// Minimum execution time: 7_820_000 picoseconds.
|
||||
Weight::from_parts(18_969_535, 0)
|
||||
// Standard Error: 2_228
|
||||
.saturating_add(Weight::from_parts(4_448_073, 0).saturating_mul(c.into()))
|
||||
}
|
||||
fn dispatch_as() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 10_139_000 picoseconds.
|
||||
Weight::from_parts(10_679_000, 0)
|
||||
// Minimum execution time: 9_811_000 picoseconds.
|
||||
Weight::from_parts(10_162_000, 0)
|
||||
}
|
||||
/// The range of component `c` is `[0, 1000]`.
|
||||
fn force_batch(c: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 7_960_000 picoseconds.
|
||||
Weight::from_parts(16_874_350, 0)
|
||||
// Standard Error: 3_040
|
||||
.saturating_add(Weight::from_parts(4_151_507, 0).saturating_mul(c.into()))
|
||||
// Minimum execution time: 7_829_000 picoseconds.
|
||||
Weight::from_parts(12_960_288, 0)
|
||||
// Standard Error: 2_222
|
||||
.saturating_add(Weight::from_parts(4_272_019, 0).saturating_mul(c.into()))
|
||||
}
|
||||
}
|
||||
|
||||
Generated
+162
-133
@@ -18,9 +18,9 @@
|
||||
//! Autogenerated weights for pallet_vesting
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-04-06, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -31,9 +31,6 @@
|
||||
// --steps=50
|
||||
// --repeat=20
|
||||
// --pallet=pallet_vesting
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
@@ -68,44 +65,50 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Vesting Vesting (max_values: None, max_size: Some(1057), added: 3532, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Locks (r:1 w:1)
|
||||
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Freezes (r:1 w:0)
|
||||
/// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
|
||||
/// The range of component `l` is `[0, 49]`.
|
||||
/// The range of component `s` is `[1, 28]`.
|
||||
fn vest_locked(l: u32, s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `381 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `9286`
|
||||
// Minimum execution time: 31_657_000 picoseconds.
|
||||
Weight::from_parts(30_569_947, 9286)
|
||||
// Standard Error: 794
|
||||
.saturating_add(Weight::from_parts(63_114, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 1_413
|
||||
.saturating_add(Weight::from_parts(58_636, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
// Estimated: `4764`
|
||||
// Minimum execution time: 36_182_000 picoseconds.
|
||||
Weight::from_parts(35_159_830, 4764)
|
||||
// Standard Error: 952
|
||||
.saturating_add(Weight::from_parts(63_309, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 1_694
|
||||
.saturating_add(Weight::from_parts(62_244, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
/// Storage: Vesting Vesting (r:1 w:1)
|
||||
/// Proof: Vesting Vesting (max_values: None, max_size: Some(1057), added: 3532, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Locks (r:1 w:1)
|
||||
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Freezes (r:1 w:0)
|
||||
/// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
|
||||
/// The range of component `l` is `[0, 49]`.
|
||||
/// The range of component `s` is `[1, 28]`.
|
||||
fn vest_unlocked(l: u32, s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `381 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `9286`
|
||||
// Minimum execution time: 30_474_000 picoseconds.
|
||||
Weight::from_parts(30_227_344, 9286)
|
||||
// Standard Error: 1_005
|
||||
.saturating_add(Weight::from_parts(56_742, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 1_788
|
||||
.saturating_add(Weight::from_parts(33_890, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
// Estimated: `4764`
|
||||
// Minimum execution time: 39_344_000 picoseconds.
|
||||
Weight::from_parts(38_921_936, 4764)
|
||||
// Standard Error: 1_283
|
||||
.saturating_add(Weight::from_parts(61_531, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 2_283
|
||||
.saturating_add(Weight::from_parts(36_175, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
/// Storage: Vesting Vesting (r:1 w:1)
|
||||
/// Proof: Vesting Vesting (max_values: None, max_size: Some(1057), added: 3532, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Locks (r:1 w:1)
|
||||
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Freezes (r:1 w:0)
|
||||
/// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
|
||||
/// Storage: System Account (r:1 w:1)
|
||||
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||
/// The range of component `l` is `[0, 49]`.
|
||||
@@ -113,20 +116,22 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn vest_other_locked(l: u32, s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `484 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `12879`
|
||||
// Minimum execution time: 33_681_000 picoseconds.
|
||||
Weight::from_parts(32_540_534, 12879)
|
||||
// Standard Error: 2_642
|
||||
.saturating_add(Weight::from_parts(62_200, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 4_701
|
||||
.saturating_add(Weight::from_parts(69_703, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
// Estimated: `4764`
|
||||
// Minimum execution time: 39_461_000 picoseconds.
|
||||
Weight::from_parts(38_206_465, 4764)
|
||||
// Standard Error: 743
|
||||
.saturating_add(Weight::from_parts(56_973, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 1_322
|
||||
.saturating_add(Weight::from_parts(65_059, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
/// Storage: Vesting Vesting (r:1 w:1)
|
||||
/// Proof: Vesting Vesting (max_values: None, max_size: Some(1057), added: 3532, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Locks (r:1 w:1)
|
||||
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Freezes (r:1 w:0)
|
||||
/// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
|
||||
/// Storage: System Account (r:1 w:1)
|
||||
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||
/// The range of component `l` is `[0, 49]`.
|
||||
@@ -134,14 +139,14 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn vest_other_unlocked(l: u32, s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `484 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `12879`
|
||||
// Minimum execution time: 32_255_000 picoseconds.
|
||||
Weight::from_parts(31_637_918, 12879)
|
||||
// Standard Error: 3_135
|
||||
.saturating_add(Weight::from_parts(62_121, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 5_579
|
||||
.saturating_add(Weight::from_parts(61_055, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
// Estimated: `4764`
|
||||
// Minimum execution time: 42_029_000 picoseconds.
|
||||
Weight::from_parts(42_153_438, 4764)
|
||||
// Standard Error: 1_108
|
||||
.saturating_add(Weight::from_parts(50_058, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 1_971
|
||||
.saturating_add(Weight::from_parts(32_391, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
/// Storage: Vesting Vesting (r:1 w:1)
|
||||
@@ -150,19 +155,21 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Locks (r:1 w:1)
|
||||
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Freezes (r:1 w:0)
|
||||
/// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
|
||||
/// The range of component `l` is `[0, 49]`.
|
||||
/// The range of component `s` is `[0, 27]`.
|
||||
fn vested_transfer(l: u32, s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `555 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `12879`
|
||||
// Minimum execution time: 51_697_000 picoseconds.
|
||||
Weight::from_parts(52_048_055, 12879)
|
||||
// Standard Error: 1_598
|
||||
.saturating_add(Weight::from_parts(60_508, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 2_843
|
||||
.saturating_add(Weight::from_parts(37_870, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
// Estimated: `4764`
|
||||
// Minimum execution time: 75_223_000 picoseconds.
|
||||
Weight::from_parts(76_675_778, 4764)
|
||||
// Standard Error: 2_534
|
||||
.saturating_add(Weight::from_parts(70_731, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 4_509
|
||||
.saturating_add(Weight::from_parts(108_866, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
/// Storage: Vesting Vesting (r:1 w:1)
|
||||
@@ -171,25 +178,29 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Locks (r:1 w:1)
|
||||
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Freezes (r:1 w:0)
|
||||
/// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
|
||||
/// The range of component `l` is `[0, 49]`.
|
||||
/// The range of component `s` is `[0, 27]`.
|
||||
fn force_vested_transfer(l: u32, s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `658 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `15482`
|
||||
// Minimum execution time: 54_585_000 picoseconds.
|
||||
Weight::from_parts(54_492_070, 15482)
|
||||
// Standard Error: 1_694
|
||||
.saturating_add(Weight::from_parts(52_633, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 3_014
|
||||
.saturating_add(Weight::from_parts(45_485, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
// Estimated: `6196`
|
||||
// Minimum execution time: 76_922_000 picoseconds.
|
||||
Weight::from_parts(78_634_098, 6196)
|
||||
// Standard Error: 2_099
|
||||
.saturating_add(Weight::from_parts(68_218, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 3_736
|
||||
.saturating_add(Weight::from_parts(95_990, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(5_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
/// Storage: Vesting Vesting (r:1 w:1)
|
||||
/// Proof: Vesting Vesting (max_values: None, max_size: Some(1057), added: 3532, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Locks (r:1 w:1)
|
||||
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Freezes (r:1 w:0)
|
||||
/// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
|
||||
/// Storage: System Account (r:1 w:1)
|
||||
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||
/// The range of component `l` is `[0, 49]`.
|
||||
@@ -197,20 +208,22 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn not_unlocking_merge_schedules(l: u32, s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `482 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `12879`
|
||||
// Minimum execution time: 34_312_000 picoseconds.
|
||||
Weight::from_parts(33_740_101, 12879)
|
||||
// Standard Error: 996
|
||||
.saturating_add(Weight::from_parts(62_123, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 1_841
|
||||
.saturating_add(Weight::from_parts(56_463, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
// Estimated: `4764`
|
||||
// Minimum execution time: 39_476_000 picoseconds.
|
||||
Weight::from_parts(38_261_747, 4764)
|
||||
// Standard Error: 1_794
|
||||
.saturating_add(Weight::from_parts(69_639, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 3_313
|
||||
.saturating_add(Weight::from_parts(73_202, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
/// Storage: Vesting Vesting (r:1 w:1)
|
||||
/// Proof: Vesting Vesting (max_values: None, max_size: Some(1057), added: 3532, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Locks (r:1 w:1)
|
||||
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Freezes (r:1 w:0)
|
||||
/// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
|
||||
/// Storage: System Account (r:1 w:1)
|
||||
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||
/// The range of component `l` is `[0, 49]`.
|
||||
@@ -218,14 +231,14 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn unlocking_merge_schedules(l: u32, s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `482 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `12879`
|
||||
// Minimum execution time: 34_965_000 picoseconds.
|
||||
Weight::from_parts(33_831_484, 12879)
|
||||
// Standard Error: 1_530
|
||||
.saturating_add(Weight::from_parts(59_136, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 2_827
|
||||
.saturating_add(Weight::from_parts(58_493, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
// Estimated: `4764`
|
||||
// Minimum execution time: 43_764_000 picoseconds.
|
||||
Weight::from_parts(42_679_386, 4764)
|
||||
// Standard Error: 1_224
|
||||
.saturating_add(Weight::from_parts(65_857, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 2_261
|
||||
.saturating_add(Weight::from_parts(70_861, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
}
|
||||
@@ -236,44 +249,50 @@ impl WeightInfo for () {
|
||||
/// Proof: Vesting Vesting (max_values: None, max_size: Some(1057), added: 3532, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Locks (r:1 w:1)
|
||||
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Freezes (r:1 w:0)
|
||||
/// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
|
||||
/// The range of component `l` is `[0, 49]`.
|
||||
/// The range of component `s` is `[1, 28]`.
|
||||
fn vest_locked(l: u32, s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `381 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `9286`
|
||||
// Minimum execution time: 31_657_000 picoseconds.
|
||||
Weight::from_parts(30_569_947, 9286)
|
||||
// Standard Error: 794
|
||||
.saturating_add(Weight::from_parts(63_114, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 1_413
|
||||
.saturating_add(Weight::from_parts(58_636, 0).saturating_mul(s.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
// Estimated: `4764`
|
||||
// Minimum execution time: 36_182_000 picoseconds.
|
||||
Weight::from_parts(35_159_830, 4764)
|
||||
// Standard Error: 952
|
||||
.saturating_add(Weight::from_parts(63_309, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 1_694
|
||||
.saturating_add(Weight::from_parts(62_244, 0).saturating_mul(s.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
/// Storage: Vesting Vesting (r:1 w:1)
|
||||
/// Proof: Vesting Vesting (max_values: None, max_size: Some(1057), added: 3532, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Locks (r:1 w:1)
|
||||
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Freezes (r:1 w:0)
|
||||
/// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
|
||||
/// The range of component `l` is `[0, 49]`.
|
||||
/// The range of component `s` is `[1, 28]`.
|
||||
fn vest_unlocked(l: u32, s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `381 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `9286`
|
||||
// Minimum execution time: 30_474_000 picoseconds.
|
||||
Weight::from_parts(30_227_344, 9286)
|
||||
// Standard Error: 1_005
|
||||
.saturating_add(Weight::from_parts(56_742, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 1_788
|
||||
.saturating_add(Weight::from_parts(33_890, 0).saturating_mul(s.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
// Estimated: `4764`
|
||||
// Minimum execution time: 39_344_000 picoseconds.
|
||||
Weight::from_parts(38_921_936, 4764)
|
||||
// Standard Error: 1_283
|
||||
.saturating_add(Weight::from_parts(61_531, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 2_283
|
||||
.saturating_add(Weight::from_parts(36_175, 0).saturating_mul(s.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
/// Storage: Vesting Vesting (r:1 w:1)
|
||||
/// Proof: Vesting Vesting (max_values: None, max_size: Some(1057), added: 3532, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Locks (r:1 w:1)
|
||||
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Freezes (r:1 w:0)
|
||||
/// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
|
||||
/// Storage: System Account (r:1 w:1)
|
||||
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||
/// The range of component `l` is `[0, 49]`.
|
||||
@@ -281,20 +300,22 @@ impl WeightInfo for () {
|
||||
fn vest_other_locked(l: u32, s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `484 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `12879`
|
||||
// Minimum execution time: 33_681_000 picoseconds.
|
||||
Weight::from_parts(32_540_534, 12879)
|
||||
// Standard Error: 2_642
|
||||
.saturating_add(Weight::from_parts(62_200, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 4_701
|
||||
.saturating_add(Weight::from_parts(69_703, 0).saturating_mul(s.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
// Estimated: `4764`
|
||||
// Minimum execution time: 39_461_000 picoseconds.
|
||||
Weight::from_parts(38_206_465, 4764)
|
||||
// Standard Error: 743
|
||||
.saturating_add(Weight::from_parts(56_973, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 1_322
|
||||
.saturating_add(Weight::from_parts(65_059, 0).saturating_mul(s.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
}
|
||||
/// Storage: Vesting Vesting (r:1 w:1)
|
||||
/// Proof: Vesting Vesting (max_values: None, max_size: Some(1057), added: 3532, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Locks (r:1 w:1)
|
||||
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Freezes (r:1 w:0)
|
||||
/// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
|
||||
/// Storage: System Account (r:1 w:1)
|
||||
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||
/// The range of component `l` is `[0, 49]`.
|
||||
@@ -302,14 +323,14 @@ impl WeightInfo for () {
|
||||
fn vest_other_unlocked(l: u32, s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `484 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `12879`
|
||||
// Minimum execution time: 32_255_000 picoseconds.
|
||||
Weight::from_parts(31_637_918, 12879)
|
||||
// Standard Error: 3_135
|
||||
.saturating_add(Weight::from_parts(62_121, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 5_579
|
||||
.saturating_add(Weight::from_parts(61_055, 0).saturating_mul(s.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
// Estimated: `4764`
|
||||
// Minimum execution time: 42_029_000 picoseconds.
|
||||
Weight::from_parts(42_153_438, 4764)
|
||||
// Standard Error: 1_108
|
||||
.saturating_add(Weight::from_parts(50_058, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 1_971
|
||||
.saturating_add(Weight::from_parts(32_391, 0).saturating_mul(s.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
}
|
||||
/// Storage: Vesting Vesting (r:1 w:1)
|
||||
@@ -318,19 +339,21 @@ impl WeightInfo for () {
|
||||
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Locks (r:1 w:1)
|
||||
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Freezes (r:1 w:0)
|
||||
/// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
|
||||
/// The range of component `l` is `[0, 49]`.
|
||||
/// The range of component `s` is `[0, 27]`.
|
||||
fn vested_transfer(l: u32, s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `555 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `12879`
|
||||
// Minimum execution time: 51_697_000 picoseconds.
|
||||
Weight::from_parts(52_048_055, 12879)
|
||||
// Standard Error: 1_598
|
||||
.saturating_add(Weight::from_parts(60_508, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 2_843
|
||||
.saturating_add(Weight::from_parts(37_870, 0).saturating_mul(s.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
// Estimated: `4764`
|
||||
// Minimum execution time: 75_223_000 picoseconds.
|
||||
Weight::from_parts(76_675_778, 4764)
|
||||
// Standard Error: 2_534
|
||||
.saturating_add(Weight::from_parts(70_731, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 4_509
|
||||
.saturating_add(Weight::from_parts(108_866, 0).saturating_mul(s.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
}
|
||||
/// Storage: Vesting Vesting (r:1 w:1)
|
||||
@@ -339,25 +362,29 @@ impl WeightInfo for () {
|
||||
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Locks (r:1 w:1)
|
||||
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Freezes (r:1 w:0)
|
||||
/// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
|
||||
/// The range of component `l` is `[0, 49]`.
|
||||
/// The range of component `s` is `[0, 27]`.
|
||||
fn force_vested_transfer(l: u32, s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `658 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `15482`
|
||||
// Minimum execution time: 54_585_000 picoseconds.
|
||||
Weight::from_parts(54_492_070, 15482)
|
||||
// Standard Error: 1_694
|
||||
.saturating_add(Weight::from_parts(52_633, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 3_014
|
||||
.saturating_add(Weight::from_parts(45_485, 0).saturating_mul(s.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
// Estimated: `6196`
|
||||
// Minimum execution time: 76_922_000 picoseconds.
|
||||
Weight::from_parts(78_634_098, 6196)
|
||||
// Standard Error: 2_099
|
||||
.saturating_add(Weight::from_parts(68_218, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 3_736
|
||||
.saturating_add(Weight::from_parts(95_990, 0).saturating_mul(s.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(5_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
||||
}
|
||||
/// Storage: Vesting Vesting (r:1 w:1)
|
||||
/// Proof: Vesting Vesting (max_values: None, max_size: Some(1057), added: 3532, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Locks (r:1 w:1)
|
||||
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Freezes (r:1 w:0)
|
||||
/// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
|
||||
/// Storage: System Account (r:1 w:1)
|
||||
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||
/// The range of component `l` is `[0, 49]`.
|
||||
@@ -365,20 +392,22 @@ impl WeightInfo for () {
|
||||
fn not_unlocking_merge_schedules(l: u32, s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `482 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `12879`
|
||||
// Minimum execution time: 34_312_000 picoseconds.
|
||||
Weight::from_parts(33_740_101, 12879)
|
||||
// Standard Error: 996
|
||||
.saturating_add(Weight::from_parts(62_123, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 1_841
|
||||
.saturating_add(Weight::from_parts(56_463, 0).saturating_mul(s.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
// Estimated: `4764`
|
||||
// Minimum execution time: 39_476_000 picoseconds.
|
||||
Weight::from_parts(38_261_747, 4764)
|
||||
// Standard Error: 1_794
|
||||
.saturating_add(Weight::from_parts(69_639, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 3_313
|
||||
.saturating_add(Weight::from_parts(73_202, 0).saturating_mul(s.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
}
|
||||
/// Storage: Vesting Vesting (r:1 w:1)
|
||||
/// Proof: Vesting Vesting (max_values: None, max_size: Some(1057), added: 3532, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Locks (r:1 w:1)
|
||||
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
|
||||
/// Storage: Balances Freezes (r:1 w:0)
|
||||
/// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
|
||||
/// Storage: System Account (r:1 w:1)
|
||||
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||
/// The range of component `l` is `[0, 49]`.
|
||||
@@ -386,14 +415,14 @@ impl WeightInfo for () {
|
||||
fn unlocking_merge_schedules(l: u32, s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `482 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `12879`
|
||||
// Minimum execution time: 34_965_000 picoseconds.
|
||||
Weight::from_parts(33_831_484, 12879)
|
||||
// Standard Error: 1_530
|
||||
.saturating_add(Weight::from_parts(59_136, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 2_827
|
||||
.saturating_add(Weight::from_parts(58_493, 0).saturating_mul(s.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
// Estimated: `4764`
|
||||
// Minimum execution time: 43_764_000 picoseconds.
|
||||
Weight::from_parts(42_679_386, 4764)
|
||||
// Standard Error: 1_224
|
||||
.saturating_add(Weight::from_parts(65_857, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 2_261
|
||||
.saturating_add(Weight::from_parts(70_861, 0).saturating_mul(s.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
}
|
||||
}
|
||||
|
||||
Generated
+32
-35
@@ -18,9 +18,9 @@
|
||||
//! Autogenerated weights for pallet_whitelist
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-04-06, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -31,9 +31,6 @@
|
||||
// --steps=50
|
||||
// --repeat=20
|
||||
// --pallet=pallet_whitelist
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
@@ -67,9 +64,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn whitelist_call() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `217`
|
||||
// Estimated: `7061`
|
||||
// Minimum execution time: 21_530_000 picoseconds.
|
||||
Weight::from_parts(21_986_000, 7061)
|
||||
// Estimated: `3556`
|
||||
// Minimum execution time: 21_370_000 picoseconds.
|
||||
Weight::from_parts(21_834_000, 3556)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -80,9 +77,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn remove_whitelisted_call() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `346`
|
||||
// Estimated: `7061`
|
||||
// Minimum execution time: 18_980_000 picoseconds.
|
||||
Weight::from_parts(19_474_000, 7061)
|
||||
// Estimated: `3556`
|
||||
// Minimum execution time: 19_222_000 picoseconds.
|
||||
Weight::from_parts(19_582_000, 3556)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -96,11 +93,11 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn dispatch_whitelisted_call(n: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `422 + n * (1 ±0)`
|
||||
// Estimated: `10947 + n * (1 ±0)`
|
||||
// Minimum execution time: 32_377_000 picoseconds.
|
||||
Weight::from_parts(32_643_000, 10947)
|
||||
// Standard Error: 0
|
||||
.saturating_add(Weight::from_parts(1_147, 0).saturating_mul(n.into()))
|
||||
// Estimated: `3886 + n * (1 ±0)`
|
||||
// Minimum execution time: 31_417_000 picoseconds.
|
||||
Weight::from_parts(31_620_000, 3886)
|
||||
// Standard Error: 1
|
||||
.saturating_add(Weight::from_parts(1_145, 0).saturating_mul(n.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 1).saturating_mul(n.into()))
|
||||
@@ -113,11 +110,11 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn dispatch_whitelisted_call_with_preimage(n: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `346`
|
||||
// Estimated: `7061`
|
||||
// Minimum execution time: 23_421_000 picoseconds.
|
||||
Weight::from_parts(24_488_523, 7061)
|
||||
// Estimated: `3556`
|
||||
// Minimum execution time: 23_092_000 picoseconds.
|
||||
Weight::from_parts(24_043_432, 3556)
|
||||
// Standard Error: 5
|
||||
.saturating_add(Weight::from_parts(1_217, 0).saturating_mul(n.into()))
|
||||
.saturating_add(Weight::from_parts(1_227, 0).saturating_mul(n.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -132,9 +129,9 @@ impl WeightInfo for () {
|
||||
fn whitelist_call() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `217`
|
||||
// Estimated: `7061`
|
||||
// Minimum execution time: 21_530_000 picoseconds.
|
||||
Weight::from_parts(21_986_000, 7061)
|
||||
// Estimated: `3556`
|
||||
// Minimum execution time: 21_370_000 picoseconds.
|
||||
Weight::from_parts(21_834_000, 3556)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -145,9 +142,9 @@ impl WeightInfo for () {
|
||||
fn remove_whitelisted_call() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `346`
|
||||
// Estimated: `7061`
|
||||
// Minimum execution time: 18_980_000 picoseconds.
|
||||
Weight::from_parts(19_474_000, 7061)
|
||||
// Estimated: `3556`
|
||||
// Minimum execution time: 19_222_000 picoseconds.
|
||||
Weight::from_parts(19_582_000, 3556)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -161,11 +158,11 @@ impl WeightInfo for () {
|
||||
fn dispatch_whitelisted_call(n: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `422 + n * (1 ±0)`
|
||||
// Estimated: `10947 + n * (1 ±0)`
|
||||
// Minimum execution time: 32_377_000 picoseconds.
|
||||
Weight::from_parts(32_643_000, 10947)
|
||||
// Standard Error: 0
|
||||
.saturating_add(Weight::from_parts(1_147, 0).saturating_mul(n.into()))
|
||||
// Estimated: `3886 + n * (1 ±0)`
|
||||
// Minimum execution time: 31_417_000 picoseconds.
|
||||
Weight::from_parts(31_620_000, 3886)
|
||||
// Standard Error: 1
|
||||
.saturating_add(Weight::from_parts(1_145, 0).saturating_mul(n.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 1).saturating_mul(n.into()))
|
||||
@@ -178,11 +175,11 @@ impl WeightInfo for () {
|
||||
fn dispatch_whitelisted_call_with_preimage(n: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `346`
|
||||
// Estimated: `7061`
|
||||
// Minimum execution time: 23_421_000 picoseconds.
|
||||
Weight::from_parts(24_488_523, 7061)
|
||||
// Estimated: `3556`
|
||||
// Minimum execution time: 23_092_000 picoseconds.
|
||||
Weight::from_parts(24_043_432, 3556)
|
||||
// Standard Error: 5
|
||||
.saturating_add(Weight::from_parts(1_217, 0).saturating_mul(n.into()))
|
||||
.saturating_add(Weight::from_parts(1_227, 0).saturating_mul(n.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
||||
@@ -59,7 +59,7 @@ done
|
||||
if [ "$skip_build" != true ]
|
||||
then
|
||||
echo "[+] Compiling Substrate benchmarks..."
|
||||
cargo build --profile=production --locked --features=runtime-benchmarks
|
||||
cargo build --profile=production --locked --features=runtime-benchmarks --bin substrate
|
||||
fi
|
||||
|
||||
# The executable to use.
|
||||
|
||||
@@ -473,7 +473,7 @@ impl PalletCmd {
|
||||
|
||||
log::info!(
|
||||
target: LOG_TARGET,
|
||||
"Running Benchmark: {}.{}({} args) {}/{} {}/{}",
|
||||
"Running benchmark: {}.{}({} args) {}/{} {}/{}",
|
||||
String::from_utf8(pallet.clone())
|
||||
.expect("Encoded from String; qed"),
|
||||
String::from_utf8(extrinsic.clone())
|
||||
|
||||
@@ -278,6 +278,7 @@ fn get_benchmark_data(
|
||||
used_recorded_proof_size.push(ComponentSlope { name: name.clone(), slope, error });
|
||||
}
|
||||
});
|
||||
used_recorded_proof_size.sort_by(|a, b| a.name.cmp(&b.name));
|
||||
|
||||
// We add additional comments showing which storage items were touched.
|
||||
// We find the worst case proof size, and use that as the final proof size result.
|
||||
@@ -315,12 +316,12 @@ fn get_benchmark_data(
|
||||
let mut base_calculated_proof_size = 0;
|
||||
// Sum up the proof sizes per component
|
||||
for (_, slope, base) in proof_size_per_components.iter() {
|
||||
base_calculated_proof_size += base;
|
||||
base_calculated_proof_size = base_calculated_proof_size.max(*base);
|
||||
for component in slope.iter() {
|
||||
let mut found = false;
|
||||
for used_component in used_calculated_proof_size.iter_mut() {
|
||||
if used_component.name == component.name {
|
||||
used_component.slope += component.slope;
|
||||
used_component.slope = used_component.slope.max(component.slope);
|
||||
found = true;
|
||||
break
|
||||
}
|
||||
@@ -337,6 +338,7 @@ fn get_benchmark_data(
|
||||
}
|
||||
}
|
||||
}
|
||||
used_calculated_proof_size.sort_by(|a, b| a.name.cmp(&b.name));
|
||||
|
||||
// This puts a marker on any component which is entirely unused in the weight formula.
|
||||
let components = batch.time_results[0]
|
||||
@@ -626,7 +628,7 @@ pub(crate) fn process_storage_results(
|
||||
},
|
||||
};
|
||||
// Add the additional trie layer overhead for every new prefix.
|
||||
if *reads > 0 {
|
||||
if *reads > 0 && !is_all_ignored {
|
||||
prefix_result.proof_size += 15 * 33 * additional_trie_layers as u32;
|
||||
}
|
||||
storage_per_prefix.entry(prefix.clone()).or_default().push(prefix_result);
|
||||
|
||||
Reference in New Issue
Block a user