mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 20:11:09 +00:00
Update all weights (#13614)
* Empty commit * ".git/.scripts/commands/bench/bench.sh" all --------- Co-authored-by: Alexander Theißen <alex.theissen@me.com> Co-authored-by: command-bot <>
This commit is contained in:
committed by
GitHub
parent
b117dbdf08
commit
3a3d93afee
@@ -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-01-24, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-03-15, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! HOSTNAME: `bm3`, 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,6 +31,9 @@
|
||||
// --steps=50
|
||||
// --repeat=20
|
||||
// --pallet=pallet_alliance
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
@@ -88,20 +91,20 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `p` is `[1, 100]`.
|
||||
fn propose_proposed(b: u32, m: u32, p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `692 + m * (32 ±0) + p * (36 ±0)`
|
||||
// Estimated: `11659 + m * (132 ±0) + p * (144 ±0)`
|
||||
// Minimum execution time: 28_849 nanoseconds.
|
||||
Weight::from_parts(29_823_933, 11659)
|
||||
// Standard Error: 74
|
||||
.saturating_add(Weight::from_parts(830, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 775
|
||||
.saturating_add(Weight::from_parts(22_980, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 765
|
||||
.saturating_add(Weight::from_parts(90_520, 0).saturating_mul(p.into()))
|
||||
// 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()))
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
.saturating_add(Weight::from_parts(0, 132).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 144).saturating_mul(p.into()))
|
||||
.saturating_add(Weight::from_parts(0, 124).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 148).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)
|
||||
@@ -110,12 +113,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `m` is `[5, 100]`.
|
||||
fn vote(m: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1177 + m * (64 ±0)`
|
||||
// Estimated: `9337 + m * (64 ±0)`
|
||||
// Minimum execution time: 23_570 nanoseconds.
|
||||
Weight::from_parts(25_473_196, 9337)
|
||||
// Standard Error: 824
|
||||
.saturating_add(Weight::from_parts(54_603, 0).saturating_mul(m.into()))
|
||||
// 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()))
|
||||
.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()))
|
||||
@@ -134,17 +137,17 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `p` is `[1, 100]`.
|
||||
fn close_early_disapproved(m: u32, p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `730 + m * (96 ±0) + p * (36 ±0)`
|
||||
// Estimated: `11979 + m * (388 ±0) + p * (148 ±0)`
|
||||
// Minimum execution time: 35_373 nanoseconds.
|
||||
Weight::from_parts(32_763_656, 11979)
|
||||
// Standard Error: 2_041
|
||||
.saturating_add(Weight::from_parts(52_915, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 1_991
|
||||
.saturating_add(Weight::from_parts(78_594, 0).saturating_mul(p.into()))
|
||||
// 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()))
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 388).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 384).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 148).saturating_mul(p.into()))
|
||||
}
|
||||
/// Storage: Alliance Members (r:1 w:0)
|
||||
@@ -162,20 +165,20 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `p` is `[1, 100]`.
|
||||
fn close_early_approved(b: u32, m: u32, p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1139 + m * (96 ±0) + p * (41 ±0)`
|
||||
// Estimated: `15730 + m * (388 ±0) + p * (164 ±0)`
|
||||
// Minimum execution time: 44_590 nanoseconds.
|
||||
Weight::from_parts(43_367_913, 15730)
|
||||
// Standard Error: 71
|
||||
.saturating_add(Weight::from_parts(819, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 751
|
||||
.saturating_add(Weight::from_parts(39_124, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 732
|
||||
.saturating_add(Weight::from_parts(90_469, 0).saturating_mul(p.into()))
|
||||
// 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()))
|
||||
.saturating_add(T::DbWeight::get().reads(5_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 388).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 164).saturating_mul(p.into()))
|
||||
.saturating_add(Weight::from_parts(0, 392).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 160).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)
|
||||
@@ -193,17 +196,17 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `p` is `[1, 100]`.
|
||||
fn close_disapproved(m: u32, p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `730 + m * (96 ±0) + p * (36 ±0)`
|
||||
// Estimated: `13201 + m * (485 ±0) + p * (185 ±0)`
|
||||
// Minimum execution time: 36_796 nanoseconds.
|
||||
Weight::from_parts(34_578_765, 13201)
|
||||
// Standard Error: 1_037
|
||||
.saturating_add(Weight::from_parts(43_508, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 1_024
|
||||
.saturating_add(Weight::from_parts(77_084, 0).saturating_mul(p.into()))
|
||||
// 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()))
|
||||
.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, 480).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 185).saturating_mul(p.into()))
|
||||
}
|
||||
/// Storage: Alliance Members (r:1 w:0)
|
||||
@@ -223,20 +226,20 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `p` is `[1, 100]`.
|
||||
fn close_approved(b: u32, m: u32, p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `757 + m * (96 ±0) + p * (36 ±0)`
|
||||
// Estimated: `13146 + m * (480 ±0) + p * (185 ±0)`
|
||||
// Minimum execution time: 36_897 nanoseconds.
|
||||
Weight::from_parts(34_169_666, 13146)
|
||||
// Standard Error: 47
|
||||
.saturating_add(Weight::from_parts(972, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 510
|
||||
.saturating_add(Weight::from_parts(38_084, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 492
|
||||
.saturating_add(Weight::from_parts(78_576, 0).saturating_mul(p.into()))
|
||||
// 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()))
|
||||
.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, 485).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 180).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)
|
||||
@@ -247,13 +250,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: `12084`
|
||||
// Minimum execution time: 29_313 nanoseconds.
|
||||
Weight::from_parts(20_502_244, 12084)
|
||||
// Standard Error: 304
|
||||
.saturating_add(Weight::from_parts(107_994, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 300
|
||||
.saturating_add(Weight::from_parts(92_645, 0).saturating_mul(z.into()))
|
||||
// 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()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -274,16 +277,16 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `z` is `[0, 50]`.
|
||||
fn disband(x: u32, y: u32, z: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0 + x * (50 ±0) + y * (51 ±0) + z * (283 ±0)`
|
||||
// Estimated: `32201 + x * (2587 ±0) + y * (2590 ±0) + z * (3209 ±1)`
|
||||
// Minimum execution time: 232_895 nanoseconds.
|
||||
Weight::from_parts(233_860_000, 32201)
|
||||
// Standard Error: 19_092
|
||||
.saturating_add(Weight::from_parts(445_664, 0).saturating_mul(x.into()))
|
||||
// Standard Error: 19_000
|
||||
.saturating_add(Weight::from_parts(432_571, 0).saturating_mul(y.into()))
|
||||
// Standard Error: 37_965
|
||||
.saturating_add(Weight::from_parts(9_386_151, 0).saturating_mul(z.into()))
|
||||
// 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()))
|
||||
.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())))
|
||||
@@ -292,7 +295,7 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
.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, 3209).saturating_mul(z.into()))
|
||||
.saturating_add(Weight::from_parts(0, 3113).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)
|
||||
@@ -300,8 +303,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 9_156 nanoseconds.
|
||||
Weight::from_parts(9_376_000, 0)
|
||||
// Minimum execution time: 10_129_000 picoseconds.
|
||||
Weight::from_parts(10_370_000, 0)
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
/// Storage: Alliance Announcements (r:1 w:1)
|
||||
@@ -309,9 +312,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn announce() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `246`
|
||||
// Estimated: `9197`
|
||||
// Minimum execution time: 12_163 nanoseconds.
|
||||
Weight::from_parts(12_397_000, 9197)
|
||||
// Estimated: `10187`
|
||||
// Minimum execution time: 13_601_000 picoseconds.
|
||||
Weight::from_parts(13_823_000, 10187)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -319,10 +322,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Alliance Announcements (max_values: Some(1), max_size: Some(8702), added: 9197, mode: MaxEncodedLen)
|
||||
fn remove_announcement() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `351`
|
||||
// Estimated: `9197`
|
||||
// Minimum execution time: 12_778 nanoseconds.
|
||||
Weight::from_parts(12_991_000, 9197)
|
||||
// Measured: `319`
|
||||
// Estimated: `10187`
|
||||
// Minimum execution time: 14_953_000 picoseconds.
|
||||
Weight::from_parts(15_239_000, 10187)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -336,10 +339,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Alliance DepositOf (max_values: None, max_size: Some(64), added: 2539, mode: MaxEncodedLen)
|
||||
fn join_alliance() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `562`
|
||||
// Estimated: `23358`
|
||||
// Minimum execution time: 40_216 nanoseconds.
|
||||
Weight::from_parts(40_535_000, 23358)
|
||||
// Measured: `468`
|
||||
// Estimated: `26328`
|
||||
// Minimum execution time: 42_947_000 picoseconds.
|
||||
Weight::from_parts(43_602_000, 26328)
|
||||
.saturating_add(T::DbWeight::get().reads(5_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -349,10 +352,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Alliance UnscrupulousAccounts (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen)
|
||||
fn nominate_ally() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `429`
|
||||
// Estimated: `20755`
|
||||
// Minimum execution time: 28_027 nanoseconds.
|
||||
Weight::from_parts(28_392_000, 20755)
|
||||
// Measured: `367`
|
||||
// Estimated: `22735`
|
||||
// Minimum execution time: 28_787_000 picoseconds.
|
||||
Weight::from_parts(29_286_000, 22735)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -366,10 +369,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof Skipped: AllianceMotion Prime (max_values: Some(1), max_size: None, mode: Measured)
|
||||
fn elevate_ally() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `505`
|
||||
// Estimated: `13382`
|
||||
// Minimum execution time: 24_427 nanoseconds.
|
||||
Weight::from_parts(24_952_000, 13382)
|
||||
// Measured: `443`
|
||||
// Estimated: `15176`
|
||||
// Minimum execution time: 28_476_000 picoseconds.
|
||||
Weight::from_parts(28_972_000, 15176)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -385,10 +388,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Alliance RetiringMembers (max_values: None, max_size: Some(52), added: 2527, mode: MaxEncodedLen)
|
||||
fn give_retirement_notice() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `505`
|
||||
// Estimated: `24754`
|
||||
// Minimum execution time: 33_163 nanoseconds.
|
||||
Weight::from_parts(33_556_000, 24754)
|
||||
// Measured: `443`
|
||||
// Estimated: `26548`
|
||||
// Minimum execution time: 36_773_000 picoseconds.
|
||||
Weight::from_parts(38_123_000, 26548)
|
||||
.saturating_add(T::DbWeight::get().reads(5_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(5_u64))
|
||||
}
|
||||
@@ -402,10 +405,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||
fn retire() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `750`
|
||||
// Estimated: `13355`
|
||||
// Minimum execution time: 32_980 nanoseconds.
|
||||
Weight::from_parts(33_452_000, 13355)
|
||||
// Measured: `687`
|
||||
// Estimated: `17315`
|
||||
// Minimum execution time: 37_814_000 picoseconds.
|
||||
Weight::from_parts(38_353_000, 17315)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -423,10 +426,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof Skipped: AllianceMotion Prime (max_values: Some(1), max_size: None, mode: Measured)
|
||||
fn kick_member() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `801`
|
||||
// Estimated: `25098`
|
||||
// Minimum execution time: 54_660 nanoseconds.
|
||||
Weight::from_parts(55_186_000, 25098)
|
||||
// Measured: `707`
|
||||
// Estimated: `28776`
|
||||
// Minimum execution time: 62_194_000 picoseconds.
|
||||
Weight::from_parts(63_925_000, 28776)
|
||||
.saturating_add(T::DbWeight::get().reads(6_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(5_u64))
|
||||
}
|
||||
@@ -439,13 +442,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: `29894`
|
||||
// Minimum execution time: 7_709 nanoseconds.
|
||||
Weight::from_parts(7_773_000, 29894)
|
||||
// Standard Error: 2_645
|
||||
.saturating_add(Weight::from_parts(1_266_755, 0).saturating_mul(n.into()))
|
||||
// Standard Error: 1_036
|
||||
.saturating_add(Weight::from_parts(67_359, 0).saturating_mul(l.into()))
|
||||
// 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()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -458,13 +461,13 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn remove_unscrupulous_items(n: u32, l: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0 + n * (289 ±0) + l * (100 ±0)`
|
||||
// Estimated: `29894`
|
||||
// Minimum execution time: 7_438 nanoseconds.
|
||||
Weight::from_parts(7_570_000, 29894)
|
||||
// Standard Error: 165_072
|
||||
.saturating_add(Weight::from_parts(13_026_975, 0).saturating_mul(n.into()))
|
||||
// Standard Error: 64_649
|
||||
.saturating_add(Weight::from_parts(485_565, 0).saturating_mul(l.into()))
|
||||
// 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()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -478,10 +481,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof Skipped: AllianceMotion Prime (max_values: Some(1), max_size: None, mode: Measured)
|
||||
fn abdicate_fellow_status() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `505`
|
||||
// Estimated: `19068`
|
||||
// Minimum execution time: 31_326 nanoseconds.
|
||||
Weight::from_parts(31_768_000, 19068)
|
||||
// Measured: `443`
|
||||
// Estimated: `20862`
|
||||
// Minimum execution time: 35_363_000 picoseconds.
|
||||
Weight::from_parts(35_665_000, 20862)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -504,20 +507,20 @@ impl WeightInfo for () {
|
||||
/// The range of component `p` is `[1, 100]`.
|
||||
fn propose_proposed(b: u32, m: u32, p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `692 + m * (32 ±0) + p * (36 ±0)`
|
||||
// Estimated: `11659 + m * (132 ±0) + p * (144 ±0)`
|
||||
// Minimum execution time: 28_849 nanoseconds.
|
||||
Weight::from_parts(29_823_933, 11659)
|
||||
// Standard Error: 74
|
||||
.saturating_add(Weight::from_parts(830, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 775
|
||||
.saturating_add(Weight::from_parts(22_980, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 765
|
||||
.saturating_add(Weight::from_parts(90_520, 0).saturating_mul(p.into()))
|
||||
// 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()))
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
||||
.saturating_add(Weight::from_parts(0, 132).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 144).saturating_mul(p.into()))
|
||||
.saturating_add(Weight::from_parts(0, 124).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 148).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)
|
||||
@@ -526,12 +529,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `m` is `[5, 100]`.
|
||||
fn vote(m: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1177 + m * (64 ±0)`
|
||||
// Estimated: `9337 + m * (64 ±0)`
|
||||
// Minimum execution time: 23_570 nanoseconds.
|
||||
Weight::from_parts(25_473_196, 9337)
|
||||
// Standard Error: 824
|
||||
.saturating_add(Weight::from_parts(54_603, 0).saturating_mul(m.into()))
|
||||
// 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()))
|
||||
.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()))
|
||||
@@ -550,17 +553,17 @@ impl WeightInfo for () {
|
||||
/// The range of component `p` is `[1, 100]`.
|
||||
fn close_early_disapproved(m: u32, p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `730 + m * (96 ±0) + p * (36 ±0)`
|
||||
// Estimated: `11979 + m * (388 ±0) + p * (148 ±0)`
|
||||
// Minimum execution time: 35_373 nanoseconds.
|
||||
Weight::from_parts(32_763_656, 11979)
|
||||
// Standard Error: 2_041
|
||||
.saturating_add(Weight::from_parts(52_915, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 1_991
|
||||
.saturating_add(Weight::from_parts(78_594, 0).saturating_mul(p.into()))
|
||||
// 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()))
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 388).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 384).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 148).saturating_mul(p.into()))
|
||||
}
|
||||
/// Storage: Alliance Members (r:1 w:0)
|
||||
@@ -578,20 +581,20 @@ impl WeightInfo for () {
|
||||
/// The range of component `p` is `[1, 100]`.
|
||||
fn close_early_approved(b: u32, m: u32, p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1139 + m * (96 ±0) + p * (41 ±0)`
|
||||
// Estimated: `15730 + m * (388 ±0) + p * (164 ±0)`
|
||||
// Minimum execution time: 44_590 nanoseconds.
|
||||
Weight::from_parts(43_367_913, 15730)
|
||||
// Standard Error: 71
|
||||
.saturating_add(Weight::from_parts(819, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 751
|
||||
.saturating_add(Weight::from_parts(39_124, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 732
|
||||
.saturating_add(Weight::from_parts(90_469, 0).saturating_mul(p.into()))
|
||||
// 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()))
|
||||
.saturating_add(RocksDbWeight::get().reads(5_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 388).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 164).saturating_mul(p.into()))
|
||||
.saturating_add(Weight::from_parts(0, 392).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 160).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)
|
||||
@@ -609,17 +612,17 @@ impl WeightInfo for () {
|
||||
/// The range of component `p` is `[1, 100]`.
|
||||
fn close_disapproved(m: u32, p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `730 + m * (96 ±0) + p * (36 ±0)`
|
||||
// Estimated: `13201 + m * (485 ±0) + p * (185 ±0)`
|
||||
// Minimum execution time: 36_796 nanoseconds.
|
||||
Weight::from_parts(34_578_765, 13201)
|
||||
// Standard Error: 1_037
|
||||
.saturating_add(Weight::from_parts(43_508, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 1_024
|
||||
.saturating_add(Weight::from_parts(77_084, 0).saturating_mul(p.into()))
|
||||
// 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()))
|
||||
.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, 480).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 185).saturating_mul(p.into()))
|
||||
}
|
||||
/// Storage: Alliance Members (r:1 w:0)
|
||||
@@ -639,20 +642,20 @@ impl WeightInfo for () {
|
||||
/// The range of component `p` is `[1, 100]`.
|
||||
fn close_approved(b: u32, m: u32, p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `757 + m * (96 ±0) + p * (36 ±0)`
|
||||
// Estimated: `13146 + m * (480 ±0) + p * (185 ±0)`
|
||||
// Minimum execution time: 36_897 nanoseconds.
|
||||
Weight::from_parts(34_169_666, 13146)
|
||||
// Standard Error: 47
|
||||
.saturating_add(Weight::from_parts(972, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 510
|
||||
.saturating_add(Weight::from_parts(38_084, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 492
|
||||
.saturating_add(Weight::from_parts(78_576, 0).saturating_mul(p.into()))
|
||||
// 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()))
|
||||
.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, 485).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 180).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)
|
||||
@@ -663,13 +666,13 @@ impl WeightInfo for () {
|
||||
fn init_members(m: u32, z: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `217`
|
||||
// Estimated: `12084`
|
||||
// Minimum execution time: 29_313 nanoseconds.
|
||||
Weight::from_parts(20_502_244, 12084)
|
||||
// Standard Error: 304
|
||||
.saturating_add(Weight::from_parts(107_994, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 300
|
||||
.saturating_add(Weight::from_parts(92_645, 0).saturating_mul(z.into()))
|
||||
// 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()))
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -690,16 +693,16 @@ impl WeightInfo for () {
|
||||
/// The range of component `z` is `[0, 50]`.
|
||||
fn disband(x: u32, y: u32, z: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0 + x * (50 ±0) + y * (51 ±0) + z * (283 ±0)`
|
||||
// Estimated: `32201 + x * (2587 ±0) + y * (2590 ±0) + z * (3209 ±1)`
|
||||
// Minimum execution time: 232_895 nanoseconds.
|
||||
Weight::from_parts(233_860_000, 32201)
|
||||
// Standard Error: 19_092
|
||||
.saturating_add(Weight::from_parts(445_664, 0).saturating_mul(x.into()))
|
||||
// Standard Error: 19_000
|
||||
.saturating_add(Weight::from_parts(432_571, 0).saturating_mul(y.into()))
|
||||
// Standard Error: 37_965
|
||||
.saturating_add(Weight::from_parts(9_386_151, 0).saturating_mul(z.into()))
|
||||
// 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()))
|
||||
.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())))
|
||||
@@ -708,7 +711,7 @@ impl WeightInfo for () {
|
||||
.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, 3209).saturating_mul(z.into()))
|
||||
.saturating_add(Weight::from_parts(0, 3113).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)
|
||||
@@ -716,8 +719,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 9_156 nanoseconds.
|
||||
Weight::from_parts(9_376_000, 0)
|
||||
// Minimum execution time: 10_129_000 picoseconds.
|
||||
Weight::from_parts(10_370_000, 0)
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
/// Storage: Alliance Announcements (r:1 w:1)
|
||||
@@ -725,9 +728,9 @@ impl WeightInfo for () {
|
||||
fn announce() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `246`
|
||||
// Estimated: `9197`
|
||||
// Minimum execution time: 12_163 nanoseconds.
|
||||
Weight::from_parts(12_397_000, 9197)
|
||||
// Estimated: `10187`
|
||||
// Minimum execution time: 13_601_000 picoseconds.
|
||||
Weight::from_parts(13_823_000, 10187)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -735,10 +738,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Alliance Announcements (max_values: Some(1), max_size: Some(8702), added: 9197, mode: MaxEncodedLen)
|
||||
fn remove_announcement() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `351`
|
||||
// Estimated: `9197`
|
||||
// Minimum execution time: 12_778 nanoseconds.
|
||||
Weight::from_parts(12_991_000, 9197)
|
||||
// Measured: `319`
|
||||
// Estimated: `10187`
|
||||
// Minimum execution time: 14_953_000 picoseconds.
|
||||
Weight::from_parts(15_239_000, 10187)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -752,10 +755,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Alliance DepositOf (max_values: None, max_size: Some(64), added: 2539, mode: MaxEncodedLen)
|
||||
fn join_alliance() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `562`
|
||||
// Estimated: `23358`
|
||||
// Minimum execution time: 40_216 nanoseconds.
|
||||
Weight::from_parts(40_535_000, 23358)
|
||||
// Measured: `468`
|
||||
// Estimated: `26328`
|
||||
// Minimum execution time: 42_947_000 picoseconds.
|
||||
Weight::from_parts(43_602_000, 26328)
|
||||
.saturating_add(RocksDbWeight::get().reads(5_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -765,10 +768,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Alliance UnscrupulousAccounts (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen)
|
||||
fn nominate_ally() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `429`
|
||||
// Estimated: `20755`
|
||||
// Minimum execution time: 28_027 nanoseconds.
|
||||
Weight::from_parts(28_392_000, 20755)
|
||||
// Measured: `367`
|
||||
// Estimated: `22735`
|
||||
// Minimum execution time: 28_787_000 picoseconds.
|
||||
Weight::from_parts(29_286_000, 22735)
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -782,10 +785,10 @@ impl WeightInfo for () {
|
||||
/// Proof Skipped: AllianceMotion Prime (max_values: Some(1), max_size: None, mode: Measured)
|
||||
fn elevate_ally() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `505`
|
||||
// Estimated: `13382`
|
||||
// Minimum execution time: 24_427 nanoseconds.
|
||||
Weight::from_parts(24_952_000, 13382)
|
||||
// Measured: `443`
|
||||
// Estimated: `15176`
|
||||
// Minimum execution time: 28_476_000 picoseconds.
|
||||
Weight::from_parts(28_972_000, 15176)
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -801,10 +804,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Alliance RetiringMembers (max_values: None, max_size: Some(52), added: 2527, mode: MaxEncodedLen)
|
||||
fn give_retirement_notice() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `505`
|
||||
// Estimated: `24754`
|
||||
// Minimum execution time: 33_163 nanoseconds.
|
||||
Weight::from_parts(33_556_000, 24754)
|
||||
// Measured: `443`
|
||||
// Estimated: `26548`
|
||||
// Minimum execution time: 36_773_000 picoseconds.
|
||||
Weight::from_parts(38_123_000, 26548)
|
||||
.saturating_add(RocksDbWeight::get().reads(5_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(5_u64))
|
||||
}
|
||||
@@ -818,10 +821,10 @@ impl WeightInfo for () {
|
||||
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||
fn retire() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `750`
|
||||
// Estimated: `13355`
|
||||
// Minimum execution time: 32_980 nanoseconds.
|
||||
Weight::from_parts(33_452_000, 13355)
|
||||
// Measured: `687`
|
||||
// Estimated: `17315`
|
||||
// Minimum execution time: 37_814_000 picoseconds.
|
||||
Weight::from_parts(38_353_000, 17315)
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -839,10 +842,10 @@ impl WeightInfo for () {
|
||||
/// Proof Skipped: AllianceMotion Prime (max_values: Some(1), max_size: None, mode: Measured)
|
||||
fn kick_member() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `801`
|
||||
// Estimated: `25098`
|
||||
// Minimum execution time: 54_660 nanoseconds.
|
||||
Weight::from_parts(55_186_000, 25098)
|
||||
// Measured: `707`
|
||||
// Estimated: `28776`
|
||||
// Minimum execution time: 62_194_000 picoseconds.
|
||||
Weight::from_parts(63_925_000, 28776)
|
||||
.saturating_add(RocksDbWeight::get().reads(6_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(5_u64))
|
||||
}
|
||||
@@ -855,13 +858,13 @@ impl WeightInfo for () {
|
||||
fn add_unscrupulous_items(n: u32, l: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `246`
|
||||
// Estimated: `29894`
|
||||
// Minimum execution time: 7_709 nanoseconds.
|
||||
Weight::from_parts(7_773_000, 29894)
|
||||
// Standard Error: 2_645
|
||||
.saturating_add(Weight::from_parts(1_266_755, 0).saturating_mul(n.into()))
|
||||
// Standard Error: 1_036
|
||||
.saturating_add(Weight::from_parts(67_359, 0).saturating_mul(l.into()))
|
||||
// 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()))
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -874,13 +877,13 @@ impl WeightInfo for () {
|
||||
fn remove_unscrupulous_items(n: u32, l: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0 + n * (289 ±0) + l * (100 ±0)`
|
||||
// Estimated: `29894`
|
||||
// Minimum execution time: 7_438 nanoseconds.
|
||||
Weight::from_parts(7_570_000, 29894)
|
||||
// Standard Error: 165_072
|
||||
.saturating_add(Weight::from_parts(13_026_975, 0).saturating_mul(n.into()))
|
||||
// Standard Error: 64_649
|
||||
.saturating_add(Weight::from_parts(485_565, 0).saturating_mul(l.into()))
|
||||
// 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()))
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -894,10 +897,10 @@ impl WeightInfo for () {
|
||||
/// Proof Skipped: AllianceMotion Prime (max_values: Some(1), max_size: None, mode: Measured)
|
||||
fn abdicate_fellow_status() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `505`
|
||||
// Estimated: `19068`
|
||||
// Minimum execution time: 31_326 nanoseconds.
|
||||
Weight::from_parts(31_768_000, 19068)
|
||||
// Measured: `443`
|
||||
// Estimated: `20862`
|
||||
// Minimum execution time: 35_363_000 picoseconds.
|
||||
Weight::from_parts(35_665_000, 20862)
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user