mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 19:01:08 +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))
|
||||
}
|
||||
|
||||
@@ -18,26 +18,28 @@
|
||||
//! Autogenerated weights for pallet_assets
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-03-03, 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: `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:
|
||||
// target/production/substrate
|
||||
// ./target/production/substrate
|
||||
// benchmark
|
||||
// pallet
|
||||
// --chain=dev
|
||||
// --steps=50
|
||||
// --repeat=20
|
||||
// --pallet=pallet_assets
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --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_assets
|
||||
// --chain=dev
|
||||
// --header=./HEADER-APACHE2
|
||||
// --output=./frame/assets/src/weights.rs
|
||||
// --header=./HEADER-APACHE2
|
||||
// --template=./.maintain/frame-weight-template.hbs
|
||||
|
||||
#![cfg_attr(rustfmt, rustfmt_skip)]
|
||||
@@ -87,10 +89,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 create() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `325`
|
||||
// Measured: `293`
|
||||
// Estimated: `7268`
|
||||
// Minimum execution time: 28_265_000 picoseconds.
|
||||
Weight::from_parts(28_764_000, 7268)
|
||||
// Minimum execution time: 27_756_000 picoseconds.
|
||||
Weight::from_parts(28_637_000, 7268)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -100,8 +102,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `153`
|
||||
// Estimated: `3675`
|
||||
// Minimum execution time: 15_125_000 picoseconds.
|
||||
Weight::from_parts(15_468_000, 3675)
|
||||
// Minimum execution time: 15_402_000 picoseconds.
|
||||
Weight::from_parts(15_803_000, 3675)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -109,10 +111,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||
fn start_destroy() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `417`
|
||||
// Measured: `385`
|
||||
// Estimated: `3675`
|
||||
// Minimum execution time: 15_368_000 picoseconds.
|
||||
Weight::from_parts(15_625_000, 3675)
|
||||
// Minimum execution time: 16_027_000 picoseconds.
|
||||
Weight::from_parts(16_372_000, 3675)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -125,12 +127,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `c` is `[0, 1000]`.
|
||||
fn destroy_accounts(c: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `25 + c * (240 ±0)`
|
||||
// Measured: `0 + c * (208 ±0)`
|
||||
// Estimated: `8232 + c * (5180 ±0)`
|
||||
// Minimum execution time: 20_816_000 picoseconds.
|
||||
Weight::from_parts(21_045_000, 8232)
|
||||
// Standard Error: 7_118
|
||||
.saturating_add(Weight::from_parts(12_723_454, 0).saturating_mul(c.into()))
|
||||
// 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()))
|
||||
.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))
|
||||
@@ -144,12 +146,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `a` is `[0, 1000]`.
|
||||
fn destroy_approvals(a: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `554 + a * (86 ±0)`
|
||||
// Measured: `522 + a * (86 ±0)`
|
||||
// Estimated: `7288 + a * (2623 ±0)`
|
||||
// Minimum execution time: 20_923_000 picoseconds.
|
||||
Weight::from_parts(21_229_000, 7288)
|
||||
// Standard Error: 7_215
|
||||
.saturating_add(Weight::from_parts(12_915_292, 0).saturating_mul(a.into()))
|
||||
// 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()))
|
||||
.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))
|
||||
@@ -162,10 +164,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Assets Metadata (max_values: None, max_size: Some(140), added: 2615, mode: MaxEncodedLen)
|
||||
fn finish_destroy() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `383`
|
||||
// Measured: `351`
|
||||
// Estimated: `7280`
|
||||
// Minimum execution time: 15_764_000 picoseconds.
|
||||
Weight::from_parts(16_245_000, 7280)
|
||||
// Minimum execution time: 15_870_000 picoseconds.
|
||||
Weight::from_parts(16_280_000, 7280)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -175,10 +177,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Assets Account (max_values: None, max_size: Some(102), added: 2577, mode: MaxEncodedLen)
|
||||
fn mint() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `383`
|
||||
// Measured: `351`
|
||||
// Estimated: `7242`
|
||||
// Minimum execution time: 28_814_000 picoseconds.
|
||||
Weight::from_parts(29_407_000, 7242)
|
||||
// Minimum execution time: 28_556_000 picoseconds.
|
||||
Weight::from_parts(28_972_000, 7242)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -188,10 +190,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Assets Account (max_values: None, max_size: Some(102), added: 2577, mode: MaxEncodedLen)
|
||||
fn burn() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `491`
|
||||
// Measured: `459`
|
||||
// Estimated: `7242`
|
||||
// Minimum execution time: 34_784_000 picoseconds.
|
||||
Weight::from_parts(35_402_000, 7242)
|
||||
// Minimum execution time: 35_379_000 picoseconds.
|
||||
Weight::from_parts(35_826_000, 7242)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -203,10 +205,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 transfer() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `530`
|
||||
// Measured: `498`
|
||||
// Estimated: `13412`
|
||||
// Minimum execution time: 49_110_000 picoseconds.
|
||||
Weight::from_parts(50_483_000, 13412)
|
||||
// Minimum execution time: 48_837_000 picoseconds.
|
||||
Weight::from_parts(49_305_000, 13412)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -218,10 +220,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 transfer_keep_alive() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `530`
|
||||
// Measured: `498`
|
||||
// Estimated: `13412`
|
||||
// Minimum execution time: 43_585_000 picoseconds.
|
||||
Weight::from_parts(44_207_000, 13412)
|
||||
// Minimum execution time: 43_603_000 picoseconds.
|
||||
Weight::from_parts(44_142_000, 13412)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -233,10 +235,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 force_transfer() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `530`
|
||||
// Measured: `498`
|
||||
// Estimated: `13412`
|
||||
// Minimum execution time: 49_238_000 picoseconds.
|
||||
Weight::from_parts(77_664_000, 13412)
|
||||
// Minimum execution time: 49_691_000 picoseconds.
|
||||
Weight::from_parts(50_402_000, 13412)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -246,10 +248,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Assets Account (max_values: None, max_size: Some(102), added: 2577, mode: MaxEncodedLen)
|
||||
fn freeze() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `491`
|
||||
// Measured: `459`
|
||||
// Estimated: `7242`
|
||||
// Minimum execution time: 19_198_000 picoseconds.
|
||||
Weight::from_parts(19_585_000, 7242)
|
||||
// Minimum execution time: 19_600_000 picoseconds.
|
||||
Weight::from_parts(20_435_000, 7242)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -259,10 +261,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Assets Account (max_values: None, max_size: Some(102), added: 2577, mode: MaxEncodedLen)
|
||||
fn thaw() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `491`
|
||||
// Measured: `459`
|
||||
// Estimated: `7242`
|
||||
// Minimum execution time: 19_659_000 picoseconds.
|
||||
Weight::from_parts(20_079_000, 7242)
|
||||
// Minimum execution time: 19_396_000 picoseconds.
|
||||
Weight::from_parts(19_745_000, 7242)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -270,10 +272,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||
fn freeze_asset() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `417`
|
||||
// Measured: `385`
|
||||
// Estimated: `3675`
|
||||
// Minimum execution time: 15_035_000 picoseconds.
|
||||
Weight::from_parts(15_594_000, 3675)
|
||||
// Minimum execution time: 15_503_000 picoseconds.
|
||||
Weight::from_parts(15_788_000, 3675)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -281,10 +283,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||
fn thaw_asset() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `417`
|
||||
// Measured: `385`
|
||||
// Estimated: `3675`
|
||||
// Minimum execution time: 15_073_000 picoseconds.
|
||||
Weight::from_parts(15_862_000, 3675)
|
||||
// Minimum execution time: 15_874_000 picoseconds.
|
||||
Weight::from_parts(16_190_000, 3675)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -294,10 +296,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Assets Metadata (max_values: None, max_size: Some(140), added: 2615, mode: MaxEncodedLen)
|
||||
fn transfer_ownership() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `383`
|
||||
// Measured: `351`
|
||||
// Estimated: `7280`
|
||||
// Minimum execution time: 17_343_000 picoseconds.
|
||||
Weight::from_parts(17_656_000, 7280)
|
||||
// Minimum execution time: 17_067_000 picoseconds.
|
||||
Weight::from_parts(17_355_000, 7280)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -305,10 +307,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||
fn set_team() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `383`
|
||||
// Measured: `351`
|
||||
// Estimated: `3675`
|
||||
// Minimum execution time: 15_902_000 picoseconds.
|
||||
Weight::from_parts(16_439_000, 3675)
|
||||
// Minimum execution time: 16_155_000 picoseconds.
|
||||
Weight::from_parts(16_442_000, 3675)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -320,10 +322,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `s` is `[0, 50]`.
|
||||
fn set_metadata(_n: u32, _s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `383`
|
||||
// Measured: `351`
|
||||
// Estimated: `7280`
|
||||
// Minimum execution time: 27_222_000 picoseconds.
|
||||
Weight::from_parts(29_151_657, 7280)
|
||||
// Minimum execution time: 27_270_000 picoseconds.
|
||||
Weight::from_parts(28_634_060, 7280)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -333,10 +335,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Assets Metadata (max_values: None, max_size: Some(140), added: 2615, mode: MaxEncodedLen)
|
||||
fn clear_metadata() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `579`
|
||||
// Measured: `515`
|
||||
// Estimated: `7280`
|
||||
// Minimum execution time: 27_976_000 picoseconds.
|
||||
Weight::from_parts(28_289_000, 7280)
|
||||
// Minimum execution time: 27_469_000 picoseconds.
|
||||
Weight::from_parts(27_911_000, 7280)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -350,10 +352,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `190`
|
||||
// Estimated: `7280`
|
||||
// Minimum execution time: 16_162_000 picoseconds.
|
||||
Weight::from_parts(17_137_043, 7280)
|
||||
// Standard Error: 982
|
||||
.saturating_add(Weight::from_parts(4_180, 0).saturating_mul(s.into()))
|
||||
// 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()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -363,10 +365,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Assets Metadata (max_values: None, max_size: Some(140), added: 2615, mode: MaxEncodedLen)
|
||||
fn force_clear_metadata() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `579`
|
||||
// Measured: `515`
|
||||
// Estimated: `7280`
|
||||
// Minimum execution time: 27_219_000 picoseconds.
|
||||
Weight::from_parts(27_931_000, 7280)
|
||||
// Minimum execution time: 27_118_000 picoseconds.
|
||||
Weight::from_parts(27_776_000, 7280)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -374,10 +376,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||
fn force_asset_status() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `383`
|
||||
// Measured: `351`
|
||||
// Estimated: `3675`
|
||||
// Minimum execution time: 15_313_000 picoseconds.
|
||||
Weight::from_parts(15_775_000, 3675)
|
||||
// Minimum execution time: 14_776_000 picoseconds.
|
||||
Weight::from_parts(15_281_000, 3675)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -387,10 +389,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Assets Approvals (max_values: None, max_size: Some(148), added: 2623, mode: MaxEncodedLen)
|
||||
fn approve_transfer() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `417`
|
||||
// Measured: `385`
|
||||
// Estimated: `7288`
|
||||
// Minimum execution time: 31_865_000 picoseconds.
|
||||
Weight::from_parts(32_316_000, 7288)
|
||||
// Minimum execution time: 31_324_000 picoseconds.
|
||||
Weight::from_parts(32_161_000, 7288)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -404,10 +406,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 transfer_approved() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `700`
|
||||
// Measured: `668`
|
||||
// Estimated: `17025`
|
||||
// Minimum execution time: 67_203_000 picoseconds.
|
||||
Weight::from_parts(109_742_000, 17025)
|
||||
// Minimum execution time: 63_750_000 picoseconds.
|
||||
Weight::from_parts(64_828_000, 17025)
|
||||
.saturating_add(T::DbWeight::get().reads(5_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(5_u64))
|
||||
}
|
||||
@@ -417,10 +419,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Assets Approvals (max_values: None, max_size: Some(148), added: 2623, mode: MaxEncodedLen)
|
||||
fn cancel_approval() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `587`
|
||||
// Measured: `555`
|
||||
// Estimated: `7288`
|
||||
// Minimum execution time: 33_430_000 picoseconds.
|
||||
Weight::from_parts(33_824_000, 7288)
|
||||
// Minimum execution time: 32_698_000 picoseconds.
|
||||
Weight::from_parts(33_309_000, 7288)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -430,10 +432,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Assets Approvals (max_values: None, max_size: Some(148), added: 2623, mode: MaxEncodedLen)
|
||||
fn force_cancel_approval() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `587`
|
||||
// Measured: `555`
|
||||
// Estimated: `7288`
|
||||
// Minimum execution time: 33_596_000 picoseconds.
|
||||
Weight::from_parts(34_226_000, 7288)
|
||||
// Minimum execution time: 33_147_000 picoseconds.
|
||||
Weight::from_parts(33_620_000, 7288)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -441,10 +443,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||
fn set_min_balance() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `383`
|
||||
// Measured: `351`
|
||||
// Estimated: `3675`
|
||||
// Minimum execution time: 16_367_000 picoseconds.
|
||||
Weight::from_parts(16_703_000, 3675)
|
||||
// Minimum execution time: 15_910_000 picoseconds.
|
||||
Weight::from_parts(16_315_000, 3675)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -458,10 +460,10 @@ impl WeightInfo for () {
|
||||
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||
fn create() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `325`
|
||||
// Measured: `293`
|
||||
// Estimated: `7268`
|
||||
// Minimum execution time: 28_265_000 picoseconds.
|
||||
Weight::from_parts(28_764_000, 7268)
|
||||
// Minimum execution time: 27_756_000 picoseconds.
|
||||
Weight::from_parts(28_637_000, 7268)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -471,8 +473,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `153`
|
||||
// Estimated: `3675`
|
||||
// Minimum execution time: 15_125_000 picoseconds.
|
||||
Weight::from_parts(15_468_000, 3675)
|
||||
// Minimum execution time: 15_402_000 picoseconds.
|
||||
Weight::from_parts(15_803_000, 3675)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -480,10 +482,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||
fn start_destroy() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `417`
|
||||
// Measured: `385`
|
||||
// Estimated: `3675`
|
||||
// Minimum execution time: 15_368_000 picoseconds.
|
||||
Weight::from_parts(15_625_000, 3675)
|
||||
// Minimum execution time: 16_027_000 picoseconds.
|
||||
Weight::from_parts(16_372_000, 3675)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -496,12 +498,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `c` is `[0, 1000]`.
|
||||
fn destroy_accounts(c: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `25 + c * (240 ±0)`
|
||||
// Measured: `0 + c * (208 ±0)`
|
||||
// Estimated: `8232 + c * (5180 ±0)`
|
||||
// Minimum execution time: 20_816_000 picoseconds.
|
||||
Weight::from_parts(21_045_000, 8232)
|
||||
// Standard Error: 7_118
|
||||
.saturating_add(Weight::from_parts(12_723_454, 0).saturating_mul(c.into()))
|
||||
// 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()))
|
||||
.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))
|
||||
@@ -515,12 +517,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `a` is `[0, 1000]`.
|
||||
fn destroy_approvals(a: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `554 + a * (86 ±0)`
|
||||
// Measured: `522 + a * (86 ±0)`
|
||||
// Estimated: `7288 + a * (2623 ±0)`
|
||||
// Minimum execution time: 20_923_000 picoseconds.
|
||||
Weight::from_parts(21_229_000, 7288)
|
||||
// Standard Error: 7_215
|
||||
.saturating_add(Weight::from_parts(12_915_292, 0).saturating_mul(a.into()))
|
||||
// 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()))
|
||||
.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))
|
||||
@@ -533,10 +535,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Assets Metadata (max_values: None, max_size: Some(140), added: 2615, mode: MaxEncodedLen)
|
||||
fn finish_destroy() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `383`
|
||||
// Measured: `351`
|
||||
// Estimated: `7280`
|
||||
// Minimum execution time: 15_764_000 picoseconds.
|
||||
Weight::from_parts(16_245_000, 7280)
|
||||
// Minimum execution time: 15_870_000 picoseconds.
|
||||
Weight::from_parts(16_280_000, 7280)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -546,10 +548,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Assets Account (max_values: None, max_size: Some(102), added: 2577, mode: MaxEncodedLen)
|
||||
fn mint() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `383`
|
||||
// Measured: `351`
|
||||
// Estimated: `7242`
|
||||
// Minimum execution time: 28_814_000 picoseconds.
|
||||
Weight::from_parts(29_407_000, 7242)
|
||||
// Minimum execution time: 28_556_000 picoseconds.
|
||||
Weight::from_parts(28_972_000, 7242)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -559,10 +561,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Assets Account (max_values: None, max_size: Some(102), added: 2577, mode: MaxEncodedLen)
|
||||
fn burn() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `491`
|
||||
// Measured: `459`
|
||||
// Estimated: `7242`
|
||||
// Minimum execution time: 34_784_000 picoseconds.
|
||||
Weight::from_parts(35_402_000, 7242)
|
||||
// Minimum execution time: 35_379_000 picoseconds.
|
||||
Weight::from_parts(35_826_000, 7242)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -574,10 +576,10 @@ impl WeightInfo for () {
|
||||
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||
fn transfer() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `530`
|
||||
// Measured: `498`
|
||||
// Estimated: `13412`
|
||||
// Minimum execution time: 49_110_000 picoseconds.
|
||||
Weight::from_parts(50_483_000, 13412)
|
||||
// Minimum execution time: 48_837_000 picoseconds.
|
||||
Weight::from_parts(49_305_000, 13412)
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -589,10 +591,10 @@ impl WeightInfo for () {
|
||||
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||
fn transfer_keep_alive() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `530`
|
||||
// Measured: `498`
|
||||
// Estimated: `13412`
|
||||
// Minimum execution time: 43_585_000 picoseconds.
|
||||
Weight::from_parts(44_207_000, 13412)
|
||||
// Minimum execution time: 43_603_000 picoseconds.
|
||||
Weight::from_parts(44_142_000, 13412)
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -604,10 +606,10 @@ impl WeightInfo for () {
|
||||
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||
fn force_transfer() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `530`
|
||||
// Measured: `498`
|
||||
// Estimated: `13412`
|
||||
// Minimum execution time: 49_238_000 picoseconds.
|
||||
Weight::from_parts(77_664_000, 13412)
|
||||
// Minimum execution time: 49_691_000 picoseconds.
|
||||
Weight::from_parts(50_402_000, 13412)
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -617,10 +619,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Assets Account (max_values: None, max_size: Some(102), added: 2577, mode: MaxEncodedLen)
|
||||
fn freeze() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `491`
|
||||
// Measured: `459`
|
||||
// Estimated: `7242`
|
||||
// Minimum execution time: 19_198_000 picoseconds.
|
||||
Weight::from_parts(19_585_000, 7242)
|
||||
// Minimum execution time: 19_600_000 picoseconds.
|
||||
Weight::from_parts(20_435_000, 7242)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -630,10 +632,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Assets Account (max_values: None, max_size: Some(102), added: 2577, mode: MaxEncodedLen)
|
||||
fn thaw() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `491`
|
||||
// Measured: `459`
|
||||
// Estimated: `7242`
|
||||
// Minimum execution time: 19_659_000 picoseconds.
|
||||
Weight::from_parts(20_079_000, 7242)
|
||||
// Minimum execution time: 19_396_000 picoseconds.
|
||||
Weight::from_parts(19_745_000, 7242)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -641,10 +643,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||
fn freeze_asset() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `417`
|
||||
// Measured: `385`
|
||||
// Estimated: `3675`
|
||||
// Minimum execution time: 15_035_000 picoseconds.
|
||||
Weight::from_parts(15_594_000, 3675)
|
||||
// Minimum execution time: 15_503_000 picoseconds.
|
||||
Weight::from_parts(15_788_000, 3675)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -652,10 +654,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||
fn thaw_asset() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `417`
|
||||
// Measured: `385`
|
||||
// Estimated: `3675`
|
||||
// Minimum execution time: 15_073_000 picoseconds.
|
||||
Weight::from_parts(15_862_000, 3675)
|
||||
// Minimum execution time: 15_874_000 picoseconds.
|
||||
Weight::from_parts(16_190_000, 3675)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -665,10 +667,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Assets Metadata (max_values: None, max_size: Some(140), added: 2615, mode: MaxEncodedLen)
|
||||
fn transfer_ownership() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `383`
|
||||
// Measured: `351`
|
||||
// Estimated: `7280`
|
||||
// Minimum execution time: 17_343_000 picoseconds.
|
||||
Weight::from_parts(17_656_000, 7280)
|
||||
// Minimum execution time: 17_067_000 picoseconds.
|
||||
Weight::from_parts(17_355_000, 7280)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -676,10 +678,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||
fn set_team() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `383`
|
||||
// Measured: `351`
|
||||
// Estimated: `3675`
|
||||
// Minimum execution time: 15_902_000 picoseconds.
|
||||
Weight::from_parts(16_439_000, 3675)
|
||||
// Minimum execution time: 16_155_000 picoseconds.
|
||||
Weight::from_parts(16_442_000, 3675)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -691,10 +693,10 @@ impl WeightInfo for () {
|
||||
/// The range of component `s` is `[0, 50]`.
|
||||
fn set_metadata(_n: u32, _s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `383`
|
||||
// Measured: `351`
|
||||
// Estimated: `7280`
|
||||
// Minimum execution time: 27_222_000 picoseconds.
|
||||
Weight::from_parts(29_151_657, 7280)
|
||||
// Minimum execution time: 27_270_000 picoseconds.
|
||||
Weight::from_parts(28_634_060, 7280)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -704,10 +706,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Assets Metadata (max_values: None, max_size: Some(140), added: 2615, mode: MaxEncodedLen)
|
||||
fn clear_metadata() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `579`
|
||||
// Measured: `515`
|
||||
// Estimated: `7280`
|
||||
// Minimum execution time: 27_976_000 picoseconds.
|
||||
Weight::from_parts(28_289_000, 7280)
|
||||
// Minimum execution time: 27_469_000 picoseconds.
|
||||
Weight::from_parts(27_911_000, 7280)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -721,10 +723,10 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `190`
|
||||
// Estimated: `7280`
|
||||
// Minimum execution time: 16_162_000 picoseconds.
|
||||
Weight::from_parts(17_137_043, 7280)
|
||||
// Standard Error: 982
|
||||
.saturating_add(Weight::from_parts(4_180, 0).saturating_mul(s.into()))
|
||||
// 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()))
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -734,10 +736,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Assets Metadata (max_values: None, max_size: Some(140), added: 2615, mode: MaxEncodedLen)
|
||||
fn force_clear_metadata() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `579`
|
||||
// Measured: `515`
|
||||
// Estimated: `7280`
|
||||
// Minimum execution time: 27_219_000 picoseconds.
|
||||
Weight::from_parts(27_931_000, 7280)
|
||||
// Minimum execution time: 27_118_000 picoseconds.
|
||||
Weight::from_parts(27_776_000, 7280)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -745,10 +747,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||
fn force_asset_status() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `383`
|
||||
// Measured: `351`
|
||||
// Estimated: `3675`
|
||||
// Minimum execution time: 15_313_000 picoseconds.
|
||||
Weight::from_parts(15_775_000, 3675)
|
||||
// Minimum execution time: 14_776_000 picoseconds.
|
||||
Weight::from_parts(15_281_000, 3675)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -758,10 +760,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Assets Approvals (max_values: None, max_size: Some(148), added: 2623, mode: MaxEncodedLen)
|
||||
fn approve_transfer() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `417`
|
||||
// Measured: `385`
|
||||
// Estimated: `7288`
|
||||
// Minimum execution time: 31_865_000 picoseconds.
|
||||
Weight::from_parts(32_316_000, 7288)
|
||||
// Minimum execution time: 31_324_000 picoseconds.
|
||||
Weight::from_parts(32_161_000, 7288)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -775,10 +777,10 @@ impl WeightInfo for () {
|
||||
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||
fn transfer_approved() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `700`
|
||||
// Measured: `668`
|
||||
// Estimated: `17025`
|
||||
// Minimum execution time: 67_203_000 picoseconds.
|
||||
Weight::from_parts(109_742_000, 17025)
|
||||
// Minimum execution time: 63_750_000 picoseconds.
|
||||
Weight::from_parts(64_828_000, 17025)
|
||||
.saturating_add(RocksDbWeight::get().reads(5_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(5_u64))
|
||||
}
|
||||
@@ -788,10 +790,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Assets Approvals (max_values: None, max_size: Some(148), added: 2623, mode: MaxEncodedLen)
|
||||
fn cancel_approval() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `587`
|
||||
// Measured: `555`
|
||||
// Estimated: `7288`
|
||||
// Minimum execution time: 33_430_000 picoseconds.
|
||||
Weight::from_parts(33_824_000, 7288)
|
||||
// Minimum execution time: 32_698_000 picoseconds.
|
||||
Weight::from_parts(33_309_000, 7288)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -801,10 +803,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Assets Approvals (max_values: None, max_size: Some(148), added: 2623, mode: MaxEncodedLen)
|
||||
fn force_cancel_approval() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `587`
|
||||
// Measured: `555`
|
||||
// Estimated: `7288`
|
||||
// Minimum execution time: 33_596_000 picoseconds.
|
||||
Weight::from_parts(34_226_000, 7288)
|
||||
// Minimum execution time: 33_147_000 picoseconds.
|
||||
Weight::from_parts(33_620_000, 7288)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -812,10 +814,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||
fn set_min_balance() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `383`
|
||||
// Measured: `351`
|
||||
// Estimated: `3675`
|
||||
// Minimum execution time: 16_367_000 picoseconds.
|
||||
Weight::from_parts(16_703_000, 3675)
|
||||
// Minimum execution time: 15_910_000 picoseconds.
|
||||
Weight::from_parts(16_315_000, 3675)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
||||
@@ -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-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_bags_list
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
@@ -66,10 +69,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: VoterList ListBags (max_values: None, max_size: Some(82), added: 2557, mode: MaxEncodedLen)
|
||||
fn rebag_non_terminal() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1916`
|
||||
// Estimated: `19186`
|
||||
// Minimum execution time: 54_348 nanoseconds.
|
||||
Weight::from_parts(55_024_000, 19186)
|
||||
// Measured: `1724`
|
||||
// Estimated: `23146`
|
||||
// Minimum execution time: 63_526_000 picoseconds.
|
||||
Weight::from_parts(64_125_000, 23146)
|
||||
.saturating_add(T::DbWeight::get().reads(7_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(5_u64))
|
||||
}
|
||||
@@ -83,10 +86,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: VoterList ListBags (max_values: None, max_size: Some(82), added: 2557, mode: MaxEncodedLen)
|
||||
fn rebag_terminal() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1810`
|
||||
// Estimated: `19114`
|
||||
// Minimum execution time: 53_306 nanoseconds.
|
||||
Weight::from_parts(54_263_000, 19114)
|
||||
// Measured: `1618`
|
||||
// Estimated: `23074`
|
||||
// Minimum execution time: 62_404_000 picoseconds.
|
||||
Weight::from_parts(63_178_000, 23074)
|
||||
.saturating_add(T::DbWeight::get().reads(7_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(5_u64))
|
||||
}
|
||||
@@ -102,10 +105,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: VoterList ListBags (max_values: None, max_size: Some(82), added: 2557, mode: MaxEncodedLen)
|
||||
fn put_in_front_of() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `2154`
|
||||
// Estimated: `25798`
|
||||
// Minimum execution time: 59_513 nanoseconds.
|
||||
Weight::from_parts(60_717_000, 25798)
|
||||
// Measured: `1930`
|
||||
// Estimated: `30748`
|
||||
// Minimum execution time: 69_938_000 picoseconds.
|
||||
Weight::from_parts(70_723_000, 30748)
|
||||
.saturating_add(T::DbWeight::get().reads(10_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(6_u64))
|
||||
}
|
||||
@@ -123,10 +126,10 @@ impl WeightInfo for () {
|
||||
/// Proof: VoterList ListBags (max_values: None, max_size: Some(82), added: 2557, mode: MaxEncodedLen)
|
||||
fn rebag_non_terminal() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1916`
|
||||
// Estimated: `19186`
|
||||
// Minimum execution time: 54_348 nanoseconds.
|
||||
Weight::from_parts(55_024_000, 19186)
|
||||
// Measured: `1724`
|
||||
// Estimated: `23146`
|
||||
// Minimum execution time: 63_526_000 picoseconds.
|
||||
Weight::from_parts(64_125_000, 23146)
|
||||
.saturating_add(RocksDbWeight::get().reads(7_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(5_u64))
|
||||
}
|
||||
@@ -140,10 +143,10 @@ impl WeightInfo for () {
|
||||
/// Proof: VoterList ListBags (max_values: None, max_size: Some(82), added: 2557, mode: MaxEncodedLen)
|
||||
fn rebag_terminal() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1810`
|
||||
// Estimated: `19114`
|
||||
// Minimum execution time: 53_306 nanoseconds.
|
||||
Weight::from_parts(54_263_000, 19114)
|
||||
// Measured: `1618`
|
||||
// Estimated: `23074`
|
||||
// Minimum execution time: 62_404_000 picoseconds.
|
||||
Weight::from_parts(63_178_000, 23074)
|
||||
.saturating_add(RocksDbWeight::get().reads(7_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(5_u64))
|
||||
}
|
||||
@@ -159,10 +162,10 @@ impl WeightInfo for () {
|
||||
/// Proof: VoterList ListBags (max_values: None, max_size: Some(82), added: 2557, mode: MaxEncodedLen)
|
||||
fn put_in_front_of() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `2154`
|
||||
// Estimated: `25798`
|
||||
// Minimum execution time: 59_513 nanoseconds.
|
||||
Weight::from_parts(60_717_000, 25798)
|
||||
// Measured: `1930`
|
||||
// Estimated: `30748`
|
||||
// Minimum execution time: 69_938_000 picoseconds.
|
||||
Weight::from_parts(70_723_000, 30748)
|
||||
.saturating_add(RocksDbWeight::get().reads(10_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(6_u64))
|
||||
}
|
||||
|
||||
@@ -18,26 +18,28 @@
|
||||
//! Autogenerated weights for pallet_balances
|
||||
//!
|
||||
//! 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-03-15, 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`
|
||||
//! 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
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --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)]
|
||||
@@ -67,9 +69,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `3593`
|
||||
// Minimum execution time: 37_815 nanoseconds.
|
||||
Weight::from_parts(38_109_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 3593))
|
||||
// Minimum execution time: 37_266_000 picoseconds.
|
||||
Weight::from_parts(37_757_000, 3593)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -79,9 +80,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `3593`
|
||||
// Minimum execution time: 28_184 nanoseconds.
|
||||
Weight::from_parts(49_250_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 3593))
|
||||
// Minimum execution time: 28_782_000 picoseconds.
|
||||
Weight::from_parts(29_185_000, 3593)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -89,11 +89,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 set_balance_creating() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `206`
|
||||
// Measured: `174`
|
||||
// Estimated: `3593`
|
||||
// Minimum execution time: 17_474 nanoseconds.
|
||||
Weight::from_parts(17_777_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 3593))
|
||||
// Minimum execution time: 17_406_000 picoseconds.
|
||||
Weight::from_parts(17_781_000, 3593)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -101,11 +100,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 set_balance_killing() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `206`
|
||||
// Measured: `174`
|
||||
// Estimated: `3593`
|
||||
// Minimum execution time: 20_962 nanoseconds.
|
||||
Weight::from_parts(21_419_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 3593))
|
||||
// Minimum execution time: 20_942_000 picoseconds.
|
||||
Weight::from_parts(21_270_000, 3593)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -113,11 +111,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 force_transfer() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `135`
|
||||
// Measured: `103`
|
||||
// Estimated: `6196`
|
||||
// Minimum execution time: 39_713 nanoseconds.
|
||||
Weight::from_parts(40_360_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 6196))
|
||||
// Minimum execution time: 41_706_000 picoseconds.
|
||||
Weight::from_parts(42_176_000, 6196)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -127,9 +124,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `3593`
|
||||
// Minimum execution time: 34_878 nanoseconds.
|
||||
Weight::from_parts(35_121_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 3593))
|
||||
// Minimum execution time: 35_622_000 picoseconds.
|
||||
Weight::from_parts(35_943_000, 3593)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -137,11 +133,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 force_unreserve() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `206`
|
||||
// Measured: `174`
|
||||
// Estimated: `3593`
|
||||
// Minimum execution time: 16_790 nanoseconds.
|
||||
Weight::from_parts(17_029_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 3593))
|
||||
// Minimum execution time: 16_586_000 picoseconds.
|
||||
Weight::from_parts(17_352_000, 3593)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -155,9 +150,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `3593`
|
||||
// Minimum execution time: 37_815 nanoseconds.
|
||||
Weight::from_parts(38_109_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 3593))
|
||||
// Minimum execution time: 37_266_000 picoseconds.
|
||||
Weight::from_parts(37_757_000, 3593)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -167,9 +161,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `3593`
|
||||
// Minimum execution time: 28_184 nanoseconds.
|
||||
Weight::from_parts(49_250_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 3593))
|
||||
// Minimum execution time: 28_782_000 picoseconds.
|
||||
Weight::from_parts(29_185_000, 3593)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -177,11 +170,10 @@ impl WeightInfo for () {
|
||||
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||
fn set_balance_creating() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `206`
|
||||
// Measured: `174`
|
||||
// Estimated: `3593`
|
||||
// Minimum execution time: 17_474 nanoseconds.
|
||||
Weight::from_parts(17_777_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 3593))
|
||||
// Minimum execution time: 17_406_000 picoseconds.
|
||||
Weight::from_parts(17_781_000, 3593)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -189,11 +181,10 @@ impl WeightInfo for () {
|
||||
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||
fn set_balance_killing() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `206`
|
||||
// Measured: `174`
|
||||
// Estimated: `3593`
|
||||
// Minimum execution time: 20_962 nanoseconds.
|
||||
Weight::from_parts(21_419_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 3593))
|
||||
// Minimum execution time: 20_942_000 picoseconds.
|
||||
Weight::from_parts(21_270_000, 3593)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -201,11 +192,10 @@ impl WeightInfo for () {
|
||||
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||
fn force_transfer() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `135`
|
||||
// Measured: `103`
|
||||
// Estimated: `6196`
|
||||
// Minimum execution time: 39_713 nanoseconds.
|
||||
Weight::from_parts(40_360_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 6196))
|
||||
// Minimum execution time: 41_706_000 picoseconds.
|
||||
Weight::from_parts(42_176_000, 6196)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -215,9 +205,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `3593`
|
||||
// Minimum execution time: 34_878 nanoseconds.
|
||||
Weight::from_parts(35_121_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 3593))
|
||||
// Minimum execution time: 35_622_000 picoseconds.
|
||||
Weight::from_parts(35_943_000, 3593)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -225,11 +214,10 @@ impl WeightInfo for () {
|
||||
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||
fn force_unreserve() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `206`
|
||||
// Measured: `174`
|
||||
// Estimated: `3593`
|
||||
// Minimum execution time: 16_790 nanoseconds.
|
||||
Weight::from_parts(17_029_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 3593))
|
||||
// Minimum execution time: 16_586_000 picoseconds.
|
||||
Weight::from_parts(17_352_000, 3593)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
||||
@@ -18,26 +18,28 @@
|
||||
//! Autogenerated weights for frame_benchmarking
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-03-06, 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: `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:
|
||||
// target/production/substrate
|
||||
// ./target/production/substrate
|
||||
// benchmark
|
||||
// pallet
|
||||
// --chain=dev
|
||||
// --steps=50
|
||||
// --repeat=20
|
||||
// --pallet=frame_benchmarking
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --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=frame_benchmarking
|
||||
// --chain=dev
|
||||
// --header=./HEADER-APACHE2
|
||||
// --output=./frame/benchmarking/src/weights.rs
|
||||
// --header=./HEADER-APACHE2
|
||||
// --template=./.maintain/frame-weight-template.hbs
|
||||
|
||||
#![cfg_attr(rustfmt, rustfmt_skip)]
|
||||
@@ -65,49 +67,49 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 168_000 picoseconds.
|
||||
Weight::from_parts(237_577, 0)
|
||||
// Minimum execution time: 205_000 picoseconds.
|
||||
Weight::from_parts(263_483, 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: 169_000 picoseconds.
|
||||
Weight::from_parts(224_111, 0)
|
||||
// Minimum execution time: 186_000 picoseconds.
|
||||
Weight::from_parts(257_588, 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: 175_000 picoseconds.
|
||||
Weight::from_parts(229_708, 0)
|
||||
// Minimum execution time: 192_000 picoseconds.
|
||||
Weight::from_parts(264_271, 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: 173_000 picoseconds.
|
||||
Weight::from_parts(229_855, 0)
|
||||
// Minimum execution time: 191_000 picoseconds.
|
||||
Weight::from_parts(250_785, 0)
|
||||
}
|
||||
fn hashing() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 21_286_627_000 picoseconds.
|
||||
Weight::from_parts(21_405_011_000, 0)
|
||||
// Minimum execution time: 21_405_207_000 picoseconds.
|
||||
Weight::from_parts(21_534_243_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: 239_000 picoseconds.
|
||||
Weight::from_parts(661_987, 0)
|
||||
// Standard Error: 24_324
|
||||
.saturating_add(Weight::from_parts(47_322_399, 0).saturating_mul(i.into()))
|
||||
// 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()))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -118,48 +120,48 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 168_000 picoseconds.
|
||||
Weight::from_parts(237_577, 0)
|
||||
// Minimum execution time: 205_000 picoseconds.
|
||||
Weight::from_parts(263_483, 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: 169_000 picoseconds.
|
||||
Weight::from_parts(224_111, 0)
|
||||
// Minimum execution time: 186_000 picoseconds.
|
||||
Weight::from_parts(257_588, 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: 175_000 picoseconds.
|
||||
Weight::from_parts(229_708, 0)
|
||||
// Minimum execution time: 192_000 picoseconds.
|
||||
Weight::from_parts(264_271, 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: 173_000 picoseconds.
|
||||
Weight::from_parts(229_855, 0)
|
||||
// Minimum execution time: 191_000 picoseconds.
|
||||
Weight::from_parts(250_785, 0)
|
||||
}
|
||||
fn hashing() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 21_286_627_000 picoseconds.
|
||||
Weight::from_parts(21_405_011_000, 0)
|
||||
// Minimum execution time: 21_405_207_000 picoseconds.
|
||||
Weight::from_parts(21_534_243_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: 239_000 picoseconds.
|
||||
Weight::from_parts(661_987, 0)
|
||||
// Standard Error: 24_324
|
||||
.saturating_add(Weight::from_parts(47_322_399, 0).saturating_mul(i.into()))
|
||||
// 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()))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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-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_bounties
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
@@ -73,14 +76,12 @@ 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: `308`
|
||||
// Estimated: `3102`
|
||||
// Minimum execution time: 22_787 nanoseconds.
|
||||
Weight::from_parts(23_898_632, 3102)
|
||||
// Standard Error: 141
|
||||
.saturating_add(Weight::from_parts(568, 0).saturating_mul(d.into()))
|
||||
// Measured: `276`
|
||||
// Estimated: `5082`
|
||||
// Minimum execution time: 26_271_000 picoseconds.
|
||||
Weight::from_parts(28_048_901, 5082)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -90,10 +91,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Bounties BountyApprovals (max_values: Some(1), max_size: Some(402), added: 897, mode: MaxEncodedLen)
|
||||
fn approve_bounty() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `400`
|
||||
// Estimated: `3549`
|
||||
// Minimum execution time: 10_526 nanoseconds.
|
||||
Weight::from_parts(10_729_000, 3549)
|
||||
// Measured: `368`
|
||||
// Estimated: `5529`
|
||||
// Minimum execution time: 12_573_000 picoseconds.
|
||||
Weight::from_parts(12_827_000, 5529)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -101,10 +102,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Bounties Bounties (max_values: None, max_size: Some(177), added: 2652, mode: MaxEncodedLen)
|
||||
fn propose_curator() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `420`
|
||||
// Estimated: `2652`
|
||||
// Minimum execution time: 9_193 nanoseconds.
|
||||
Weight::from_parts(9_455_000, 2652)
|
||||
// Measured: `388`
|
||||
// Estimated: `3642`
|
||||
// Minimum execution time: 10_555_000 picoseconds.
|
||||
Weight::from_parts(10_857_000, 3642)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -114,10 +115,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 unassign_curator() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `628`
|
||||
// Estimated: `5255`
|
||||
// Minimum execution time: 22_592 nanoseconds.
|
||||
Weight::from_parts(22_952_000, 5255)
|
||||
// Measured: `564`
|
||||
// Estimated: `7235`
|
||||
// Minimum execution time: 26_003_000 picoseconds.
|
||||
Weight::from_parts(26_291_000, 7235)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -127,10 +128,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 accept_curator() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `624`
|
||||
// Estimated: `5255`
|
||||
// Minimum execution time: 20_920 nanoseconds.
|
||||
Weight::from_parts(21_369_000, 5255)
|
||||
// Measured: `560`
|
||||
// Estimated: `7235`
|
||||
// Minimum execution time: 24_371_000 picoseconds.
|
||||
Weight::from_parts(24_781_000, 7235)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -140,10 +141,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: ChildBounties ParentChildBounties (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)
|
||||
fn award_bounty() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `570`
|
||||
// Estimated: `5143`
|
||||
// Minimum execution time: 17_853 nanoseconds.
|
||||
Weight::from_parts(18_280_000, 5143)
|
||||
// Measured: `538`
|
||||
// Estimated: `7123`
|
||||
// Minimum execution time: 20_688_000 picoseconds.
|
||||
Weight::from_parts(20_909_000, 7123)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -157,10 +158,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Bounties BountyDescriptions (max_values: None, max_size: Some(314), added: 2789, mode: MaxEncodedLen)
|
||||
fn claim_bounty() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `998`
|
||||
// Estimated: `12964`
|
||||
// Minimum execution time: 67_538 nanoseconds.
|
||||
Weight::from_parts(67_974_000, 12964)
|
||||
// Measured: `902`
|
||||
// Estimated: `15934`
|
||||
// Minimum execution time: 78_933_000 picoseconds.
|
||||
Weight::from_parts(79_884_000, 15934)
|
||||
.saturating_add(T::DbWeight::get().reads(5_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(6_u64))
|
||||
}
|
||||
@@ -174,10 +175,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Bounties BountyDescriptions (max_values: None, max_size: Some(314), added: 2789, mode: MaxEncodedLen)
|
||||
fn close_bounty_proposed() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `646`
|
||||
// Estimated: `7746`
|
||||
// Minimum execution time: 28_380 nanoseconds.
|
||||
Weight::from_parts(28_859_000, 7746)
|
||||
// Measured: `582`
|
||||
// Estimated: `10716`
|
||||
// Minimum execution time: 32_332_000 picoseconds.
|
||||
Weight::from_parts(32_833_000, 10716)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -191,10 +192,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Bounties BountyDescriptions (max_values: None, max_size: Some(314), added: 2789, mode: MaxEncodedLen)
|
||||
fn close_bounty_active() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `914`
|
||||
// Estimated: `10349`
|
||||
// Minimum execution time: 47_739 nanoseconds.
|
||||
Weight::from_parts(48_388_000, 10349)
|
||||
// Measured: `818`
|
||||
// Estimated: `13319`
|
||||
// Minimum execution time: 55_686_000 picoseconds.
|
||||
Weight::from_parts(56_271_000, 13319)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -202,10 +203,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Bounties Bounties (max_values: None, max_size: Some(177), added: 2652, mode: MaxEncodedLen)
|
||||
fn extend_bounty_expiry() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `456`
|
||||
// Estimated: `2652`
|
||||
// Minimum execution time: 14_188 nanoseconds.
|
||||
Weight::from_parts(14_801_000, 2652)
|
||||
// Measured: `424`
|
||||
// Estimated: `3642`
|
||||
// Minimum execution time: 16_414_000 picoseconds.
|
||||
Weight::from_parts(16_681_000, 3642)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -218,12 +219,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `b` is `[0, 100]`.
|
||||
fn spend_funds(b: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `31 + b * (360 ±0)`
|
||||
// Estimated: `897 + b * (7858 ±0)`
|
||||
// Minimum execution time: 4_685 nanoseconds.
|
||||
Weight::from_parts(9_932_840, 897)
|
||||
// Standard Error: 14_301
|
||||
.saturating_add(Weight::from_parts(27_178_347, 0).saturating_mul(b.into()))
|
||||
// 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()))
|
||||
.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))
|
||||
@@ -243,14 +244,12 @@ 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: `308`
|
||||
// Estimated: `3102`
|
||||
// Minimum execution time: 22_787 nanoseconds.
|
||||
Weight::from_parts(23_898_632, 3102)
|
||||
// Standard Error: 141
|
||||
.saturating_add(Weight::from_parts(568, 0).saturating_mul(d.into()))
|
||||
// Measured: `276`
|
||||
// Estimated: `5082`
|
||||
// Minimum execution time: 26_271_000 picoseconds.
|
||||
Weight::from_parts(28_048_901, 5082)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -260,10 +259,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Bounties BountyApprovals (max_values: Some(1), max_size: Some(402), added: 897, mode: MaxEncodedLen)
|
||||
fn approve_bounty() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `400`
|
||||
// Estimated: `3549`
|
||||
// Minimum execution time: 10_526 nanoseconds.
|
||||
Weight::from_parts(10_729_000, 3549)
|
||||
// Measured: `368`
|
||||
// Estimated: `5529`
|
||||
// Minimum execution time: 12_573_000 picoseconds.
|
||||
Weight::from_parts(12_827_000, 5529)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -271,10 +270,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Bounties Bounties (max_values: None, max_size: Some(177), added: 2652, mode: MaxEncodedLen)
|
||||
fn propose_curator() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `420`
|
||||
// Estimated: `2652`
|
||||
// Minimum execution time: 9_193 nanoseconds.
|
||||
Weight::from_parts(9_455_000, 2652)
|
||||
// Measured: `388`
|
||||
// Estimated: `3642`
|
||||
// Minimum execution time: 10_555_000 picoseconds.
|
||||
Weight::from_parts(10_857_000, 3642)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -284,10 +283,10 @@ impl WeightInfo for () {
|
||||
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||
fn unassign_curator() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `628`
|
||||
// Estimated: `5255`
|
||||
// Minimum execution time: 22_592 nanoseconds.
|
||||
Weight::from_parts(22_952_000, 5255)
|
||||
// Measured: `564`
|
||||
// Estimated: `7235`
|
||||
// Minimum execution time: 26_003_000 picoseconds.
|
||||
Weight::from_parts(26_291_000, 7235)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -297,10 +296,10 @@ impl WeightInfo for () {
|
||||
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||
fn accept_curator() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `624`
|
||||
// Estimated: `5255`
|
||||
// Minimum execution time: 20_920 nanoseconds.
|
||||
Weight::from_parts(21_369_000, 5255)
|
||||
// Measured: `560`
|
||||
// Estimated: `7235`
|
||||
// Minimum execution time: 24_371_000 picoseconds.
|
||||
Weight::from_parts(24_781_000, 7235)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -310,10 +309,10 @@ impl WeightInfo for () {
|
||||
/// Proof: ChildBounties ParentChildBounties (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)
|
||||
fn award_bounty() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `570`
|
||||
// Estimated: `5143`
|
||||
// Minimum execution time: 17_853 nanoseconds.
|
||||
Weight::from_parts(18_280_000, 5143)
|
||||
// Measured: `538`
|
||||
// Estimated: `7123`
|
||||
// Minimum execution time: 20_688_000 picoseconds.
|
||||
Weight::from_parts(20_909_000, 7123)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -327,10 +326,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Bounties BountyDescriptions (max_values: None, max_size: Some(314), added: 2789, mode: MaxEncodedLen)
|
||||
fn claim_bounty() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `998`
|
||||
// Estimated: `12964`
|
||||
// Minimum execution time: 67_538 nanoseconds.
|
||||
Weight::from_parts(67_974_000, 12964)
|
||||
// Measured: `902`
|
||||
// Estimated: `15934`
|
||||
// Minimum execution time: 78_933_000 picoseconds.
|
||||
Weight::from_parts(79_884_000, 15934)
|
||||
.saturating_add(RocksDbWeight::get().reads(5_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(6_u64))
|
||||
}
|
||||
@@ -344,10 +343,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Bounties BountyDescriptions (max_values: None, max_size: Some(314), added: 2789, mode: MaxEncodedLen)
|
||||
fn close_bounty_proposed() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `646`
|
||||
// Estimated: `7746`
|
||||
// Minimum execution time: 28_380 nanoseconds.
|
||||
Weight::from_parts(28_859_000, 7746)
|
||||
// Measured: `582`
|
||||
// Estimated: `10716`
|
||||
// Minimum execution time: 32_332_000 picoseconds.
|
||||
Weight::from_parts(32_833_000, 10716)
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -361,10 +360,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Bounties BountyDescriptions (max_values: None, max_size: Some(314), added: 2789, mode: MaxEncodedLen)
|
||||
fn close_bounty_active() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `914`
|
||||
// Estimated: `10349`
|
||||
// Minimum execution time: 47_739 nanoseconds.
|
||||
Weight::from_parts(48_388_000, 10349)
|
||||
// Measured: `818`
|
||||
// Estimated: `13319`
|
||||
// Minimum execution time: 55_686_000 picoseconds.
|
||||
Weight::from_parts(56_271_000, 13319)
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -372,10 +371,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Bounties Bounties (max_values: None, max_size: Some(177), added: 2652, mode: MaxEncodedLen)
|
||||
fn extend_bounty_expiry() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `456`
|
||||
// Estimated: `2652`
|
||||
// Minimum execution time: 14_188 nanoseconds.
|
||||
Weight::from_parts(14_801_000, 2652)
|
||||
// Measured: `424`
|
||||
// Estimated: `3642`
|
||||
// Minimum execution time: 16_414_000 picoseconds.
|
||||
Weight::from_parts(16_681_000, 3642)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -388,12 +387,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `b` is `[0, 100]`.
|
||||
fn spend_funds(b: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `31 + b * (360 ±0)`
|
||||
// Estimated: `897 + b * (7858 ±0)`
|
||||
// Minimum execution time: 4_685 nanoseconds.
|
||||
Weight::from_parts(9_932_840, 897)
|
||||
// Standard Error: 14_301
|
||||
.saturating_add(Weight::from_parts(27_178_347, 0).saturating_mul(b.into()))
|
||||
// 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()))
|
||||
.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))
|
||||
|
||||
@@ -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-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_child_bounties
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
@@ -76,12 +79,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `d` is `[0, 300]`.
|
||||
fn add_child_bounty(d: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `742`
|
||||
// Estimated: `10848`
|
||||
// Minimum execution time: 46_743 nanoseconds.
|
||||
Weight::from_parts(47_762_924, 10848)
|
||||
// Standard Error: 135
|
||||
.saturating_add(Weight::from_parts(599, 0).saturating_mul(d.into()))
|
||||
// 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()))
|
||||
.saturating_add(T::DbWeight::get().reads(5_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(6_u64))
|
||||
}
|
||||
@@ -93,10 +96,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: ChildBounties ChildrenCuratorFees (max_values: None, max_size: Some(28), added: 2503, mode: MaxEncodedLen)
|
||||
fn propose_curator() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `796`
|
||||
// Estimated: `7775`
|
||||
// Minimum execution time: 16_417 nanoseconds.
|
||||
Weight::from_parts(16_712_000, 7775)
|
||||
// Measured: `732`
|
||||
// Estimated: `10745`
|
||||
// Minimum execution time: 19_222_000 picoseconds.
|
||||
Weight::from_parts(19_446_000, 10745)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -108,10 +111,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 accept_curator() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `974`
|
||||
// Estimated: `7875`
|
||||
// Minimum execution time: 25_548 nanoseconds.
|
||||
Weight::from_parts(25_919_000, 7875)
|
||||
// Measured: `878`
|
||||
// Estimated: `10845`
|
||||
// Minimum execution time: 31_049_000 picoseconds.
|
||||
Weight::from_parts(31_546_000, 10845)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -123,10 +126,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 unassign_curator() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `974`
|
||||
// Estimated: `7875`
|
||||
// Minimum execution time: 27_645 nanoseconds.
|
||||
Weight::from_parts(27_947_000, 7875)
|
||||
// Measured: `878`
|
||||
// Estimated: `10845`
|
||||
// Minimum execution time: 33_860_000 picoseconds.
|
||||
Weight::from_parts(34_897_000, 10845)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -136,10 +139,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: ChildBounties ChildBounties (max_values: None, max_size: Some(145), added: 2620, mode: MaxEncodedLen)
|
||||
fn award_child_bounty() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `839`
|
||||
// Estimated: `5272`
|
||||
// Minimum execution time: 20_002 nanoseconds.
|
||||
Weight::from_parts(20_512_000, 5272)
|
||||
// Measured: `775`
|
||||
// Estimated: `7252`
|
||||
// Minimum execution time: 23_178_000 picoseconds.
|
||||
Weight::from_parts(23_412_000, 7252)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -153,10 +156,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: ChildBounties ChildBountyDescriptions (max_values: None, max_size: Some(314), added: 2789, mode: MaxEncodedLen)
|
||||
fn claim_child_bounty() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `744`
|
||||
// Estimated: `12920`
|
||||
// Minimum execution time: 63_752 nanoseconds.
|
||||
Weight::from_parts(64_179_000, 12920)
|
||||
// Measured: `648`
|
||||
// Estimated: `15890`
|
||||
// Minimum execution time: 76_189_000 picoseconds.
|
||||
Weight::from_parts(76_770_000, 15890)
|
||||
.saturating_add(T::DbWeight::get().reads(5_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(6_u64))
|
||||
}
|
||||
@@ -174,10 +177,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: ChildBounties ChildBountyDescriptions (max_values: None, max_size: Some(314), added: 2789, mode: MaxEncodedLen)
|
||||
fn close_child_bounty_added() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1106`
|
||||
// Estimated: `15472`
|
||||
// Minimum execution time: 47_388 nanoseconds.
|
||||
Weight::from_parts(47_946_000, 15472)
|
||||
// Measured: `978`
|
||||
// Estimated: `20422`
|
||||
// Minimum execution time: 55_161_000 picoseconds.
|
||||
Weight::from_parts(55_578_000, 20422)
|
||||
.saturating_add(T::DbWeight::get().reads(6_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(6_u64))
|
||||
}
|
||||
@@ -195,10 +198,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: ChildBounties ChildBountyDescriptions (max_values: None, max_size: Some(314), added: 2789, mode: MaxEncodedLen)
|
||||
fn close_child_bounty_active() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1325`
|
||||
// Estimated: `18075`
|
||||
// Minimum execution time: 58_008 nanoseconds.
|
||||
Weight::from_parts(58_586_000, 18075)
|
||||
// Measured: `1165`
|
||||
// Estimated: `23025`
|
||||
// Minimum execution time: 67_815_000 picoseconds.
|
||||
Weight::from_parts(68_620_000, 23025)
|
||||
.saturating_add(T::DbWeight::get().reads(7_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(7_u64))
|
||||
}
|
||||
@@ -221,12 +224,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `d` is `[0, 300]`.
|
||||
fn add_child_bounty(d: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `742`
|
||||
// Estimated: `10848`
|
||||
// Minimum execution time: 46_743 nanoseconds.
|
||||
Weight::from_parts(47_762_924, 10848)
|
||||
// Standard Error: 135
|
||||
.saturating_add(Weight::from_parts(599, 0).saturating_mul(d.into()))
|
||||
// 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()))
|
||||
.saturating_add(RocksDbWeight::get().reads(5_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(6_u64))
|
||||
}
|
||||
@@ -238,10 +241,10 @@ impl WeightInfo for () {
|
||||
/// Proof: ChildBounties ChildrenCuratorFees (max_values: None, max_size: Some(28), added: 2503, mode: MaxEncodedLen)
|
||||
fn propose_curator() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `796`
|
||||
// Estimated: `7775`
|
||||
// Minimum execution time: 16_417 nanoseconds.
|
||||
Weight::from_parts(16_712_000, 7775)
|
||||
// Measured: `732`
|
||||
// Estimated: `10745`
|
||||
// Minimum execution time: 19_222_000 picoseconds.
|
||||
Weight::from_parts(19_446_000, 10745)
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -253,10 +256,10 @@ impl WeightInfo for () {
|
||||
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||
fn accept_curator() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `974`
|
||||
// Estimated: `7875`
|
||||
// Minimum execution time: 25_548 nanoseconds.
|
||||
Weight::from_parts(25_919_000, 7875)
|
||||
// Measured: `878`
|
||||
// Estimated: `10845`
|
||||
// Minimum execution time: 31_049_000 picoseconds.
|
||||
Weight::from_parts(31_546_000, 10845)
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -268,10 +271,10 @@ impl WeightInfo for () {
|
||||
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||
fn unassign_curator() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `974`
|
||||
// Estimated: `7875`
|
||||
// Minimum execution time: 27_645 nanoseconds.
|
||||
Weight::from_parts(27_947_000, 7875)
|
||||
// Measured: `878`
|
||||
// Estimated: `10845`
|
||||
// Minimum execution time: 33_860_000 picoseconds.
|
||||
Weight::from_parts(34_897_000, 10845)
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -281,10 +284,10 @@ impl WeightInfo for () {
|
||||
/// Proof: ChildBounties ChildBounties (max_values: None, max_size: Some(145), added: 2620, mode: MaxEncodedLen)
|
||||
fn award_child_bounty() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `839`
|
||||
// Estimated: `5272`
|
||||
// Minimum execution time: 20_002 nanoseconds.
|
||||
Weight::from_parts(20_512_000, 5272)
|
||||
// Measured: `775`
|
||||
// Estimated: `7252`
|
||||
// Minimum execution time: 23_178_000 picoseconds.
|
||||
Weight::from_parts(23_412_000, 7252)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -298,10 +301,10 @@ impl WeightInfo for () {
|
||||
/// Proof: ChildBounties ChildBountyDescriptions (max_values: None, max_size: Some(314), added: 2789, mode: MaxEncodedLen)
|
||||
fn claim_child_bounty() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `744`
|
||||
// Estimated: `12920`
|
||||
// Minimum execution time: 63_752 nanoseconds.
|
||||
Weight::from_parts(64_179_000, 12920)
|
||||
// Measured: `648`
|
||||
// Estimated: `15890`
|
||||
// Minimum execution time: 76_189_000 picoseconds.
|
||||
Weight::from_parts(76_770_000, 15890)
|
||||
.saturating_add(RocksDbWeight::get().reads(5_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(6_u64))
|
||||
}
|
||||
@@ -319,10 +322,10 @@ impl WeightInfo for () {
|
||||
/// Proof: ChildBounties ChildBountyDescriptions (max_values: None, max_size: Some(314), added: 2789, mode: MaxEncodedLen)
|
||||
fn close_child_bounty_added() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1106`
|
||||
// Estimated: `15472`
|
||||
// Minimum execution time: 47_388 nanoseconds.
|
||||
Weight::from_parts(47_946_000, 15472)
|
||||
// Measured: `978`
|
||||
// Estimated: `20422`
|
||||
// Minimum execution time: 55_161_000 picoseconds.
|
||||
Weight::from_parts(55_578_000, 20422)
|
||||
.saturating_add(RocksDbWeight::get().reads(6_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(6_u64))
|
||||
}
|
||||
@@ -340,10 +343,10 @@ impl WeightInfo for () {
|
||||
/// Proof: ChildBounties ChildBountyDescriptions (max_values: None, max_size: Some(314), added: 2789, mode: MaxEncodedLen)
|
||||
fn close_child_bounty_active() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1325`
|
||||
// Estimated: `18075`
|
||||
// Minimum execution time: 58_008 nanoseconds.
|
||||
Weight::from_parts(58_586_000, 18075)
|
||||
// Measured: `1165`
|
||||
// Estimated: `23025`
|
||||
// Minimum execution time: 67_815_000 picoseconds.
|
||||
Weight::from_parts(68_620_000, 23025)
|
||||
.saturating_add(RocksDbWeight::get().reads(7_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(7_u64))
|
||||
}
|
||||
|
||||
@@ -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-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_collective
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
@@ -76,20 +79,20 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `p` is `[0, 100]`.
|
||||
fn set_members(m: u32, _n: u32, p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0 + m * (3233 ±0) + p * (3223 ±0)`
|
||||
// Estimated: `16586 + m * (7809 ±24) + p * (10238 ±24)`
|
||||
// Minimum execution time: 17_093 nanoseconds.
|
||||
Weight::from_parts(17_284_000, 16586)
|
||||
// Standard Error: 64_700
|
||||
.saturating_add(Weight::from_parts(5_143_145, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 64_700
|
||||
.saturating_add(Weight::from_parts(7_480_941, 0).saturating_mul(p.into()))
|
||||
// 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()))
|
||||
.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, 7809).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 10238).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()))
|
||||
}
|
||||
/// Storage: Council Members (r:1 w:0)
|
||||
/// Proof Skipped: Council Members (max_values: Some(1), max_size: None, mode: Measured)
|
||||
@@ -97,14 +100,14 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `m` is `[1, 100]`.
|
||||
fn execute(b: u32, m: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `234 + m * (32 ±0)`
|
||||
// Estimated: `730 + m * (32 ±0)`
|
||||
// Minimum execution time: 15_972 nanoseconds.
|
||||
Weight::from_parts(14_971_445, 730)
|
||||
// Standard Error: 32
|
||||
.saturating_add(Weight::from_parts(1_775, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 334
|
||||
.saturating_add(Weight::from_parts(17_052, 0).saturating_mul(m.into()))
|
||||
// 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()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into()))
|
||||
}
|
||||
@@ -116,14 +119,14 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `m` is `[1, 100]`.
|
||||
fn propose_execute(b: u32, m: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `234 + m * (32 ±0)`
|
||||
// Estimated: `3440 + m * (64 ±0)`
|
||||
// Minimum execution time: 17_950 nanoseconds.
|
||||
Weight::from_parts(17_019_558, 3440)
|
||||
// Standard Error: 41
|
||||
.saturating_add(Weight::from_parts(1_807, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 432
|
||||
.saturating_add(Weight::from_parts(27_986, 0).saturating_mul(m.into()))
|
||||
// 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()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into()))
|
||||
}
|
||||
@@ -142,16 +145,16 @@ 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: `556 + m * (32 ±0) + p * (36 ±0)`
|
||||
// Estimated: `6355 + m * (165 ±0) + p * (180 ±0)`
|
||||
// Minimum execution time: 24_817 nanoseconds.
|
||||
Weight::from_parts(24_778_955, 6355)
|
||||
// Standard Error: 73
|
||||
.saturating_add(Weight::from_parts(2_355, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 765
|
||||
.saturating_add(Weight::from_parts(20_518, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 755
|
||||
.saturating_add(Weight::from_parts(85_670, 0).saturating_mul(p.into()))
|
||||
// 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()))
|
||||
.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()))
|
||||
@@ -164,12 +167,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: `1006 + m * (64 ±0)`
|
||||
// Estimated: `4980 + m * (128 ±0)`
|
||||
// Minimum execution time: 19_790 nanoseconds.
|
||||
Weight::from_parts(20_528_275, 4980)
|
||||
// Standard Error: 651
|
||||
.saturating_add(Weight::from_parts(48_856, 0).saturating_mul(m.into()))
|
||||
// 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()))
|
||||
.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()))
|
||||
@@ -186,14 +189,14 @@ 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: `626 + m * (64 ±0) + p * (36 ±0)`
|
||||
// Estimated: `5893 + m * (260 ±0) + p * (144 ±0)`
|
||||
// Minimum execution time: 25_564 nanoseconds.
|
||||
Weight::from_parts(25_535_497, 5893)
|
||||
// Standard Error: 610
|
||||
.saturating_add(Weight::from_parts(27_956, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 595
|
||||
.saturating_add(Weight::from_parts(84_835, 0).saturating_mul(p.into()))
|
||||
// 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()))
|
||||
.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()))
|
||||
@@ -212,16 +215,16 @@ 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: `962 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)`
|
||||
// Estimated: `9164 + b * (4 ±0) + m * (264 ±0) + p * (160 ±0)`
|
||||
// Minimum execution time: 36_515 nanoseconds.
|
||||
Weight::from_parts(36_626_648, 9164)
|
||||
// Standard Error: 98
|
||||
.saturating_add(Weight::from_parts(2_295, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 1_036
|
||||
.saturating_add(Weight::from_parts(22_182, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 1_010
|
||||
.saturating_add(Weight::from_parts(100_034, 0).saturating_mul(p.into()))
|
||||
// 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()))
|
||||
.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()))
|
||||
@@ -242,14 +245,14 @@ 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: `646 + m * (64 ±0) + p * (36 ±0)`
|
||||
// Estimated: `7095 + m * (325 ±0) + p * (180 ±0)`
|
||||
// Minimum execution time: 28_858 nanoseconds.
|
||||
Weight::from_parts(28_050_047, 7095)
|
||||
// Standard Error: 614
|
||||
.saturating_add(Weight::from_parts(34_031, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 599
|
||||
.saturating_add(Weight::from_parts(85_744, 0).saturating_mul(p.into()))
|
||||
// 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()))
|
||||
.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()))
|
||||
@@ -270,16 +273,16 @@ 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: `982 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)`
|
||||
// Estimated: `10565 + b * (5 ±0) + m * (330 ±0) + p * (200 ±0)`
|
||||
// Minimum execution time: 38_608 nanoseconds.
|
||||
Weight::from_parts(39_948_329, 10565)
|
||||
// Standard Error: 84
|
||||
.saturating_add(Weight::from_parts(2_045, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 895
|
||||
.saturating_add(Weight::from_parts(22_669, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 872
|
||||
.saturating_add(Weight::from_parts(95_525, 0).saturating_mul(p.into()))
|
||||
// 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)
|
||||
// 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(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()))
|
||||
@@ -295,12 +298,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `p` is `[1, 100]`.
|
||||
fn disapprove_proposal(p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `391 + p * (32 ±0)`
|
||||
// Estimated: `1668 + p * (96 ±0)`
|
||||
// Minimum execution time: 14_785 nanoseconds.
|
||||
Weight::from_parts(16_393_818, 1668)
|
||||
// Standard Error: 612
|
||||
.saturating_add(Weight::from_parts(76_786, 0).saturating_mul(p.into()))
|
||||
// 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()))
|
||||
.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()))
|
||||
@@ -322,20 +325,20 @@ impl WeightInfo for () {
|
||||
/// The range of component `p` is `[0, 100]`.
|
||||
fn set_members(m: u32, _n: u32, p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0 + m * (3233 ±0) + p * (3223 ±0)`
|
||||
// Estimated: `16586 + m * (7809 ±24) + p * (10238 ±24)`
|
||||
// Minimum execution time: 17_093 nanoseconds.
|
||||
Weight::from_parts(17_284_000, 16586)
|
||||
// Standard Error: 64_700
|
||||
.saturating_add(Weight::from_parts(5_143_145, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 64_700
|
||||
.saturating_add(Weight::from_parts(7_480_941, 0).saturating_mul(p.into()))
|
||||
// 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()))
|
||||
.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, 7809).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_parts(0, 10238).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()))
|
||||
}
|
||||
/// Storage: Council Members (r:1 w:0)
|
||||
/// Proof Skipped: Council Members (max_values: Some(1), max_size: None, mode: Measured)
|
||||
@@ -343,14 +346,14 @@ impl WeightInfo for () {
|
||||
/// The range of component `m` is `[1, 100]`.
|
||||
fn execute(b: u32, m: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `234 + m * (32 ±0)`
|
||||
// Estimated: `730 + m * (32 ±0)`
|
||||
// Minimum execution time: 15_972 nanoseconds.
|
||||
Weight::from_parts(14_971_445, 730)
|
||||
// Standard Error: 32
|
||||
.saturating_add(Weight::from_parts(1_775, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 334
|
||||
.saturating_add(Weight::from_parts(17_052, 0).saturating_mul(m.into()))
|
||||
// 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()))
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into()))
|
||||
}
|
||||
@@ -362,14 +365,14 @@ impl WeightInfo for () {
|
||||
/// The range of component `m` is `[1, 100]`.
|
||||
fn propose_execute(b: u32, m: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `234 + m * (32 ±0)`
|
||||
// Estimated: `3440 + m * (64 ±0)`
|
||||
// Minimum execution time: 17_950 nanoseconds.
|
||||
Weight::from_parts(17_019_558, 3440)
|
||||
// Standard Error: 41
|
||||
.saturating_add(Weight::from_parts(1_807, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 432
|
||||
.saturating_add(Weight::from_parts(27_986, 0).saturating_mul(m.into()))
|
||||
// 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()))
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into()))
|
||||
}
|
||||
@@ -388,16 +391,16 @@ 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: `556 + m * (32 ±0) + p * (36 ±0)`
|
||||
// Estimated: `6355 + m * (165 ±0) + p * (180 ±0)`
|
||||
// Minimum execution time: 24_817 nanoseconds.
|
||||
Weight::from_parts(24_778_955, 6355)
|
||||
// Standard Error: 73
|
||||
.saturating_add(Weight::from_parts(2_355, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 765
|
||||
.saturating_add(Weight::from_parts(20_518, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 755
|
||||
.saturating_add(Weight::from_parts(85_670, 0).saturating_mul(p.into()))
|
||||
// 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()))
|
||||
.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()))
|
||||
@@ -410,12 +413,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `m` is `[5, 100]`.
|
||||
fn vote(m: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1006 + m * (64 ±0)`
|
||||
// Estimated: `4980 + m * (128 ±0)`
|
||||
// Minimum execution time: 19_790 nanoseconds.
|
||||
Weight::from_parts(20_528_275, 4980)
|
||||
// Standard Error: 651
|
||||
.saturating_add(Weight::from_parts(48_856, 0).saturating_mul(m.into()))
|
||||
// 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()))
|
||||
.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()))
|
||||
@@ -432,14 +435,14 @@ 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: `626 + m * (64 ±0) + p * (36 ±0)`
|
||||
// Estimated: `5893 + m * (260 ±0) + p * (144 ±0)`
|
||||
// Minimum execution time: 25_564 nanoseconds.
|
||||
Weight::from_parts(25_535_497, 5893)
|
||||
// Standard Error: 610
|
||||
.saturating_add(Weight::from_parts(27_956, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 595
|
||||
.saturating_add(Weight::from_parts(84_835, 0).saturating_mul(p.into()))
|
||||
// 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()))
|
||||
.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()))
|
||||
@@ -458,16 +461,16 @@ 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: `962 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)`
|
||||
// Estimated: `9164 + b * (4 ±0) + m * (264 ±0) + p * (160 ±0)`
|
||||
// Minimum execution time: 36_515 nanoseconds.
|
||||
Weight::from_parts(36_626_648, 9164)
|
||||
// Standard Error: 98
|
||||
.saturating_add(Weight::from_parts(2_295, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 1_036
|
||||
.saturating_add(Weight::from_parts(22_182, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 1_010
|
||||
.saturating_add(Weight::from_parts(100_034, 0).saturating_mul(p.into()))
|
||||
// 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()))
|
||||
.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()))
|
||||
@@ -488,14 +491,14 @@ 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: `646 + m * (64 ±0) + p * (36 ±0)`
|
||||
// Estimated: `7095 + m * (325 ±0) + p * (180 ±0)`
|
||||
// Minimum execution time: 28_858 nanoseconds.
|
||||
Weight::from_parts(28_050_047, 7095)
|
||||
// Standard Error: 614
|
||||
.saturating_add(Weight::from_parts(34_031, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 599
|
||||
.saturating_add(Weight::from_parts(85_744, 0).saturating_mul(p.into()))
|
||||
// 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()))
|
||||
.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()))
|
||||
@@ -516,16 +519,16 @@ 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: `982 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)`
|
||||
// Estimated: `10565 + b * (5 ±0) + m * (330 ±0) + p * (200 ±0)`
|
||||
// Minimum execution time: 38_608 nanoseconds.
|
||||
Weight::from_parts(39_948_329, 10565)
|
||||
// Standard Error: 84
|
||||
.saturating_add(Weight::from_parts(2_045, 0).saturating_mul(b.into()))
|
||||
// Standard Error: 895
|
||||
.saturating_add(Weight::from_parts(22_669, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 872
|
||||
.saturating_add(Weight::from_parts(95_525, 0).saturating_mul(p.into()))
|
||||
// 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)
|
||||
// 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(RocksDbWeight::get().reads(5_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
.saturating_add(Weight::from_parts(0, 5).saturating_mul(b.into()))
|
||||
@@ -541,12 +544,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `p` is `[1, 100]`.
|
||||
fn disapprove_proposal(p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `391 + p * (32 ±0)`
|
||||
// Estimated: `1668 + p * (96 ±0)`
|
||||
// Minimum execution time: 14_785 nanoseconds.
|
||||
Weight::from_parts(16_393_818, 1668)
|
||||
// Standard Error: 612
|
||||
.saturating_add(Weight::from_parts(76_786, 0).saturating_mul(p.into()))
|
||||
// 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()))
|
||||
.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()))
|
||||
|
||||
+1252
-1484
File diff suppressed because it is too large
Load Diff
@@ -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-01-24, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `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_conviction_voting
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
@@ -72,10 +75,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Scheduler Agenda (max_values: None, max_size: Some(107022), added: 109497, mode: MaxEncodedLen)
|
||||
fn vote_new() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `13168`
|
||||
// Estimated: `257859`
|
||||
// Minimum execution time: 85_569 nanoseconds.
|
||||
Weight::from_parts(86_492_000, 257859)
|
||||
// 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))
|
||||
.saturating_add(T::DbWeight::get().writes(6_u64))
|
||||
}
|
||||
@@ -91,10 +94,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Scheduler Agenda (max_values: None, max_size: Some(107022), added: 109497, mode: MaxEncodedLen)
|
||||
fn vote_existing() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `20342`
|
||||
// Estimated: `257859`
|
||||
// Minimum execution time: 212_727 nanoseconds.
|
||||
Weight::from_parts(213_741_000, 257859)
|
||||
// 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))
|
||||
.saturating_add(T::DbWeight::get().writes(6_u64))
|
||||
}
|
||||
@@ -106,10 +109,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Scheduler Agenda (max_values: None, max_size: Some(107022), added: 109497, mode: MaxEncodedLen)
|
||||
fn remove_vote() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `20062`
|
||||
// Estimated: `251551`
|
||||
// Minimum execution time: 200_513 nanoseconds.
|
||||
Weight::from_parts(201_589_000, 251551)
|
||||
// Measured: `19968`
|
||||
// Estimated: `254521`
|
||||
// Minimum execution time: 244_844_000 picoseconds.
|
||||
Weight::from_parts(247_433_000, 254521)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -119,10 +122,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Referenda ReferendumInfoFor (max_values: None, max_size: Some(366), added: 2841, mode: MaxEncodedLen)
|
||||
fn remove_other_vote() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `12738`
|
||||
// Estimated: `32557`
|
||||
// Minimum execution time: 43_083 nanoseconds.
|
||||
Weight::from_parts(43_763_000, 32557)
|
||||
// Measured: `12675`
|
||||
// Estimated: `34537`
|
||||
// Minimum execution time: 46_271_000 picoseconds.
|
||||
Weight::from_parts(47_639_000, 34537)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -139,17 +142,17 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `r` is `[0, 1]`.
|
||||
fn delegate(r: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `272 + r * (1689 ±0)`
|
||||
// Estimated: `176657 + r * (110917 ±0)`
|
||||
// Minimum execution time: 33_246 nanoseconds.
|
||||
Weight::from_parts(34_560_391, 176657)
|
||||
// Standard Error: 63_925
|
||||
.saturating_add(Weight::from_parts(34_500_408, 0).saturating_mul(r.into()))
|
||||
// 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))
|
||||
.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, 110917).saturating_mul(r.into()))
|
||||
.saturating_add(Weight::from_parts(0, 111908).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)
|
||||
@@ -160,17 +163,17 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `r` is `[0, 1]`.
|
||||
fn undelegate(r: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `470 + r * (1407 ±0)`
|
||||
// Estimated: `170349 + r * (110917 ±0)`
|
||||
// Minimum execution time: 20_508 nanoseconds.
|
||||
Weight::from_parts(21_240_024, 170349)
|
||||
// Standard Error: 37_314
|
||||
.saturating_add(Weight::from_parts(30_890_875, 0).saturating_mul(r.into()))
|
||||
// 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()))
|
||||
.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, 110917).saturating_mul(r.into()))
|
||||
.saturating_add(Weight::from_parts(0, 111908).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)
|
||||
@@ -180,10 +183,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
|
||||
fn unlock() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `11797`
|
||||
// Estimated: `36024`
|
||||
// Minimum execution time: 50_305 nanoseconds.
|
||||
Weight::from_parts(51_226_000, 36024)
|
||||
// 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))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -203,10 +206,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Scheduler Agenda (max_values: None, max_size: Some(107022), added: 109497, mode: MaxEncodedLen)
|
||||
fn vote_new() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `13168`
|
||||
// Estimated: `257859`
|
||||
// Minimum execution time: 85_569 nanoseconds.
|
||||
Weight::from_parts(86_492_000, 257859)
|
||||
// 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))
|
||||
.saturating_add(RocksDbWeight::get().writes(6_u64))
|
||||
}
|
||||
@@ -222,10 +225,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Scheduler Agenda (max_values: None, max_size: Some(107022), added: 109497, mode: MaxEncodedLen)
|
||||
fn vote_existing() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `20342`
|
||||
// Estimated: `257859`
|
||||
// Minimum execution time: 212_727 nanoseconds.
|
||||
Weight::from_parts(213_741_000, 257859)
|
||||
// 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))
|
||||
.saturating_add(RocksDbWeight::get().writes(6_u64))
|
||||
}
|
||||
@@ -237,10 +240,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Scheduler Agenda (max_values: None, max_size: Some(107022), added: 109497, mode: MaxEncodedLen)
|
||||
fn remove_vote() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `20062`
|
||||
// Estimated: `251551`
|
||||
// Minimum execution time: 200_513 nanoseconds.
|
||||
Weight::from_parts(201_589_000, 251551)
|
||||
// Measured: `19968`
|
||||
// Estimated: `254521`
|
||||
// Minimum execution time: 244_844_000 picoseconds.
|
||||
Weight::from_parts(247_433_000, 254521)
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -250,10 +253,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Referenda ReferendumInfoFor (max_values: None, max_size: Some(366), added: 2841, mode: MaxEncodedLen)
|
||||
fn remove_other_vote() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `12738`
|
||||
// Estimated: `32557`
|
||||
// Minimum execution time: 43_083 nanoseconds.
|
||||
Weight::from_parts(43_763_000, 32557)
|
||||
// Measured: `12675`
|
||||
// Estimated: `34537`
|
||||
// Minimum execution time: 46_271_000 picoseconds.
|
||||
Weight::from_parts(47_639_000, 34537)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -270,17 +273,17 @@ impl WeightInfo for () {
|
||||
/// The range of component `r` is `[0, 1]`.
|
||||
fn delegate(r: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `272 + r * (1689 ±0)`
|
||||
// Estimated: `176657 + r * (110917 ±0)`
|
||||
// Minimum execution time: 33_246 nanoseconds.
|
||||
Weight::from_parts(34_560_391, 176657)
|
||||
// Standard Error: 63_925
|
||||
.saturating_add(Weight::from_parts(34_500_408, 0).saturating_mul(r.into()))
|
||||
// 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))
|
||||
.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, 110917).saturating_mul(r.into()))
|
||||
.saturating_add(Weight::from_parts(0, 111908).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)
|
||||
@@ -291,17 +294,17 @@ impl WeightInfo for () {
|
||||
/// The range of component `r` is `[0, 1]`.
|
||||
fn undelegate(r: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `470 + r * (1407 ±0)`
|
||||
// Estimated: `170349 + r * (110917 ±0)`
|
||||
// Minimum execution time: 20_508 nanoseconds.
|
||||
Weight::from_parts(21_240_024, 170349)
|
||||
// Standard Error: 37_314
|
||||
.saturating_add(Weight::from_parts(30_890_875, 0).saturating_mul(r.into()))
|
||||
// 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()))
|
||||
.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, 110917).saturating_mul(r.into()))
|
||||
.saturating_add(Weight::from_parts(0, 111908).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)
|
||||
@@ -311,10 +314,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
|
||||
fn unlock() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `11797`
|
||||
// Estimated: `36024`
|
||||
// Minimum execution time: 50_305 nanoseconds.
|
||||
Weight::from_parts(51_226_000, 36024)
|
||||
// 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))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
}
|
||||
|
||||
@@ -18,26 +18,28 @@
|
||||
//! Autogenerated weights for pallet_core_fellowship
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-03-05, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `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:
|
||||
// target/production/substrate
|
||||
// ./target/production/substrate
|
||||
// benchmark
|
||||
// pallet
|
||||
// --chain=dev
|
||||
// --steps=50
|
||||
// --repeat=20
|
||||
// --pallet=pallet_core_fellowship
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --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_core_fellowship
|
||||
// --chain=dev
|
||||
// --header=./HEADER-APACHE2
|
||||
// --output=./frame/core-fellowship/src/weights.rs
|
||||
// --header=./HEADER-APACHE2
|
||||
// --template=./.maintain/frame-weight-template.hbs
|
||||
|
||||
#![cfg_attr(rustfmt, rustfmt_skip)]
|
||||
@@ -70,8 +72,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 10_489_000 picoseconds.
|
||||
Weight::from_parts(10_873_000, 0)
|
||||
// Minimum execution time: 10_384_000 picoseconds.
|
||||
Weight::from_parts(10_787_000, 0)
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
/// Storage: CoreFellowship Member (r:1 w:1)
|
||||
@@ -88,10 +90,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: CoreFellowship MemberEvidence (max_values: None, max_size: Some(16429), added: 18904, mode: MaxEncodedLen)
|
||||
fn bump_offboard() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `16886`
|
||||
// Measured: `16854`
|
||||
// Estimated: `35762`
|
||||
// Minimum execution time: 61_794_000 picoseconds.
|
||||
Weight::from_parts(62_455_000, 35762)
|
||||
// Minimum execution time: 61_847_000 picoseconds.
|
||||
Weight::from_parts(62_453_000, 35762)
|
||||
.saturating_add(T::DbWeight::get().reads(6_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -109,10 +111,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: CoreFellowship MemberEvidence (max_values: None, max_size: Some(16429), added: 18904, mode: MaxEncodedLen)
|
||||
fn bump_demote() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `16996`
|
||||
// Measured: `16964`
|
||||
// Estimated: `35762`
|
||||
// Minimum execution time: 63_921_000 picoseconds.
|
||||
Weight::from_parts(64_871_000, 35762)
|
||||
// Minimum execution time: 64_449_000 picoseconds.
|
||||
Weight::from_parts(65_298_000, 35762)
|
||||
.saturating_add(T::DbWeight::get().reads(6_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -124,8 +126,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `355`
|
||||
// Estimated: `7021`
|
||||
// Minimum execution time: 19_023_000 picoseconds.
|
||||
Weight::from_parts(19_270_000, 7021)
|
||||
// Minimum execution time: 19_308_000 picoseconds.
|
||||
Weight::from_parts(19_520_000, 7021)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -143,8 +145,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `113`
|
||||
// Estimated: `10500`
|
||||
// Minimum execution time: 29_089_000 picoseconds.
|
||||
Weight::from_parts(29_718_000, 10500)
|
||||
// Minimum execution time: 29_228_000 picoseconds.
|
||||
Weight::from_parts(29_683_000, 10500)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(5_u64))
|
||||
}
|
||||
@@ -164,10 +166,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: RankedCollective IdToIndex (max_values: None, max_size: Some(54), added: 2529, mode: MaxEncodedLen)
|
||||
fn promote() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `16864`
|
||||
// Measured: `16832`
|
||||
// Estimated: `32243`
|
||||
// Minimum execution time: 59_529_000 picoseconds.
|
||||
Weight::from_parts(60_057_000, 32243)
|
||||
// Minimum execution time: 59_745_000 picoseconds.
|
||||
Weight::from_parts(60_290_000, 32243)
|
||||
.saturating_add(T::DbWeight::get().reads(5_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(6_u64))
|
||||
}
|
||||
@@ -175,14 +177,16 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: RankedCollective Members (max_values: None, max_size: Some(42), added: 2517, mode: MaxEncodedLen)
|
||||
/// Storage: CoreFellowship Member (r:1 w:1)
|
||||
/// Proof: CoreFellowship Member (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
|
||||
/// Storage: CoreFellowship MemberEvidence (r:0 w:1)
|
||||
/// Proof: CoreFellowship MemberEvidence (max_values: None, max_size: Some(16429), added: 18904, mode: MaxEncodedLen)
|
||||
fn offboard() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `292`
|
||||
// Measured: `326`
|
||||
// Estimated: `7021`
|
||||
// Minimum execution time: 17_221_000 picoseconds.
|
||||
Weight::from_parts(17_585_000, 7021)
|
||||
// Minimum execution time: 18_964_000 picoseconds.
|
||||
Weight::from_parts(19_603_000, 7021)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
/// Storage: CoreFellowship Member (r:1 w:1)
|
||||
/// Proof: CoreFellowship Member (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
|
||||
@@ -192,8 +196,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `280`
|
||||
// Estimated: `7021`
|
||||
// Minimum execution time: 18_602_000 picoseconds.
|
||||
Weight::from_parts(18_813_000, 7021)
|
||||
// Minimum execution time: 18_752_000 picoseconds.
|
||||
Weight::from_parts(19_035_000, 7021)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -205,10 +209,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: CoreFellowship MemberEvidence (max_values: None, max_size: Some(16429), added: 18904, mode: MaxEncodedLen)
|
||||
fn approve() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `16842`
|
||||
// Measured: `16810`
|
||||
// Estimated: `26915`
|
||||
// Minimum execution time: 43_525_000 picoseconds.
|
||||
Weight::from_parts(43_994_000, 26915)
|
||||
// Minimum execution time: 44_972_000 picoseconds.
|
||||
Weight::from_parts(45_391_000, 26915)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -220,8 +224,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `79`
|
||||
// Estimated: `23408`
|
||||
// Minimum execution time: 27_960_000 picoseconds.
|
||||
Weight::from_parts(28_331_000, 23408)
|
||||
// Minimum execution time: 27_820_000 picoseconds.
|
||||
Weight::from_parts(28_992_000, 23408)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -235,8 +239,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 10_489_000 picoseconds.
|
||||
Weight::from_parts(10_873_000, 0)
|
||||
// Minimum execution time: 10_384_000 picoseconds.
|
||||
Weight::from_parts(10_787_000, 0)
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
/// Storage: CoreFellowship Member (r:1 w:1)
|
||||
@@ -253,10 +257,10 @@ impl WeightInfo for () {
|
||||
/// Proof: CoreFellowship MemberEvidence (max_values: None, max_size: Some(16429), added: 18904, mode: MaxEncodedLen)
|
||||
fn bump_offboard() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `16886`
|
||||
// Measured: `16854`
|
||||
// Estimated: `35762`
|
||||
// Minimum execution time: 61_794_000 picoseconds.
|
||||
Weight::from_parts(62_455_000, 35762)
|
||||
// Minimum execution time: 61_847_000 picoseconds.
|
||||
Weight::from_parts(62_453_000, 35762)
|
||||
.saturating_add(RocksDbWeight::get().reads(6_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -274,10 +278,10 @@ impl WeightInfo for () {
|
||||
/// Proof: CoreFellowship MemberEvidence (max_values: None, max_size: Some(16429), added: 18904, mode: MaxEncodedLen)
|
||||
fn bump_demote() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `16996`
|
||||
// Measured: `16964`
|
||||
// Estimated: `35762`
|
||||
// Minimum execution time: 63_921_000 picoseconds.
|
||||
Weight::from_parts(64_871_000, 35762)
|
||||
// Minimum execution time: 64_449_000 picoseconds.
|
||||
Weight::from_parts(65_298_000, 35762)
|
||||
.saturating_add(RocksDbWeight::get().reads(6_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -289,8 +293,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `355`
|
||||
// Estimated: `7021`
|
||||
// Minimum execution time: 19_023_000 picoseconds.
|
||||
Weight::from_parts(19_270_000, 7021)
|
||||
// Minimum execution time: 19_308_000 picoseconds.
|
||||
Weight::from_parts(19_520_000, 7021)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -308,8 +312,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `113`
|
||||
// Estimated: `10500`
|
||||
// Minimum execution time: 29_089_000 picoseconds.
|
||||
Weight::from_parts(29_718_000, 10500)
|
||||
// Minimum execution time: 29_228_000 picoseconds.
|
||||
Weight::from_parts(29_683_000, 10500)
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(5_u64))
|
||||
}
|
||||
@@ -329,10 +333,10 @@ impl WeightInfo for () {
|
||||
/// Proof: RankedCollective IdToIndex (max_values: None, max_size: Some(54), added: 2529, mode: MaxEncodedLen)
|
||||
fn promote() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `16864`
|
||||
// Measured: `16832`
|
||||
// Estimated: `32243`
|
||||
// Minimum execution time: 59_529_000 picoseconds.
|
||||
Weight::from_parts(60_057_000, 32243)
|
||||
// Minimum execution time: 59_745_000 picoseconds.
|
||||
Weight::from_parts(60_290_000, 32243)
|
||||
.saturating_add(RocksDbWeight::get().reads(5_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(6_u64))
|
||||
}
|
||||
@@ -340,14 +344,16 @@ impl WeightInfo for () {
|
||||
/// Proof: RankedCollective Members (max_values: None, max_size: Some(42), added: 2517, mode: MaxEncodedLen)
|
||||
/// Storage: CoreFellowship Member (r:1 w:1)
|
||||
/// Proof: CoreFellowship Member (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
|
||||
/// Storage: CoreFellowship MemberEvidence (r:0 w:1)
|
||||
/// Proof: CoreFellowship MemberEvidence (max_values: None, max_size: Some(16429), added: 18904, mode: MaxEncodedLen)
|
||||
fn offboard() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `292`
|
||||
// Measured: `326`
|
||||
// Estimated: `7021`
|
||||
// Minimum execution time: 17_221_000 picoseconds.
|
||||
Weight::from_parts(17_585_000, 7021)
|
||||
// Minimum execution time: 18_964_000 picoseconds.
|
||||
Weight::from_parts(19_603_000, 7021)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
/// Storage: CoreFellowship Member (r:1 w:1)
|
||||
/// Proof: CoreFellowship Member (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
|
||||
@@ -357,8 +363,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `280`
|
||||
// Estimated: `7021`
|
||||
// Minimum execution time: 18_602_000 picoseconds.
|
||||
Weight::from_parts(18_813_000, 7021)
|
||||
// Minimum execution time: 18_752_000 picoseconds.
|
||||
Weight::from_parts(19_035_000, 7021)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -370,10 +376,10 @@ impl WeightInfo for () {
|
||||
/// Proof: CoreFellowship MemberEvidence (max_values: None, max_size: Some(16429), added: 18904, mode: MaxEncodedLen)
|
||||
fn approve() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `16842`
|
||||
// Measured: `16810`
|
||||
// Estimated: `26915`
|
||||
// Minimum execution time: 43_525_000 picoseconds.
|
||||
Weight::from_parts(43_994_000, 26915)
|
||||
// Minimum execution time: 44_972_000 picoseconds.
|
||||
Weight::from_parts(45_391_000, 26915)
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -385,8 +391,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `79`
|
||||
// Estimated: `23408`
|
||||
// Minimum execution time: 27_960_000 picoseconds.
|
||||
Weight::from_parts(28_331_000, 23408)
|
||||
// Minimum execution time: 27_820_000 picoseconds.
|
||||
Weight::from_parts(28_992_000, 23408)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
||||
@@ -18,26 +18,28 @@
|
||||
//! Autogenerated weights for pallet_democracy
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-01-27, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `runner-b3zmxxc-project-145-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
||||
//! 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:
|
||||
// target/production/substrate
|
||||
// ./target/production/substrate
|
||||
// benchmark
|
||||
// pallet
|
||||
// --chain=dev
|
||||
// --steps=50
|
||||
// --repeat=20
|
||||
// --pallet=pallet_democracy
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
// --heap-pages=4096
|
||||
// --json-file=/builds/parity/mirrors/substrate/.git/.artifacts/bench.json
|
||||
// --pallet=pallet_democracy
|
||||
// --chain=dev
|
||||
// --header=./HEADER-APACHE2
|
||||
// --output=./frame/democracy/src/weights.rs
|
||||
// --header=./HEADER-APACHE2
|
||||
// --template=./.maintain/frame-weight-template.hbs
|
||||
|
||||
#![cfg_attr(rustfmt, rustfmt_skip)]
|
||||
@@ -92,10 +94,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Democracy DepositOf (max_values: None, max_size: Some(3230), added: 5705, mode: MaxEncodedLen)
|
||||
fn propose() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `4864`
|
||||
// Estimated: `23409`
|
||||
// Minimum execution time: 42_939 nanoseconds.
|
||||
Weight::from_parts(43_543_000, 23409)
|
||||
// Measured: `4801`
|
||||
// Estimated: `26379`
|
||||
// Minimum execution time: 39_171_000 picoseconds.
|
||||
Weight::from_parts(39_779_000, 26379)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -103,10 +105,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Democracy DepositOf (max_values: None, max_size: Some(3230), added: 5705, mode: MaxEncodedLen)
|
||||
fn second() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `3620`
|
||||
// Estimated: `5705`
|
||||
// Minimum execution time: 36_475 nanoseconds.
|
||||
Weight::from_parts(37_863_000, 5705)
|
||||
// Measured: `3556`
|
||||
// Estimated: `6695`
|
||||
// Minimum execution time: 35_694_000 picoseconds.
|
||||
Weight::from_parts(36_181_000, 6695)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -118,10 +120,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
|
||||
fn vote_new() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `3565`
|
||||
// Estimated: `12720`
|
||||
// Minimum execution time: 56_372 nanoseconds.
|
||||
Weight::from_parts(57_483_000, 12720)
|
||||
// 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))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -133,10 +135,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
|
||||
fn vote_existing() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `3587`
|
||||
// Estimated: `12720`
|
||||
// Minimum execution time: 56_789 nanoseconds.
|
||||
Weight::from_parts(57_737_000, 12720)
|
||||
// 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))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -148,10 +150,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Democracy MetadataOf (max_values: None, max_size: Some(53), added: 2528, mode: MaxEncodedLen)
|
||||
fn emergency_cancel() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `398`
|
||||
// Estimated: `7712`
|
||||
// Minimum execution time: 24_379 nanoseconds.
|
||||
Weight::from_parts(25_302_000, 7712)
|
||||
// Measured: `366`
|
||||
// Estimated: `10682`
|
||||
// Minimum execution time: 27_539_000 picoseconds.
|
||||
Weight::from_parts(28_040_000, 10682)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -171,10 +173,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Democracy Blacklist (max_values: None, max_size: Some(3238), added: 5713, mode: MaxEncodedLen)
|
||||
fn blacklist() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `6036`
|
||||
// Estimated: `36392`
|
||||
// Minimum execution time: 100_345 nanoseconds.
|
||||
Weight::from_parts(102_233_000, 36392)
|
||||
// Measured: `5910`
|
||||
// Estimated: `42332`
|
||||
// Minimum execution time: 93_053_000 picoseconds.
|
||||
Weight::from_parts(94_193_000, 42332)
|
||||
.saturating_add(T::DbWeight::get().reads(8_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(7_u64))
|
||||
}
|
||||
@@ -184,10 +186,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Democracy Blacklist (max_values: None, max_size: Some(3238), added: 5713, mode: MaxEncodedLen)
|
||||
fn external_propose() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `3448`
|
||||
// Estimated: `6340`
|
||||
// Minimum execution time: 13_155 nanoseconds.
|
||||
Weight::from_parts(14_158_000, 6340)
|
||||
// Measured: `3416`
|
||||
// Estimated: `8320`
|
||||
// Minimum execution time: 14_664_000 picoseconds.
|
||||
Weight::from_parts(15_064_000, 8320)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -197,8 +199,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 2_961 nanoseconds.
|
||||
Weight::from_parts(3_139_000, 0)
|
||||
// Minimum execution time: 4_073_000 picoseconds.
|
||||
Weight::from_parts(4_242_000, 0)
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
/// Storage: Democracy NextExternal (r:0 w:1)
|
||||
@@ -207,8 +209,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 3_040 nanoseconds.
|
||||
Weight::from_parts(3_261_000, 0)
|
||||
// Minimum execution time: 3_779_000 picoseconds.
|
||||
Weight::from_parts(4_091_000, 0)
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
/// Storage: Democracy NextExternal (r:1 w:1)
|
||||
@@ -222,9 +224,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn fast_track() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `286`
|
||||
// Estimated: `3654`
|
||||
// Minimum execution time: 26_666 nanoseconds.
|
||||
Weight::from_parts(28_014_000, 3654)
|
||||
// Estimated: `6624`
|
||||
// Minimum execution time: 29_596_000 picoseconds.
|
||||
Weight::from_parts(30_083_000, 6624)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(5_u64))
|
||||
}
|
||||
@@ -236,10 +238,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Democracy MetadataOf (max_values: None, max_size: Some(53), added: 2528, mode: MaxEncodedLen)
|
||||
fn veto_external() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `3551`
|
||||
// Estimated: `8868`
|
||||
// Minimum execution time: 30_180 nanoseconds.
|
||||
Weight::from_parts(31_593_000, 8868)
|
||||
// Measured: `3519`
|
||||
// Estimated: `11838`
|
||||
// Minimum execution time: 34_721_000 picoseconds.
|
||||
Weight::from_parts(34_989_000, 11838)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -253,10 +255,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Democracy MetadataOf (max_values: None, max_size: Some(53), added: 2528, mode: MaxEncodedLen)
|
||||
fn cancel_proposal() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `5915`
|
||||
// Estimated: `28033`
|
||||
// Minimum execution time: 80_780 nanoseconds.
|
||||
Weight::from_parts(82_070_000, 28033)
|
||||
// Measured: `5821`
|
||||
// Estimated: `31993`
|
||||
// Minimum execution time: 74_835_000 picoseconds.
|
||||
Weight::from_parts(75_807_000, 31993)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -267,9 +269,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn cancel_referendum() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `271`
|
||||
// Estimated: `2528`
|
||||
// Minimum execution time: 18_117 nanoseconds.
|
||||
Weight::from_parts(19_027_000, 2528)
|
||||
// Estimated: `3518`
|
||||
// Minimum execution time: 20_995_000 picoseconds.
|
||||
Weight::from_parts(21_425_000, 3518)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -282,12 +284,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `r` is `[0, 99]`.
|
||||
fn on_initialize_base(r: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `244 + r * (117 ±0)`
|
||||
// Estimated: `998 + r * (2676 ±0)`
|
||||
// Minimum execution time: 7_093 nanoseconds.
|
||||
Weight::from_parts(8_792_955, 998)
|
||||
// Standard Error: 6_630
|
||||
.saturating_add(Weight::from_parts(3_091_565, 0).saturating_mul(r.into()))
|
||||
// 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()))
|
||||
.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))
|
||||
@@ -308,12 +310,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `r` is `[0, 99]`.
|
||||
fn on_initialize_base_with_launch_period(r: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `244 + r * (117 ±0)`
|
||||
// Estimated: `19318 + r * (2676 ±0)`
|
||||
// Minimum execution time: 10_372 nanoseconds.
|
||||
Weight::from_parts(10_961_165, 19318)
|
||||
// Standard Error: 7_284
|
||||
.saturating_add(Weight::from_parts(3_112_573, 0).saturating_mul(r.into()))
|
||||
// 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()))
|
||||
.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))
|
||||
@@ -328,12 +330,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `r` is `[0, 99]`.
|
||||
fn delegate(r: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `958 + r * (139 ±0)`
|
||||
// Estimated: `22584 + r * (2676 ±0)`
|
||||
// Minimum execution time: 36_618 nanoseconds.
|
||||
Weight::from_parts(42_803_184, 22584)
|
||||
// Standard Error: 7_268
|
||||
.saturating_add(Weight::from_parts(4_537_902, 0).saturating_mul(r.into()))
|
||||
// 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))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
@@ -347,12 +349,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `r` is `[0, 99]`.
|
||||
fn undelegate(r: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `557 + r * (139 ±0)`
|
||||
// Estimated: `12540 + r * (2676 ±0)`
|
||||
// Minimum execution time: 19_758 nanoseconds.
|
||||
Weight::from_parts(21_641_793, 12540)
|
||||
// Standard Error: 6_889
|
||||
.saturating_add(Weight::from_parts(4_478_884, 0).saturating_mul(r.into()))
|
||||
// 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()))
|
||||
.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))
|
||||
@@ -365,8 +367,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 2_844 nanoseconds.
|
||||
Weight::from_parts(3_017_000, 0)
|
||||
// Minimum execution time: 4_046_000 picoseconds.
|
||||
Weight::from_parts(4_191_000, 0)
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
/// Storage: Democracy VotingOf (r:1 w:1)
|
||||
@@ -378,12 +380,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `r` is `[0, 99]`.
|
||||
fn unlock_remove(r: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `627`
|
||||
// Estimated: `12647`
|
||||
// Minimum execution time: 20_380 nanoseconds.
|
||||
Weight::from_parts(28_295_875, 12647)
|
||||
// Standard Error: 2_331
|
||||
.saturating_add(Weight::from_parts(67_348, 0).saturating_mul(r.into()))
|
||||
// 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))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -396,12 +398,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `r` is `[0, 99]`.
|
||||
fn unlock_set(r: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `628 + r * (22 ±0)`
|
||||
// Estimated: `12647`
|
||||
// Minimum execution time: 24_475 nanoseconds.
|
||||
Weight::from_parts(27_102_576, 12647)
|
||||
// Standard Error: 1_464
|
||||
.saturating_add(Weight::from_parts(128_921, 0).saturating_mul(r.into()))
|
||||
// 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))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -412,12 +414,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `r` is `[1, 100]`.
|
||||
fn remove_vote(r: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `791 + r * (26 ±0)`
|
||||
// Estimated: `8946`
|
||||
// Minimum execution time: 15_039 nanoseconds.
|
||||
Weight::from_parts(19_252_498, 8946)
|
||||
// Standard Error: 1_798
|
||||
.saturating_add(Weight::from_parts(131_855, 0).saturating_mul(r.into()))
|
||||
// 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()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -428,12 +430,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `r` is `[1, 100]`.
|
||||
fn remove_other_vote(r: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `791 + r * (26 ±0)`
|
||||
// Estimated: `8946`
|
||||
// Minimum execution time: 14_837 nanoseconds.
|
||||
Weight::from_parts(19_144_929, 8946)
|
||||
// Standard Error: 1_875
|
||||
.saturating_add(Weight::from_parts(136_819, 0).saturating_mul(r.into()))
|
||||
// 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()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -446,9 +448,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn set_external_metadata() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `356`
|
||||
// Estimated: `3193`
|
||||
// Minimum execution time: 17_338 nanoseconds.
|
||||
Weight::from_parts(17_946_000, 3193)
|
||||
// Estimated: `5173`
|
||||
// Minimum execution time: 19_076_000 picoseconds.
|
||||
Weight::from_parts(19_650_000, 5173)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -459,9 +461,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn clear_external_metadata() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `286`
|
||||
// Estimated: `3155`
|
||||
// Minimum execution time: 15_364 nanoseconds.
|
||||
Weight::from_parts(15_990_000, 3155)
|
||||
// Estimated: `5135`
|
||||
// Minimum execution time: 17_588_000 picoseconds.
|
||||
Weight::from_parts(17_781_000, 5135)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -473,10 +475,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Democracy MetadataOf (max_values: None, max_size: Some(53), added: 2528, mode: MaxEncodedLen)
|
||||
fn set_proposal_metadata() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `4919`
|
||||
// Estimated: `19763`
|
||||
// Minimum execution time: 37_147 nanoseconds.
|
||||
Weight::from_parts(37_778_000, 19763)
|
||||
// Measured: `4888`
|
||||
// Estimated: `21743`
|
||||
// Minimum execution time: 34_828_000 picoseconds.
|
||||
Weight::from_parts(35_364_000, 21743)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -486,10 +488,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Democracy MetadataOf (max_values: None, max_size: Some(53), added: 2528, mode: MaxEncodedLen)
|
||||
fn clear_proposal_metadata() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `4853`
|
||||
// Estimated: `19725`
|
||||
// Minimum execution time: 34_118 nanoseconds.
|
||||
Weight::from_parts(34_737_000, 19725)
|
||||
// Measured: `4822`
|
||||
// Estimated: `21705`
|
||||
// Minimum execution time: 32_035_000 picoseconds.
|
||||
Weight::from_parts(32_554_000, 21705)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -500,9 +502,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn set_referendum_metadata() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `144`
|
||||
// Estimated: `2566`
|
||||
// Minimum execution time: 12_787 nanoseconds.
|
||||
Weight::from_parts(13_463_000, 2566)
|
||||
// Estimated: `3556`
|
||||
// Minimum execution time: 15_279_000 picoseconds.
|
||||
Weight::from_parts(15_556_000, 3556)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -513,9 +515,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn clear_referendum_metadata() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `302`
|
||||
// Estimated: `5204`
|
||||
// Minimum execution time: 17_636 nanoseconds.
|
||||
Weight::from_parts(18_399_000, 5204)
|
||||
// Estimated: `7184`
|
||||
// Minimum execution time: 19_622_000 picoseconds.
|
||||
Weight::from_parts(19_978_000, 7184)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -533,10 +535,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Democracy DepositOf (max_values: None, max_size: Some(3230), added: 5705, mode: MaxEncodedLen)
|
||||
fn propose() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `4864`
|
||||
// Estimated: `23409`
|
||||
// Minimum execution time: 42_939 nanoseconds.
|
||||
Weight::from_parts(43_543_000, 23409)
|
||||
// Measured: `4801`
|
||||
// Estimated: `26379`
|
||||
// Minimum execution time: 39_171_000 picoseconds.
|
||||
Weight::from_parts(39_779_000, 26379)
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -544,10 +546,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Democracy DepositOf (max_values: None, max_size: Some(3230), added: 5705, mode: MaxEncodedLen)
|
||||
fn second() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `3620`
|
||||
// Estimated: `5705`
|
||||
// Minimum execution time: 36_475 nanoseconds.
|
||||
Weight::from_parts(37_863_000, 5705)
|
||||
// Measured: `3556`
|
||||
// Estimated: `6695`
|
||||
// Minimum execution time: 35_694_000 picoseconds.
|
||||
Weight::from_parts(36_181_000, 6695)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -559,10 +561,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
|
||||
fn vote_new() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `3565`
|
||||
// Estimated: `12720`
|
||||
// Minimum execution time: 56_372 nanoseconds.
|
||||
Weight::from_parts(57_483_000, 12720)
|
||||
// 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))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -574,10 +576,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
|
||||
fn vote_existing() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `3587`
|
||||
// Estimated: `12720`
|
||||
// Minimum execution time: 56_789 nanoseconds.
|
||||
Weight::from_parts(57_737_000, 12720)
|
||||
// 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))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -589,10 +591,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Democracy MetadataOf (max_values: None, max_size: Some(53), added: 2528, mode: MaxEncodedLen)
|
||||
fn emergency_cancel() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `398`
|
||||
// Estimated: `7712`
|
||||
// Minimum execution time: 24_379 nanoseconds.
|
||||
Weight::from_parts(25_302_000, 7712)
|
||||
// Measured: `366`
|
||||
// Estimated: `10682`
|
||||
// Minimum execution time: 27_539_000 picoseconds.
|
||||
Weight::from_parts(28_040_000, 10682)
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -612,10 +614,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Democracy Blacklist (max_values: None, max_size: Some(3238), added: 5713, mode: MaxEncodedLen)
|
||||
fn blacklist() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `6036`
|
||||
// Estimated: `36392`
|
||||
// Minimum execution time: 100_345 nanoseconds.
|
||||
Weight::from_parts(102_233_000, 36392)
|
||||
// Measured: `5910`
|
||||
// Estimated: `42332`
|
||||
// Minimum execution time: 93_053_000 picoseconds.
|
||||
Weight::from_parts(94_193_000, 42332)
|
||||
.saturating_add(RocksDbWeight::get().reads(8_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(7_u64))
|
||||
}
|
||||
@@ -625,10 +627,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Democracy Blacklist (max_values: None, max_size: Some(3238), added: 5713, mode: MaxEncodedLen)
|
||||
fn external_propose() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `3448`
|
||||
// Estimated: `6340`
|
||||
// Minimum execution time: 13_155 nanoseconds.
|
||||
Weight::from_parts(14_158_000, 6340)
|
||||
// Measured: `3416`
|
||||
// Estimated: `8320`
|
||||
// Minimum execution time: 14_664_000 picoseconds.
|
||||
Weight::from_parts(15_064_000, 8320)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -638,8 +640,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 2_961 nanoseconds.
|
||||
Weight::from_parts(3_139_000, 0)
|
||||
// Minimum execution time: 4_073_000 picoseconds.
|
||||
Weight::from_parts(4_242_000, 0)
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
/// Storage: Democracy NextExternal (r:0 w:1)
|
||||
@@ -648,8 +650,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 3_040 nanoseconds.
|
||||
Weight::from_parts(3_261_000, 0)
|
||||
// Minimum execution time: 3_779_000 picoseconds.
|
||||
Weight::from_parts(4_091_000, 0)
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
/// Storage: Democracy NextExternal (r:1 w:1)
|
||||
@@ -663,9 +665,9 @@ impl WeightInfo for () {
|
||||
fn fast_track() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `286`
|
||||
// Estimated: `3654`
|
||||
// Minimum execution time: 26_666 nanoseconds.
|
||||
Weight::from_parts(28_014_000, 3654)
|
||||
// Estimated: `6624`
|
||||
// Minimum execution time: 29_596_000 picoseconds.
|
||||
Weight::from_parts(30_083_000, 6624)
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(5_u64))
|
||||
}
|
||||
@@ -677,10 +679,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Democracy MetadataOf (max_values: None, max_size: Some(53), added: 2528, mode: MaxEncodedLen)
|
||||
fn veto_external() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `3551`
|
||||
// Estimated: `8868`
|
||||
// Minimum execution time: 30_180 nanoseconds.
|
||||
Weight::from_parts(31_593_000, 8868)
|
||||
// Measured: `3519`
|
||||
// Estimated: `11838`
|
||||
// Minimum execution time: 34_721_000 picoseconds.
|
||||
Weight::from_parts(34_989_000, 11838)
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -694,10 +696,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Democracy MetadataOf (max_values: None, max_size: Some(53), added: 2528, mode: MaxEncodedLen)
|
||||
fn cancel_proposal() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `5915`
|
||||
// Estimated: `28033`
|
||||
// Minimum execution time: 80_780 nanoseconds.
|
||||
Weight::from_parts(82_070_000, 28033)
|
||||
// Measured: `5821`
|
||||
// Estimated: `31993`
|
||||
// Minimum execution time: 74_835_000 picoseconds.
|
||||
Weight::from_parts(75_807_000, 31993)
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -708,9 +710,9 @@ impl WeightInfo for () {
|
||||
fn cancel_referendum() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `271`
|
||||
// Estimated: `2528`
|
||||
// Minimum execution time: 18_117 nanoseconds.
|
||||
Weight::from_parts(19_027_000, 2528)
|
||||
// Estimated: `3518`
|
||||
// Minimum execution time: 20_995_000 picoseconds.
|
||||
Weight::from_parts(21_425_000, 3518)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -723,12 +725,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `r` is `[0, 99]`.
|
||||
fn on_initialize_base(r: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `244 + r * (117 ±0)`
|
||||
// Estimated: `998 + r * (2676 ±0)`
|
||||
// Minimum execution time: 7_093 nanoseconds.
|
||||
Weight::from_parts(8_792_955, 998)
|
||||
// Standard Error: 6_630
|
||||
.saturating_add(Weight::from_parts(3_091_565, 0).saturating_mul(r.into()))
|
||||
// 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()))
|
||||
.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))
|
||||
@@ -749,12 +751,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `r` is `[0, 99]`.
|
||||
fn on_initialize_base_with_launch_period(r: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `244 + r * (117 ±0)`
|
||||
// Estimated: `19318 + r * (2676 ±0)`
|
||||
// Minimum execution time: 10_372 nanoseconds.
|
||||
Weight::from_parts(10_961_165, 19318)
|
||||
// Standard Error: 7_284
|
||||
.saturating_add(Weight::from_parts(3_112_573, 0).saturating_mul(r.into()))
|
||||
// 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()))
|
||||
.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))
|
||||
@@ -769,12 +771,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `r` is `[0, 99]`.
|
||||
fn delegate(r: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `958 + r * (139 ±0)`
|
||||
// Estimated: `22584 + r * (2676 ±0)`
|
||||
// Minimum execution time: 36_618 nanoseconds.
|
||||
Weight::from_parts(42_803_184, 22584)
|
||||
// Standard Error: 7_268
|
||||
.saturating_add(Weight::from_parts(4_537_902, 0).saturating_mul(r.into()))
|
||||
// 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))
|
||||
.saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(r.into())))
|
||||
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
||||
@@ -788,12 +790,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `r` is `[0, 99]`.
|
||||
fn undelegate(r: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `557 + r * (139 ±0)`
|
||||
// Estimated: `12540 + r * (2676 ±0)`
|
||||
// Minimum execution time: 19_758 nanoseconds.
|
||||
Weight::from_parts(21_641_793, 12540)
|
||||
// Standard Error: 6_889
|
||||
.saturating_add(Weight::from_parts(4_478_884, 0).saturating_mul(r.into()))
|
||||
// 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()))
|
||||
.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))
|
||||
@@ -806,8 +808,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 2_844 nanoseconds.
|
||||
Weight::from_parts(3_017_000, 0)
|
||||
// Minimum execution time: 4_046_000 picoseconds.
|
||||
Weight::from_parts(4_191_000, 0)
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
/// Storage: Democracy VotingOf (r:1 w:1)
|
||||
@@ -819,12 +821,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `r` is `[0, 99]`.
|
||||
fn unlock_remove(r: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `627`
|
||||
// Estimated: `12647`
|
||||
// Minimum execution time: 20_380 nanoseconds.
|
||||
Weight::from_parts(28_295_875, 12647)
|
||||
// Standard Error: 2_331
|
||||
.saturating_add(Weight::from_parts(67_348, 0).saturating_mul(r.into()))
|
||||
// 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))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -837,12 +839,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `r` is `[0, 99]`.
|
||||
fn unlock_set(r: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `628 + r * (22 ±0)`
|
||||
// Estimated: `12647`
|
||||
// Minimum execution time: 24_475 nanoseconds.
|
||||
Weight::from_parts(27_102_576, 12647)
|
||||
// Standard Error: 1_464
|
||||
.saturating_add(Weight::from_parts(128_921, 0).saturating_mul(r.into()))
|
||||
// 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))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -853,12 +855,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `r` is `[1, 100]`.
|
||||
fn remove_vote(r: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `791 + r * (26 ±0)`
|
||||
// Estimated: `8946`
|
||||
// Minimum execution time: 15_039 nanoseconds.
|
||||
Weight::from_parts(19_252_498, 8946)
|
||||
// Standard Error: 1_798
|
||||
.saturating_add(Weight::from_parts(131_855, 0).saturating_mul(r.into()))
|
||||
// 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()))
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -869,12 +871,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `r` is `[1, 100]`.
|
||||
fn remove_other_vote(r: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `791 + r * (26 ±0)`
|
||||
// Estimated: `8946`
|
||||
// Minimum execution time: 14_837 nanoseconds.
|
||||
Weight::from_parts(19_144_929, 8946)
|
||||
// Standard Error: 1_875
|
||||
.saturating_add(Weight::from_parts(136_819, 0).saturating_mul(r.into()))
|
||||
// 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()))
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -887,9 +889,9 @@ impl WeightInfo for () {
|
||||
fn set_external_metadata() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `356`
|
||||
// Estimated: `3193`
|
||||
// Minimum execution time: 17_338 nanoseconds.
|
||||
Weight::from_parts(17_946_000, 3193)
|
||||
// Estimated: `5173`
|
||||
// Minimum execution time: 19_076_000 picoseconds.
|
||||
Weight::from_parts(19_650_000, 5173)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -900,9 +902,9 @@ impl WeightInfo for () {
|
||||
fn clear_external_metadata() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `286`
|
||||
// Estimated: `3155`
|
||||
// Minimum execution time: 15_364 nanoseconds.
|
||||
Weight::from_parts(15_990_000, 3155)
|
||||
// Estimated: `5135`
|
||||
// Minimum execution time: 17_588_000 picoseconds.
|
||||
Weight::from_parts(17_781_000, 5135)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -914,10 +916,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Democracy MetadataOf (max_values: None, max_size: Some(53), added: 2528, mode: MaxEncodedLen)
|
||||
fn set_proposal_metadata() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `4919`
|
||||
// Estimated: `19763`
|
||||
// Minimum execution time: 37_147 nanoseconds.
|
||||
Weight::from_parts(37_778_000, 19763)
|
||||
// Measured: `4888`
|
||||
// Estimated: `21743`
|
||||
// Minimum execution time: 34_828_000 picoseconds.
|
||||
Weight::from_parts(35_364_000, 21743)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -927,10 +929,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Democracy MetadataOf (max_values: None, max_size: Some(53), added: 2528, mode: MaxEncodedLen)
|
||||
fn clear_proposal_metadata() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `4853`
|
||||
// Estimated: `19725`
|
||||
// Minimum execution time: 34_118 nanoseconds.
|
||||
Weight::from_parts(34_737_000, 19725)
|
||||
// Measured: `4822`
|
||||
// Estimated: `21705`
|
||||
// Minimum execution time: 32_035_000 picoseconds.
|
||||
Weight::from_parts(32_554_000, 21705)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -941,9 +943,9 @@ impl WeightInfo for () {
|
||||
fn set_referendum_metadata() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `144`
|
||||
// Estimated: `2566`
|
||||
// Minimum execution time: 12_787 nanoseconds.
|
||||
Weight::from_parts(13_463_000, 2566)
|
||||
// Estimated: `3556`
|
||||
// Minimum execution time: 15_279_000 picoseconds.
|
||||
Weight::from_parts(15_556_000, 3556)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -954,9 +956,9 @@ impl WeightInfo for () {
|
||||
fn clear_referendum_metadata() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `302`
|
||||
// Estimated: `5204`
|
||||
// Minimum execution time: 17_636 nanoseconds.
|
||||
Weight::from_parts(18_399_000, 5204)
|
||||
// Estimated: `7184`
|
||||
// Minimum execution time: 19_622_000 picoseconds.
|
||||
Weight::from_parts(19_978_000, 7184)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
||||
@@ -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-01-24, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `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_election_provider_multi_phase
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
@@ -82,9 +85,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn on_initialize_nothing() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `994`
|
||||
// Estimated: `6983`
|
||||
// Minimum execution time: 17_801 nanoseconds.
|
||||
Weight::from_parts(18_364_000, 6983)
|
||||
// Estimated: `14903`
|
||||
// Minimum execution time: 21_538_000 picoseconds.
|
||||
Weight::from_parts(22_045_000, 14903)
|
||||
.saturating_add(T::DbWeight::get().reads(8_u64))
|
||||
}
|
||||
/// Storage: ElectionProviderMultiPhase Round (r:1 w:0)
|
||||
@@ -94,9 +97,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn on_initialize_open_signed() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `114`
|
||||
// Estimated: `1218`
|
||||
// Minimum execution time: 12_814 nanoseconds.
|
||||
Weight::from_parts(13_154_000, 1218)
|
||||
// Estimated: `3198`
|
||||
// Minimum execution time: 12_696_000 picoseconds.
|
||||
Weight::from_parts(12_950_000, 3198)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -107,9 +110,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn on_initialize_open_unsigned() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `114`
|
||||
// Estimated: `1218`
|
||||
// Minimum execution time: 14_565 nanoseconds.
|
||||
Weight::from_parts(15_097_000, 1218)
|
||||
// Estimated: `3198`
|
||||
// Minimum execution time: 14_029_000 picoseconds.
|
||||
Weight::from_parts(14_288_000, 3198)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -119,10 +122,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof Skipped: ElectionProviderMultiPhase QueuedSolution (max_values: Some(1), max_size: None, mode: Measured)
|
||||
fn finalize_signed_phase_accept_solution() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `206`
|
||||
// Estimated: `2809`
|
||||
// Minimum execution time: 23_341 nanoseconds.
|
||||
Weight::from_parts(23_770_000, 2809)
|
||||
// Measured: `174`
|
||||
// Estimated: `3767`
|
||||
// Minimum execution time: 26_468_000 picoseconds.
|
||||
Weight::from_parts(26_790_000, 3767)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -130,10 +133,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 finalize_signed_phase_reject_solution() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `206`
|
||||
// Estimated: `2603`
|
||||
// Minimum execution time: 16_662 nanoseconds.
|
||||
Weight::from_parts(16_898_000, 2603)
|
||||
// Measured: `174`
|
||||
// Estimated: `3593`
|
||||
// Minimum execution time: 18_401_000 picoseconds.
|
||||
Weight::from_parts(18_686_000, 3593)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -149,10 +152,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 215_168 nanoseconds.
|
||||
Weight::from_parts(219_887_000, 0)
|
||||
// Standard Error: 1_444
|
||||
.saturating_add(Weight::from_parts(146_388, 0).saturating_mul(v.into()))
|
||||
// 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()))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
/// Storage: ElectionProviderMultiPhase SignedSubmissionIndices (r:1 w:1)
|
||||
@@ -177,14 +180,14 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `d` is `[200, 400]`.
|
||||
fn elect_queued(a: u32, d: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `368 + a * (768 ±0) + d * (48 ±0)`
|
||||
// Estimated: `9540 + a * (6912 ±0) + d * (441 ±0)`
|
||||
// Minimum execution time: 268_021 nanoseconds.
|
||||
Weight::from_parts(72_491_937, 9540)
|
||||
// Standard Error: 2_910
|
||||
.saturating_add(Weight::from_parts(303_955, 0).saturating_mul(a.into()))
|
||||
// Standard Error: 4_363
|
||||
.saturating_add(Weight::from_parts(167_369, 0).saturating_mul(d.into()))
|
||||
// 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()))
|
||||
.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()))
|
||||
@@ -204,10 +207,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof Skipped: ElectionProviderMultiPhase SignedSubmissionsMap (max_values: None, max_size: None, mode: Measured)
|
||||
fn submit() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `924`
|
||||
// Estimated: `7111`
|
||||
// Minimum execution time: 44_177 nanoseconds.
|
||||
Weight::from_parts(44_663_000, 7111)
|
||||
// Measured: `893`
|
||||
// Estimated: `11906`
|
||||
// Minimum execution time: 47_876_000 picoseconds.
|
||||
Weight::from_parts(48_464_000, 11906)
|
||||
.saturating_add(T::DbWeight::get().reads(5_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -221,51 +224,51 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof Skipped: ElectionProviderMultiPhase QueuedSolution (max_values: Some(1), max_size: None, mode: Measured)
|
||||
/// Storage: ElectionProviderMultiPhase SnapshotMetadata (r:1 w:0)
|
||||
/// Proof Skipped: ElectionProviderMultiPhase SnapshotMetadata (max_values: Some(1), max_size: None, mode: Measured)
|
||||
/// Storage: ElectionProviderMultiPhase MinimumUntrustedScore (r:1 w:0)
|
||||
/// Proof Skipped: ElectionProviderMultiPhase MinimumUntrustedScore (max_values: Some(1), max_size: None, mode: Measured)
|
||||
/// Storage: ElectionProviderMultiPhase Snapshot (r:1 w:0)
|
||||
/// Proof Skipped: ElectionProviderMultiPhase Snapshot (max_values: Some(1), max_size: None, mode: Measured)
|
||||
/// Storage: ElectionProviderMultiPhase MinimumUntrustedScore (r:1 w:0)
|
||||
/// Proof Skipped: ElectionProviderMultiPhase MinimumUntrustedScore (max_values: Some(1), max_size: None, mode: Measured)
|
||||
/// The range of component `v` is `[1000, 2000]`.
|
||||
/// The range of component `t` is `[500, 1000]`.
|
||||
/// The range of component `a` is `[500, 800]`.
|
||||
/// 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: `251 + v * (553 ±0) + t * (32 ±0)`
|
||||
// Estimated: `5222 + v * (3871 ±0) + t * (224 ±0)`
|
||||
// Minimum execution time: 4_425_457 nanoseconds.
|
||||
Weight::from_parts(4_445_889_000, 5222)
|
||||
// Standard Error: 13_250
|
||||
.saturating_add(Weight::from_parts(48_844, 0).saturating_mul(v.into()))
|
||||
// Standard Error: 39_266
|
||||
.saturating_add(Weight::from_parts(4_144_034, 0).saturating_mul(a.into()))
|
||||
// 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()))
|
||||
.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()))
|
||||
}
|
||||
/// Storage: ElectionProviderMultiPhase Round (r:1 w:0)
|
||||
/// Proof Skipped: ElectionProviderMultiPhase Round (max_values: Some(1), max_size: None, mode: Measured)
|
||||
/// Storage: ElectionProviderMultiPhase DesiredTargets (r:1 w:0)
|
||||
/// Proof Skipped: ElectionProviderMultiPhase DesiredTargets (max_values: Some(1), max_size: None, mode: Measured)
|
||||
/// Storage: ElectionProviderMultiPhase MinimumUntrustedScore (r:1 w:0)
|
||||
/// Proof Skipped: ElectionProviderMultiPhase MinimumUntrustedScore (max_values: Some(1), max_size: None, mode: Measured)
|
||||
/// Storage: ElectionProviderMultiPhase Snapshot (r:1 w:0)
|
||||
/// Proof Skipped: ElectionProviderMultiPhase Snapshot (max_values: Some(1), max_size: None, mode: Measured)
|
||||
/// Storage: ElectionProviderMultiPhase Round (r:1 w:0)
|
||||
/// Proof Skipped: ElectionProviderMultiPhase Round (max_values: Some(1), max_size: None, mode: Measured)
|
||||
/// Storage: ElectionProviderMultiPhase MinimumUntrustedScore (r:1 w:0)
|
||||
/// Proof Skipped: ElectionProviderMultiPhase MinimumUntrustedScore (max_values: Some(1), max_size: None, mode: Measured)
|
||||
/// The range of component `v` is `[1000, 2000]`.
|
||||
/// The range of component `t` is `[500, 1000]`.
|
||||
/// The range of component `a` is `[500, 800]`.
|
||||
/// 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: `226 + v * (553 ±0) + t * (32 ±0)`
|
||||
// Estimated: `2884 + v * (2212 ±0) + t * (128 ±0)`
|
||||
// Minimum execution time: 3_812_071 nanoseconds.
|
||||
Weight::from_parts(3_826_375_000, 2884)
|
||||
// Standard Error: 11_601
|
||||
.saturating_add(Weight::from_parts(145_309, 0).saturating_mul(v.into()))
|
||||
// Standard Error: 34_378
|
||||
.saturating_add(Weight::from_parts(3_223_977, 0).saturating_mul(a.into()))
|
||||
// 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()))
|
||||
.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()))
|
||||
@@ -293,9 +296,9 @@ impl WeightInfo for () {
|
||||
fn on_initialize_nothing() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `994`
|
||||
// Estimated: `6983`
|
||||
// Minimum execution time: 17_801 nanoseconds.
|
||||
Weight::from_parts(18_364_000, 6983)
|
||||
// Estimated: `14903`
|
||||
// Minimum execution time: 21_538_000 picoseconds.
|
||||
Weight::from_parts(22_045_000, 14903)
|
||||
.saturating_add(RocksDbWeight::get().reads(8_u64))
|
||||
}
|
||||
/// Storage: ElectionProviderMultiPhase Round (r:1 w:0)
|
||||
@@ -305,9 +308,9 @@ impl WeightInfo for () {
|
||||
fn on_initialize_open_signed() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `114`
|
||||
// Estimated: `1218`
|
||||
// Minimum execution time: 12_814 nanoseconds.
|
||||
Weight::from_parts(13_154_000, 1218)
|
||||
// Estimated: `3198`
|
||||
// Minimum execution time: 12_696_000 picoseconds.
|
||||
Weight::from_parts(12_950_000, 3198)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -318,9 +321,9 @@ impl WeightInfo for () {
|
||||
fn on_initialize_open_unsigned() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `114`
|
||||
// Estimated: `1218`
|
||||
// Minimum execution time: 14_565 nanoseconds.
|
||||
Weight::from_parts(15_097_000, 1218)
|
||||
// Estimated: `3198`
|
||||
// Minimum execution time: 14_029_000 picoseconds.
|
||||
Weight::from_parts(14_288_000, 3198)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -330,10 +333,10 @@ impl WeightInfo for () {
|
||||
/// Proof Skipped: ElectionProviderMultiPhase QueuedSolution (max_values: Some(1), max_size: None, mode: Measured)
|
||||
fn finalize_signed_phase_accept_solution() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `206`
|
||||
// Estimated: `2809`
|
||||
// Minimum execution time: 23_341 nanoseconds.
|
||||
Weight::from_parts(23_770_000, 2809)
|
||||
// Measured: `174`
|
||||
// Estimated: `3767`
|
||||
// Minimum execution time: 26_468_000 picoseconds.
|
||||
Weight::from_parts(26_790_000, 3767)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -341,10 +344,10 @@ impl WeightInfo for () {
|
||||
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||
fn finalize_signed_phase_reject_solution() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `206`
|
||||
// Estimated: `2603`
|
||||
// Minimum execution time: 16_662 nanoseconds.
|
||||
Weight::from_parts(16_898_000, 2603)
|
||||
// Measured: `174`
|
||||
// Estimated: `3593`
|
||||
// Minimum execution time: 18_401_000 picoseconds.
|
||||
Weight::from_parts(18_686_000, 3593)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -360,10 +363,10 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 215_168 nanoseconds.
|
||||
Weight::from_parts(219_887_000, 0)
|
||||
// Standard Error: 1_444
|
||||
.saturating_add(Weight::from_parts(146_388, 0).saturating_mul(v.into()))
|
||||
// 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()))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
}
|
||||
/// Storage: ElectionProviderMultiPhase SignedSubmissionIndices (r:1 w:1)
|
||||
@@ -388,14 +391,14 @@ impl WeightInfo for () {
|
||||
/// The range of component `d` is `[200, 400]`.
|
||||
fn elect_queued(a: u32, d: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `368 + a * (768 ±0) + d * (48 ±0)`
|
||||
// Estimated: `9540 + a * (6912 ±0) + d * (441 ±0)`
|
||||
// Minimum execution time: 268_021 nanoseconds.
|
||||
Weight::from_parts(72_491_937, 9540)
|
||||
// Standard Error: 2_910
|
||||
.saturating_add(Weight::from_parts(303_955, 0).saturating_mul(a.into()))
|
||||
// Standard Error: 4_363
|
||||
.saturating_add(Weight::from_parts(167_369, 0).saturating_mul(d.into()))
|
||||
// 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()))
|
||||
.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()))
|
||||
@@ -415,10 +418,10 @@ impl WeightInfo for () {
|
||||
/// Proof Skipped: ElectionProviderMultiPhase SignedSubmissionsMap (max_values: None, max_size: None, mode: Measured)
|
||||
fn submit() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `924`
|
||||
// Estimated: `7111`
|
||||
// Minimum execution time: 44_177 nanoseconds.
|
||||
Weight::from_parts(44_663_000, 7111)
|
||||
// Measured: `893`
|
||||
// Estimated: `11906`
|
||||
// Minimum execution time: 47_876_000 picoseconds.
|
||||
Weight::from_parts(48_464_000, 11906)
|
||||
.saturating_add(RocksDbWeight::get().reads(5_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -432,51 +435,51 @@ impl WeightInfo for () {
|
||||
/// Proof Skipped: ElectionProviderMultiPhase QueuedSolution (max_values: Some(1), max_size: None, mode: Measured)
|
||||
/// Storage: ElectionProviderMultiPhase SnapshotMetadata (r:1 w:0)
|
||||
/// Proof Skipped: ElectionProviderMultiPhase SnapshotMetadata (max_values: Some(1), max_size: None, mode: Measured)
|
||||
/// Storage: ElectionProviderMultiPhase MinimumUntrustedScore (r:1 w:0)
|
||||
/// Proof Skipped: ElectionProviderMultiPhase MinimumUntrustedScore (max_values: Some(1), max_size: None, mode: Measured)
|
||||
/// Storage: ElectionProviderMultiPhase Snapshot (r:1 w:0)
|
||||
/// Proof Skipped: ElectionProviderMultiPhase Snapshot (max_values: Some(1), max_size: None, mode: Measured)
|
||||
/// Storage: ElectionProviderMultiPhase MinimumUntrustedScore (r:1 w:0)
|
||||
/// Proof Skipped: ElectionProviderMultiPhase MinimumUntrustedScore (max_values: Some(1), max_size: None, mode: Measured)
|
||||
/// The range of component `v` is `[1000, 2000]`.
|
||||
/// The range of component `t` is `[500, 1000]`.
|
||||
/// The range of component `a` is `[500, 800]`.
|
||||
/// 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: `251 + v * (553 ±0) + t * (32 ±0)`
|
||||
// Estimated: `5222 + v * (3871 ±0) + t * (224 ±0)`
|
||||
// Minimum execution time: 4_425_457 nanoseconds.
|
||||
Weight::from_parts(4_445_889_000, 5222)
|
||||
// Standard Error: 13_250
|
||||
.saturating_add(Weight::from_parts(48_844, 0).saturating_mul(v.into()))
|
||||
// Standard Error: 39_266
|
||||
.saturating_add(Weight::from_parts(4_144_034, 0).saturating_mul(a.into()))
|
||||
// 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()))
|
||||
.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()))
|
||||
}
|
||||
/// Storage: ElectionProviderMultiPhase Round (r:1 w:0)
|
||||
/// Proof Skipped: ElectionProviderMultiPhase Round (max_values: Some(1), max_size: None, mode: Measured)
|
||||
/// Storage: ElectionProviderMultiPhase DesiredTargets (r:1 w:0)
|
||||
/// Proof Skipped: ElectionProviderMultiPhase DesiredTargets (max_values: Some(1), max_size: None, mode: Measured)
|
||||
/// Storage: ElectionProviderMultiPhase MinimumUntrustedScore (r:1 w:0)
|
||||
/// Proof Skipped: ElectionProviderMultiPhase MinimumUntrustedScore (max_values: Some(1), max_size: None, mode: Measured)
|
||||
/// Storage: ElectionProviderMultiPhase Snapshot (r:1 w:0)
|
||||
/// Proof Skipped: ElectionProviderMultiPhase Snapshot (max_values: Some(1), max_size: None, mode: Measured)
|
||||
/// Storage: ElectionProviderMultiPhase Round (r:1 w:0)
|
||||
/// Proof Skipped: ElectionProviderMultiPhase Round (max_values: Some(1), max_size: None, mode: Measured)
|
||||
/// Storage: ElectionProviderMultiPhase MinimumUntrustedScore (r:1 w:0)
|
||||
/// Proof Skipped: ElectionProviderMultiPhase MinimumUntrustedScore (max_values: Some(1), max_size: None, mode: Measured)
|
||||
/// The range of component `v` is `[1000, 2000]`.
|
||||
/// The range of component `t` is `[500, 1000]`.
|
||||
/// The range of component `a` is `[500, 800]`.
|
||||
/// 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: `226 + v * (553 ±0) + t * (32 ±0)`
|
||||
// Estimated: `2884 + v * (2212 ±0) + t * (128 ±0)`
|
||||
// Minimum execution time: 3_812_071 nanoseconds.
|
||||
Weight::from_parts(3_826_375_000, 2884)
|
||||
// Standard Error: 11_601
|
||||
.saturating_add(Weight::from_parts(145_309, 0).saturating_mul(v.into()))
|
||||
// Standard Error: 34_378
|
||||
.saturating_add(Weight::from_parts(3_223_977, 0).saturating_mul(a.into()))
|
||||
// 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()))
|
||||
.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()))
|
||||
|
||||
@@ -18,26 +18,28 @@
|
||||
//! Autogenerated weights for pallet_elections_phragmen
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-02-03, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `runner-b3zmxxc-project-145-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
||||
//! 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:
|
||||
// target/production/substrate
|
||||
// ./target/production/substrate
|
||||
// benchmark
|
||||
// pallet
|
||||
// --chain=dev
|
||||
// --steps=50
|
||||
// --repeat=20
|
||||
// --pallet=pallet_elections_phragmen
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
// --heap-pages=4096
|
||||
// --json-file=/builds/parity/mirrors/substrate/.git/.artifacts/bench.json
|
||||
// --pallet=pallet_elections_phragmen
|
||||
// --chain=dev
|
||||
// --header=./HEADER-APACHE2
|
||||
// --output=./frame/elections-phragmen/src/weights.rs
|
||||
// --header=./HEADER-APACHE2
|
||||
// --template=./.maintain/frame-weight-template.hbs
|
||||
|
||||
#![cfg_attr(rustfmt, rustfmt_skip)]
|
||||
@@ -79,12 +81,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `v` is `[1, 16]`.
|
||||
fn vote_equal(v: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `499 + v * (80 ±0)`
|
||||
// Estimated: `9726 + v * (320 ±0)`
|
||||
// Minimum execution time: 27_362 nanoseconds.
|
||||
Weight::from_parts(28_497_963, 9726)
|
||||
// Standard Error: 3_968
|
||||
.saturating_add(Weight::from_parts(176_840, 0).saturating_mul(v.into()))
|
||||
// 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))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
.saturating_add(Weight::from_parts(0, 320).saturating_mul(v.into()))
|
||||
@@ -102,12 +104,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `v` is `[2, 16]`.
|
||||
fn vote_more(v: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `467 + v * (80 ±0)`
|
||||
// Estimated: `9598 + v * (320 ±0)`
|
||||
// Minimum execution time: 37_120 nanoseconds.
|
||||
Weight::from_parts(38_455_302, 9598)
|
||||
// Standard Error: 5_478
|
||||
.saturating_add(Weight::from_parts(219_678, 0).saturating_mul(v.into()))
|
||||
// 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))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
.saturating_add(Weight::from_parts(0, 320).saturating_mul(v.into()))
|
||||
@@ -125,12 +127,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `v` is `[2, 16]`.
|
||||
fn vote_less(v: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `499 + v * (80 ±0)`
|
||||
// Estimated: `9726 + v * (320 ±0)`
|
||||
// Minimum execution time: 36_928 nanoseconds.
|
||||
Weight::from_parts(38_334_669, 9726)
|
||||
// Standard Error: 5_271
|
||||
.saturating_add(Weight::from_parts(232_355, 0).saturating_mul(v.into()))
|
||||
// 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))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
.saturating_add(Weight::from_parts(0, 320).saturating_mul(v.into()))
|
||||
@@ -141,10 +143,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
|
||||
fn remove_voter() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `989`
|
||||
// Estimated: `7238`
|
||||
// Minimum execution time: 34_338 nanoseconds.
|
||||
Weight::from_parts(35_672_000, 7238)
|
||||
// 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))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -157,12 +159,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `c` is `[1, 64]`.
|
||||
fn submit_candidacy(c: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1697 + c * (48 ±0)`
|
||||
// Estimated: `6576 + c * (144 ±0)`
|
||||
// Minimum execution time: 31_864 nanoseconds.
|
||||
Weight::from_parts(33_490_161, 6576)
|
||||
// Standard Error: 2_643
|
||||
.saturating_add(Weight::from_parts(158_386, 0).saturating_mul(c.into()))
|
||||
// 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()))
|
||||
.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()))
|
||||
@@ -172,12 +174,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `c` is `[1, 64]`.
|
||||
fn renounce_candidacy_candidate(c: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `349 + c * (48 ±0)`
|
||||
// Estimated: `844 + c * (48 ±0)`
|
||||
// Minimum execution time: 27_292 nanoseconds.
|
||||
Weight::from_parts(28_364_955, 844)
|
||||
// Standard Error: 1_335
|
||||
.saturating_add(Weight::from_parts(78_086, 0).saturating_mul(c.into()))
|
||||
// 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()))
|
||||
.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()))
|
||||
@@ -194,10 +196,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof Skipped: Council Members (max_values: Some(1), max_size: None, mode: Measured)
|
||||
fn renounce_candidacy_members() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `2027`
|
||||
// Estimated: `12115`
|
||||
// Minimum execution time: 45_975 nanoseconds.
|
||||
Weight::from_parts(47_103_000, 12115)
|
||||
// Measured: `1900`
|
||||
// Estimated: `15440`
|
||||
// Minimum execution time: 44_414_000 picoseconds.
|
||||
Weight::from_parts(44_900_000, 15440)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -205,10 +207,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof Skipped: Elections RunnersUp (max_values: Some(1), max_size: None, mode: Measured)
|
||||
fn renounce_candidacy_runners_up() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `975`
|
||||
// Estimated: `1470`
|
||||
// Minimum execution time: 29_243 nanoseconds.
|
||||
Weight::from_parts(30_582_000, 1470)
|
||||
// Measured: `880`
|
||||
// Estimated: `2365`
|
||||
// Minimum execution time: 28_688_000 picoseconds.
|
||||
Weight::from_parts(29_027_000, 2365)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -218,7 +220,7 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 2_000_000_000 nanoseconds.
|
||||
// Minimum execution time: 2_000_000_000_000 picoseconds.
|
||||
Weight::from_parts(2_000_000_000_000, 0)
|
||||
}
|
||||
/// Storage: Elections Members (r:1 w:1)
|
||||
@@ -235,10 +237,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof Skipped: Council Members (max_values: Some(1), max_size: None, mode: Measured)
|
||||
fn remove_member_with_replacement() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `2027`
|
||||
// Estimated: `14718`
|
||||
// Minimum execution time: 52_527 nanoseconds.
|
||||
Weight::from_parts(53_538_000, 14718)
|
||||
// Measured: `1900`
|
||||
// Estimated: `19033`
|
||||
// Minimum execution time: 50_280_000 picoseconds.
|
||||
Weight::from_parts(50_906_000, 19033)
|
||||
.saturating_add(T::DbWeight::get().reads(5_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(5_u64))
|
||||
}
|
||||
@@ -258,16 +260,16 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `d` is `[0, 256]`.
|
||||
fn clean_defunct_voters(v: u32, _d: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1115 + v * (875 ±0)`
|
||||
// Estimated: `8448 + v * (12352 ±0)`
|
||||
// Minimum execution time: 14_934_185 nanoseconds.
|
||||
Weight::from_parts(15_014_057_000, 8448)
|
||||
// Standard Error: 245_588
|
||||
.saturating_add(Weight::from_parts(35_586_946, 0).saturating_mul(v.into()))
|
||||
// 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()))
|
||||
.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().writes((3_u64).saturating_mul(v.into())))
|
||||
.saturating_add(Weight::from_parts(0, 12352).saturating_mul(v.into()))
|
||||
.saturating_add(Weight::from_parts(0, 12096).saturating_mul(v.into()))
|
||||
}
|
||||
/// Storage: Elections Candidates (r:1 w:1)
|
||||
/// Proof Skipped: Elections Candidates (max_values: Some(1), max_size: None, mode: Measured)
|
||||
@@ -292,20 +294,20 @@ 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 * (638 ±0) + e * (28 ±0)`
|
||||
// Estimated: `330033 + v * (5229 ±6) + e * (89 ±0) + c * (2135 ±7)`
|
||||
// Minimum execution time: 1_273_671 nanoseconds.
|
||||
Weight::from_parts(1_279_716_000, 330033)
|
||||
// Standard Error: 543_277
|
||||
.saturating_add(Weight::from_parts(20_613_753, 0).saturating_mul(v.into()))
|
||||
// Standard Error: 34_857
|
||||
.saturating_add(Weight::from_parts(688_354, 0).saturating_mul(e.into()))
|
||||
// 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()))
|
||||
.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, 5229).saturating_mul(v.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()))
|
||||
}
|
||||
@@ -326,12 +328,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `v` is `[1, 16]`.
|
||||
fn vote_equal(v: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `499 + v * (80 ±0)`
|
||||
// Estimated: `9726 + v * (320 ±0)`
|
||||
// Minimum execution time: 27_362 nanoseconds.
|
||||
Weight::from_parts(28_497_963, 9726)
|
||||
// Standard Error: 3_968
|
||||
.saturating_add(Weight::from_parts(176_840, 0).saturating_mul(v.into()))
|
||||
// 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))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
.saturating_add(Weight::from_parts(0, 320).saturating_mul(v.into()))
|
||||
@@ -349,12 +351,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `v` is `[2, 16]`.
|
||||
fn vote_more(v: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `467 + v * (80 ±0)`
|
||||
// Estimated: `9598 + v * (320 ±0)`
|
||||
// Minimum execution time: 37_120 nanoseconds.
|
||||
Weight::from_parts(38_455_302, 9598)
|
||||
// Standard Error: 5_478
|
||||
.saturating_add(Weight::from_parts(219_678, 0).saturating_mul(v.into()))
|
||||
// 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))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
.saturating_add(Weight::from_parts(0, 320).saturating_mul(v.into()))
|
||||
@@ -372,12 +374,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `v` is `[2, 16]`.
|
||||
fn vote_less(v: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `499 + v * (80 ±0)`
|
||||
// Estimated: `9726 + v * (320 ±0)`
|
||||
// Minimum execution time: 36_928 nanoseconds.
|
||||
Weight::from_parts(38_334_669, 9726)
|
||||
// Standard Error: 5_271
|
||||
.saturating_add(Weight::from_parts(232_355, 0).saturating_mul(v.into()))
|
||||
// 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))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
.saturating_add(Weight::from_parts(0, 320).saturating_mul(v.into()))
|
||||
@@ -388,10 +390,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
|
||||
fn remove_voter() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `989`
|
||||
// Estimated: `7238`
|
||||
// Minimum execution time: 34_338 nanoseconds.
|
||||
Weight::from_parts(35_672_000, 7238)
|
||||
// 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))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -404,12 +406,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `c` is `[1, 64]`.
|
||||
fn submit_candidacy(c: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1697 + c * (48 ±0)`
|
||||
// Estimated: `6576 + c * (144 ±0)`
|
||||
// Minimum execution time: 31_864 nanoseconds.
|
||||
Weight::from_parts(33_490_161, 6576)
|
||||
// Standard Error: 2_643
|
||||
.saturating_add(Weight::from_parts(158_386, 0).saturating_mul(c.into()))
|
||||
// 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()))
|
||||
.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()))
|
||||
@@ -419,12 +421,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `c` is `[1, 64]`.
|
||||
fn renounce_candidacy_candidate(c: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `349 + c * (48 ±0)`
|
||||
// Estimated: `844 + c * (48 ±0)`
|
||||
// Minimum execution time: 27_292 nanoseconds.
|
||||
Weight::from_parts(28_364_955, 844)
|
||||
// Standard Error: 1_335
|
||||
.saturating_add(Weight::from_parts(78_086, 0).saturating_mul(c.into()))
|
||||
// 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()))
|
||||
.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()))
|
||||
@@ -441,10 +443,10 @@ impl WeightInfo for () {
|
||||
/// Proof Skipped: Council Members (max_values: Some(1), max_size: None, mode: Measured)
|
||||
fn renounce_candidacy_members() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `2027`
|
||||
// Estimated: `12115`
|
||||
// Minimum execution time: 45_975 nanoseconds.
|
||||
Weight::from_parts(47_103_000, 12115)
|
||||
// Measured: `1900`
|
||||
// Estimated: `15440`
|
||||
// Minimum execution time: 44_414_000 picoseconds.
|
||||
Weight::from_parts(44_900_000, 15440)
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -452,10 +454,10 @@ impl WeightInfo for () {
|
||||
/// Proof Skipped: Elections RunnersUp (max_values: Some(1), max_size: None, mode: Measured)
|
||||
fn renounce_candidacy_runners_up() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `975`
|
||||
// Estimated: `1470`
|
||||
// Minimum execution time: 29_243 nanoseconds.
|
||||
Weight::from_parts(30_582_000, 1470)
|
||||
// Measured: `880`
|
||||
// Estimated: `2365`
|
||||
// Minimum execution time: 28_688_000 picoseconds.
|
||||
Weight::from_parts(29_027_000, 2365)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -465,7 +467,7 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 2_000_000_000 nanoseconds.
|
||||
// Minimum execution time: 2_000_000_000_000 picoseconds.
|
||||
Weight::from_parts(2_000_000_000_000, 0)
|
||||
}
|
||||
/// Storage: Elections Members (r:1 w:1)
|
||||
@@ -482,10 +484,10 @@ impl WeightInfo for () {
|
||||
/// Proof Skipped: Council Members (max_values: Some(1), max_size: None, mode: Measured)
|
||||
fn remove_member_with_replacement() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `2027`
|
||||
// Estimated: `14718`
|
||||
// Minimum execution time: 52_527 nanoseconds.
|
||||
Weight::from_parts(53_538_000, 14718)
|
||||
// Measured: `1900`
|
||||
// Estimated: `19033`
|
||||
// Minimum execution time: 50_280_000 picoseconds.
|
||||
Weight::from_parts(50_906_000, 19033)
|
||||
.saturating_add(RocksDbWeight::get().reads(5_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(5_u64))
|
||||
}
|
||||
@@ -505,16 +507,16 @@ impl WeightInfo for () {
|
||||
/// The range of component `d` is `[0, 256]`.
|
||||
fn clean_defunct_voters(v: u32, _d: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1115 + v * (875 ±0)`
|
||||
// Estimated: `8448 + v * (12352 ±0)`
|
||||
// Minimum execution time: 14_934_185 nanoseconds.
|
||||
Weight::from_parts(15_014_057_000, 8448)
|
||||
// Standard Error: 245_588
|
||||
.saturating_add(Weight::from_parts(35_586_946, 0).saturating_mul(v.into()))
|
||||
// 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()))
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().reads((3_u64).saturating_mul(v.into())))
|
||||
.saturating_add(RocksDbWeight::get().writes((3_u64).saturating_mul(v.into())))
|
||||
.saturating_add(Weight::from_parts(0, 12352).saturating_mul(v.into()))
|
||||
.saturating_add(Weight::from_parts(0, 12096).saturating_mul(v.into()))
|
||||
}
|
||||
/// Storage: Elections Candidates (r:1 w:1)
|
||||
/// Proof Skipped: Elections Candidates (max_values: Some(1), max_size: None, mode: Measured)
|
||||
@@ -539,20 +541,20 @@ 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 * (638 ±0) + e * (28 ±0)`
|
||||
// Estimated: `330033 + v * (5229 ±6) + e * (89 ±0) + c * (2135 ±7)`
|
||||
// Minimum execution time: 1_273_671 nanoseconds.
|
||||
Weight::from_parts(1_279_716_000, 330033)
|
||||
// Standard Error: 543_277
|
||||
.saturating_add(Weight::from_parts(20_613_753, 0).saturating_mul(v.into()))
|
||||
// Standard Error: 34_857
|
||||
.saturating_add(Weight::from_parts(688_354, 0).saturating_mul(e.into()))
|
||||
// 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()))
|
||||
.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, 5229).saturating_mul(v.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()))
|
||||
}
|
||||
|
||||
@@ -18,25 +18,28 @@
|
||||
//! Autogenerated weights for pallet_fast_unstake
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-01-25, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `runner-b3zmxxc-project-145-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
||||
//! DATE: 2023-03-16, 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`
|
||||
//! 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_fast_unstake
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
// --heap-pages=4096
|
||||
// --json-file=/builds/parity/mirrors/substrate/.git/.artifacts/bench.json
|
||||
// --pallet=pallet_fast_unstake
|
||||
// --chain=dev
|
||||
// --header=./HEADER-APACHE2
|
||||
// --output=./frame/fast-unstake/src/weights.rs
|
||||
// --header=./HEADER-APACHE2
|
||||
// --template=./.maintain/frame-weight-template.hbs
|
||||
|
||||
#![cfg_attr(rustfmt, rustfmt_skip)]
|
||||
@@ -58,172 +61,290 @@ pub trait WeightInfo {
|
||||
/// Weights for pallet_fast_unstake using the Substrate node and recommended hardware.
|
||||
pub struct SubstrateWeight<T>(PhantomData<T>);
|
||||
impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Storage: FastUnstake ErasToCheckPerBlock (r:1 w:0)
|
||||
// Storage: Staking ValidatorCount (r:1 w:0)
|
||||
// Storage: FastUnstake Head (r:1 w:1)
|
||||
// Storage: FastUnstake CounterForQueue (r:1 w:0)
|
||||
// Storage: ElectionProviderMultiPhase CurrentPhase (r:1 w:0)
|
||||
// Storage: Staking CurrentEra (r:1 w:0)
|
||||
// Storage: Staking SlashingSpans (r:1 w:0)
|
||||
// Storage: Staking Bonded (r:1 w:1)
|
||||
// Storage: Staking Validators (r:1 w:0)
|
||||
// Storage: Staking Nominators (r:1 w:0)
|
||||
// Storage: System Account (r:1 w:1)
|
||||
// Storage: Balances Locks (r:1 w:1)
|
||||
// Storage: Staking Ledger (r:0 w:1)
|
||||
// Storage: Staking Payee (r:0 w:1)
|
||||
/// Storage: FastUnstake ErasToCheckPerBlock (r:1 w:0)
|
||||
/// Proof: FastUnstake ErasToCheckPerBlock (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||
/// Storage: Staking ValidatorCount (r:1 w:0)
|
||||
/// Proof: Staking ValidatorCount (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||
/// Storage: FastUnstake Head (r:1 w:1)
|
||||
/// Proof: FastUnstake Head (max_values: Some(1), max_size: Some(5768), added: 6263, mode: MaxEncodedLen)
|
||||
/// Storage: FastUnstake CounterForQueue (r:1 w:0)
|
||||
/// Proof: FastUnstake CounterForQueue (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||
/// Storage: ElectionProviderMultiPhase CurrentPhase (r:1 w:0)
|
||||
/// Proof Skipped: ElectionProviderMultiPhase CurrentPhase (max_values: Some(1), max_size: None, mode: Measured)
|
||||
/// Storage: Staking CurrentEra (r:1 w:0)
|
||||
/// Proof: Staking CurrentEra (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||
/// Storage: Staking SlashingSpans (r:64 w:0)
|
||||
/// Proof Skipped: Staking SlashingSpans (max_values: None, max_size: None, mode: Measured)
|
||||
/// Storage: Staking Bonded (r:64 w:64)
|
||||
/// Proof: Staking Bonded (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen)
|
||||
/// Storage: Staking Validators (r:64 w:0)
|
||||
/// Proof: Staking Validators (max_values: None, max_size: Some(45), added: 2520, mode: MaxEncodedLen)
|
||||
/// Storage: Staking Nominators (r:64 w:0)
|
||||
/// Proof: Staking Nominators (max_values: None, max_size: Some(558), added: 3033, mode: MaxEncodedLen)
|
||||
/// Storage: System Account (r:64 w:64)
|
||||
/// 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: 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)
|
||||
/// Proof: Staking Payee (max_values: None, max_size: Some(73), added: 2548, mode: MaxEncodedLen)
|
||||
/// The range of component `b` is `[1, 64]`.
|
||||
fn on_idle_unstake(b: u32, ) -> Weight {
|
||||
// Minimum execution time: 92_833 nanoseconds.
|
||||
Weight::from_parts(62_136_346, 0)
|
||||
// Standard Error: 25_541
|
||||
.saturating_add(Weight::from_parts(42_904_859, 0).saturating_mul(b.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(6))
|
||||
// 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()))
|
||||
.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().writes(1))
|
||||
.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()))
|
||||
}
|
||||
// Storage: FastUnstake ErasToCheckPerBlock (r:1 w:0)
|
||||
// Storage: Staking ValidatorCount (r:1 w:0)
|
||||
// Storage: FastUnstake Head (r:1 w:1)
|
||||
// Storage: FastUnstake CounterForQueue (r:1 w:0)
|
||||
// Storage: ElectionProviderMultiPhase CurrentPhase (r:1 w:0)
|
||||
// Storage: Staking CurrentEra (r:1 w:0)
|
||||
// Storage: Staking ErasStakers (r:2 w:0)
|
||||
/// Storage: FastUnstake ErasToCheckPerBlock (r:1 w:0)
|
||||
/// Proof: FastUnstake ErasToCheckPerBlock (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||
/// Storage: Staking ValidatorCount (r:1 w:0)
|
||||
/// Proof: Staking ValidatorCount (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||
/// Storage: FastUnstake Head (r:1 w:1)
|
||||
/// Proof: FastUnstake Head (max_values: Some(1), max_size: Some(5768), added: 6263, mode: MaxEncodedLen)
|
||||
/// Storage: FastUnstake CounterForQueue (r:1 w:0)
|
||||
/// Proof: FastUnstake CounterForQueue (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||
/// Storage: ElectionProviderMultiPhase CurrentPhase (r:1 w:0)
|
||||
/// Proof Skipped: ElectionProviderMultiPhase CurrentPhase (max_values: Some(1), max_size: None, mode: Measured)
|
||||
/// Storage: Staking CurrentEra (r:1 w:0)
|
||||
/// Proof: Staking CurrentEra (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||
/// Storage: Staking ErasStakers (r:257 w:0)
|
||||
/// Proof Skipped: Staking ErasStakers (max_values: None, max_size: None, mode: Measured)
|
||||
/// The range of component `v` is `[1, 256]`.
|
||||
/// The range of component `b` is `[1, 64]`.
|
||||
fn on_idle_check(v: u32, b: u32, ) -> Weight {
|
||||
// Minimum execution time: 1_775_293 nanoseconds.
|
||||
Weight::from_parts(1_787_133_000, 0)
|
||||
// Standard Error: 17_109_142
|
||||
.saturating_add(Weight::from_parts(546_766_552, 0).saturating_mul(v.into()))
|
||||
// Standard Error: 68_455_625
|
||||
.saturating_add(Weight::from_parts(2_135_980_830, 0).saturating_mul(b.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(7))
|
||||
// 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()))
|
||||
.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))
|
||||
.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()))
|
||||
}
|
||||
// Storage: FastUnstake ErasToCheckPerBlock (r:1 w:0)
|
||||
// Storage: Staking Ledger (r:1 w:1)
|
||||
// Storage: FastUnstake Queue (r:1 w:1)
|
||||
// Storage: FastUnstake Head (r:1 w:0)
|
||||
// Storage: Staking Bonded (r:1 w:0)
|
||||
// Storage: Staking Validators (r:1 w:0)
|
||||
// Storage: Staking Nominators (r:1 w:1)
|
||||
// Storage: Staking CounterForNominators (r:1 w:1)
|
||||
// Storage: VoterList ListNodes (r:1 w:1)
|
||||
// Storage: VoterList ListBags (r:1 w:1)
|
||||
// Storage: VoterList CounterForListNodes (r:1 w:1)
|
||||
// Storage: Staking CurrentEra (r:1 w:0)
|
||||
// Storage: Balances Locks (r:1 w:1)
|
||||
// Storage: FastUnstake CounterForQueue (r:1 w:1)
|
||||
/// Storage: FastUnstake ErasToCheckPerBlock (r:1 w:0)
|
||||
/// Proof: FastUnstake ErasToCheckPerBlock (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||
/// Storage: Staking Ledger (r:1 w:1)
|
||||
/// Proof: Staking Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen)
|
||||
/// Storage: FastUnstake Queue (r:1 w:1)
|
||||
/// Proof: FastUnstake Queue (max_values: None, max_size: Some(56), added: 2531, mode: MaxEncodedLen)
|
||||
/// Storage: FastUnstake Head (r:1 w:0)
|
||||
/// Proof: FastUnstake Head (max_values: Some(1), max_size: Some(5768), added: 6263, mode: MaxEncodedLen)
|
||||
/// Storage: Staking Bonded (r:1 w:0)
|
||||
/// Proof: Staking Bonded (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen)
|
||||
/// Storage: Staking Validators (r:1 w:0)
|
||||
/// Proof: Staking Validators (max_values: None, max_size: Some(45), added: 2520, mode: MaxEncodedLen)
|
||||
/// Storage: Staking Nominators (r:1 w:1)
|
||||
/// Proof: Staking Nominators (max_values: None, max_size: Some(558), added: 3033, mode: MaxEncodedLen)
|
||||
/// Storage: Staking CounterForNominators (r:1 w:1)
|
||||
/// Proof: Staking CounterForNominators (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||
/// Storage: VoterList ListNodes (r:1 w:1)
|
||||
/// Proof: VoterList ListNodes (max_values: None, max_size: Some(154), added: 2629, mode: MaxEncodedLen)
|
||||
/// Storage: VoterList ListBags (r:1 w:1)
|
||||
/// Proof: VoterList ListBags (max_values: None, max_size: Some(82), added: 2557, mode: MaxEncodedLen)
|
||||
/// Storage: VoterList CounterForListNodes (r:1 w:1)
|
||||
/// Proof: VoterList CounterForListNodes (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||
/// Storage: Staking CurrentEra (r:1 w:0)
|
||||
/// 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: 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 {
|
||||
// Minimum execution time: 124_849 nanoseconds.
|
||||
Weight::from_parts(128_176_000, 0)
|
||||
.saturating_add(T::DbWeight::get().reads(14))
|
||||
.saturating_add(T::DbWeight::get().writes(9))
|
||||
// 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))
|
||||
.saturating_add(T::DbWeight::get().writes(9_u64))
|
||||
}
|
||||
// Storage: FastUnstake ErasToCheckPerBlock (r:1 w:0)
|
||||
// Storage: Staking Ledger (r:1 w:0)
|
||||
// Storage: FastUnstake Queue (r:1 w:1)
|
||||
// Storage: FastUnstake Head (r:1 w:0)
|
||||
// Storage: FastUnstake CounterForQueue (r:1 w:1)
|
||||
/// Storage: FastUnstake ErasToCheckPerBlock (r:1 w:0)
|
||||
/// Proof: FastUnstake ErasToCheckPerBlock (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||
/// Storage: Staking Ledger (r:1 w:0)
|
||||
/// Proof: Staking Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen)
|
||||
/// Storage: FastUnstake Queue (r:1 w:1)
|
||||
/// Proof: FastUnstake Queue (max_values: None, max_size: Some(56), added: 2531, mode: MaxEncodedLen)
|
||||
/// Storage: FastUnstake Head (r:1 w:0)
|
||||
/// Proof: FastUnstake Head (max_values: Some(1), max_size: Some(5768), added: 6263, 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 deregister() -> Weight {
|
||||
// Minimum execution time: 48_246 nanoseconds.
|
||||
Weight::from_parts(49_720_000, 0)
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1223`
|
||||
// Estimated: `18308`
|
||||
// Minimum execution time: 42_291_000 picoseconds.
|
||||
Weight::from_parts(42_835_000, 18308)
|
||||
.saturating_add(T::DbWeight::get().reads(5_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
// Storage: FastUnstake ErasToCheckPerBlock (r:0 w:1)
|
||||
/// Storage: FastUnstake ErasToCheckPerBlock (r:0 w:1)
|
||||
/// Proof: FastUnstake ErasToCheckPerBlock (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||
fn control() -> Weight {
|
||||
// Minimum execution time: 4_611 nanoseconds.
|
||||
Weight::from_parts(4_844_000, 0)
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 3_551_000 picoseconds.
|
||||
Weight::from_parts(3_632_000, 0)
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
}
|
||||
|
||||
// For backwards compatibility and tests
|
||||
impl WeightInfo for () {
|
||||
// Storage: FastUnstake ErasToCheckPerBlock (r:1 w:0)
|
||||
// Storage: Staking ValidatorCount (r:1 w:0)
|
||||
// Storage: FastUnstake Head (r:1 w:1)
|
||||
// Storage: FastUnstake CounterForQueue (r:1 w:0)
|
||||
// Storage: ElectionProviderMultiPhase CurrentPhase (r:1 w:0)
|
||||
// Storage: Staking CurrentEra (r:1 w:0)
|
||||
// Storage: Staking SlashingSpans (r:1 w:0)
|
||||
// Storage: Staking Bonded (r:1 w:1)
|
||||
// Storage: Staking Validators (r:1 w:0)
|
||||
// Storage: Staking Nominators (r:1 w:0)
|
||||
// Storage: System Account (r:1 w:1)
|
||||
// Storage: Balances Locks (r:1 w:1)
|
||||
// Storage: Staking Ledger (r:0 w:1)
|
||||
// Storage: Staking Payee (r:0 w:1)
|
||||
/// Storage: FastUnstake ErasToCheckPerBlock (r:1 w:0)
|
||||
/// Proof: FastUnstake ErasToCheckPerBlock (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||
/// Storage: Staking ValidatorCount (r:1 w:0)
|
||||
/// Proof: Staking ValidatorCount (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||
/// Storage: FastUnstake Head (r:1 w:1)
|
||||
/// Proof: FastUnstake Head (max_values: Some(1), max_size: Some(5768), added: 6263, mode: MaxEncodedLen)
|
||||
/// Storage: FastUnstake CounterForQueue (r:1 w:0)
|
||||
/// Proof: FastUnstake CounterForQueue (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||
/// Storage: ElectionProviderMultiPhase CurrentPhase (r:1 w:0)
|
||||
/// Proof Skipped: ElectionProviderMultiPhase CurrentPhase (max_values: Some(1), max_size: None, mode: Measured)
|
||||
/// Storage: Staking CurrentEra (r:1 w:0)
|
||||
/// Proof: Staking CurrentEra (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||
/// Storage: Staking SlashingSpans (r:64 w:0)
|
||||
/// Proof Skipped: Staking SlashingSpans (max_values: None, max_size: None, mode: Measured)
|
||||
/// Storage: Staking Bonded (r:64 w:64)
|
||||
/// Proof: Staking Bonded (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen)
|
||||
/// Storage: Staking Validators (r:64 w:0)
|
||||
/// Proof: Staking Validators (max_values: None, max_size: Some(45), added: 2520, mode: MaxEncodedLen)
|
||||
/// Storage: Staking Nominators (r:64 w:0)
|
||||
/// Proof: Staking Nominators (max_values: None, max_size: Some(558), added: 3033, mode: MaxEncodedLen)
|
||||
/// Storage: System Account (r:64 w:64)
|
||||
/// 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: 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)
|
||||
/// Proof: Staking Payee (max_values: None, max_size: Some(73), added: 2548, mode: MaxEncodedLen)
|
||||
/// The range of component `b` is `[1, 64]`.
|
||||
fn on_idle_unstake(b: u32, ) -> Weight {
|
||||
// Minimum execution time: 92_833 nanoseconds.
|
||||
Weight::from_parts(62_136_346, 0)
|
||||
// Standard Error: 25_541
|
||||
.saturating_add(Weight::from_parts(42_904_859, 0).saturating_mul(b.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(6))
|
||||
// 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()))
|
||||
.saturating_add(RocksDbWeight::get().reads(6_u64))
|
||||
.saturating_add(RocksDbWeight::get().reads((6_u64).saturating_mul(b.into())))
|
||||
.saturating_add(RocksDbWeight::get().writes(1))
|
||||
.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()))
|
||||
}
|
||||
// Storage: FastUnstake ErasToCheckPerBlock (r:1 w:0)
|
||||
// Storage: Staking ValidatorCount (r:1 w:0)
|
||||
// Storage: FastUnstake Head (r:1 w:1)
|
||||
// Storage: FastUnstake CounterForQueue (r:1 w:0)
|
||||
// Storage: ElectionProviderMultiPhase CurrentPhase (r:1 w:0)
|
||||
// Storage: Staking CurrentEra (r:1 w:0)
|
||||
// Storage: Staking ErasStakers (r:2 w:0)
|
||||
/// Storage: FastUnstake ErasToCheckPerBlock (r:1 w:0)
|
||||
/// Proof: FastUnstake ErasToCheckPerBlock (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||
/// Storage: Staking ValidatorCount (r:1 w:0)
|
||||
/// Proof: Staking ValidatorCount (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||
/// Storage: FastUnstake Head (r:1 w:1)
|
||||
/// Proof: FastUnstake Head (max_values: Some(1), max_size: Some(5768), added: 6263, mode: MaxEncodedLen)
|
||||
/// Storage: FastUnstake CounterForQueue (r:1 w:0)
|
||||
/// Proof: FastUnstake CounterForQueue (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||
/// Storage: ElectionProviderMultiPhase CurrentPhase (r:1 w:0)
|
||||
/// Proof Skipped: ElectionProviderMultiPhase CurrentPhase (max_values: Some(1), max_size: None, mode: Measured)
|
||||
/// Storage: Staking CurrentEra (r:1 w:0)
|
||||
/// Proof: Staking CurrentEra (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||
/// Storage: Staking ErasStakers (r:257 w:0)
|
||||
/// Proof Skipped: Staking ErasStakers (max_values: None, max_size: None, mode: Measured)
|
||||
/// The range of component `v` is `[1, 256]`.
|
||||
/// The range of component `b` is `[1, 64]`.
|
||||
fn on_idle_check(v: u32, b: u32, ) -> Weight {
|
||||
// Minimum execution time: 1_775_293 nanoseconds.
|
||||
Weight::from_parts(1_787_133_000, 0)
|
||||
// Standard Error: 17_109_142
|
||||
.saturating_add(Weight::from_parts(546_766_552, 0).saturating_mul(v.into()))
|
||||
// Standard Error: 68_455_625
|
||||
.saturating_add(Weight::from_parts(2_135_980_830, 0).saturating_mul(b.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(7))
|
||||
// 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()))
|
||||
.saturating_add(RocksDbWeight::get().reads(7_u64))
|
||||
.saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(v.into())))
|
||||
.saturating_add(RocksDbWeight::get().writes(1))
|
||||
.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()))
|
||||
}
|
||||
// Storage: FastUnstake ErasToCheckPerBlock (r:1 w:0)
|
||||
// Storage: Staking Ledger (r:1 w:1)
|
||||
// Storage: FastUnstake Queue (r:1 w:1)
|
||||
// Storage: FastUnstake Head (r:1 w:0)
|
||||
// Storage: Staking Bonded (r:1 w:0)
|
||||
// Storage: Staking Validators (r:1 w:0)
|
||||
// Storage: Staking Nominators (r:1 w:1)
|
||||
// Storage: Staking CounterForNominators (r:1 w:1)
|
||||
// Storage: VoterList ListNodes (r:1 w:1)
|
||||
// Storage: VoterList ListBags (r:1 w:1)
|
||||
// Storage: VoterList CounterForListNodes (r:1 w:1)
|
||||
// Storage: Staking CurrentEra (r:1 w:0)
|
||||
// Storage: Balances Locks (r:1 w:1)
|
||||
// Storage: FastUnstake CounterForQueue (r:1 w:1)
|
||||
/// Storage: FastUnstake ErasToCheckPerBlock (r:1 w:0)
|
||||
/// Proof: FastUnstake ErasToCheckPerBlock (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||
/// Storage: Staking Ledger (r:1 w:1)
|
||||
/// Proof: Staking Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen)
|
||||
/// Storage: FastUnstake Queue (r:1 w:1)
|
||||
/// Proof: FastUnstake Queue (max_values: None, max_size: Some(56), added: 2531, mode: MaxEncodedLen)
|
||||
/// Storage: FastUnstake Head (r:1 w:0)
|
||||
/// Proof: FastUnstake Head (max_values: Some(1), max_size: Some(5768), added: 6263, mode: MaxEncodedLen)
|
||||
/// Storage: Staking Bonded (r:1 w:0)
|
||||
/// Proof: Staking Bonded (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen)
|
||||
/// Storage: Staking Validators (r:1 w:0)
|
||||
/// Proof: Staking Validators (max_values: None, max_size: Some(45), added: 2520, mode: MaxEncodedLen)
|
||||
/// Storage: Staking Nominators (r:1 w:1)
|
||||
/// Proof: Staking Nominators (max_values: None, max_size: Some(558), added: 3033, mode: MaxEncodedLen)
|
||||
/// Storage: Staking CounterForNominators (r:1 w:1)
|
||||
/// Proof: Staking CounterForNominators (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||
/// Storage: VoterList ListNodes (r:1 w:1)
|
||||
/// Proof: VoterList ListNodes (max_values: None, max_size: Some(154), added: 2629, mode: MaxEncodedLen)
|
||||
/// Storage: VoterList ListBags (r:1 w:1)
|
||||
/// Proof: VoterList ListBags (max_values: None, max_size: Some(82), added: 2557, mode: MaxEncodedLen)
|
||||
/// Storage: VoterList CounterForListNodes (r:1 w:1)
|
||||
/// Proof: VoterList CounterForListNodes (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||
/// Storage: Staking CurrentEra (r:1 w:0)
|
||||
/// 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: 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 {
|
||||
// Minimum execution time: 124_849 nanoseconds.
|
||||
Weight::from_parts(128_176_000, 0)
|
||||
.saturating_add(RocksDbWeight::get().reads(14))
|
||||
.saturating_add(RocksDbWeight::get().writes(9))
|
||||
// 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))
|
||||
.saturating_add(RocksDbWeight::get().writes(9_u64))
|
||||
}
|
||||
// Storage: FastUnstake ErasToCheckPerBlock (r:1 w:0)
|
||||
// Storage: Staking Ledger (r:1 w:0)
|
||||
// Storage: FastUnstake Queue (r:1 w:1)
|
||||
// Storage: FastUnstake Head (r:1 w:0)
|
||||
// Storage: FastUnstake CounterForQueue (r:1 w:1)
|
||||
/// Storage: FastUnstake ErasToCheckPerBlock (r:1 w:0)
|
||||
/// Proof: FastUnstake ErasToCheckPerBlock (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||
/// Storage: Staking Ledger (r:1 w:0)
|
||||
/// Proof: Staking Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen)
|
||||
/// Storage: FastUnstake Queue (r:1 w:1)
|
||||
/// Proof: FastUnstake Queue (max_values: None, max_size: Some(56), added: 2531, mode: MaxEncodedLen)
|
||||
/// Storage: FastUnstake Head (r:1 w:0)
|
||||
/// Proof: FastUnstake Head (max_values: Some(1), max_size: Some(5768), added: 6263, 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 deregister() -> Weight {
|
||||
// Minimum execution time: 48_246 nanoseconds.
|
||||
Weight::from_parts(49_720_000, 0)
|
||||
.saturating_add(RocksDbWeight::get().reads(5))
|
||||
.saturating_add(RocksDbWeight::get().writes(2))
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1223`
|
||||
// Estimated: `18308`
|
||||
// Minimum execution time: 42_291_000 picoseconds.
|
||||
Weight::from_parts(42_835_000, 18308)
|
||||
.saturating_add(RocksDbWeight::get().reads(5_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
// Storage: FastUnstake ErasToCheckPerBlock (r:0 w:1)
|
||||
/// Storage: FastUnstake ErasToCheckPerBlock (r:0 w:1)
|
||||
/// Proof: FastUnstake ErasToCheckPerBlock (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||
fn control() -> Weight {
|
||||
// Minimum execution time: 4_611 nanoseconds.
|
||||
Weight::from_parts(4_844_000, 0)
|
||||
.saturating_add(RocksDbWeight::get().writes(1))
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 3_551_000 picoseconds.
|
||||
Weight::from_parts(3_632_000, 0)
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -18,26 +18,28 @@
|
||||
//! Autogenerated weights for pallet_glutton
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-02-28, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `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:
|
||||
// target/production/substrate
|
||||
// ./target/production/substrate
|
||||
// benchmark
|
||||
// pallet
|
||||
// --chain=dev
|
||||
// --steps=50
|
||||
// --repeat=20
|
||||
// --pallet=pallet_glutton
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --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_glutton
|
||||
// --chain=dev
|
||||
// --header=./HEADER-APACHE2
|
||||
// --output=./frame/glutton/src/weights.rs
|
||||
// --header=./HEADER-APACHE2
|
||||
// --template=./.maintain/frame-weight-template.hbs
|
||||
|
||||
#![cfg_attr(rustfmt, rustfmt_skip)]
|
||||
@@ -72,11 +74,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `4`
|
||||
// Estimated: `1489`
|
||||
// Minimum execution time: 10_218 nanoseconds.
|
||||
Weight::from_parts(10_510_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 1489))
|
||||
// Standard Error: 1_582
|
||||
.saturating_add(Weight::from_parts(1_577_660, 0).saturating_mul(n.into()))
|
||||
// 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()))
|
||||
.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())))
|
||||
@@ -90,11 +91,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `65`
|
||||
// Estimated: `1489`
|
||||
// Minimum execution time: 10_993 nanoseconds.
|
||||
Weight::from_parts(11_208_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 1489))
|
||||
// Standard Error: 1_386
|
||||
.saturating_add(Weight::from_parts(1_072_330, 0).saturating_mul(n.into()))
|
||||
// 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()))
|
||||
.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,24 +104,22 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 740 nanoseconds.
|
||||
Weight::from_parts(770_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 0))
|
||||
// Standard Error: 24
|
||||
.saturating_add(Weight::from_parts(96_434, 0).saturating_mul(i.into()))
|
||||
// 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()))
|
||||
}
|
||||
/// Storage: Glutton TrashData (r:5000 w:0)
|
||||
/// Proof: Glutton TrashData (max_values: Some(65000), max_size: Some(1036), added: 3016, mode: MaxEncodedLen)
|
||||
/// The range of component `i` is `[0, 5000]`.
|
||||
fn waste_proof_size_some(i: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `119036 + i * (1053 ±0)`
|
||||
// Measured: `119036 + i * (1022 ±0)`
|
||||
// Estimated: `990 + i * (3016 ±0)`
|
||||
// Minimum execution time: 630 nanoseconds.
|
||||
Weight::from_parts(712_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 990))
|
||||
// Standard Error: 4_326
|
||||
.saturating_add(Weight::from_parts(5_500_880, 0).saturating_mul(i.into()))
|
||||
// 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()))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(i.into())))
|
||||
.saturating_add(Weight::from_parts(0, 3016).saturating_mul(i.into()))
|
||||
}
|
||||
@@ -133,11 +131,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Glutton TrashData (max_values: Some(65000), max_size: Some(1036), added: 3016, mode: MaxEncodedLen)
|
||||
fn on_idle_high_proof_waste() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1954313`
|
||||
// Measured: `1900466`
|
||||
// Estimated: `5242760`
|
||||
// Minimum execution time: 56_743_236 nanoseconds.
|
||||
Weight::from_parts(57_088_040_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 5242760))
|
||||
// Minimum execution time: 54_903_045_000 picoseconds.
|
||||
Weight::from_parts(55_194_691_000, 5242760)
|
||||
.saturating_add(T::DbWeight::get().reads(1739_u64))
|
||||
}
|
||||
/// Storage: Glutton Storage (r:1 w:0)
|
||||
@@ -148,11 +145,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Glutton TrashData (max_values: Some(65000), max_size: Some(1036), added: 3016, mode: MaxEncodedLen)
|
||||
fn on_idle_low_proof_waste() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `9671`
|
||||
// Measured: `9516`
|
||||
// Estimated: `19048`
|
||||
// Minimum execution time: 100_387_042 nanoseconds.
|
||||
Weight::from_parts(100_987_577_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 19048))
|
||||
// Minimum execution time: 97_295_331_000 picoseconds.
|
||||
Weight::from_parts(97_853_502_000, 19048)
|
||||
.saturating_add(T::DbWeight::get().reads(7_u64))
|
||||
}
|
||||
/// Storage: Glutton Storage (r:1 w:0)
|
||||
@@ -163,9 +159,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `4`
|
||||
// Estimated: `2978`
|
||||
// Minimum execution time: 4_256 nanoseconds.
|
||||
Weight::from_parts(4_447_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 2978))
|
||||
// Minimum execution time: 4_280_000 picoseconds.
|
||||
Weight::from_parts(4_381_000, 2978)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
}
|
||||
/// Storage: Glutton Compute (r:0 w:1)
|
||||
@@ -174,9 +169,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 8_663 nanoseconds.
|
||||
Weight::from_parts(8_864_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 0))
|
||||
// Minimum execution time: 8_758_000 picoseconds.
|
||||
Weight::from_parts(8_988_000, 0)
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
/// Storage: Glutton Storage (r:0 w:1)
|
||||
@@ -185,9 +179,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 8_653 nanoseconds.
|
||||
Weight::from_parts(8_998_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 0))
|
||||
// Minimum execution time: 8_901_000 picoseconds.
|
||||
Weight::from_parts(9_291_000, 0)
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
}
|
||||
@@ -203,11 +196,10 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `4`
|
||||
// Estimated: `1489`
|
||||
// Minimum execution time: 10_218 nanoseconds.
|
||||
Weight::from_parts(10_510_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 1489))
|
||||
// Standard Error: 1_582
|
||||
.saturating_add(Weight::from_parts(1_577_660, 0).saturating_mul(n.into()))
|
||||
// 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()))
|
||||
.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())))
|
||||
@@ -221,11 +213,10 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `65`
|
||||
// Estimated: `1489`
|
||||
// Minimum execution time: 10_993 nanoseconds.
|
||||
Weight::from_parts(11_208_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 1489))
|
||||
// Standard Error: 1_386
|
||||
.saturating_add(Weight::from_parts(1_072_330, 0).saturating_mul(n.into()))
|
||||
// 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()))
|
||||
.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())))
|
||||
@@ -235,24 +226,22 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 740 nanoseconds.
|
||||
Weight::from_parts(770_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 0))
|
||||
// Standard Error: 24
|
||||
.saturating_add(Weight::from_parts(96_434, 0).saturating_mul(i.into()))
|
||||
// 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()))
|
||||
}
|
||||
/// Storage: Glutton TrashData (r:5000 w:0)
|
||||
/// Proof: Glutton TrashData (max_values: Some(65000), max_size: Some(1036), added: 3016, mode: MaxEncodedLen)
|
||||
/// The range of component `i` is `[0, 5000]`.
|
||||
fn waste_proof_size_some(i: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `119036 + i * (1053 ±0)`
|
||||
// Measured: `119036 + i * (1022 ±0)`
|
||||
// Estimated: `990 + i * (3016 ±0)`
|
||||
// Minimum execution time: 630 nanoseconds.
|
||||
Weight::from_parts(712_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 990))
|
||||
// Standard Error: 4_326
|
||||
.saturating_add(Weight::from_parts(5_500_880, 0).saturating_mul(i.into()))
|
||||
// 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()))
|
||||
.saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(i.into())))
|
||||
.saturating_add(Weight::from_parts(0, 3016).saturating_mul(i.into()))
|
||||
}
|
||||
@@ -264,11 +253,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Glutton TrashData (max_values: Some(65000), max_size: Some(1036), added: 3016, mode: MaxEncodedLen)
|
||||
fn on_idle_high_proof_waste() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1954313`
|
||||
// Measured: `1900466`
|
||||
// Estimated: `5242760`
|
||||
// Minimum execution time: 56_743_236 nanoseconds.
|
||||
Weight::from_parts(57_088_040_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 5242760))
|
||||
// Minimum execution time: 54_903_045_000 picoseconds.
|
||||
Weight::from_parts(55_194_691_000, 5242760)
|
||||
.saturating_add(RocksDbWeight::get().reads(1739_u64))
|
||||
}
|
||||
/// Storage: Glutton Storage (r:1 w:0)
|
||||
@@ -279,11 +267,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Glutton TrashData (max_values: Some(65000), max_size: Some(1036), added: 3016, mode: MaxEncodedLen)
|
||||
fn on_idle_low_proof_waste() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `9671`
|
||||
// Measured: `9516`
|
||||
// Estimated: `19048`
|
||||
// Minimum execution time: 100_387_042 nanoseconds.
|
||||
Weight::from_parts(100_987_577_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 19048))
|
||||
// Minimum execution time: 97_295_331_000 picoseconds.
|
||||
Weight::from_parts(97_853_502_000, 19048)
|
||||
.saturating_add(RocksDbWeight::get().reads(7_u64))
|
||||
}
|
||||
/// Storage: Glutton Storage (r:1 w:0)
|
||||
@@ -294,9 +281,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `4`
|
||||
// Estimated: `2978`
|
||||
// Minimum execution time: 4_256 nanoseconds.
|
||||
Weight::from_parts(4_447_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 2978))
|
||||
// Minimum execution time: 4_280_000 picoseconds.
|
||||
Weight::from_parts(4_381_000, 2978)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
}
|
||||
/// Storage: Glutton Compute (r:0 w:1)
|
||||
@@ -305,9 +291,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 8_663 nanoseconds.
|
||||
Weight::from_parts(8_864_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 0))
|
||||
// Minimum execution time: 8_758_000 picoseconds.
|
||||
Weight::from_parts(8_988_000, 0)
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
/// Storage: Glutton Storage (r:0 w:1)
|
||||
@@ -316,9 +301,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 8_653 nanoseconds.
|
||||
Weight::from_parts(8_998_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 0))
|
||||
// Minimum execution time: 8_901_000 picoseconds.
|
||||
Weight::from_parts(9_291_000, 0)
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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-01-24, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `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_identity
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
@@ -74,12 +77,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `r` is `[1, 19]`.
|
||||
fn add_registrar(r: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `64 + r * (57 ±0)`
|
||||
// Estimated: `1636`
|
||||
// Minimum execution time: 10_964 nanoseconds.
|
||||
Weight::from_parts(11_800_935, 1636)
|
||||
// Standard Error: 1_334
|
||||
.saturating_add(Weight::from_parts(96_038, 0).saturating_mul(r.into()))
|
||||
// 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()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -89,14 +92,14 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `x` is `[0, 100]`.
|
||||
fn set_identity(r: u32, x: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `474 + r * (5 ±0)`
|
||||
// Estimated: `10013`
|
||||
// Minimum execution time: 26_400 nanoseconds.
|
||||
Weight::from_parts(26_060_549, 10013)
|
||||
// Standard Error: 1_561
|
||||
.saturating_add(Weight::from_parts(72_083, 0).saturating_mul(r.into()))
|
||||
// Standard Error: 304
|
||||
.saturating_add(Weight::from_parts(306_994, 0).saturating_mul(x.into()))
|
||||
// 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()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -110,11 +113,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: `15746 + s * (2589 ±0)`
|
||||
// Minimum execution time: 8_492 nanoseconds.
|
||||
Weight::from_parts(21_645_924, 15746)
|
||||
// Standard Error: 3_452
|
||||
.saturating_add(Weight::from_parts(2_442_604, 0).saturating_mul(s.into()))
|
||||
// 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()))
|
||||
.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))
|
||||
@@ -130,12 +133,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `p` is `[0, 100]`.
|
||||
fn set_subs_old(p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `226 + p * (32 ±0)`
|
||||
// Estimated: `15746`
|
||||
// Minimum execution time: 8_488 nanoseconds.
|
||||
Weight::from_parts(20_202_601, 15746)
|
||||
// Standard Error: 2_834
|
||||
.saturating_add(Weight::from_parts(1_082_941, 0).saturating_mul(p.into()))
|
||||
// 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()))
|
||||
.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())))
|
||||
@@ -149,18 +152,16 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `r` is `[1, 20]`.
|
||||
/// The range of component `s` is `[0, 100]`.
|
||||
/// The range of component `x` is `[0, 100]`.
|
||||
fn clear_identity(r: u32, s: u32, x: u32, ) -> Weight {
|
||||
fn clear_identity(_r: u32, s: u32, x: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `533 + r * (5 ±0) + s * (32 ±0) + x * (66 ±0)`
|
||||
// Estimated: `15746`
|
||||
// Minimum execution time: 41_319 nanoseconds.
|
||||
Weight::from_parts(25_850_055, 15746)
|
||||
// Standard Error: 4_144
|
||||
.saturating_add(Weight::from_parts(59_619, 0).saturating_mul(r.into()))
|
||||
// Standard Error: 809
|
||||
.saturating_add(Weight::from_parts(1_076_550, 0).saturating_mul(s.into()))
|
||||
// Standard Error: 809
|
||||
.saturating_add(Weight::from_parts(163_191, 0).saturating_mul(x.into()))
|
||||
// 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()))
|
||||
.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())))
|
||||
@@ -173,14 +174,14 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `x` is `[0, 100]`.
|
||||
fn request_judgement(r: u32, x: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `431 + r * (57 ±0) + x * (66 ±0)`
|
||||
// Estimated: `11649`
|
||||
// Minimum execution time: 28_118 nanoseconds.
|
||||
Weight::from_parts(27_359_471, 11649)
|
||||
// Standard Error: 2_707
|
||||
.saturating_add(Weight::from_parts(107_279, 0).saturating_mul(r.into()))
|
||||
// Standard Error: 528
|
||||
.saturating_add(Weight::from_parts(325_165, 0).saturating_mul(x.into()))
|
||||
// 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()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -190,14 +191,14 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `x` is `[0, 100]`.
|
||||
fn cancel_request(r: u32, x: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `430 + x * (66 ±0)`
|
||||
// Estimated: `10013`
|
||||
// Minimum execution time: 24_817 nanoseconds.
|
||||
Weight::from_parts(24_749_808, 10013)
|
||||
// Standard Error: 1_938
|
||||
.saturating_add(Weight::from_parts(63_396, 0).saturating_mul(r.into()))
|
||||
// Standard Error: 378
|
||||
.saturating_add(Weight::from_parts(327_083, 0).saturating_mul(x.into()))
|
||||
// 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()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -206,12 +207,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `r` is `[1, 19]`.
|
||||
fn set_fee(r: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `121 + r * (57 ±0)`
|
||||
// Estimated: `1636`
|
||||
// Minimum execution time: 6_664 nanoseconds.
|
||||
Weight::from_parts(7_286_307, 1636)
|
||||
// Standard Error: 1_560
|
||||
.saturating_add(Weight::from_parts(96_416, 0).saturating_mul(r.into()))
|
||||
// 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()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -220,12 +221,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `r` is `[1, 19]`.
|
||||
fn set_account_id(r: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `121 + r * (57 ±0)`
|
||||
// Estimated: `1636`
|
||||
// Minimum execution time: 7_054 nanoseconds.
|
||||
Weight::from_parts(7_382_954, 1636)
|
||||
// Standard Error: 1_621
|
||||
.saturating_add(Weight::from_parts(101_595, 0).saturating_mul(r.into()))
|
||||
// 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()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -234,12 +235,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `r` is `[1, 19]`.
|
||||
fn set_fields(r: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `121 + r * (57 ±0)`
|
||||
// Estimated: `1636`
|
||||
// Minimum execution time: 6_659 nanoseconds.
|
||||
Weight::from_parts(7_188_883, 1636)
|
||||
// Standard Error: 1_377
|
||||
.saturating_add(Weight::from_parts(98_965, 0).saturating_mul(r.into()))
|
||||
// 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()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -251,14 +252,14 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `x` is `[0, 100]`.
|
||||
fn provide_judgement(r: u32, x: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `509 + r * (57 ±0) + x * (66 ±0)`
|
||||
// Estimated: `11649`
|
||||
// Minimum execution time: 21_567 nanoseconds.
|
||||
Weight::from_parts(21_015_310, 11649)
|
||||
// Standard Error: 2_516
|
||||
.saturating_add(Weight::from_parts(123_992, 0).saturating_mul(r.into()))
|
||||
// Standard Error: 465
|
||||
.saturating_add(Weight::from_parts(552_116, 0).saturating_mul(x.into()))
|
||||
// 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()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -275,16 +276,16 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `x` is `[0, 100]`.
|
||||
fn kill_identity(r: u32, s: u32, x: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `772 + r * (5 ±0) + s * (32 ±0) + x * (66 ±0)`
|
||||
// Estimated: `18349`
|
||||
// Minimum execution time: 52_881 nanoseconds.
|
||||
Weight::from_parts(38_504_388, 18349)
|
||||
// Standard Error: 3_909
|
||||
.saturating_add(Weight::from_parts(51_452, 0).saturating_mul(r.into()))
|
||||
// Standard Error: 763
|
||||
.saturating_add(Weight::from_parts(1_069_924, 0).saturating_mul(s.into()))
|
||||
// Standard Error: 763
|
||||
.saturating_add(Weight::from_parts(164_906, 0).saturating_mul(x.into()))
|
||||
// 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()))
|
||||
.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())))
|
||||
@@ -298,12 +299,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `s` is `[0, 99]`.
|
||||
fn add_sub(s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `507 + s * (36 ±0)`
|
||||
// Estimated: `18335`
|
||||
// Minimum execution time: 24_556 nanoseconds.
|
||||
Weight::from_parts(28_641_160, 18335)
|
||||
// Standard Error: 1_327
|
||||
.saturating_add(Weight::from_parts(66_150, 0).saturating_mul(s.into()))
|
||||
// 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()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -314,12 +315,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `s` is `[1, 100]`.
|
||||
fn rename_sub(s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `623 + s * (3 ±0)`
|
||||
// Estimated: `12602`
|
||||
// Minimum execution time: 11_347 nanoseconds.
|
||||
Weight::from_parts(13_299_367, 12602)
|
||||
// Standard Error: 525
|
||||
.saturating_add(Weight::from_parts(16_472, 0).saturating_mul(s.into()))
|
||||
// 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()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -332,12 +333,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `s` is `[1, 100]`.
|
||||
fn remove_sub(s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `702 + s * (35 ±0)`
|
||||
// Estimated: `18335`
|
||||
// Minimum execution time: 27_810 nanoseconds.
|
||||
Weight::from_parts(30_347_763, 18335)
|
||||
// Standard Error: 928
|
||||
.saturating_add(Weight::from_parts(55_342, 0).saturating_mul(s.into()))
|
||||
// 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()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -348,12 +349,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `s` is `[0, 99]`.
|
||||
fn quit_sub(s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `628 + s * (37 ±0)`
|
||||
// Estimated: `8322`
|
||||
// Minimum execution time: 17_601 nanoseconds.
|
||||
Weight::from_parts(19_794_971, 8322)
|
||||
// Standard Error: 934
|
||||
.saturating_add(Weight::from_parts(59_289, 0).saturating_mul(s.into()))
|
||||
// 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()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -366,12 +367,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `r` is `[1, 19]`.
|
||||
fn add_registrar(r: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `64 + r * (57 ±0)`
|
||||
// Estimated: `1636`
|
||||
// Minimum execution time: 10_964 nanoseconds.
|
||||
Weight::from_parts(11_800_935, 1636)
|
||||
// Standard Error: 1_334
|
||||
.saturating_add(Weight::from_parts(96_038, 0).saturating_mul(r.into()))
|
||||
// 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()))
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -381,14 +382,14 @@ impl WeightInfo for () {
|
||||
/// The range of component `x` is `[0, 100]`.
|
||||
fn set_identity(r: u32, x: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `474 + r * (5 ±0)`
|
||||
// Estimated: `10013`
|
||||
// Minimum execution time: 26_400 nanoseconds.
|
||||
Weight::from_parts(26_060_549, 10013)
|
||||
// Standard Error: 1_561
|
||||
.saturating_add(Weight::from_parts(72_083, 0).saturating_mul(r.into()))
|
||||
// Standard Error: 304
|
||||
.saturating_add(Weight::from_parts(306_994, 0).saturating_mul(x.into()))
|
||||
// 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()))
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -402,11 +403,11 @@ impl WeightInfo for () {
|
||||
fn set_subs_new(s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `101`
|
||||
// Estimated: `15746 + s * (2589 ±0)`
|
||||
// Minimum execution time: 8_492 nanoseconds.
|
||||
Weight::from_parts(21_645_924, 15746)
|
||||
// Standard Error: 3_452
|
||||
.saturating_add(Weight::from_parts(2_442_604, 0).saturating_mul(s.into()))
|
||||
// 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()))
|
||||
.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))
|
||||
@@ -422,12 +423,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `p` is `[0, 100]`.
|
||||
fn set_subs_old(p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `226 + p * (32 ±0)`
|
||||
// Estimated: `15746`
|
||||
// Minimum execution time: 8_488 nanoseconds.
|
||||
Weight::from_parts(20_202_601, 15746)
|
||||
// Standard Error: 2_834
|
||||
.saturating_add(Weight::from_parts(1_082_941, 0).saturating_mul(p.into()))
|
||||
// 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()))
|
||||
.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())))
|
||||
@@ -441,18 +442,16 @@ impl WeightInfo for () {
|
||||
/// The range of component `r` is `[1, 20]`.
|
||||
/// The range of component `s` is `[0, 100]`.
|
||||
/// The range of component `x` is `[0, 100]`.
|
||||
fn clear_identity(r: u32, s: u32, x: u32, ) -> Weight {
|
||||
fn clear_identity(_r: u32, s: u32, x: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `533 + r * (5 ±0) + s * (32 ±0) + x * (66 ±0)`
|
||||
// Estimated: `15746`
|
||||
// Minimum execution time: 41_319 nanoseconds.
|
||||
Weight::from_parts(25_850_055, 15746)
|
||||
// Standard Error: 4_144
|
||||
.saturating_add(Weight::from_parts(59_619, 0).saturating_mul(r.into()))
|
||||
// Standard Error: 809
|
||||
.saturating_add(Weight::from_parts(1_076_550, 0).saturating_mul(s.into()))
|
||||
// Standard Error: 809
|
||||
.saturating_add(Weight::from_parts(163_191, 0).saturating_mul(x.into()))
|
||||
// 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()))
|
||||
.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,14 +464,14 @@ impl WeightInfo for () {
|
||||
/// The range of component `x` is `[0, 100]`.
|
||||
fn request_judgement(r: u32, x: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `431 + r * (57 ±0) + x * (66 ±0)`
|
||||
// Estimated: `11649`
|
||||
// Minimum execution time: 28_118 nanoseconds.
|
||||
Weight::from_parts(27_359_471, 11649)
|
||||
// Standard Error: 2_707
|
||||
.saturating_add(Weight::from_parts(107_279, 0).saturating_mul(r.into()))
|
||||
// Standard Error: 528
|
||||
.saturating_add(Weight::from_parts(325_165, 0).saturating_mul(x.into()))
|
||||
// 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()))
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -482,14 +481,14 @@ impl WeightInfo for () {
|
||||
/// The range of component `x` is `[0, 100]`.
|
||||
fn cancel_request(r: u32, x: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `430 + x * (66 ±0)`
|
||||
// Estimated: `10013`
|
||||
// Minimum execution time: 24_817 nanoseconds.
|
||||
Weight::from_parts(24_749_808, 10013)
|
||||
// Standard Error: 1_938
|
||||
.saturating_add(Weight::from_parts(63_396, 0).saturating_mul(r.into()))
|
||||
// Standard Error: 378
|
||||
.saturating_add(Weight::from_parts(327_083, 0).saturating_mul(x.into()))
|
||||
// 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()))
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -498,12 +497,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `r` is `[1, 19]`.
|
||||
fn set_fee(r: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `121 + r * (57 ±0)`
|
||||
// Estimated: `1636`
|
||||
// Minimum execution time: 6_664 nanoseconds.
|
||||
Weight::from_parts(7_286_307, 1636)
|
||||
// Standard Error: 1_560
|
||||
.saturating_add(Weight::from_parts(96_416, 0).saturating_mul(r.into()))
|
||||
// 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()))
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -512,12 +511,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `r` is `[1, 19]`.
|
||||
fn set_account_id(r: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `121 + r * (57 ±0)`
|
||||
// Estimated: `1636`
|
||||
// Minimum execution time: 7_054 nanoseconds.
|
||||
Weight::from_parts(7_382_954, 1636)
|
||||
// Standard Error: 1_621
|
||||
.saturating_add(Weight::from_parts(101_595, 0).saturating_mul(r.into()))
|
||||
// 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()))
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -526,12 +525,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `r` is `[1, 19]`.
|
||||
fn set_fields(r: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `121 + r * (57 ±0)`
|
||||
// Estimated: `1636`
|
||||
// Minimum execution time: 6_659 nanoseconds.
|
||||
Weight::from_parts(7_188_883, 1636)
|
||||
// Standard Error: 1_377
|
||||
.saturating_add(Weight::from_parts(98_965, 0).saturating_mul(r.into()))
|
||||
// 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()))
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -543,14 +542,14 @@ impl WeightInfo for () {
|
||||
/// The range of component `x` is `[0, 100]`.
|
||||
fn provide_judgement(r: u32, x: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `509 + r * (57 ±0) + x * (66 ±0)`
|
||||
// Estimated: `11649`
|
||||
// Minimum execution time: 21_567 nanoseconds.
|
||||
Weight::from_parts(21_015_310, 11649)
|
||||
// Standard Error: 2_516
|
||||
.saturating_add(Weight::from_parts(123_992, 0).saturating_mul(r.into()))
|
||||
// Standard Error: 465
|
||||
.saturating_add(Weight::from_parts(552_116, 0).saturating_mul(x.into()))
|
||||
// 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()))
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -567,16 +566,16 @@ impl WeightInfo for () {
|
||||
/// The range of component `x` is `[0, 100]`.
|
||||
fn kill_identity(r: u32, s: u32, x: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `772 + r * (5 ±0) + s * (32 ±0) + x * (66 ±0)`
|
||||
// Estimated: `18349`
|
||||
// Minimum execution time: 52_881 nanoseconds.
|
||||
Weight::from_parts(38_504_388, 18349)
|
||||
// Standard Error: 3_909
|
||||
.saturating_add(Weight::from_parts(51_452, 0).saturating_mul(r.into()))
|
||||
// Standard Error: 763
|
||||
.saturating_add(Weight::from_parts(1_069_924, 0).saturating_mul(s.into()))
|
||||
// Standard Error: 763
|
||||
.saturating_add(Weight::from_parts(164_906, 0).saturating_mul(x.into()))
|
||||
// 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()))
|
||||
.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,12 +589,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `s` is `[0, 99]`.
|
||||
fn add_sub(s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `507 + s * (36 ±0)`
|
||||
// Estimated: `18335`
|
||||
// Minimum execution time: 24_556 nanoseconds.
|
||||
Weight::from_parts(28_641_160, 18335)
|
||||
// Standard Error: 1_327
|
||||
.saturating_add(Weight::from_parts(66_150, 0).saturating_mul(s.into()))
|
||||
// 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()))
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -606,12 +605,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `s` is `[1, 100]`.
|
||||
fn rename_sub(s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `623 + s * (3 ±0)`
|
||||
// Estimated: `12602`
|
||||
// Minimum execution time: 11_347 nanoseconds.
|
||||
Weight::from_parts(13_299_367, 12602)
|
||||
// Standard Error: 525
|
||||
.saturating_add(Weight::from_parts(16_472, 0).saturating_mul(s.into()))
|
||||
// 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()))
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -624,12 +623,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `s` is `[1, 100]`.
|
||||
fn remove_sub(s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `702 + s * (35 ±0)`
|
||||
// Estimated: `18335`
|
||||
// Minimum execution time: 27_810 nanoseconds.
|
||||
Weight::from_parts(30_347_763, 18335)
|
||||
// Standard Error: 928
|
||||
.saturating_add(Weight::from_parts(55_342, 0).saturating_mul(s.into()))
|
||||
// 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()))
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -640,12 +639,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `s` is `[0, 99]`.
|
||||
fn quit_sub(s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `628 + s * (37 ±0)`
|
||||
// Estimated: `8322`
|
||||
// Minimum execution time: 17_601 nanoseconds.
|
||||
Weight::from_parts(19_794_971, 8322)
|
||||
// Standard Error: 934
|
||||
.saturating_add(Weight::from_parts(59_289, 0).saturating_mul(s.into()))
|
||||
// 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()))
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
||||
@@ -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-01-24, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `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_im_online
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
@@ -68,17 +71,17 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `e` is `[1, 100]`.
|
||||
fn validate_unsigned_and_then_heartbeat(k: u32, e: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `359 + k * (32 ±0)`
|
||||
// Estimated: `10345712 + e * (25 ±0) + k * (64 ±0)`
|
||||
// Minimum execution time: 91_116 nanoseconds.
|
||||
Weight::from_parts(72_526_877, 10345712)
|
||||
// Standard Error: 95
|
||||
.saturating_add(Weight::from_parts(20_461, 0).saturating_mul(k.into()))
|
||||
// Standard Error: 967
|
||||
.saturating_add(Weight::from_parts(307_869, 0).saturating_mul(e.into()))
|
||||
// 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()))
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
.saturating_add(Weight::from_parts(0, 25).saturating_mul(e.into()))
|
||||
.saturating_add(Weight::from_parts(0, 35).saturating_mul(e.into()))
|
||||
.saturating_add(Weight::from_parts(0, 64).saturating_mul(k.into()))
|
||||
}
|
||||
}
|
||||
@@ -99,17 +102,17 @@ impl WeightInfo for () {
|
||||
/// The range of component `e` is `[1, 100]`.
|
||||
fn validate_unsigned_and_then_heartbeat(k: u32, e: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `359 + k * (32 ±0)`
|
||||
// Estimated: `10345712 + e * (25 ±0) + k * (64 ±0)`
|
||||
// Minimum execution time: 91_116 nanoseconds.
|
||||
Weight::from_parts(72_526_877, 10345712)
|
||||
// Standard Error: 95
|
||||
.saturating_add(Weight::from_parts(20_461, 0).saturating_mul(k.into()))
|
||||
// Standard Error: 967
|
||||
.saturating_add(Weight::from_parts(307_869, 0).saturating_mul(e.into()))
|
||||
// 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()))
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
.saturating_add(Weight::from_parts(0, 25).saturating_mul(e.into()))
|
||||
.saturating_add(Weight::from_parts(0, 35).saturating_mul(e.into()))
|
||||
.saturating_add(Weight::from_parts(0, 64).saturating_mul(k.into()))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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-01-24, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `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_indices
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
@@ -63,9 +66,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn claim() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `76`
|
||||
// Estimated: `2544`
|
||||
// Minimum execution time: 19_738 nanoseconds.
|
||||
Weight::from_parts(20_029_000, 2544)
|
||||
// Estimated: `3534`
|
||||
// Minimum execution time: 22_365_000 picoseconds.
|
||||
Weight::from_parts(22_713_000, 3534)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -75,10 +78,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 transfer() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `339`
|
||||
// Estimated: `5147`
|
||||
// Minimum execution time: 24_494 nanoseconds.
|
||||
Weight::from_parts(24_794_000, 5147)
|
||||
// Measured: `275`
|
||||
// Estimated: `7127`
|
||||
// Minimum execution time: 28_380_000 picoseconds.
|
||||
Weight::from_parts(29_251_000, 7127)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -86,10 +89,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Indices Accounts (max_values: None, max_size: Some(69), added: 2544, mode: MaxEncodedLen)
|
||||
fn free() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `204`
|
||||
// Estimated: `2544`
|
||||
// Minimum execution time: 20_041 nanoseconds.
|
||||
Weight::from_parts(20_473_000, 2544)
|
||||
// Measured: `172`
|
||||
// Estimated: `3534`
|
||||
// Minimum execution time: 22_932_000 picoseconds.
|
||||
Weight::from_parts(23_442_000, 3534)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -99,10 +102,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 force_transfer() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `339`
|
||||
// Estimated: `5147`
|
||||
// Minimum execution time: 21_874 nanoseconds.
|
||||
Weight::from_parts(22_438_000, 5147)
|
||||
// Measured: `275`
|
||||
// Estimated: `7127`
|
||||
// Minimum execution time: 25_223_000 picoseconds.
|
||||
Weight::from_parts(25_519_000, 7127)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -110,10 +113,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Indices Accounts (max_values: None, max_size: Some(69), added: 2544, mode: MaxEncodedLen)
|
||||
fn freeze() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `204`
|
||||
// Estimated: `2544`
|
||||
// Minimum execution time: 22_407 nanoseconds.
|
||||
Weight::from_parts(22_768_000, 2544)
|
||||
// Measured: `172`
|
||||
// Estimated: `3534`
|
||||
// Minimum execution time: 25_223_000 picoseconds.
|
||||
Weight::from_parts(26_127_000, 3534)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -126,9 +129,9 @@ impl WeightInfo for () {
|
||||
fn claim() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `76`
|
||||
// Estimated: `2544`
|
||||
// Minimum execution time: 19_738 nanoseconds.
|
||||
Weight::from_parts(20_029_000, 2544)
|
||||
// Estimated: `3534`
|
||||
// Minimum execution time: 22_365_000 picoseconds.
|
||||
Weight::from_parts(22_713_000, 3534)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -138,10 +141,10 @@ impl WeightInfo for () {
|
||||
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||
fn transfer() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `339`
|
||||
// Estimated: `5147`
|
||||
// Minimum execution time: 24_494 nanoseconds.
|
||||
Weight::from_parts(24_794_000, 5147)
|
||||
// Measured: `275`
|
||||
// Estimated: `7127`
|
||||
// Minimum execution time: 28_380_000 picoseconds.
|
||||
Weight::from_parts(29_251_000, 7127)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -149,10 +152,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Indices Accounts (max_values: None, max_size: Some(69), added: 2544, mode: MaxEncodedLen)
|
||||
fn free() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `204`
|
||||
// Estimated: `2544`
|
||||
// Minimum execution time: 20_041 nanoseconds.
|
||||
Weight::from_parts(20_473_000, 2544)
|
||||
// Measured: `172`
|
||||
// Estimated: `3534`
|
||||
// Minimum execution time: 22_932_000 picoseconds.
|
||||
Weight::from_parts(23_442_000, 3534)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -162,10 +165,10 @@ impl WeightInfo for () {
|
||||
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||
fn force_transfer() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `339`
|
||||
// Estimated: `5147`
|
||||
// Minimum execution time: 21_874 nanoseconds.
|
||||
Weight::from_parts(22_438_000, 5147)
|
||||
// Measured: `275`
|
||||
// Estimated: `7127`
|
||||
// Minimum execution time: 25_223_000 picoseconds.
|
||||
Weight::from_parts(25_519_000, 7127)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -173,10 +176,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Indices Accounts (max_values: None, max_size: Some(69), added: 2544, mode: MaxEncodedLen)
|
||||
fn freeze() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `204`
|
||||
// Estimated: `2544`
|
||||
// Minimum execution time: 22_407 nanoseconds.
|
||||
Weight::from_parts(22_768_000, 2544)
|
||||
// Measured: `172`
|
||||
// Estimated: `3534`
|
||||
// Minimum execution time: 25_223_000 picoseconds.
|
||||
Weight::from_parts(26_127_000, 3534)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
||||
@@ -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-01-24, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `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_lottery
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
@@ -75,10 +78,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Lottery Tickets (max_values: None, max_size: Some(44), added: 2519, mode: MaxEncodedLen)
|
||||
fn buy_ticket() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `484`
|
||||
// Estimated: `7181`
|
||||
// Minimum execution time: 62_125 nanoseconds.
|
||||
Weight::from_parts(63_145_000, 7181)
|
||||
// Measured: `452`
|
||||
// Estimated: `13121`
|
||||
// Minimum execution time: 43_076_000 picoseconds.
|
||||
Weight::from_parts(43_902_000, 13121)
|
||||
.saturating_add(T::DbWeight::get().reads(6_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -89,10 +92,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 7_650 nanoseconds.
|
||||
Weight::from_parts(8_344_960, 0)
|
||||
// Standard Error: 2_629
|
||||
.saturating_add(Weight::from_parts(268_557, 0).saturating_mul(n.into()))
|
||||
// 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()))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
/// Storage: Lottery Lottery (r:1 w:1)
|
||||
@@ -104,9 +107,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn start_lottery() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `161`
|
||||
// Estimated: `3626`
|
||||
// Minimum execution time: 31_324 nanoseconds.
|
||||
Weight::from_parts(31_985_000, 3626)
|
||||
// Estimated: `6596`
|
||||
// Minimum execution time: 36_555_000 picoseconds.
|
||||
Weight::from_parts(37_008_000, 6596)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -115,9 +118,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn stop_repeat() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `219`
|
||||
// Estimated: `524`
|
||||
// Minimum execution time: 7_124 nanoseconds.
|
||||
Weight::from_parts(7_285_000, 524)
|
||||
// Estimated: `1514`
|
||||
// Minimum execution time: 8_230_000 picoseconds.
|
||||
Weight::from_parts(8_355_000, 1514)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -133,10 +136,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Lottery Tickets (max_values: None, max_size: Some(44), added: 2519, mode: MaxEncodedLen)
|
||||
fn on_initialize_end() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `556`
|
||||
// Estimated: `11837`
|
||||
// Minimum execution time: 50_745 nanoseconds.
|
||||
Weight::from_parts(52_232_000, 11837)
|
||||
// Measured: `524`
|
||||
// Estimated: `16787`
|
||||
// Minimum execution time: 60_097_000 picoseconds.
|
||||
Weight::from_parts(62_055_000, 16787)
|
||||
.saturating_add(T::DbWeight::get().reads(6_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -154,10 +157,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Lottery LotteryIndex (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||
fn on_initialize_repeat() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `556`
|
||||
// Estimated: `12336`
|
||||
// Minimum execution time: 52_437 nanoseconds.
|
||||
Weight::from_parts(53_063_000, 12336)
|
||||
// Measured: `524`
|
||||
// Estimated: `18276`
|
||||
// Minimum execution time: 61_354_000 picoseconds.
|
||||
Weight::from_parts(62_429_000, 18276)
|
||||
.saturating_add(T::DbWeight::get().reads(7_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(5_u64))
|
||||
}
|
||||
@@ -181,10 +184,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Lottery Tickets (max_values: None, max_size: Some(44), added: 2519, mode: MaxEncodedLen)
|
||||
fn buy_ticket() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `484`
|
||||
// Estimated: `7181`
|
||||
// Minimum execution time: 62_125 nanoseconds.
|
||||
Weight::from_parts(63_145_000, 7181)
|
||||
// Measured: `452`
|
||||
// Estimated: `13121`
|
||||
// Minimum execution time: 43_076_000 picoseconds.
|
||||
Weight::from_parts(43_902_000, 13121)
|
||||
.saturating_add(RocksDbWeight::get().reads(6_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -195,10 +198,10 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 7_650 nanoseconds.
|
||||
Weight::from_parts(8_344_960, 0)
|
||||
// Standard Error: 2_629
|
||||
.saturating_add(Weight::from_parts(268_557, 0).saturating_mul(n.into()))
|
||||
// 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()))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
/// Storage: Lottery Lottery (r:1 w:1)
|
||||
@@ -210,9 +213,9 @@ impl WeightInfo for () {
|
||||
fn start_lottery() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `161`
|
||||
// Estimated: `3626`
|
||||
// Minimum execution time: 31_324 nanoseconds.
|
||||
Weight::from_parts(31_985_000, 3626)
|
||||
// Estimated: `6596`
|
||||
// Minimum execution time: 36_555_000 picoseconds.
|
||||
Weight::from_parts(37_008_000, 6596)
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -221,9 +224,9 @@ impl WeightInfo for () {
|
||||
fn stop_repeat() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `219`
|
||||
// Estimated: `524`
|
||||
// Minimum execution time: 7_124 nanoseconds.
|
||||
Weight::from_parts(7_285_000, 524)
|
||||
// Estimated: `1514`
|
||||
// Minimum execution time: 8_230_000 picoseconds.
|
||||
Weight::from_parts(8_355_000, 1514)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -239,10 +242,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Lottery Tickets (max_values: None, max_size: Some(44), added: 2519, mode: MaxEncodedLen)
|
||||
fn on_initialize_end() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `556`
|
||||
// Estimated: `11837`
|
||||
// Minimum execution time: 50_745 nanoseconds.
|
||||
Weight::from_parts(52_232_000, 11837)
|
||||
// Measured: `524`
|
||||
// Estimated: `16787`
|
||||
// Minimum execution time: 60_097_000 picoseconds.
|
||||
Weight::from_parts(62_055_000, 16787)
|
||||
.saturating_add(RocksDbWeight::get().reads(6_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -260,10 +263,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Lottery LotteryIndex (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||
fn on_initialize_repeat() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `556`
|
||||
// Estimated: `12336`
|
||||
// Minimum execution time: 52_437 nanoseconds.
|
||||
Weight::from_parts(53_063_000, 12336)
|
||||
// Measured: `524`
|
||||
// Estimated: `18276`
|
||||
// Minimum execution time: 61_354_000 picoseconds.
|
||||
Weight::from_parts(62_429_000, 18276)
|
||||
.saturating_add(RocksDbWeight::get().reads(7_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(5_u64))
|
||||
}
|
||||
|
||||
@@ -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-01-24, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `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_membership
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
@@ -71,12 +74,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `m` is `[1, 99]`.
|
||||
fn add_member(m: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `238 + m * (64 ±0)`
|
||||
// Estimated: `4903 + m * (192 ±0)`
|
||||
// Minimum execution time: 15_673 nanoseconds.
|
||||
Weight::from_parts(16_830_288, 4903)
|
||||
// Standard Error: 570
|
||||
.saturating_add(Weight::from_parts(41_959, 0).saturating_mul(m.into()))
|
||||
// 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()))
|
||||
.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()))
|
||||
@@ -94,12 +97,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `m` is `[2, 100]`.
|
||||
fn remove_member(m: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `342 + m * (64 ±0)`
|
||||
// Estimated: `5742 + m * (192 ±0)`
|
||||
// Minimum execution time: 18_231 nanoseconds.
|
||||
Weight::from_parts(19_081_297, 5742)
|
||||
// Standard Error: 571
|
||||
.saturating_add(Weight::from_parts(41_331, 0).saturating_mul(m.into()))
|
||||
// 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()))
|
||||
.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()))
|
||||
@@ -117,12 +120,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `m` is `[2, 100]`.
|
||||
fn swap_member(m: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `342 + m * (64 ±0)`
|
||||
// Estimated: `5742 + m * (192 ±0)`
|
||||
// Minimum execution time: 18_517 nanoseconds.
|
||||
Weight::from_parts(19_388_310, 5742)
|
||||
// Standard Error: 625
|
||||
.saturating_add(Weight::from_parts(51_422, 0).saturating_mul(m.into()))
|
||||
// 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()))
|
||||
.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()))
|
||||
@@ -140,12 +143,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `m` is `[1, 100]`.
|
||||
fn reset_member(m: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `342 + m * (64 ±0)`
|
||||
// Estimated: `5742 + m * (192 ±0)`
|
||||
// Minimum execution time: 17_628 nanoseconds.
|
||||
Weight::from_parts(19_258_882, 5742)
|
||||
// Standard Error: 820
|
||||
.saturating_add(Weight::from_parts(153_956, 0).saturating_mul(m.into()))
|
||||
// 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()))
|
||||
.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()))
|
||||
@@ -163,12 +166,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `m` is `[1, 100]`.
|
||||
fn change_key(m: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `342 + m * (64 ±0)`
|
||||
// Estimated: `5742 + m * (192 ±0)`
|
||||
// Minimum execution time: 19_031 nanoseconds.
|
||||
Weight::from_parts(20_264_948, 5742)
|
||||
// Standard Error: 707
|
||||
.saturating_add(Weight::from_parts(51_060, 0).saturating_mul(m.into()))
|
||||
// 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()))
|
||||
.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()))
|
||||
@@ -182,12 +185,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `m` is `[1, 100]`.
|
||||
fn set_prime(m: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `64 + m * (32 ±0)`
|
||||
// Estimated: `3761 + m * (32 ±0)`
|
||||
// Minimum execution time: 6_897 nanoseconds.
|
||||
Weight::from_parts(7_455_387, 3761)
|
||||
// Standard Error: 326
|
||||
.saturating_add(Weight::from_parts(16_653, 0).saturating_mul(m.into()))
|
||||
// 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()))
|
||||
.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()))
|
||||
@@ -201,10 +204,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 3_400 nanoseconds.
|
||||
Weight::from_parts(3_703_421, 0)
|
||||
// Standard Error: 119
|
||||
.saturating_add(Weight::from_parts(915, 0).saturating_mul(m.into()))
|
||||
// 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()))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
}
|
||||
@@ -222,12 +225,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `m` is `[1, 99]`.
|
||||
fn add_member(m: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `238 + m * (64 ±0)`
|
||||
// Estimated: `4903 + m * (192 ±0)`
|
||||
// Minimum execution time: 15_673 nanoseconds.
|
||||
Weight::from_parts(16_830_288, 4903)
|
||||
// Standard Error: 570
|
||||
.saturating_add(Weight::from_parts(41_959, 0).saturating_mul(m.into()))
|
||||
// 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()))
|
||||
.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()))
|
||||
@@ -245,12 +248,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `m` is `[2, 100]`.
|
||||
fn remove_member(m: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `342 + m * (64 ±0)`
|
||||
// Estimated: `5742 + m * (192 ±0)`
|
||||
// Minimum execution time: 18_231 nanoseconds.
|
||||
Weight::from_parts(19_081_297, 5742)
|
||||
// Standard Error: 571
|
||||
.saturating_add(Weight::from_parts(41_331, 0).saturating_mul(m.into()))
|
||||
// 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()))
|
||||
.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()))
|
||||
@@ -268,12 +271,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `m` is `[2, 100]`.
|
||||
fn swap_member(m: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `342 + m * (64 ±0)`
|
||||
// Estimated: `5742 + m * (192 ±0)`
|
||||
// Minimum execution time: 18_517 nanoseconds.
|
||||
Weight::from_parts(19_388_310, 5742)
|
||||
// Standard Error: 625
|
||||
.saturating_add(Weight::from_parts(51_422, 0).saturating_mul(m.into()))
|
||||
// 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()))
|
||||
.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()))
|
||||
@@ -291,12 +294,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `m` is `[1, 100]`.
|
||||
fn reset_member(m: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `342 + m * (64 ±0)`
|
||||
// Estimated: `5742 + m * (192 ±0)`
|
||||
// Minimum execution time: 17_628 nanoseconds.
|
||||
Weight::from_parts(19_258_882, 5742)
|
||||
// Standard Error: 820
|
||||
.saturating_add(Weight::from_parts(153_956, 0).saturating_mul(m.into()))
|
||||
// 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()))
|
||||
.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()))
|
||||
@@ -314,12 +317,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `m` is `[1, 100]`.
|
||||
fn change_key(m: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `342 + m * (64 ±0)`
|
||||
// Estimated: `5742 + m * (192 ±0)`
|
||||
// Minimum execution time: 19_031 nanoseconds.
|
||||
Weight::from_parts(20_264_948, 5742)
|
||||
// Standard Error: 707
|
||||
.saturating_add(Weight::from_parts(51_060, 0).saturating_mul(m.into()))
|
||||
// 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()))
|
||||
.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()))
|
||||
@@ -333,12 +336,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `m` is `[1, 100]`.
|
||||
fn set_prime(m: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `64 + m * (32 ±0)`
|
||||
// Estimated: `3761 + m * (32 ±0)`
|
||||
// Minimum execution time: 6_897 nanoseconds.
|
||||
Weight::from_parts(7_455_387, 3761)
|
||||
// Standard Error: 326
|
||||
.saturating_add(Weight::from_parts(16_653, 0).saturating_mul(m.into()))
|
||||
// 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()))
|
||||
.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()))
|
||||
@@ -352,10 +355,10 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 3_400 nanoseconds.
|
||||
Weight::from_parts(3_703_421, 0)
|
||||
// Standard Error: 119
|
||||
.saturating_add(Weight::from_parts(915, 0).saturating_mul(m.into()))
|
||||
// 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()))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -18,26 +18,28 @@
|
||||
//! Autogenerated weights for pallet_message_queue
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-03-06, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `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:
|
||||
// target/production/substrate
|
||||
// ./target/production/substrate
|
||||
// benchmark
|
||||
// pallet
|
||||
// --chain=dev
|
||||
// --steps=50
|
||||
// --repeat=20
|
||||
// --pallet=pallet_message_queue
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --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-message-queue
|
||||
// --chain=dev
|
||||
// --header=./HEADER-APACHE2
|
||||
// --output=./frame/message-queue/src/weights.rs
|
||||
// --header=./HEADER-APACHE2
|
||||
// --template=./.maintain/frame-weight-template.hbs
|
||||
|
||||
#![cfg_attr(rustfmt, rustfmt_skip)]
|
||||
@@ -70,10 +72,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: MessageQueue BookStateFor (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
|
||||
fn ready_ring_knit() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `295`
|
||||
// Measured: `233`
|
||||
// Estimated: `7527`
|
||||
// Minimum execution time: 12_283_000 picoseconds.
|
||||
Weight::from_parts(12_554_000, 7527)
|
||||
// Minimum execution time: 12_561_000 picoseconds.
|
||||
Weight::from_parts(12_758_000, 7527)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -83,10 +85,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: MessageQueue ServiceHead (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||
fn ready_ring_unknit() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `295`
|
||||
// Measured: `233`
|
||||
// Estimated: `7527`
|
||||
// Minimum execution time: 11_484_000 picoseconds.
|
||||
Weight::from_parts(11_900_000, 7527)
|
||||
// Minimum execution time: 11_854_000 picoseconds.
|
||||
Weight::from_parts(12_178_000, 7527)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -96,8 +98,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `42`
|
||||
// Estimated: `3514`
|
||||
// Minimum execution time: 4_793_000 picoseconds.
|
||||
Weight::from_parts(4_990_000, 3514)
|
||||
// Minimum execution time: 7_900_000 picoseconds.
|
||||
Weight::from_parts(8_046_000, 3514)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -107,8 +109,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `113`
|
||||
// Estimated: `69049`
|
||||
// Minimum execution time: 6_231_000 picoseconds.
|
||||
Weight::from_parts(6_442_000, 69049)
|
||||
// Minimum execution time: 6_284_000 picoseconds.
|
||||
Weight::from_parts(6_433_000, 69049)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -118,8 +120,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `113`
|
||||
// Estimated: `69049`
|
||||
// Minimum execution time: 6_660_000 picoseconds.
|
||||
Weight::from_parts(6_825_000, 69049)
|
||||
// Minimum execution time: 6_418_000 picoseconds.
|
||||
Weight::from_parts(6_633_000, 69049)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -127,8 +129,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 72_805_000 picoseconds.
|
||||
Weight::from_parts(74_650_000, 0)
|
||||
// Minimum execution time: 52_661_000 picoseconds.
|
||||
Weight::from_parts(52_994_000, 0)
|
||||
}
|
||||
/// Storage: MessageQueue ServiceHead (r:1 w:1)
|
||||
/// Proof: MessageQueue ServiceHead (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||
@@ -136,10 +138,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: MessageQueue BookStateFor (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
|
||||
fn bump_service_head() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `172`
|
||||
// Measured: `140`
|
||||
// Estimated: `5003`
|
||||
// Minimum execution time: 7_078_000 picoseconds.
|
||||
Weight::from_parts(7_230_000, 5003)
|
||||
// Minimum execution time: 7_132_000 picoseconds.
|
||||
Weight::from_parts(7_386_000, 5003)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -149,10 +151,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: MessageQueue Pages (max_values: None, max_size: Some(65584), added: 68059, mode: MaxEncodedLen)
|
||||
fn reap_page() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `65742`
|
||||
// Measured: `65710`
|
||||
// Estimated: `72563`
|
||||
// Minimum execution time: 56_799_000 picoseconds.
|
||||
Weight::from_parts(57_634_000, 72563)
|
||||
// Minimum execution time: 54_377_000 picoseconds.
|
||||
Weight::from_parts(54_804_000, 72563)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -162,10 +164,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: MessageQueue Pages (max_values: None, max_size: Some(65584), added: 68059, mode: MaxEncodedLen)
|
||||
fn execute_overweight_page_removed() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `65742`
|
||||
// Measured: `65710`
|
||||
// Estimated: `72563`
|
||||
// Minimum execution time: 72_290_000 picoseconds.
|
||||
Weight::from_parts(72_754_000, 72563)
|
||||
// Minimum execution time: 69_461_000 picoseconds.
|
||||
Weight::from_parts(70_016_000, 72563)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -175,10 +177,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: MessageQueue Pages (max_values: None, max_size: Some(65584), added: 68059, mode: MaxEncodedLen)
|
||||
fn execute_overweight_page_updated() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `65742`
|
||||
// Measured: `65710`
|
||||
// Estimated: `72563`
|
||||
// Minimum execution time: 84_987_000 picoseconds.
|
||||
Weight::from_parts(85_562_000, 72563)
|
||||
// Minimum execution time: 81_787_000 picoseconds.
|
||||
Weight::from_parts(83_100_000, 72563)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -192,10 +194,10 @@ impl WeightInfo for () {
|
||||
/// Proof: MessageQueue BookStateFor (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
|
||||
fn ready_ring_knit() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `295`
|
||||
// Measured: `233`
|
||||
// Estimated: `7527`
|
||||
// Minimum execution time: 12_283_000 picoseconds.
|
||||
Weight::from_parts(12_554_000, 7527)
|
||||
// Minimum execution time: 12_561_000 picoseconds.
|
||||
Weight::from_parts(12_758_000, 7527)
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -205,10 +207,10 @@ impl WeightInfo for () {
|
||||
/// Proof: MessageQueue ServiceHead (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||
fn ready_ring_unknit() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `295`
|
||||
// Measured: `233`
|
||||
// Estimated: `7527`
|
||||
// Minimum execution time: 11_484_000 picoseconds.
|
||||
Weight::from_parts(11_900_000, 7527)
|
||||
// Minimum execution time: 11_854_000 picoseconds.
|
||||
Weight::from_parts(12_178_000, 7527)
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -218,8 +220,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `42`
|
||||
// Estimated: `3514`
|
||||
// Minimum execution time: 4_793_000 picoseconds.
|
||||
Weight::from_parts(4_990_000, 3514)
|
||||
// Minimum execution time: 7_900_000 picoseconds.
|
||||
Weight::from_parts(8_046_000, 3514)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -229,8 +231,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `113`
|
||||
// Estimated: `69049`
|
||||
// Minimum execution time: 6_231_000 picoseconds.
|
||||
Weight::from_parts(6_442_000, 69049)
|
||||
// Minimum execution time: 6_284_000 picoseconds.
|
||||
Weight::from_parts(6_433_000, 69049)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -240,8 +242,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `113`
|
||||
// Estimated: `69049`
|
||||
// Minimum execution time: 6_660_000 picoseconds.
|
||||
Weight::from_parts(6_825_000, 69049)
|
||||
// Minimum execution time: 6_418_000 picoseconds.
|
||||
Weight::from_parts(6_633_000, 69049)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -249,8 +251,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 72_805_000 picoseconds.
|
||||
Weight::from_parts(74_650_000, 0)
|
||||
// Minimum execution time: 52_661_000 picoseconds.
|
||||
Weight::from_parts(52_994_000, 0)
|
||||
}
|
||||
/// Storage: MessageQueue ServiceHead (r:1 w:1)
|
||||
/// Proof: MessageQueue ServiceHead (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||
@@ -258,10 +260,10 @@ impl WeightInfo for () {
|
||||
/// Proof: MessageQueue BookStateFor (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
|
||||
fn bump_service_head() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `172`
|
||||
// Measured: `140`
|
||||
// Estimated: `5003`
|
||||
// Minimum execution time: 7_078_000 picoseconds.
|
||||
Weight::from_parts(7_230_000, 5003)
|
||||
// Minimum execution time: 7_132_000 picoseconds.
|
||||
Weight::from_parts(7_386_000, 5003)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -271,10 +273,10 @@ impl WeightInfo for () {
|
||||
/// Proof: MessageQueue Pages (max_values: None, max_size: Some(65584), added: 68059, mode: MaxEncodedLen)
|
||||
fn reap_page() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `65742`
|
||||
// Measured: `65710`
|
||||
// Estimated: `72563`
|
||||
// Minimum execution time: 56_799_000 picoseconds.
|
||||
Weight::from_parts(57_634_000, 72563)
|
||||
// Minimum execution time: 54_377_000 picoseconds.
|
||||
Weight::from_parts(54_804_000, 72563)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -284,10 +286,10 @@ impl WeightInfo for () {
|
||||
/// Proof: MessageQueue Pages (max_values: None, max_size: Some(65584), added: 68059, mode: MaxEncodedLen)
|
||||
fn execute_overweight_page_removed() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `65742`
|
||||
// Measured: `65710`
|
||||
// Estimated: `72563`
|
||||
// Minimum execution time: 72_290_000 picoseconds.
|
||||
Weight::from_parts(72_754_000, 72563)
|
||||
// Minimum execution time: 69_461_000 picoseconds.
|
||||
Weight::from_parts(70_016_000, 72563)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -297,10 +299,10 @@ impl WeightInfo for () {
|
||||
/// Proof: MessageQueue Pages (max_values: None, max_size: Some(65584), added: 68059, mode: MaxEncodedLen)
|
||||
fn execute_overweight_page_updated() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `65742`
|
||||
// Measured: `65710`
|
||||
// Estimated: `72563`
|
||||
// Minimum execution time: 84_987_000 picoseconds.
|
||||
Weight::from_parts(85_562_000, 72563)
|
||||
// Minimum execution time: 81_787_000 picoseconds.
|
||||
Weight::from_parts(83_100_000, 72563)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
||||
@@ -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-01-24, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `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_multisig
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
@@ -65,8 +68,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 12_086 nanoseconds.
|
||||
Weight::from_parts(12_464_828, 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()))
|
||||
}
|
||||
@@ -76,14 +79,14 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `z` is `[0, 10000]`.
|
||||
fn as_multi_create(s: u32, z: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `352 + s * (2 ±0)`
|
||||
// Estimated: `5821`
|
||||
// Minimum execution time: 35_377 nanoseconds.
|
||||
Weight::from_parts(29_088_956, 5821)
|
||||
// Standard Error: 335
|
||||
.saturating_add(Weight::from_parts(67_846, 0).saturating_mul(s.into()))
|
||||
// Standard Error: 3
|
||||
.saturating_add(Weight::from_parts(1_523, 0).saturating_mul(z.into()))
|
||||
// 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()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -93,14 +96,14 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `z` is `[0, 10000]`.
|
||||
fn as_multi_approve(s: u32, z: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `351`
|
||||
// Estimated: `5821`
|
||||
// Minimum execution time: 26_138 nanoseconds.
|
||||
Weight::from_parts(20_479_380, 5821)
|
||||
// Standard Error: 259
|
||||
.saturating_add(Weight::from_parts(64_116, 0).saturating_mul(s.into()))
|
||||
// Standard Error: 2
|
||||
.saturating_add(Weight::from_parts(1_520, 0).saturating_mul(z.into()))
|
||||
// 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()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -112,14 +115,14 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `z` is `[0, 10000]`.
|
||||
fn as_multi_complete(s: u32, z: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `489 + s * (33 ±0)`
|
||||
// Estimated: `8424`
|
||||
// Minimum execution time: 40_323 nanoseconds.
|
||||
Weight::from_parts(32_311_615, 8424)
|
||||
// Standard Error: 401
|
||||
.saturating_add(Weight::from_parts(85_999, 0).saturating_mul(s.into()))
|
||||
// Standard Error: 3
|
||||
.saturating_add(Weight::from_parts(1_534, 0).saturating_mul(z.into()))
|
||||
// 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()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -128,12 +131,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `s` is `[2, 100]`.
|
||||
fn approve_as_multi_create(s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `359 + s * (2 ±0)`
|
||||
// Estimated: `5821`
|
||||
// Minimum execution time: 26_938 nanoseconds.
|
||||
Weight::from_parts(27_802_216, 5821)
|
||||
// Standard Error: 342
|
||||
.saturating_add(Weight::from_parts(69_282, 0).saturating_mul(s.into()))
|
||||
// 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()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -142,12 +145,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `s` is `[2, 100]`.
|
||||
fn approve_as_multi_approve(s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `351`
|
||||
// Estimated: `5821`
|
||||
// Minimum execution time: 18_050 nanoseconds.
|
||||
Weight::from_parts(19_095_404, 5821)
|
||||
// Standard Error: 419
|
||||
.saturating_add(Weight::from_parts(66_914, 0).saturating_mul(s.into()))
|
||||
// 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()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -156,12 +159,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `s` is `[2, 100]`.
|
||||
fn cancel_as_multi(s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `555 + s * (1 ±0)`
|
||||
// Estimated: `5821`
|
||||
// Minimum execution time: 27_508 nanoseconds.
|
||||
Weight::from_parts(28_702_686, 5821)
|
||||
// Standard Error: 466
|
||||
.saturating_add(Weight::from_parts(69_419, 0).saturating_mul(s.into()))
|
||||
// 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()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -174,8 +177,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 12_086 nanoseconds.
|
||||
Weight::from_parts(12_464_828, 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()))
|
||||
}
|
||||
@@ -185,14 +188,14 @@ impl WeightInfo for () {
|
||||
/// The range of component `z` is `[0, 10000]`.
|
||||
fn as_multi_create(s: u32, z: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `352 + s * (2 ±0)`
|
||||
// Estimated: `5821`
|
||||
// Minimum execution time: 35_377 nanoseconds.
|
||||
Weight::from_parts(29_088_956, 5821)
|
||||
// Standard Error: 335
|
||||
.saturating_add(Weight::from_parts(67_846, 0).saturating_mul(s.into()))
|
||||
// Standard Error: 3
|
||||
.saturating_add(Weight::from_parts(1_523, 0).saturating_mul(z.into()))
|
||||
// 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()))
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -202,14 +205,14 @@ impl WeightInfo for () {
|
||||
/// The range of component `z` is `[0, 10000]`.
|
||||
fn as_multi_approve(s: u32, z: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `351`
|
||||
// Estimated: `5821`
|
||||
// Minimum execution time: 26_138 nanoseconds.
|
||||
Weight::from_parts(20_479_380, 5821)
|
||||
// Standard Error: 259
|
||||
.saturating_add(Weight::from_parts(64_116, 0).saturating_mul(s.into()))
|
||||
// Standard Error: 2
|
||||
.saturating_add(Weight::from_parts(1_520, 0).saturating_mul(z.into()))
|
||||
// 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()))
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -221,14 +224,14 @@ impl WeightInfo for () {
|
||||
/// The range of component `z` is `[0, 10000]`.
|
||||
fn as_multi_complete(s: u32, z: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `489 + s * (33 ±0)`
|
||||
// Estimated: `8424`
|
||||
// Minimum execution time: 40_323 nanoseconds.
|
||||
Weight::from_parts(32_311_615, 8424)
|
||||
// Standard Error: 401
|
||||
.saturating_add(Weight::from_parts(85_999, 0).saturating_mul(s.into()))
|
||||
// Standard Error: 3
|
||||
.saturating_add(Weight::from_parts(1_534, 0).saturating_mul(z.into()))
|
||||
// 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()))
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -237,12 +240,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `s` is `[2, 100]`.
|
||||
fn approve_as_multi_create(s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `359 + s * (2 ±0)`
|
||||
// Estimated: `5821`
|
||||
// Minimum execution time: 26_938 nanoseconds.
|
||||
Weight::from_parts(27_802_216, 5821)
|
||||
// Standard Error: 342
|
||||
.saturating_add(Weight::from_parts(69_282, 0).saturating_mul(s.into()))
|
||||
// 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()))
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -251,12 +254,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `s` is `[2, 100]`.
|
||||
fn approve_as_multi_approve(s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `351`
|
||||
// Estimated: `5821`
|
||||
// Minimum execution time: 18_050 nanoseconds.
|
||||
Weight::from_parts(19_095_404, 5821)
|
||||
// Standard Error: 419
|
||||
.saturating_add(Weight::from_parts(66_914, 0).saturating_mul(s.into()))
|
||||
// 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()))
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -265,12 +268,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `s` is `[2, 100]`.
|
||||
fn cancel_as_multi(s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `555 + s * (1 ±0)`
|
||||
// Estimated: `5821`
|
||||
// Minimum execution time: 27_508 nanoseconds.
|
||||
Weight::from_parts(28_702_686, 5821)
|
||||
// Standard Error: 466
|
||||
.saturating_add(Weight::from_parts(69_419, 0).saturating_mul(s.into()))
|
||||
// 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()))
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
||||
+264
-262
File diff suppressed because it is too large
Load Diff
@@ -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-01-24, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `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_nis
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
@@ -73,12 +76,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `l` is `[0, 999]`.
|
||||
fn place_bid(l: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `6245 + l * (48 ±0)`
|
||||
// Estimated: `60718`
|
||||
// Minimum execution time: 28_814 nanoseconds.
|
||||
Weight::from_parts(35_245_917, 60718)
|
||||
// Standard Error: 189
|
||||
.saturating_add(Weight::from_parts(45_322, 0).saturating_mul(l.into()))
|
||||
// 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()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -90,10 +93,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// 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: `54247`
|
||||
// Estimated: `60718`
|
||||
// Minimum execution time: 80_332 nanoseconds.
|
||||
Weight::from_parts(81_050_000, 60718)
|
||||
// Measured: `54184`
|
||||
// Estimated: `63688`
|
||||
// Minimum execution time: 85_703_000 picoseconds.
|
||||
Weight::from_parts(86_613_000, 63688)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -106,12 +109,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `l` is `[1, 1000]`.
|
||||
fn retract_bid(l: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `6245 + l * (48 ±0)`
|
||||
// Estimated: `60718`
|
||||
// Minimum execution time: 34_426 nanoseconds.
|
||||
Weight::from_parts(36_434_166, 60718)
|
||||
// Standard Error: 135
|
||||
.saturating_add(Weight::from_parts(33_923, 0).saturating_mul(l.into()))
|
||||
// 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()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -121,10 +124,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 fund_deficit() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `222`
|
||||
// Estimated: `3138`
|
||||
// Minimum execution time: 32_566 nanoseconds.
|
||||
Weight::from_parts(32_880_000, 3138)
|
||||
// Measured: `191`
|
||||
// Estimated: `5118`
|
||||
// Minimum execution time: 35_807_000 picoseconds.
|
||||
Weight::from_parts(36_329_000, 5118)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -138,10 +141,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Balances Reserves (max_values: None, max_size: Some(1249), added: 3724, mode: MaxEncodedLen)
|
||||
fn thaw_private() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `423`
|
||||
// Estimated: `9418`
|
||||
// Minimum execution time: 46_212 nanoseconds.
|
||||
Weight::from_parts(46_748_000, 9418)
|
||||
// Measured: `360`
|
||||
// Estimated: `13378`
|
||||
// Minimum execution time: 51_342_000 picoseconds.
|
||||
Weight::from_parts(51_976_000, 13378)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -157,10 +160,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 thaw_communal() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `868`
|
||||
// Estimated: `10956`
|
||||
// Minimum execution time: 68_791 nanoseconds.
|
||||
Weight::from_parts(69_504_000, 10956)
|
||||
// Measured: `773`
|
||||
// Estimated: `15906`
|
||||
// Minimum execution time: 76_535_000 picoseconds.
|
||||
Weight::from_parts(78_073_000, 15906)
|
||||
.saturating_add(T::DbWeight::get().reads(5_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(5_u64))
|
||||
}
|
||||
@@ -178,10 +181,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Balances Reserves (max_values: None, max_size: Some(1249), added: 3724, mode: MaxEncodedLen)
|
||||
fn privatize() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `930`
|
||||
// Estimated: `14680`
|
||||
// Minimum execution time: 76_784 nanoseconds.
|
||||
Weight::from_parts(77_575_000, 14680)
|
||||
// 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))
|
||||
}
|
||||
@@ -199,10 +202,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Assets Account (max_values: None, max_size: Some(102), added: 2577, mode: MaxEncodedLen)
|
||||
fn communify() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `769`
|
||||
// Estimated: `14680`
|
||||
// Minimum execution time: 64_543 nanoseconds.
|
||||
Weight::from_parts(65_258_000, 14680)
|
||||
// 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))
|
||||
}
|
||||
@@ -214,10 +217,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Nis QueueTotals (max_values: Some(1), max_size: Some(6002), added: 6497, mode: MaxEncodedLen)
|
||||
fn process_queues() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `6655`
|
||||
// Estimated: `9635`
|
||||
// Minimum execution time: 21_379 nanoseconds.
|
||||
Weight::from_parts(21_736_000, 9635)
|
||||
// Measured: `6624`
|
||||
// Estimated: `12605`
|
||||
// Minimum execution time: 23_311_000 picoseconds.
|
||||
Weight::from_parts(23_855_000, 12605)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -226,9 +229,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn process_queue() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `42`
|
||||
// Estimated: `50497`
|
||||
// Minimum execution time: 4_302 nanoseconds.
|
||||
Weight::from_parts(4_440_000, 50497)
|
||||
// Estimated: `51487`
|
||||
// Minimum execution time: 4_485_000 picoseconds.
|
||||
Weight::from_parts(4_717_000, 51487)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -238,8 +241,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 6_758 nanoseconds.
|
||||
Weight::from_parts(6_911_000, 0)
|
||||
// Minimum execution time: 7_837_000 picoseconds.
|
||||
Weight::from_parts(12_913_000, 0)
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
}
|
||||
@@ -255,12 +258,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `l` is `[0, 999]`.
|
||||
fn place_bid(l: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `6245 + l * (48 ±0)`
|
||||
// Estimated: `60718`
|
||||
// Minimum execution time: 28_814 nanoseconds.
|
||||
Weight::from_parts(35_245_917, 60718)
|
||||
// Standard Error: 189
|
||||
.saturating_add(Weight::from_parts(45_322, 0).saturating_mul(l.into()))
|
||||
// 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()))
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -272,10 +275,10 @@ impl WeightInfo for () {
|
||||
/// 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: `54247`
|
||||
// Estimated: `60718`
|
||||
// Minimum execution time: 80_332 nanoseconds.
|
||||
Weight::from_parts(81_050_000, 60718)
|
||||
// Measured: `54184`
|
||||
// Estimated: `63688`
|
||||
// Minimum execution time: 85_703_000 picoseconds.
|
||||
Weight::from_parts(86_613_000, 63688)
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -288,12 +291,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `l` is `[1, 1000]`.
|
||||
fn retract_bid(l: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `6245 + l * (48 ±0)`
|
||||
// Estimated: `60718`
|
||||
// Minimum execution time: 34_426 nanoseconds.
|
||||
Weight::from_parts(36_434_166, 60718)
|
||||
// Standard Error: 135
|
||||
.saturating_add(Weight::from_parts(33_923, 0).saturating_mul(l.into()))
|
||||
// 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()))
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -303,10 +306,10 @@ impl WeightInfo for () {
|
||||
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||
fn fund_deficit() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `222`
|
||||
// Estimated: `3138`
|
||||
// Minimum execution time: 32_566 nanoseconds.
|
||||
Weight::from_parts(32_880_000, 3138)
|
||||
// Measured: `191`
|
||||
// Estimated: `5118`
|
||||
// Minimum execution time: 35_807_000 picoseconds.
|
||||
Weight::from_parts(36_329_000, 5118)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -320,10 +323,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Balances Reserves (max_values: None, max_size: Some(1249), added: 3724, mode: MaxEncodedLen)
|
||||
fn thaw_private() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `423`
|
||||
// Estimated: `9418`
|
||||
// Minimum execution time: 46_212 nanoseconds.
|
||||
Weight::from_parts(46_748_000, 9418)
|
||||
// Measured: `360`
|
||||
// Estimated: `13378`
|
||||
// Minimum execution time: 51_342_000 picoseconds.
|
||||
Weight::from_parts(51_976_000, 13378)
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -339,10 +342,10 @@ impl WeightInfo for () {
|
||||
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||
fn thaw_communal() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `868`
|
||||
// Estimated: `10956`
|
||||
// Minimum execution time: 68_791 nanoseconds.
|
||||
Weight::from_parts(69_504_000, 10956)
|
||||
// Measured: `773`
|
||||
// Estimated: `15906`
|
||||
// Minimum execution time: 76_535_000 picoseconds.
|
||||
Weight::from_parts(78_073_000, 15906)
|
||||
.saturating_add(RocksDbWeight::get().reads(5_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(5_u64))
|
||||
}
|
||||
@@ -360,10 +363,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Balances Reserves (max_values: None, max_size: Some(1249), added: 3724, mode: MaxEncodedLen)
|
||||
fn privatize() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `930`
|
||||
// Estimated: `14680`
|
||||
// Minimum execution time: 76_784 nanoseconds.
|
||||
Weight::from_parts(77_575_000, 14680)
|
||||
// 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))
|
||||
}
|
||||
@@ -381,10 +384,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Assets Account (max_values: None, max_size: Some(102), added: 2577, mode: MaxEncodedLen)
|
||||
fn communify() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `769`
|
||||
// Estimated: `14680`
|
||||
// Minimum execution time: 64_543 nanoseconds.
|
||||
Weight::from_parts(65_258_000, 14680)
|
||||
// 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))
|
||||
}
|
||||
@@ -396,10 +399,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Nis QueueTotals (max_values: Some(1), max_size: Some(6002), added: 6497, mode: MaxEncodedLen)
|
||||
fn process_queues() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `6655`
|
||||
// Estimated: `9635`
|
||||
// Minimum execution time: 21_379 nanoseconds.
|
||||
Weight::from_parts(21_736_000, 9635)
|
||||
// Measured: `6624`
|
||||
// Estimated: `12605`
|
||||
// Minimum execution time: 23_311_000 picoseconds.
|
||||
Weight::from_parts(23_855_000, 12605)
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -408,9 +411,9 @@ impl WeightInfo for () {
|
||||
fn process_queue() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `42`
|
||||
// Estimated: `50497`
|
||||
// Minimum execution time: 4_302 nanoseconds.
|
||||
Weight::from_parts(4_440_000, 50497)
|
||||
// Estimated: `51487`
|
||||
// Minimum execution time: 4_485_000 picoseconds.
|
||||
Weight::from_parts(4_717_000, 51487)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -420,8 +423,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 6_758 nanoseconds.
|
||||
Weight::from_parts(6_911_000, 0)
|
||||
// Minimum execution time: 7_837_000 picoseconds.
|
||||
Weight::from_parts(12_913_000, 0)
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -18,26 +18,28 @@
|
||||
//! Autogenerated weights for pallet_nomination_pools
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-03-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `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:
|
||||
// target/production/substrate
|
||||
// ./target/production/substrate
|
||||
// benchmark
|
||||
// pallet
|
||||
// --chain=dev
|
||||
// --steps=50
|
||||
// --repeat=20
|
||||
// --pallet=pallet_nomination_pools
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --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_nomination_pools
|
||||
// --chain=dev
|
||||
// --header=./HEADER-APACHE2
|
||||
// --output=./frame/nomination-pools/src/weights.rs
|
||||
// --header=./HEADER-APACHE2
|
||||
// --template=./.maintain/frame-weight-template.hbs
|
||||
|
||||
#![cfg_attr(rustfmt, rustfmt_skip)]
|
||||
@@ -104,10 +106,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: VoterList ListBags (max_values: None, max_size: Some(82), added: 2557, mode: MaxEncodedLen)
|
||||
fn join() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `3650`
|
||||
// Measured: `3300`
|
||||
// Estimated: `52435`
|
||||
// Minimum execution time: 160_401_000 picoseconds.
|
||||
Weight::from_parts(161_798_000, 52435)
|
||||
// Minimum execution time: 160_675_000 picoseconds.
|
||||
Weight::from_parts(162_605_000, 52435)
|
||||
.saturating_add(T::DbWeight::get().reads(18_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(12_u64))
|
||||
}
|
||||
@@ -133,10 +135,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: VoterList ListBags (max_values: None, max_size: Some(82), added: 2557, mode: MaxEncodedLen)
|
||||
fn bond_extra_transfer() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `3692`
|
||||
// Measured: `3310`
|
||||
// Estimated: `49070`
|
||||
// Minimum execution time: 157_668_000 picoseconds.
|
||||
Weight::from_parts(161_129_000, 49070)
|
||||
// Minimum execution time: 156_820_000 picoseconds.
|
||||
Weight::from_parts(159_798_000, 49070)
|
||||
.saturating_add(T::DbWeight::get().reads(15_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(12_u64))
|
||||
}
|
||||
@@ -164,10 +166,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: VoterList ListBags (max_values: None, max_size: Some(82), added: 2557, mode: MaxEncodedLen)
|
||||
fn bond_extra_other() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `3757`
|
||||
// Measured: `3375`
|
||||
// Estimated: `52576`
|
||||
// Minimum execution time: 176_034_000 picoseconds.
|
||||
Weight::from_parts(176_956_000, 52576)
|
||||
// Minimum execution time: 175_820_000 picoseconds.
|
||||
Weight::from_parts(177_378_000, 52576)
|
||||
.saturating_add(T::DbWeight::get().reads(16_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(13_u64))
|
||||
}
|
||||
@@ -185,10 +187,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 claim_payout() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1331`
|
||||
// Measured: `1171`
|
||||
// Estimated: `19532`
|
||||
// Minimum execution time: 61_551_000 picoseconds.
|
||||
Weight::from_parts(62_201_000, 19532)
|
||||
// Minimum execution time: 62_011_000 picoseconds.
|
||||
Weight::from_parts(62_680_000, 19532)
|
||||
.saturating_add(T::DbWeight::get().reads(6_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -224,10 +226,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: NominationPools CounterForSubPoolsStorage (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||
fn unbond() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `3935`
|
||||
// Measured: `3586`
|
||||
// Estimated: `82816`
|
||||
// Minimum execution time: 162_755_000 picoseconds.
|
||||
Weight::from_parts(163_518_000, 82816)
|
||||
// Minimum execution time: 163_294_000 picoseconds.
|
||||
Weight::from_parts(164_375_000, 82816)
|
||||
.saturating_add(T::DbWeight::get().reads(19_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(13_u64))
|
||||
}
|
||||
@@ -244,12 +246,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `s` is `[0, 100]`.
|
||||
fn pool_withdraw_unbonded(s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1783`
|
||||
// Measured: `1687`
|
||||
// Estimated: `18031`
|
||||
// Minimum execution time: 54_752_000 picoseconds.
|
||||
Weight::from_parts(56_248_171, 18031)
|
||||
// Standard Error: 1_891
|
||||
.saturating_add(Weight::from_parts(4_767, 0).saturating_mul(s.into()))
|
||||
// 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))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -276,12 +278,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `s` is `[0, 100]`.
|
||||
fn withdraw_unbonded_update(s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `2307`
|
||||
// Measured: `2115`
|
||||
// Estimated: `54662`
|
||||
// Minimum execution time: 106_166_000 picoseconds.
|
||||
Weight::from_parts(107_806_373, 54662)
|
||||
// Standard Error: 6_985
|
||||
.saturating_add(Weight::from_parts(18_449, 0).saturating_mul(s.into()))
|
||||
// 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))
|
||||
.saturating_add(T::DbWeight::get().writes(8_u64))
|
||||
}
|
||||
@@ -330,12 +332,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `s` is `[0, 100]`.
|
||||
fn withdraw_unbonded_kill(s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `2694`
|
||||
// Estimated: `87714`
|
||||
// Minimum execution time: 170_047_000 picoseconds.
|
||||
Weight::from_parts(172_125_770, 87714)
|
||||
// Standard Error: 2_599
|
||||
.saturating_add(Weight::from_parts(9_964, 0).saturating_mul(s.into()))
|
||||
// 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))
|
||||
.saturating_add(T::DbWeight::get().writes(18_u64))
|
||||
}
|
||||
@@ -383,10 +385,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Staking Payee (max_values: None, max_size: Some(73), added: 2548, mode: MaxEncodedLen)
|
||||
fn create() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1321`
|
||||
// Measured: `1289`
|
||||
// Estimated: `51410`
|
||||
// Minimum execution time: 149_672_000 picoseconds.
|
||||
Weight::from_parts(153_613_000, 51410)
|
||||
// Minimum execution time: 148_934_000 picoseconds.
|
||||
Weight::from_parts(149_702_000, 51410)
|
||||
.saturating_add(T::DbWeight::get().reads(21_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(15_u64))
|
||||
}
|
||||
@@ -417,12 +419,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `n` is `[1, 16]`.
|
||||
fn nominate(n: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1913`
|
||||
// Measured: `1849`
|
||||
// Estimated: `33934 + n * (2520 ±0)`
|
||||
// Minimum execution time: 68_892_000 picoseconds.
|
||||
Weight::from_parts(69_062_946, 33934)
|
||||
// Standard Error: 6_448
|
||||
.saturating_add(Weight::from_parts(1_422_774, 0).saturating_mul(n.into()))
|
||||
// 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()))
|
||||
.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))
|
||||
@@ -436,10 +438,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Staking Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen)
|
||||
fn set_state() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1502`
|
||||
// Measured: `1438`
|
||||
// Estimated: `11778`
|
||||
// Minimum execution time: 36_447_000 picoseconds.
|
||||
Weight::from_parts(36_837_000, 11778)
|
||||
// Minimum execution time: 36_300_000 picoseconds.
|
||||
Weight::from_parts(36_713_000, 11778)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -452,12 +454,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `n` is `[1, 256]`.
|
||||
fn set_metadata(n: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `563`
|
||||
// Measured: `531`
|
||||
// Estimated: `8909`
|
||||
// Minimum execution time: 15_221_000 picoseconds.
|
||||
Weight::from_parts(15_632_286, 8909)
|
||||
// Standard Error: 343
|
||||
.saturating_add(Weight::from_parts(2_299, 0).saturating_mul(n.into()))
|
||||
// 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()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -477,18 +479,18 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 7_409_000 picoseconds.
|
||||
Weight::from_parts(7_702_000, 0)
|
||||
// Minimum execution time: 7_259_000 picoseconds.
|
||||
Weight::from_parts(7_499_000, 0)
|
||||
.saturating_add(T::DbWeight::get().writes(6_u64))
|
||||
}
|
||||
/// Storage: NominationPools BondedPools (r:1 w:1)
|
||||
/// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen)
|
||||
fn update_roles() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `563`
|
||||
// Measured: `531`
|
||||
// Estimated: `3685`
|
||||
// Minimum execution time: 20_451_000 picoseconds.
|
||||
Weight::from_parts(20_703_000, 3685)
|
||||
// Minimum execution time: 20_454_000 picoseconds.
|
||||
Weight::from_parts(20_771_000, 3685)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -512,10 +514,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: VoterList CounterForListNodes (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||
fn chill() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `2140`
|
||||
// Measured: `2012`
|
||||
// Estimated: `29455`
|
||||
// Minimum execution time: 66_001_000 picoseconds.
|
||||
Weight::from_parts(66_894_000, 29455)
|
||||
// Minimum execution time: 66_404_000 picoseconds.
|
||||
Weight::from_parts(66_872_000, 29455)
|
||||
.saturating_add(T::DbWeight::get().reads(9_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(5_u64))
|
||||
}
|
||||
@@ -529,10 +531,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 set_commission() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `866`
|
||||
// Measured: `770`
|
||||
// Estimated: `12324`
|
||||
// Minimum execution time: 34_011_000 picoseconds.
|
||||
Weight::from_parts(34_521_000, 12324)
|
||||
// Minimum execution time: 34_240_000 picoseconds.
|
||||
Weight::from_parts(34_797_000, 12324)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -540,10 +542,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen)
|
||||
fn set_commission_max() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `603`
|
||||
// Measured: `571`
|
||||
// Estimated: `3685`
|
||||
// Minimum execution time: 19_524_000 picoseconds.
|
||||
Weight::from_parts(19_855_000, 3685)
|
||||
// Minimum execution time: 19_469_000 picoseconds.
|
||||
Weight::from_parts(19_865_000, 3685)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -551,10 +553,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen)
|
||||
fn set_commission_change_rate() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `563`
|
||||
// Measured: `531`
|
||||
// Estimated: `3685`
|
||||
// Minimum execution time: 20_457_000 picoseconds.
|
||||
Weight::from_parts(20_698_000, 3685)
|
||||
// Minimum execution time: 20_423_000 picoseconds.
|
||||
Weight::from_parts(20_620_000, 3685)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -566,8 +568,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `542`
|
||||
// Estimated: `7208`
|
||||
// Minimum execution time: 15_183_000 picoseconds.
|
||||
Weight::from_parts(15_597_000, 7208)
|
||||
// Minimum execution time: 15_346_000 picoseconds.
|
||||
Weight::from_parts(15_613_000, 7208)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -581,10 +583,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 claim_commission() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1096`
|
||||
// Measured: `968`
|
||||
// Estimated: `12324`
|
||||
// Minimum execution time: 48_957_000 picoseconds.
|
||||
Weight::from_parts(50_207_000, 12324)
|
||||
// Minimum execution time: 48_749_000 picoseconds.
|
||||
Weight::from_parts(49_131_000, 12324)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -622,10 +624,10 @@ impl WeightInfo for () {
|
||||
/// Proof: VoterList ListBags (max_values: None, max_size: Some(82), added: 2557, mode: MaxEncodedLen)
|
||||
fn join() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `3650`
|
||||
// Measured: `3300`
|
||||
// Estimated: `52435`
|
||||
// Minimum execution time: 160_401_000 picoseconds.
|
||||
Weight::from_parts(161_798_000, 52435)
|
||||
// Minimum execution time: 160_675_000 picoseconds.
|
||||
Weight::from_parts(162_605_000, 52435)
|
||||
.saturating_add(RocksDbWeight::get().reads(18_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(12_u64))
|
||||
}
|
||||
@@ -651,10 +653,10 @@ impl WeightInfo for () {
|
||||
/// Proof: VoterList ListBags (max_values: None, max_size: Some(82), added: 2557, mode: MaxEncodedLen)
|
||||
fn bond_extra_transfer() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `3692`
|
||||
// Measured: `3310`
|
||||
// Estimated: `49070`
|
||||
// Minimum execution time: 157_668_000 picoseconds.
|
||||
Weight::from_parts(161_129_000, 49070)
|
||||
// Minimum execution time: 156_820_000 picoseconds.
|
||||
Weight::from_parts(159_798_000, 49070)
|
||||
.saturating_add(RocksDbWeight::get().reads(15_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(12_u64))
|
||||
}
|
||||
@@ -682,10 +684,10 @@ impl WeightInfo for () {
|
||||
/// Proof: VoterList ListBags (max_values: None, max_size: Some(82), added: 2557, mode: MaxEncodedLen)
|
||||
fn bond_extra_other() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `3757`
|
||||
// Measured: `3375`
|
||||
// Estimated: `52576`
|
||||
// Minimum execution time: 176_034_000 picoseconds.
|
||||
Weight::from_parts(176_956_000, 52576)
|
||||
// Minimum execution time: 175_820_000 picoseconds.
|
||||
Weight::from_parts(177_378_000, 52576)
|
||||
.saturating_add(RocksDbWeight::get().reads(16_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(13_u64))
|
||||
}
|
||||
@@ -703,10 +705,10 @@ impl WeightInfo for () {
|
||||
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||
fn claim_payout() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1331`
|
||||
// Measured: `1171`
|
||||
// Estimated: `19532`
|
||||
// Minimum execution time: 61_551_000 picoseconds.
|
||||
Weight::from_parts(62_201_000, 19532)
|
||||
// Minimum execution time: 62_011_000 picoseconds.
|
||||
Weight::from_parts(62_680_000, 19532)
|
||||
.saturating_add(RocksDbWeight::get().reads(6_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -742,10 +744,10 @@ impl WeightInfo for () {
|
||||
/// Proof: NominationPools CounterForSubPoolsStorage (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||
fn unbond() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `3935`
|
||||
// Measured: `3586`
|
||||
// Estimated: `82816`
|
||||
// Minimum execution time: 162_755_000 picoseconds.
|
||||
Weight::from_parts(163_518_000, 82816)
|
||||
// Minimum execution time: 163_294_000 picoseconds.
|
||||
Weight::from_parts(164_375_000, 82816)
|
||||
.saturating_add(RocksDbWeight::get().reads(19_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(13_u64))
|
||||
}
|
||||
@@ -762,12 +764,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `s` is `[0, 100]`.
|
||||
fn pool_withdraw_unbonded(s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1783`
|
||||
// Measured: `1687`
|
||||
// Estimated: `18031`
|
||||
// Minimum execution time: 54_752_000 picoseconds.
|
||||
Weight::from_parts(56_248_171, 18031)
|
||||
// Standard Error: 1_891
|
||||
.saturating_add(Weight::from_parts(4_767, 0).saturating_mul(s.into()))
|
||||
// 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))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -794,12 +796,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `s` is `[0, 100]`.
|
||||
fn withdraw_unbonded_update(s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `2307`
|
||||
// Measured: `2115`
|
||||
// Estimated: `54662`
|
||||
// Minimum execution time: 106_166_000 picoseconds.
|
||||
Weight::from_parts(107_806_373, 54662)
|
||||
// Standard Error: 6_985
|
||||
.saturating_add(Weight::from_parts(18_449, 0).saturating_mul(s.into()))
|
||||
// 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))
|
||||
.saturating_add(RocksDbWeight::get().writes(8_u64))
|
||||
}
|
||||
@@ -848,12 +850,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `s` is `[0, 100]`.
|
||||
fn withdraw_unbonded_kill(s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `2694`
|
||||
// Estimated: `87714`
|
||||
// Minimum execution time: 170_047_000 picoseconds.
|
||||
Weight::from_parts(172_125_770, 87714)
|
||||
// Standard Error: 2_599
|
||||
.saturating_add(Weight::from_parts(9_964, 0).saturating_mul(s.into()))
|
||||
// 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))
|
||||
.saturating_add(RocksDbWeight::get().writes(18_u64))
|
||||
}
|
||||
@@ -901,10 +903,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Staking Payee (max_values: None, max_size: Some(73), added: 2548, mode: MaxEncodedLen)
|
||||
fn create() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1321`
|
||||
// Measured: `1289`
|
||||
// Estimated: `51410`
|
||||
// Minimum execution time: 149_672_000 picoseconds.
|
||||
Weight::from_parts(153_613_000, 51410)
|
||||
// Minimum execution time: 148_934_000 picoseconds.
|
||||
Weight::from_parts(149_702_000, 51410)
|
||||
.saturating_add(RocksDbWeight::get().reads(21_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(15_u64))
|
||||
}
|
||||
@@ -935,12 +937,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `n` is `[1, 16]`.
|
||||
fn nominate(n: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1913`
|
||||
// Measured: `1849`
|
||||
// Estimated: `33934 + n * (2520 ±0)`
|
||||
// Minimum execution time: 68_892_000 picoseconds.
|
||||
Weight::from_parts(69_062_946, 33934)
|
||||
// Standard Error: 6_448
|
||||
.saturating_add(Weight::from_parts(1_422_774, 0).saturating_mul(n.into()))
|
||||
// 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()))
|
||||
.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))
|
||||
@@ -954,10 +956,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Staking Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen)
|
||||
fn set_state() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1502`
|
||||
// Measured: `1438`
|
||||
// Estimated: `11778`
|
||||
// Minimum execution time: 36_447_000 picoseconds.
|
||||
Weight::from_parts(36_837_000, 11778)
|
||||
// Minimum execution time: 36_300_000 picoseconds.
|
||||
Weight::from_parts(36_713_000, 11778)
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -970,12 +972,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `n` is `[1, 256]`.
|
||||
fn set_metadata(n: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `563`
|
||||
// Measured: `531`
|
||||
// Estimated: `8909`
|
||||
// Minimum execution time: 15_221_000 picoseconds.
|
||||
Weight::from_parts(15_632_286, 8909)
|
||||
// Standard Error: 343
|
||||
.saturating_add(Weight::from_parts(2_299, 0).saturating_mul(n.into()))
|
||||
// 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()))
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -995,18 +997,18 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 7_409_000 picoseconds.
|
||||
Weight::from_parts(7_702_000, 0)
|
||||
// Minimum execution time: 7_259_000 picoseconds.
|
||||
Weight::from_parts(7_499_000, 0)
|
||||
.saturating_add(RocksDbWeight::get().writes(6_u64))
|
||||
}
|
||||
/// Storage: NominationPools BondedPools (r:1 w:1)
|
||||
/// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen)
|
||||
fn update_roles() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `563`
|
||||
// Measured: `531`
|
||||
// Estimated: `3685`
|
||||
// Minimum execution time: 20_451_000 picoseconds.
|
||||
Weight::from_parts(20_703_000, 3685)
|
||||
// Minimum execution time: 20_454_000 picoseconds.
|
||||
Weight::from_parts(20_771_000, 3685)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -1030,10 +1032,10 @@ impl WeightInfo for () {
|
||||
/// Proof: VoterList CounterForListNodes (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||
fn chill() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `2140`
|
||||
// Measured: `2012`
|
||||
// Estimated: `29455`
|
||||
// Minimum execution time: 66_001_000 picoseconds.
|
||||
Weight::from_parts(66_894_000, 29455)
|
||||
// Minimum execution time: 66_404_000 picoseconds.
|
||||
Weight::from_parts(66_872_000, 29455)
|
||||
.saturating_add(RocksDbWeight::get().reads(9_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(5_u64))
|
||||
}
|
||||
@@ -1047,10 +1049,10 @@ impl WeightInfo for () {
|
||||
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||
fn set_commission() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `866`
|
||||
// Measured: `770`
|
||||
// Estimated: `12324`
|
||||
// Minimum execution time: 34_011_000 picoseconds.
|
||||
Weight::from_parts(34_521_000, 12324)
|
||||
// Minimum execution time: 34_240_000 picoseconds.
|
||||
Weight::from_parts(34_797_000, 12324)
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -1058,10 +1060,10 @@ impl WeightInfo for () {
|
||||
/// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen)
|
||||
fn set_commission_max() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `603`
|
||||
// Measured: `571`
|
||||
// Estimated: `3685`
|
||||
// Minimum execution time: 19_524_000 picoseconds.
|
||||
Weight::from_parts(19_855_000, 3685)
|
||||
// Minimum execution time: 19_469_000 picoseconds.
|
||||
Weight::from_parts(19_865_000, 3685)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -1069,10 +1071,10 @@ impl WeightInfo for () {
|
||||
/// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen)
|
||||
fn set_commission_change_rate() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `563`
|
||||
// Measured: `531`
|
||||
// Estimated: `3685`
|
||||
// Minimum execution time: 20_457_000 picoseconds.
|
||||
Weight::from_parts(20_698_000, 3685)
|
||||
// Minimum execution time: 20_423_000 picoseconds.
|
||||
Weight::from_parts(20_620_000, 3685)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -1084,8 +1086,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `542`
|
||||
// Estimated: `7208`
|
||||
// Minimum execution time: 15_183_000 picoseconds.
|
||||
Weight::from_parts(15_597_000, 7208)
|
||||
// Minimum execution time: 15_346_000 picoseconds.
|
||||
Weight::from_parts(15_613_000, 7208)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -1099,10 +1101,10 @@ impl WeightInfo for () {
|
||||
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||
fn claim_commission() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1096`
|
||||
// Measured: `968`
|
||||
// Estimated: `12324`
|
||||
// Minimum execution time: 48_957_000 picoseconds.
|
||||
Weight::from_parts(50_207_000, 12324)
|
||||
// Minimum execution time: 48_749_000 picoseconds.
|
||||
Weight::from_parts(49_131_000, 12324)
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
||||
@@ -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-01-24, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `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_preimage
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
@@ -72,12 +75,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `s` is `[0, 4194304]`.
|
||||
fn note_preimage(s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `175`
|
||||
// Estimated: `2566`
|
||||
// Minimum execution time: 23_484 nanoseconds.
|
||||
Weight::from_parts(23_828_000, 2566)
|
||||
// Measured: `143`
|
||||
// Estimated: `3556`
|
||||
// Minimum execution time: 27_010_000 picoseconds.
|
||||
Weight::from_parts(27_665_000, 3556)
|
||||
// Standard Error: 0
|
||||
.saturating_add(Weight::from_parts(1_705, 0).saturating_mul(s.into()))
|
||||
.saturating_add(Weight::from_parts(1_414, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -89,11 +92,11 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn note_requested_preimage(s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `106`
|
||||
// Estimated: `2566`
|
||||
// Minimum execution time: 14_812 nanoseconds.
|
||||
Weight::from_parts(14_949_000, 2566)
|
||||
// Estimated: `3556`
|
||||
// Minimum execution time: 16_984_000 picoseconds.
|
||||
Weight::from_parts(17_455_000, 3556)
|
||||
// Standard Error: 0
|
||||
.saturating_add(Weight::from_parts(1_707, 0).saturating_mul(s.into()))
|
||||
.saturating_add(Weight::from_parts(1_414, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -105,11 +108,11 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn note_no_deposit_preimage(s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `106`
|
||||
// Estimated: `2566`
|
||||
// Minimum execution time: 14_185 nanoseconds.
|
||||
Weight::from_parts(14_398_000, 2566)
|
||||
// Estimated: `3556`
|
||||
// Minimum execution time: 16_579_000 picoseconds.
|
||||
Weight::from_parts(16_849_000, 3556)
|
||||
// Standard Error: 0
|
||||
.saturating_add(Weight::from_parts(1_709, 0).saturating_mul(s.into()))
|
||||
.saturating_add(Weight::from_parts(1_414, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -119,10 +122,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Preimage PreimageFor (max_values: None, max_size: Some(4194344), added: 4196819, mode: MaxEncodedLen)
|
||||
fn unnote_preimage() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `353`
|
||||
// Estimated: `2566`
|
||||
// Minimum execution time: 29_917 nanoseconds.
|
||||
Weight::from_parts(30_691_000, 2566)
|
||||
// Measured: `289`
|
||||
// Estimated: `3556`
|
||||
// Minimum execution time: 33_552_000 picoseconds.
|
||||
Weight::from_parts(35_134_000, 3556)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -133,9 +136,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn unnote_no_deposit_preimage() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `144`
|
||||
// Estimated: `2566`
|
||||
// Minimum execution time: 19_281 nanoseconds.
|
||||
Weight::from_parts(20_121_000, 2566)
|
||||
// Estimated: `3556`
|
||||
// Minimum execution time: 22_102_000 picoseconds.
|
||||
Weight::from_parts(22_860_000, 3556)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -143,10 +146,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Preimage StatusFor (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen)
|
||||
fn request_preimage() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `220`
|
||||
// Estimated: `2566`
|
||||
// Minimum execution time: 17_192 nanoseconds.
|
||||
Weight::from_parts(18_637_000, 2566)
|
||||
// Measured: `188`
|
||||
// Estimated: `3556`
|
||||
// Minimum execution time: 19_590_000 picoseconds.
|
||||
Weight::from_parts(20_638_000, 3556)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -155,9 +158,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn request_no_deposit_preimage() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `144`
|
||||
// Estimated: `2566`
|
||||
// Minimum execution time: 10_139 nanoseconds.
|
||||
Weight::from_parts(10_773_000, 2566)
|
||||
// Estimated: `3556`
|
||||
// Minimum execution time: 11_689_000 picoseconds.
|
||||
Weight::from_parts(12_577_000, 3556)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -166,9 +169,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn request_unnoted_preimage() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `42`
|
||||
// Estimated: `2566`
|
||||
// Minimum execution time: 11_721 nanoseconds.
|
||||
Weight::from_parts(12_313_000, 2566)
|
||||
// Estimated: `3556`
|
||||
// Minimum execution time: 13_673_000 picoseconds.
|
||||
Weight::from_parts(14_210_000, 3556)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -177,9 +180,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn request_requested_preimage() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `106`
|
||||
// Estimated: `2566`
|
||||
// Minimum execution time: 7_263 nanoseconds.
|
||||
Weight::from_parts(7_547_000, 2566)
|
||||
// Estimated: `3556`
|
||||
// Minimum execution time: 8_810_000 picoseconds.
|
||||
Weight::from_parts(9_044_000, 3556)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -190,9 +193,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn unrequest_preimage() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `144`
|
||||
// Estimated: `2566`
|
||||
// Minimum execution time: 17_785 nanoseconds.
|
||||
Weight::from_parts(18_501_000, 2566)
|
||||
// Estimated: `3556`
|
||||
// Minimum execution time: 21_236_000 picoseconds.
|
||||
Weight::from_parts(21_684_000, 3556)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -201,9 +204,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn unrequest_unnoted_preimage() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `106`
|
||||
// Estimated: `2566`
|
||||
// Minimum execution time: 7_090 nanoseconds.
|
||||
Weight::from_parts(7_319_000, 2566)
|
||||
// Estimated: `3556`
|
||||
// Minimum execution time: 8_709_000 picoseconds.
|
||||
Weight::from_parts(8_970_000, 3556)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -212,9 +215,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn unrequest_multi_referenced_preimage() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `106`
|
||||
// Estimated: `2566`
|
||||
// Minimum execution time: 7_253 nanoseconds.
|
||||
Weight::from_parts(7_508_000, 2566)
|
||||
// Estimated: `3556`
|
||||
// Minimum execution time: 8_976_000 picoseconds.
|
||||
Weight::from_parts(9_164_000, 3556)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -229,12 +232,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `s` is `[0, 4194304]`.
|
||||
fn note_preimage(s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `175`
|
||||
// Estimated: `2566`
|
||||
// Minimum execution time: 23_484 nanoseconds.
|
||||
Weight::from_parts(23_828_000, 2566)
|
||||
// Measured: `143`
|
||||
// Estimated: `3556`
|
||||
// Minimum execution time: 27_010_000 picoseconds.
|
||||
Weight::from_parts(27_665_000, 3556)
|
||||
// Standard Error: 0
|
||||
.saturating_add(Weight::from_parts(1_705, 0).saturating_mul(s.into()))
|
||||
.saturating_add(Weight::from_parts(1_414, 0).saturating_mul(s.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -246,11 +249,11 @@ impl WeightInfo for () {
|
||||
fn note_requested_preimage(s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `106`
|
||||
// Estimated: `2566`
|
||||
// Minimum execution time: 14_812 nanoseconds.
|
||||
Weight::from_parts(14_949_000, 2566)
|
||||
// Estimated: `3556`
|
||||
// Minimum execution time: 16_984_000 picoseconds.
|
||||
Weight::from_parts(17_455_000, 3556)
|
||||
// Standard Error: 0
|
||||
.saturating_add(Weight::from_parts(1_707, 0).saturating_mul(s.into()))
|
||||
.saturating_add(Weight::from_parts(1_414, 0).saturating_mul(s.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -262,11 +265,11 @@ impl WeightInfo for () {
|
||||
fn note_no_deposit_preimage(s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `106`
|
||||
// Estimated: `2566`
|
||||
// Minimum execution time: 14_185 nanoseconds.
|
||||
Weight::from_parts(14_398_000, 2566)
|
||||
// Estimated: `3556`
|
||||
// Minimum execution time: 16_579_000 picoseconds.
|
||||
Weight::from_parts(16_849_000, 3556)
|
||||
// Standard Error: 0
|
||||
.saturating_add(Weight::from_parts(1_709, 0).saturating_mul(s.into()))
|
||||
.saturating_add(Weight::from_parts(1_414, 0).saturating_mul(s.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -276,10 +279,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Preimage PreimageFor (max_values: None, max_size: Some(4194344), added: 4196819, mode: MaxEncodedLen)
|
||||
fn unnote_preimage() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `353`
|
||||
// Estimated: `2566`
|
||||
// Minimum execution time: 29_917 nanoseconds.
|
||||
Weight::from_parts(30_691_000, 2566)
|
||||
// Measured: `289`
|
||||
// Estimated: `3556`
|
||||
// Minimum execution time: 33_552_000 picoseconds.
|
||||
Weight::from_parts(35_134_000, 3556)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -290,9 +293,9 @@ impl WeightInfo for () {
|
||||
fn unnote_no_deposit_preimage() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `144`
|
||||
// Estimated: `2566`
|
||||
// Minimum execution time: 19_281 nanoseconds.
|
||||
Weight::from_parts(20_121_000, 2566)
|
||||
// Estimated: `3556`
|
||||
// Minimum execution time: 22_102_000 picoseconds.
|
||||
Weight::from_parts(22_860_000, 3556)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -300,10 +303,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Preimage StatusFor (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen)
|
||||
fn request_preimage() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `220`
|
||||
// Estimated: `2566`
|
||||
// Minimum execution time: 17_192 nanoseconds.
|
||||
Weight::from_parts(18_637_000, 2566)
|
||||
// Measured: `188`
|
||||
// Estimated: `3556`
|
||||
// Minimum execution time: 19_590_000 picoseconds.
|
||||
Weight::from_parts(20_638_000, 3556)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -312,9 +315,9 @@ impl WeightInfo for () {
|
||||
fn request_no_deposit_preimage() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `144`
|
||||
// Estimated: `2566`
|
||||
// Minimum execution time: 10_139 nanoseconds.
|
||||
Weight::from_parts(10_773_000, 2566)
|
||||
// Estimated: `3556`
|
||||
// Minimum execution time: 11_689_000 picoseconds.
|
||||
Weight::from_parts(12_577_000, 3556)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -323,9 +326,9 @@ impl WeightInfo for () {
|
||||
fn request_unnoted_preimage() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `42`
|
||||
// Estimated: `2566`
|
||||
// Minimum execution time: 11_721 nanoseconds.
|
||||
Weight::from_parts(12_313_000, 2566)
|
||||
// Estimated: `3556`
|
||||
// Minimum execution time: 13_673_000 picoseconds.
|
||||
Weight::from_parts(14_210_000, 3556)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -334,9 +337,9 @@ impl WeightInfo for () {
|
||||
fn request_requested_preimage() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `106`
|
||||
// Estimated: `2566`
|
||||
// Minimum execution time: 7_263 nanoseconds.
|
||||
Weight::from_parts(7_547_000, 2566)
|
||||
// Estimated: `3556`
|
||||
// Minimum execution time: 8_810_000 picoseconds.
|
||||
Weight::from_parts(9_044_000, 3556)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -347,9 +350,9 @@ impl WeightInfo for () {
|
||||
fn unrequest_preimage() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `144`
|
||||
// Estimated: `2566`
|
||||
// Minimum execution time: 17_785 nanoseconds.
|
||||
Weight::from_parts(18_501_000, 2566)
|
||||
// Estimated: `3556`
|
||||
// Minimum execution time: 21_236_000 picoseconds.
|
||||
Weight::from_parts(21_684_000, 3556)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -358,9 +361,9 @@ impl WeightInfo for () {
|
||||
fn unrequest_unnoted_preimage() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `106`
|
||||
// Estimated: `2566`
|
||||
// Minimum execution time: 7_090 nanoseconds.
|
||||
Weight::from_parts(7_319_000, 2566)
|
||||
// Estimated: `3556`
|
||||
// Minimum execution time: 8_709_000 picoseconds.
|
||||
Weight::from_parts(8_970_000, 3556)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -369,9 +372,9 @@ impl WeightInfo for () {
|
||||
fn unrequest_multi_referenced_preimage() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `106`
|
||||
// Estimated: `2566`
|
||||
// Minimum execution time: 7_253 nanoseconds.
|
||||
Weight::from_parts(7_508_000, 2566)
|
||||
// Estimated: `3556`
|
||||
// Minimum execution time: 8_976_000 picoseconds.
|
||||
Weight::from_parts(9_164_000, 3556)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
||||
@@ -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-01-24, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `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_proxy
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
@@ -68,12 +71,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `p` is `[1, 31]`.
|
||||
fn proxy(p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `193 + p * (37 ±0)`
|
||||
// Estimated: `3716`
|
||||
// Minimum execution time: 14_461 nanoseconds.
|
||||
Weight::from_parts(14_913_927, 3716)
|
||||
// Standard Error: 1_174
|
||||
.saturating_add(Weight::from_parts(36_087, 0).saturating_mul(p.into()))
|
||||
// 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()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
}
|
||||
/// Storage: Proxy Proxies (r:1 w:0)
|
||||
@@ -86,14 +89,14 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `p` is `[1, 31]`.
|
||||
fn proxy_announced(a: u32, p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `584 + a * (68 ±0) + p * (37 ±0)`
|
||||
// Estimated: `11027`
|
||||
// Minimum execution time: 31_523 nanoseconds.
|
||||
Weight::from_parts(31_116_270, 11027)
|
||||
// Standard Error: 1_789
|
||||
.saturating_add(Weight::from_parts(135_656, 0).saturating_mul(a.into()))
|
||||
// Standard Error: 1_849
|
||||
.saturating_add(Weight::from_parts(53_893, 0).saturating_mul(p.into()))
|
||||
// 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()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -105,14 +108,14 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `p` is `[1, 31]`.
|
||||
fn remove_announcement(a: u32, p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `467 + a * (68 ±0)`
|
||||
// Estimated: `7311`
|
||||
// Minimum execution time: 19_363 nanoseconds.
|
||||
Weight::from_parts(20_282_191, 7311)
|
||||
// Standard Error: 1_084
|
||||
.saturating_add(Weight::from_parts(133_825, 0).saturating_mul(a.into()))
|
||||
// Standard Error: 1_120
|
||||
.saturating_add(Weight::from_parts(3_434, 0).saturating_mul(p.into()))
|
||||
// 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()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -124,14 +127,14 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `p` is `[1, 31]`.
|
||||
fn reject_announcement(a: u32, p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `467 + a * (68 ±0)`
|
||||
// Estimated: `7311`
|
||||
// Minimum execution time: 19_363 nanoseconds.
|
||||
Weight::from_parts(20_211_584, 7311)
|
||||
// Standard Error: 1_171
|
||||
.saturating_add(Weight::from_parts(136_984, 0).saturating_mul(a.into()))
|
||||
// Standard Error: 1_210
|
||||
.saturating_add(Weight::from_parts(3_686, 0).saturating_mul(p.into()))
|
||||
// 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()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -145,14 +148,14 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `p` is `[1, 31]`.
|
||||
fn announce(a: u32, p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `516 + a * (68 ±0) + p * (37 ±0)`
|
||||
// Estimated: `11027`
|
||||
// Minimum execution time: 27_811 nanoseconds.
|
||||
Weight::from_parts(27_965_813, 11027)
|
||||
// Standard Error: 1_987
|
||||
.saturating_add(Weight::from_parts(124_133, 0).saturating_mul(a.into()))
|
||||
// Standard Error: 2_053
|
||||
.saturating_add(Weight::from_parts(54_692, 0).saturating_mul(p.into()))
|
||||
// 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()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -161,12 +164,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `p` is `[1, 31]`.
|
||||
fn add_proxy(p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `193 + p * (37 ±0)`
|
||||
// Estimated: `3716`
|
||||
// Minimum execution time: 20_922 nanoseconds.
|
||||
Weight::from_parts(21_551_797, 3716)
|
||||
// Standard Error: 1_425
|
||||
.saturating_add(Weight::from_parts(58_434, 0).saturating_mul(p.into()))
|
||||
// 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()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -175,12 +178,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `p` is `[1, 31]`.
|
||||
fn remove_proxy(p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `193 + p * (37 ±0)`
|
||||
// Estimated: `3716`
|
||||
// Minimum execution time: 20_812 nanoseconds.
|
||||
Weight::from_parts(21_660_732, 3716)
|
||||
// Standard Error: 1_438
|
||||
.saturating_add(Weight::from_parts(68_740, 0).saturating_mul(p.into()))
|
||||
// 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()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -189,12 +192,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `p` is `[1, 31]`.
|
||||
fn remove_proxies(p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `193 + p * (37 ±0)`
|
||||
// Estimated: `3716`
|
||||
// Minimum execution time: 16_786 nanoseconds.
|
||||
Weight::from_parts(17_249_958, 3716)
|
||||
// Standard Error: 1_007
|
||||
.saturating_add(Weight::from_parts(37_546, 0).saturating_mul(p.into()))
|
||||
// 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()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -204,11 +207,11 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn create_pure(p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `173`
|
||||
// Estimated: `3716`
|
||||
// Minimum execution time: 22_764 nanoseconds.
|
||||
Weight::from_parts(23_539_039, 3716)
|
||||
// Standard Error: 814
|
||||
.saturating_add(Weight::from_parts(144, 0).saturating_mul(p.into()))
|
||||
// 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()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -217,12 +220,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `p` is `[0, 30]`.
|
||||
fn kill_pure(p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `230 + p * (37 ±0)`
|
||||
// Estimated: `3716`
|
||||
// Minimum execution time: 17_720 nanoseconds.
|
||||
Weight::from_parts(18_428_849, 3716)
|
||||
// Standard Error: 1_093
|
||||
.saturating_add(Weight::from_parts(34_600, 0).saturating_mul(p.into()))
|
||||
// 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()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -235,12 +238,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `p` is `[1, 31]`.
|
||||
fn proxy(p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `193 + p * (37 ±0)`
|
||||
// Estimated: `3716`
|
||||
// Minimum execution time: 14_461 nanoseconds.
|
||||
Weight::from_parts(14_913_927, 3716)
|
||||
// Standard Error: 1_174
|
||||
.saturating_add(Weight::from_parts(36_087, 0).saturating_mul(p.into()))
|
||||
// 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()))
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
}
|
||||
/// Storage: Proxy Proxies (r:1 w:0)
|
||||
@@ -253,14 +256,14 @@ impl WeightInfo for () {
|
||||
/// The range of component `p` is `[1, 31]`.
|
||||
fn proxy_announced(a: u32, p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `584 + a * (68 ±0) + p * (37 ±0)`
|
||||
// Estimated: `11027`
|
||||
// Minimum execution time: 31_523 nanoseconds.
|
||||
Weight::from_parts(31_116_270, 11027)
|
||||
// Standard Error: 1_789
|
||||
.saturating_add(Weight::from_parts(135_656, 0).saturating_mul(a.into()))
|
||||
// Standard Error: 1_849
|
||||
.saturating_add(Weight::from_parts(53_893, 0).saturating_mul(p.into()))
|
||||
// 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()))
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -272,14 +275,14 @@ impl WeightInfo for () {
|
||||
/// The range of component `p` is `[1, 31]`.
|
||||
fn remove_announcement(a: u32, p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `467 + a * (68 ±0)`
|
||||
// Estimated: `7311`
|
||||
// Minimum execution time: 19_363 nanoseconds.
|
||||
Weight::from_parts(20_282_191, 7311)
|
||||
// Standard Error: 1_084
|
||||
.saturating_add(Weight::from_parts(133_825, 0).saturating_mul(a.into()))
|
||||
// Standard Error: 1_120
|
||||
.saturating_add(Weight::from_parts(3_434, 0).saturating_mul(p.into()))
|
||||
// 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()))
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -291,14 +294,14 @@ impl WeightInfo for () {
|
||||
/// The range of component `p` is `[1, 31]`.
|
||||
fn reject_announcement(a: u32, p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `467 + a * (68 ±0)`
|
||||
// Estimated: `7311`
|
||||
// Minimum execution time: 19_363 nanoseconds.
|
||||
Weight::from_parts(20_211_584, 7311)
|
||||
// Standard Error: 1_171
|
||||
.saturating_add(Weight::from_parts(136_984, 0).saturating_mul(a.into()))
|
||||
// Standard Error: 1_210
|
||||
.saturating_add(Weight::from_parts(3_686, 0).saturating_mul(p.into()))
|
||||
// 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()))
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -312,14 +315,14 @@ impl WeightInfo for () {
|
||||
/// The range of component `p` is `[1, 31]`.
|
||||
fn announce(a: u32, p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `516 + a * (68 ±0) + p * (37 ±0)`
|
||||
// Estimated: `11027`
|
||||
// Minimum execution time: 27_811 nanoseconds.
|
||||
Weight::from_parts(27_965_813, 11027)
|
||||
// Standard Error: 1_987
|
||||
.saturating_add(Weight::from_parts(124_133, 0).saturating_mul(a.into()))
|
||||
// Standard Error: 2_053
|
||||
.saturating_add(Weight::from_parts(54_692, 0).saturating_mul(p.into()))
|
||||
// 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()))
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -328,12 +331,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `p` is `[1, 31]`.
|
||||
fn add_proxy(p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `193 + p * (37 ±0)`
|
||||
// Estimated: `3716`
|
||||
// Minimum execution time: 20_922 nanoseconds.
|
||||
Weight::from_parts(21_551_797, 3716)
|
||||
// Standard Error: 1_425
|
||||
.saturating_add(Weight::from_parts(58_434, 0).saturating_mul(p.into()))
|
||||
// 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()))
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -342,12 +345,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `p` is `[1, 31]`.
|
||||
fn remove_proxy(p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `193 + p * (37 ±0)`
|
||||
// Estimated: `3716`
|
||||
// Minimum execution time: 20_812 nanoseconds.
|
||||
Weight::from_parts(21_660_732, 3716)
|
||||
// Standard Error: 1_438
|
||||
.saturating_add(Weight::from_parts(68_740, 0).saturating_mul(p.into()))
|
||||
// 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()))
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -356,12 +359,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `p` is `[1, 31]`.
|
||||
fn remove_proxies(p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `193 + p * (37 ±0)`
|
||||
// Estimated: `3716`
|
||||
// Minimum execution time: 16_786 nanoseconds.
|
||||
Weight::from_parts(17_249_958, 3716)
|
||||
// Standard Error: 1_007
|
||||
.saturating_add(Weight::from_parts(37_546, 0).saturating_mul(p.into()))
|
||||
// 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()))
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -371,11 +374,11 @@ impl WeightInfo for () {
|
||||
fn create_pure(p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `173`
|
||||
// Estimated: `3716`
|
||||
// Minimum execution time: 22_764 nanoseconds.
|
||||
Weight::from_parts(23_539_039, 3716)
|
||||
// Standard Error: 814
|
||||
.saturating_add(Weight::from_parts(144, 0).saturating_mul(p.into()))
|
||||
// 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()))
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -384,12 +387,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `p` is `[0, 30]`.
|
||||
fn kill_pure(p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `230 + p * (37 ±0)`
|
||||
// Estimated: `3716`
|
||||
// Minimum execution time: 17_720 nanoseconds.
|
||||
Weight::from_parts(18_428_849, 3716)
|
||||
// Standard Error: 1_093
|
||||
.saturating_add(Weight::from_parts(34_600, 0).saturating_mul(p.into()))
|
||||
// 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()))
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
||||
@@ -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-01-24, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `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_ranked_collective
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
@@ -70,9 +73,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn add_member() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `109`
|
||||
// Estimated: `5006`
|
||||
// Minimum execution time: 16_334 nanoseconds.
|
||||
Weight::from_parts(16_784_000, 5006)
|
||||
// Estimated: `6986`
|
||||
// Minimum execution time: 19_174_000 picoseconds.
|
||||
Weight::from_parts(19_391_000, 6986)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -88,11 +91,11 @@ 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: `10064 + r * (7547 ±0)`
|
||||
// Minimum execution time: 26_177 nanoseconds.
|
||||
Weight::from_parts(29_245_248, 10064)
|
||||
// Standard Error: 18_611
|
||||
.saturating_add(Weight::from_parts(10_916_516, 0).saturating_mul(r.into()))
|
||||
// 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()))
|
||||
.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))
|
||||
@@ -111,11 +114,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: `5006`
|
||||
// Minimum execution time: 18_953 nanoseconds.
|
||||
Weight::from_parts(19_570_567, 5006)
|
||||
// Standard Error: 4_156
|
||||
.saturating_add(Weight::from_parts(263_843, 0).saturating_mul(r.into()))
|
||||
// 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()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -131,11 +134,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: `10064`
|
||||
// Minimum execution time: 26_243 nanoseconds.
|
||||
Weight::from_parts(28_532_816, 10064)
|
||||
// Standard Error: 22_689
|
||||
.saturating_add(Weight::from_parts(614_464, 0).saturating_mul(r.into()))
|
||||
// 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()))
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -149,10 +152,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Scheduler Agenda (max_values: None, max_size: Some(107022), added: 109497, mode: MaxEncodedLen)
|
||||
fn vote() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `626`
|
||||
// Estimated: `226856`
|
||||
// Minimum execution time: 41_121 nanoseconds.
|
||||
Weight::from_parts(41_606_000, 226856)
|
||||
// Measured: `595`
|
||||
// Estimated: `230816`
|
||||
// Minimum execution time: 46_972_000 picoseconds.
|
||||
Weight::from_parts(47_617_000, 230816)
|
||||
.saturating_add(T::DbWeight::get().reads(5_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -160,19 +163,21 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: RankedPolls ReferendumInfoFor (max_values: None, max_size: Some(330), added: 2805, mode: MaxEncodedLen)
|
||||
/// Storage: RankedCollective VotingCleanup (r:1 w:0)
|
||||
/// Proof: RankedCollective VotingCleanup (max_values: None, max_size: Some(114), added: 2589, mode: MaxEncodedLen)
|
||||
/// Storage: RankedCollective Voting (r:0 w:100)
|
||||
/// Storage: RankedCollective Voting (r:100 w:100)
|
||||
/// Proof: RankedCollective Voting (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)
|
||||
/// The range of component `n` is `[0, 100]`.
|
||||
fn cleanup_poll(n: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `461 + n * (50 ±0)`
|
||||
// Estimated: `5394`
|
||||
// Minimum execution time: 13_245 nanoseconds.
|
||||
Weight::from_parts(17_420_271, 5394)
|
||||
// Standard Error: 1_503
|
||||
.saturating_add(Weight::from_parts(952_500, 0).saturating_mul(n.into()))
|
||||
// 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()))
|
||||
.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())))
|
||||
.saturating_add(Weight::from_parts(0, 2540).saturating_mul(n.into()))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -189,9 +194,9 @@ impl WeightInfo for () {
|
||||
fn add_member() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `109`
|
||||
// Estimated: `5006`
|
||||
// Minimum execution time: 16_334 nanoseconds.
|
||||
Weight::from_parts(16_784_000, 5006)
|
||||
// Estimated: `6986`
|
||||
// Minimum execution time: 19_174_000 picoseconds.
|
||||
Weight::from_parts(19_391_000, 6986)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -207,11 +212,11 @@ impl WeightInfo for () {
|
||||
fn remove_member(r: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `583 + r * (281 ±0)`
|
||||
// Estimated: `10064 + r * (7547 ±0)`
|
||||
// Minimum execution time: 26_177 nanoseconds.
|
||||
Weight::from_parts(29_245_248, 10064)
|
||||
// Standard Error: 18_611
|
||||
.saturating_add(Weight::from_parts(10_916_516, 0).saturating_mul(r.into()))
|
||||
// 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()))
|
||||
.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))
|
||||
@@ -230,11 +235,11 @@ impl WeightInfo for () {
|
||||
fn promote_member(r: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `281 + r * (17 ±0)`
|
||||
// Estimated: `5006`
|
||||
// Minimum execution time: 18_953 nanoseconds.
|
||||
Weight::from_parts(19_570_567, 5006)
|
||||
// Standard Error: 4_156
|
||||
.saturating_add(Weight::from_parts(263_843, 0).saturating_mul(r.into()))
|
||||
// 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()))
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -250,11 +255,11 @@ impl WeightInfo for () {
|
||||
fn demote_member(r: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `599 + r * (72 ±0)`
|
||||
// Estimated: `10064`
|
||||
// Minimum execution time: 26_243 nanoseconds.
|
||||
Weight::from_parts(28_532_816, 10064)
|
||||
// Standard Error: 22_689
|
||||
.saturating_add(Weight::from_parts(614_464, 0).saturating_mul(r.into()))
|
||||
// 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()))
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -268,10 +273,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Scheduler Agenda (max_values: None, max_size: Some(107022), added: 109497, mode: MaxEncodedLen)
|
||||
fn vote() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `626`
|
||||
// Estimated: `226856`
|
||||
// Minimum execution time: 41_121 nanoseconds.
|
||||
Weight::from_parts(41_606_000, 226856)
|
||||
// Measured: `595`
|
||||
// Estimated: `230816`
|
||||
// Minimum execution time: 46_972_000 picoseconds.
|
||||
Weight::from_parts(47_617_000, 230816)
|
||||
.saturating_add(RocksDbWeight::get().reads(5_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -279,18 +284,20 @@ impl WeightInfo for () {
|
||||
/// Proof: RankedPolls ReferendumInfoFor (max_values: None, max_size: Some(330), added: 2805, mode: MaxEncodedLen)
|
||||
/// Storage: RankedCollective VotingCleanup (r:1 w:0)
|
||||
/// Proof: RankedCollective VotingCleanup (max_values: None, max_size: Some(114), added: 2589, mode: MaxEncodedLen)
|
||||
/// Storage: RankedCollective Voting (r:0 w:100)
|
||||
/// Storage: RankedCollective Voting (r:100 w:100)
|
||||
/// Proof: RankedCollective Voting (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)
|
||||
/// The range of component `n` is `[0, 100]`.
|
||||
fn cleanup_poll(n: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `461 + n * (50 ±0)`
|
||||
// Estimated: `5394`
|
||||
// Minimum execution time: 13_245 nanoseconds.
|
||||
Weight::from_parts(17_420_271, 5394)
|
||||
// Standard Error: 1_503
|
||||
.saturating_add(Weight::from_parts(952_500, 0).saturating_mul(n.into()))
|
||||
// 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()))
|
||||
.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())))
|
||||
.saturating_add(Weight::from_parts(0, 2540).saturating_mul(n.into()))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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-01-24, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `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_recovery
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
@@ -67,9 +70,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn as_recovered() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `281`
|
||||
// Estimated: `2555`
|
||||
// Minimum execution time: 8_866 nanoseconds.
|
||||
Weight::from_parts(9_065_000, 2555)
|
||||
// Estimated: `3545`
|
||||
// Minimum execution time: 9_937_000 picoseconds.
|
||||
Weight::from_parts(10_213_000, 3545)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
}
|
||||
/// Storage: Recovery Proxy (r:0 w:1)
|
||||
@@ -78,8 +81,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 8_893 nanoseconds.
|
||||
Weight::from_parts(9_177_000, 0)
|
||||
// Minimum execution time: 9_704_000 picoseconds.
|
||||
Weight::from_parts(9_997_000, 0)
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
/// Storage: Recovery Recoverable (r:1 w:1)
|
||||
@@ -88,11 +91,11 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn create_recovery(n: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `175`
|
||||
// Estimated: `2826`
|
||||
// Minimum execution time: 20_662 nanoseconds.
|
||||
Weight::from_parts(21_378_064, 2826)
|
||||
// Standard Error: 3_350
|
||||
.saturating_add(Weight::from_parts(83_738, 0).saturating_mul(n.into()))
|
||||
// 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()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -103,9 +106,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn initiate_recovery() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `272`
|
||||
// Estimated: `5690`
|
||||
// Minimum execution time: 24_805 nanoseconds.
|
||||
Weight::from_parts(25_273_000, 5690)
|
||||
// Estimated: `7670`
|
||||
// Minimum execution time: 28_148_000 picoseconds.
|
||||
Weight::from_parts(28_577_000, 7670)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -116,12 +119,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `n` is `[1, 9]`.
|
||||
fn vouch_recovery(n: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `423 + n * (64 ±0)`
|
||||
// Estimated: `5690`
|
||||
// Minimum execution time: 17_837 nanoseconds.
|
||||
Weight::from_parts(18_429_664, 5690)
|
||||
// Standard Error: 3_187
|
||||
.saturating_add(Weight::from_parts(143_648, 0).saturating_mul(n.into()))
|
||||
// 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()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -134,12 +137,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `n` is `[1, 9]`.
|
||||
fn claim_recovery(n: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `455 + n * (64 ±0)`
|
||||
// Estimated: `8245`
|
||||
// Minimum execution time: 21_960 nanoseconds.
|
||||
Weight::from_parts(22_529_644, 8245)
|
||||
// Standard Error: 2_945
|
||||
.saturating_add(Weight::from_parts(85_604, 0).saturating_mul(n.into()))
|
||||
// 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()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -150,12 +153,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `n` is `[1, 9]`.
|
||||
fn close_recovery(n: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `576 + n * (32 ±0)`
|
||||
// Estimated: `5467`
|
||||
// Minimum execution time: 26_054 nanoseconds.
|
||||
Weight::from_parts(26_724_866, 5467)
|
||||
// Standard Error: 2_645
|
||||
.saturating_add(Weight::from_parts(104_301, 0).saturating_mul(n.into()))
|
||||
// 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()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -164,14 +167,12 @@ 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: `302 + n * (32 ±0)`
|
||||
// Estimated: `5690`
|
||||
// Minimum execution time: 25_110 nanoseconds.
|
||||
Weight::from_parts(25_805_837, 5690)
|
||||
// Standard Error: 2_732
|
||||
.saturating_add(Weight::from_parts(73_458, 0).saturating_mul(n.into()))
|
||||
// Measured: `270 + n * (32 ±0)`
|
||||
// Estimated: `7670`
|
||||
// Minimum execution time: 29_088_000 picoseconds.
|
||||
Weight::from_parts(30_535_744, 7670)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -180,9 +181,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn cancel_recovered() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `281`
|
||||
// Estimated: `2555`
|
||||
// Minimum execution time: 11_061 nanoseconds.
|
||||
Weight::from_parts(11_291_000, 2555)
|
||||
// Estimated: `3545`
|
||||
// Minimum execution time: 12_712_000 picoseconds.
|
||||
Weight::from_parts(12_980_000, 3545)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -195,9 +196,9 @@ impl WeightInfo for () {
|
||||
fn as_recovered() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `281`
|
||||
// Estimated: `2555`
|
||||
// Minimum execution time: 8_866 nanoseconds.
|
||||
Weight::from_parts(9_065_000, 2555)
|
||||
// Estimated: `3545`
|
||||
// Minimum execution time: 9_937_000 picoseconds.
|
||||
Weight::from_parts(10_213_000, 3545)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
}
|
||||
/// Storage: Recovery Proxy (r:0 w:1)
|
||||
@@ -206,8 +207,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 8_893 nanoseconds.
|
||||
Weight::from_parts(9_177_000, 0)
|
||||
// Minimum execution time: 9_704_000 picoseconds.
|
||||
Weight::from_parts(9_997_000, 0)
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
/// Storage: Recovery Recoverable (r:1 w:1)
|
||||
@@ -216,11 +217,11 @@ impl WeightInfo for () {
|
||||
fn create_recovery(n: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `175`
|
||||
// Estimated: `2826`
|
||||
// Minimum execution time: 20_662 nanoseconds.
|
||||
Weight::from_parts(21_378_064, 2826)
|
||||
// Standard Error: 3_350
|
||||
.saturating_add(Weight::from_parts(83_738, 0).saturating_mul(n.into()))
|
||||
// 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()))
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -231,9 +232,9 @@ impl WeightInfo for () {
|
||||
fn initiate_recovery() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `272`
|
||||
// Estimated: `5690`
|
||||
// Minimum execution time: 24_805 nanoseconds.
|
||||
Weight::from_parts(25_273_000, 5690)
|
||||
// Estimated: `7670`
|
||||
// Minimum execution time: 28_148_000 picoseconds.
|
||||
Weight::from_parts(28_577_000, 7670)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -244,12 +245,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `n` is `[1, 9]`.
|
||||
fn vouch_recovery(n: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `423 + n * (64 ±0)`
|
||||
// Estimated: `5690`
|
||||
// Minimum execution time: 17_837 nanoseconds.
|
||||
Weight::from_parts(18_429_664, 5690)
|
||||
// Standard Error: 3_187
|
||||
.saturating_add(Weight::from_parts(143_648, 0).saturating_mul(n.into()))
|
||||
// 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()))
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -262,12 +263,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `n` is `[1, 9]`.
|
||||
fn claim_recovery(n: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `455 + n * (64 ±0)`
|
||||
// Estimated: `8245`
|
||||
// Minimum execution time: 21_960 nanoseconds.
|
||||
Weight::from_parts(22_529_644, 8245)
|
||||
// Standard Error: 2_945
|
||||
.saturating_add(Weight::from_parts(85_604, 0).saturating_mul(n.into()))
|
||||
// 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()))
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -278,12 +279,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `n` is `[1, 9]`.
|
||||
fn close_recovery(n: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `576 + n * (32 ±0)`
|
||||
// Estimated: `5467`
|
||||
// Minimum execution time: 26_054 nanoseconds.
|
||||
Weight::from_parts(26_724_866, 5467)
|
||||
// Standard Error: 2_645
|
||||
.saturating_add(Weight::from_parts(104_301, 0).saturating_mul(n.into()))
|
||||
// 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()))
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -292,14 +293,12 @@ 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: `302 + n * (32 ±0)`
|
||||
// Estimated: `5690`
|
||||
// Minimum execution time: 25_110 nanoseconds.
|
||||
Weight::from_parts(25_805_837, 5690)
|
||||
// Standard Error: 2_732
|
||||
.saturating_add(Weight::from_parts(73_458, 0).saturating_mul(n.into()))
|
||||
// Measured: `270 + n * (32 ±0)`
|
||||
// Estimated: `7670`
|
||||
// Minimum execution time: 29_088_000 picoseconds.
|
||||
Weight::from_parts(30_535_744, 7670)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -308,9 +307,9 @@ impl WeightInfo for () {
|
||||
fn cancel_recovered() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `281`
|
||||
// Estimated: `2555`
|
||||
// Minimum execution time: 11_061 nanoseconds.
|
||||
Weight::from_parts(11_291_000, 2555)
|
||||
// Estimated: `3545`
|
||||
// Minimum execution time: 12_712_000 picoseconds.
|
||||
Weight::from_parts(12_980_000, 3545)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
||||
@@ -18,26 +18,28 @@
|
||||
//! Autogenerated weights for pallet_referenda
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-01-27, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `runner-b3zmxxc-project-145-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
||||
//! 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:
|
||||
// target/production/substrate
|
||||
// ./target/production/substrate
|
||||
// benchmark
|
||||
// pallet
|
||||
// --chain=dev
|
||||
// --steps=50
|
||||
// --repeat=20
|
||||
// --pallet=pallet_referenda
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
// --heap-pages=4096
|
||||
// --json-file=/builds/parity/mirrors/substrate/.git/.artifacts/bench.json
|
||||
// --pallet=pallet_referenda
|
||||
// --chain=dev
|
||||
// --header=./HEADER-APACHE2
|
||||
// --output=./frame/referenda/src/weights.rs
|
||||
// --header=./HEADER-APACHE2
|
||||
// --template=./.maintain/frame-weight-template.hbs
|
||||
|
||||
#![cfg_attr(rustfmt, rustfmt_skip)]
|
||||
@@ -92,10 +94,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Referenda ReferendumInfoFor (max_values: None, max_size: Some(366), added: 2841, mode: MaxEncodedLen)
|
||||
fn submit() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `251`
|
||||
// Estimated: `109996`
|
||||
// Minimum execution time: 34_540 nanoseconds.
|
||||
Weight::from_parts(36_144_000, 109996)
|
||||
// Measured: `220`
|
||||
// Estimated: `111976`
|
||||
// Minimum execution time: 36_851_000 picoseconds.
|
||||
Weight::from_parts(37_183_000, 111976)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -105,10 +107,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Scheduler Agenda (max_values: None, max_size: Some(107022), added: 109497, mode: MaxEncodedLen)
|
||||
fn place_decision_deposit_preparing() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `536`
|
||||
// Estimated: `221835`
|
||||
// Minimum execution time: 46_963 nanoseconds.
|
||||
Weight::from_parts(48_459_000, 221835)
|
||||
// Measured: `473`
|
||||
// Estimated: `223815`
|
||||
// Minimum execution time: 49_435_000 picoseconds.
|
||||
Weight::from_parts(50_056_000, 223815)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -120,10 +122,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Referenda TrackQueue (max_values: None, max_size: Some(2012), added: 4487, mode: MaxEncodedLen)
|
||||
fn place_decision_deposit_queued() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `3203`
|
||||
// Estimated: `9817`
|
||||
// Minimum execution time: 55_798 nanoseconds.
|
||||
Weight::from_parts(58_260_000, 9817)
|
||||
// Measured: `3107`
|
||||
// Estimated: `12787`
|
||||
// Minimum execution time: 47_061_000 picoseconds.
|
||||
Weight::from_parts(47_579_000, 12787)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -135,10 +137,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Referenda TrackQueue (max_values: None, max_size: Some(2012), added: 4487, mode: MaxEncodedLen)
|
||||
fn place_decision_deposit_not_queued() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `3223`
|
||||
// Estimated: `9817`
|
||||
// Minimum execution time: 53_888 nanoseconds.
|
||||
Weight::from_parts(57_919_000, 9817)
|
||||
// Measured: `3127`
|
||||
// Estimated: `12787`
|
||||
// Minimum execution time: 46_513_000 picoseconds.
|
||||
Weight::from_parts(47_212_000, 12787)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -150,10 +152,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Scheduler Agenda (max_values: None, max_size: Some(107022), added: 109497, mode: MaxEncodedLen)
|
||||
fn place_decision_deposit_passing() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `536`
|
||||
// Estimated: `224324`
|
||||
// Minimum execution time: 56_121 nanoseconds.
|
||||
Weight::from_parts(58_301_000, 224324)
|
||||
// Measured: `473`
|
||||
// Estimated: `227294`
|
||||
// Minimum execution time: 59_255_000 picoseconds.
|
||||
Weight::from_parts(60_114_000, 227294)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -165,10 +167,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Scheduler Agenda (max_values: None, max_size: Some(107022), added: 109497, mode: MaxEncodedLen)
|
||||
fn place_decision_deposit_failing() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `536`
|
||||
// Estimated: `224324`
|
||||
// Minimum execution time: 54_237 nanoseconds.
|
||||
Weight::from_parts(55_681_000, 224324)
|
||||
// Measured: `473`
|
||||
// Estimated: `227294`
|
||||
// Minimum execution time: 57_927_000 picoseconds.
|
||||
Weight::from_parts(58_625_000, 227294)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -176,10 +178,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Referenda ReferendumInfoFor (max_values: None, max_size: Some(366), added: 2841, mode: MaxEncodedLen)
|
||||
fn refund_decision_deposit() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `415`
|
||||
// Estimated: `2841`
|
||||
// Minimum execution time: 25_734 nanoseconds.
|
||||
Weight::from_parts(26_429_000, 2841)
|
||||
// Measured: `351`
|
||||
// Estimated: `3831`
|
||||
// Minimum execution time: 27_186_000 picoseconds.
|
||||
Weight::from_parts(27_551_000, 3831)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -187,10 +189,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Referenda ReferendumInfoFor (max_values: None, max_size: Some(366), added: 2841, mode: MaxEncodedLen)
|
||||
fn refund_submission_deposit() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `405`
|
||||
// Estimated: `2841`
|
||||
// Minimum execution time: 26_000 nanoseconds.
|
||||
Weight::from_parts(26_786_000, 2841)
|
||||
// Measured: `341`
|
||||
// Estimated: `3831`
|
||||
// Minimum execution time: 27_339_000 picoseconds.
|
||||
Weight::from_parts(27_828_000, 3831)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -200,10 +202,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Scheduler Agenda (max_values: None, max_size: Some(107022), added: 109497, mode: MaxEncodedLen)
|
||||
fn cancel() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `412`
|
||||
// Estimated: `221835`
|
||||
// Minimum execution time: 34_567 nanoseconds.
|
||||
Weight::from_parts(35_939_000, 221835)
|
||||
// Measured: `381`
|
||||
// Estimated: `223815`
|
||||
// Minimum execution time: 37_081_000 picoseconds.
|
||||
Weight::from_parts(38_110_000, 223815)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -215,10 +217,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Referenda MetadataOf (max_values: None, max_size: Some(52), added: 2527, mode: MaxEncodedLen)
|
||||
fn kill() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `717`
|
||||
// Estimated: `224362`
|
||||
// Minimum execution time: 67_744 nanoseconds.
|
||||
Weight::from_parts(70_047_000, 224362)
|
||||
// Measured: `622`
|
||||
// Estimated: `227332`
|
||||
// Minimum execution time: 70_195_000 picoseconds.
|
||||
Weight::from_parts(71_451_000, 227332)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -229,9 +231,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: `6976`
|
||||
// Minimum execution time: 9_886 nanoseconds.
|
||||
Weight::from_parts(10_406_000, 6976)
|
||||
// Estimated: `8956`
|
||||
// Minimum execution time: 10_748_000 picoseconds.
|
||||
Weight::from_parts(10_912_000, 8956)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -243,10 +245,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Scheduler Agenda (max_values: None, max_size: Some(107022), added: 109497, mode: MaxEncodedLen)
|
||||
fn one_fewer_deciding_failing() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `4661`
|
||||
// Estimated: `226322`
|
||||
// Minimum execution time: 100_449 nanoseconds.
|
||||
Weight::from_parts(101_812_000, 226322)
|
||||
// Measured: `4567`
|
||||
// Estimated: `229292`
|
||||
// Minimum execution time: 89_144_000 picoseconds.
|
||||
Weight::from_parts(90_552_000, 229292)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -258,10 +260,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Scheduler Agenda (max_values: None, max_size: Some(107022), added: 109497, mode: MaxEncodedLen)
|
||||
fn one_fewer_deciding_passing() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `4661`
|
||||
// Estimated: `226322`
|
||||
// Minimum execution time: 101_430 nanoseconds.
|
||||
Weight::from_parts(103_704_000, 226322)
|
||||
// Measured: `4567`
|
||||
// Estimated: `229292`
|
||||
// Minimum execution time: 92_164_000 picoseconds.
|
||||
Weight::from_parts(92_947_000, 229292)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -273,10 +275,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Scheduler Agenda (max_values: None, max_size: Some(107022), added: 109497, mode: MaxEncodedLen)
|
||||
fn nudge_referendum_requeued_insertion() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `4682`
|
||||
// Estimated: `116825`
|
||||
// Minimum execution time: 67_224 nanoseconds.
|
||||
Weight::from_parts(70_596_000, 116825)
|
||||
// Measured: `4588`
|
||||
// Estimated: `119795`
|
||||
// Minimum execution time: 59_212_000 picoseconds.
|
||||
Weight::from_parts(59_843_000, 119795)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -288,10 +290,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Scheduler Agenda (max_values: None, max_size: Some(107022), added: 109497, mode: MaxEncodedLen)
|
||||
fn nudge_referendum_requeued_slide() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `4668`
|
||||
// Estimated: `116825`
|
||||
// Minimum execution time: 65_461 nanoseconds.
|
||||
Weight::from_parts(69_624_000, 116825)
|
||||
// Measured: `4574`
|
||||
// Estimated: `119795`
|
||||
// Minimum execution time: 59_049_000 picoseconds.
|
||||
Weight::from_parts(59_760_000, 119795)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -305,10 +307,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Scheduler Agenda (max_values: None, max_size: Some(107022), added: 109497, mode: MaxEncodedLen)
|
||||
fn nudge_referendum_queued() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `4642`
|
||||
// Estimated: `119314`
|
||||
// Minimum execution time: 69_848 nanoseconds.
|
||||
Weight::from_parts(74_480_000, 119314)
|
||||
// Measured: `4548`
|
||||
// Estimated: `123274`
|
||||
// Minimum execution time: 61_774_000 picoseconds.
|
||||
Weight::from_parts(62_480_000, 123274)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -322,10 +324,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Scheduler Agenda (max_values: None, max_size: Some(107022), added: 109497, mode: MaxEncodedLen)
|
||||
fn nudge_referendum_not_queued() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `4676`
|
||||
// Estimated: `119314`
|
||||
// Minimum execution time: 70_042 nanoseconds.
|
||||
Weight::from_parts(72_912_000, 119314)
|
||||
// Measured: `4582`
|
||||
// Estimated: `123274`
|
||||
// Minimum execution time: 61_605_000 picoseconds.
|
||||
Weight::from_parts(62_385_000, 123274)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -335,10 +337,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Scheduler Agenda (max_values: None, max_size: Some(107022), added: 109497, mode: MaxEncodedLen)
|
||||
fn nudge_referendum_no_deposit() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `364`
|
||||
// Estimated: `112338`
|
||||
// Minimum execution time: 23_008 nanoseconds.
|
||||
Weight::from_parts(23_767_000, 112338)
|
||||
// Measured: `333`
|
||||
// Estimated: `114318`
|
||||
// Minimum execution time: 24_423_000 picoseconds.
|
||||
Weight::from_parts(24_747_000, 114318)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -348,10 +350,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Scheduler Agenda (max_values: None, max_size: Some(107022), added: 109497, mode: MaxEncodedLen)
|
||||
fn nudge_referendum_preparing() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `412`
|
||||
// Estimated: `112338`
|
||||
// Minimum execution time: 23_550 nanoseconds.
|
||||
Weight::from_parts(24_081_000, 112338)
|
||||
// Measured: `381`
|
||||
// Estimated: `114318`
|
||||
// Minimum execution time: 24_487_000 picoseconds.
|
||||
Weight::from_parts(24_941_000, 114318)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -359,10 +361,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Referenda ReferendumInfoFor (max_values: None, max_size: Some(366), added: 2841, mode: MaxEncodedLen)
|
||||
fn nudge_referendum_timed_out() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `310`
|
||||
// Estimated: `2841`
|
||||
// Minimum execution time: 15_850 nanoseconds.
|
||||
Weight::from_parts(16_773_000, 2841)
|
||||
// Measured: `278`
|
||||
// Estimated: `3831`
|
||||
// Minimum execution time: 17_454_000 picoseconds.
|
||||
Weight::from_parts(17_697_000, 3831)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -374,10 +376,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Scheduler Agenda (max_values: None, max_size: Some(107022), added: 109497, mode: MaxEncodedLen)
|
||||
fn nudge_referendum_begin_deciding_failing() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `412`
|
||||
// Estimated: `114827`
|
||||
// Minimum execution time: 32_126 nanoseconds.
|
||||
Weight::from_parts(33_313_000, 114827)
|
||||
// Measured: `381`
|
||||
// Estimated: `117797`
|
||||
// Minimum execution time: 34_721_000 picoseconds.
|
||||
Weight::from_parts(35_295_000, 117797)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -389,10 +391,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Scheduler Agenda (max_values: None, max_size: Some(107022), added: 109497, mode: MaxEncodedLen)
|
||||
fn nudge_referendum_begin_deciding_passing() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `412`
|
||||
// Estimated: `114827`
|
||||
// Minimum execution time: 34_698 nanoseconds.
|
||||
Weight::from_parts(35_802_000, 114827)
|
||||
// Measured: `381`
|
||||
// Estimated: `117797`
|
||||
// Minimum execution time: 36_587_000 picoseconds.
|
||||
Weight::from_parts(37_095_000, 117797)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -402,10 +404,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Scheduler Agenda (max_values: None, max_size: Some(107022), added: 109497, mode: MaxEncodedLen)
|
||||
fn nudge_referendum_begin_confirming() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `465`
|
||||
// Estimated: `112338`
|
||||
// Minimum execution time: 28_710 nanoseconds.
|
||||
Weight::from_parts(29_574_000, 112338)
|
||||
// Measured: `434`
|
||||
// Estimated: `114318`
|
||||
// Minimum execution time: 30_003_000 picoseconds.
|
||||
Weight::from_parts(30_541_000, 114318)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -415,10 +417,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Scheduler Agenda (max_values: None, max_size: Some(107022), added: 109497, mode: MaxEncodedLen)
|
||||
fn nudge_referendum_end_confirming() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `448`
|
||||
// Estimated: `112338`
|
||||
// Minimum execution time: 29_030 nanoseconds.
|
||||
Weight::from_parts(30_308_000, 112338)
|
||||
// Measured: `417`
|
||||
// Estimated: `114318`
|
||||
// Minimum execution time: 30_479_000 picoseconds.
|
||||
Weight::from_parts(30_900_000, 114318)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -428,10 +430,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Scheduler Agenda (max_values: None, max_size: Some(107022), added: 109497, mode: MaxEncodedLen)
|
||||
fn nudge_referendum_continue_not_confirming() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `465`
|
||||
// Estimated: `112338`
|
||||
// Minimum execution time: 26_382 nanoseconds.
|
||||
Weight::from_parts(27_219_000, 112338)
|
||||
// Measured: `434`
|
||||
// Estimated: `114318`
|
||||
// Minimum execution time: 27_657_000 picoseconds.
|
||||
Weight::from_parts(28_054_000, 114318)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -441,10 +443,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Scheduler Agenda (max_values: None, max_size: Some(107022), added: 109497, mode: MaxEncodedLen)
|
||||
fn nudge_referendum_continue_confirming() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `469`
|
||||
// Estimated: `112338`
|
||||
// Minimum execution time: 25_445 nanoseconds.
|
||||
Weight::from_parts(26_010_000, 112338)
|
||||
// Measured: `438`
|
||||
// Estimated: `114318`
|
||||
// Minimum execution time: 26_713_000 picoseconds.
|
||||
Weight::from_parts(27_284_000, 114318)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -456,10 +458,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Scheduler Lookup (max_values: None, max_size: Some(48), added: 2523, mode: MaxEncodedLen)
|
||||
fn nudge_referendum_approved() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `469`
|
||||
// Estimated: `224358`
|
||||
// Minimum execution time: 41_064 nanoseconds.
|
||||
Weight::from_parts(42_895_000, 224358)
|
||||
// Measured: `438`
|
||||
// Estimated: `227328`
|
||||
// Minimum execution time: 42_374_000 picoseconds.
|
||||
Weight::from_parts(43_142_000, 227328)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -469,10 +471,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Scheduler Agenda (max_values: None, max_size: Some(107022), added: 109497, mode: MaxEncodedLen)
|
||||
fn nudge_referendum_rejected() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `465`
|
||||
// Estimated: `112338`
|
||||
// Minimum execution time: 29_472 nanoseconds.
|
||||
Weight::from_parts(30_011_000, 112338)
|
||||
// Measured: `434`
|
||||
// Estimated: `114318`
|
||||
// Minimum execution time: 30_213_000 picoseconds.
|
||||
Weight::from_parts(30_633_000, 114318)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -484,10 +486,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Referenda MetadataOf (max_values: None, max_size: Some(52), added: 2527, mode: MaxEncodedLen)
|
||||
fn set_some_metadata() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `454`
|
||||
// Estimated: `5407`
|
||||
// Minimum execution time: 19_389 nanoseconds.
|
||||
Weight::from_parts(20_490_000, 5407)
|
||||
// Measured: `422`
|
||||
// Estimated: `7387`
|
||||
// Minimum execution time: 20_887_000 picoseconds.
|
||||
Weight::from_parts(21_242_000, 7387)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -497,10 +499,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Referenda MetadataOf (max_values: None, max_size: Some(52), added: 2527, mode: MaxEncodedLen)
|
||||
fn clear_metadata() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `387`
|
||||
// Estimated: `5368`
|
||||
// Minimum execution time: 18_195 nanoseconds.
|
||||
Weight::from_parts(19_917_000, 5368)
|
||||
// Measured: `355`
|
||||
// Estimated: `7348`
|
||||
// Minimum execution time: 18_702_000 picoseconds.
|
||||
Weight::from_parts(18_880_000, 7348)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -516,10 +518,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Referenda ReferendumInfoFor (max_values: None, max_size: Some(366), added: 2841, mode: MaxEncodedLen)
|
||||
fn submit() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `251`
|
||||
// Estimated: `109996`
|
||||
// Minimum execution time: 34_540 nanoseconds.
|
||||
Weight::from_parts(36_144_000, 109996)
|
||||
// Measured: `220`
|
||||
// Estimated: `111976`
|
||||
// Minimum execution time: 36_851_000 picoseconds.
|
||||
Weight::from_parts(37_183_000, 111976)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -529,10 +531,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Scheduler Agenda (max_values: None, max_size: Some(107022), added: 109497, mode: MaxEncodedLen)
|
||||
fn place_decision_deposit_preparing() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `536`
|
||||
// Estimated: `221835`
|
||||
// Minimum execution time: 46_963 nanoseconds.
|
||||
Weight::from_parts(48_459_000, 221835)
|
||||
// Measured: `473`
|
||||
// Estimated: `223815`
|
||||
// Minimum execution time: 49_435_000 picoseconds.
|
||||
Weight::from_parts(50_056_000, 223815)
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -544,10 +546,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Referenda TrackQueue (max_values: None, max_size: Some(2012), added: 4487, mode: MaxEncodedLen)
|
||||
fn place_decision_deposit_queued() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `3203`
|
||||
// Estimated: `9817`
|
||||
// Minimum execution time: 55_798 nanoseconds.
|
||||
Weight::from_parts(58_260_000, 9817)
|
||||
// Measured: `3107`
|
||||
// Estimated: `12787`
|
||||
// Minimum execution time: 47_061_000 picoseconds.
|
||||
Weight::from_parts(47_579_000, 12787)
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -559,10 +561,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Referenda TrackQueue (max_values: None, max_size: Some(2012), added: 4487, mode: MaxEncodedLen)
|
||||
fn place_decision_deposit_not_queued() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `3223`
|
||||
// Estimated: `9817`
|
||||
// Minimum execution time: 53_888 nanoseconds.
|
||||
Weight::from_parts(57_919_000, 9817)
|
||||
// Measured: `3127`
|
||||
// Estimated: `12787`
|
||||
// Minimum execution time: 46_513_000 picoseconds.
|
||||
Weight::from_parts(47_212_000, 12787)
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -574,10 +576,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Scheduler Agenda (max_values: None, max_size: Some(107022), added: 109497, mode: MaxEncodedLen)
|
||||
fn place_decision_deposit_passing() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `536`
|
||||
// Estimated: `224324`
|
||||
// Minimum execution time: 56_121 nanoseconds.
|
||||
Weight::from_parts(58_301_000, 224324)
|
||||
// Measured: `473`
|
||||
// Estimated: `227294`
|
||||
// Minimum execution time: 59_255_000 picoseconds.
|
||||
Weight::from_parts(60_114_000, 227294)
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -589,10 +591,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Scheduler Agenda (max_values: None, max_size: Some(107022), added: 109497, mode: MaxEncodedLen)
|
||||
fn place_decision_deposit_failing() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `536`
|
||||
// Estimated: `224324`
|
||||
// Minimum execution time: 54_237 nanoseconds.
|
||||
Weight::from_parts(55_681_000, 224324)
|
||||
// Measured: `473`
|
||||
// Estimated: `227294`
|
||||
// Minimum execution time: 57_927_000 picoseconds.
|
||||
Weight::from_parts(58_625_000, 227294)
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -600,10 +602,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Referenda ReferendumInfoFor (max_values: None, max_size: Some(366), added: 2841, mode: MaxEncodedLen)
|
||||
fn refund_decision_deposit() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `415`
|
||||
// Estimated: `2841`
|
||||
// Minimum execution time: 25_734 nanoseconds.
|
||||
Weight::from_parts(26_429_000, 2841)
|
||||
// Measured: `351`
|
||||
// Estimated: `3831`
|
||||
// Minimum execution time: 27_186_000 picoseconds.
|
||||
Weight::from_parts(27_551_000, 3831)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -611,10 +613,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Referenda ReferendumInfoFor (max_values: None, max_size: Some(366), added: 2841, mode: MaxEncodedLen)
|
||||
fn refund_submission_deposit() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `405`
|
||||
// Estimated: `2841`
|
||||
// Minimum execution time: 26_000 nanoseconds.
|
||||
Weight::from_parts(26_786_000, 2841)
|
||||
// Measured: `341`
|
||||
// Estimated: `3831`
|
||||
// Minimum execution time: 27_339_000 picoseconds.
|
||||
Weight::from_parts(27_828_000, 3831)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -624,10 +626,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Scheduler Agenda (max_values: None, max_size: Some(107022), added: 109497, mode: MaxEncodedLen)
|
||||
fn cancel() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `412`
|
||||
// Estimated: `221835`
|
||||
// Minimum execution time: 34_567 nanoseconds.
|
||||
Weight::from_parts(35_939_000, 221835)
|
||||
// Measured: `381`
|
||||
// Estimated: `223815`
|
||||
// Minimum execution time: 37_081_000 picoseconds.
|
||||
Weight::from_parts(38_110_000, 223815)
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -639,10 +641,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Referenda MetadataOf (max_values: None, max_size: Some(52), added: 2527, mode: MaxEncodedLen)
|
||||
fn kill() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `717`
|
||||
// Estimated: `224362`
|
||||
// Minimum execution time: 67_744 nanoseconds.
|
||||
Weight::from_parts(70_047_000, 224362)
|
||||
// Measured: `622`
|
||||
// Estimated: `227332`
|
||||
// Minimum execution time: 70_195_000 picoseconds.
|
||||
Weight::from_parts(71_451_000, 227332)
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -653,9 +655,9 @@ impl WeightInfo for () {
|
||||
fn one_fewer_deciding_queue_empty() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `174`
|
||||
// Estimated: `6976`
|
||||
// Minimum execution time: 9_886 nanoseconds.
|
||||
Weight::from_parts(10_406_000, 6976)
|
||||
// Estimated: `8956`
|
||||
// Minimum execution time: 10_748_000 picoseconds.
|
||||
Weight::from_parts(10_912_000, 8956)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -667,10 +669,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Scheduler Agenda (max_values: None, max_size: Some(107022), added: 109497, mode: MaxEncodedLen)
|
||||
fn one_fewer_deciding_failing() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `4661`
|
||||
// Estimated: `226322`
|
||||
// Minimum execution time: 100_449 nanoseconds.
|
||||
Weight::from_parts(101_812_000, 226322)
|
||||
// Measured: `4567`
|
||||
// Estimated: `229292`
|
||||
// Minimum execution time: 89_144_000 picoseconds.
|
||||
Weight::from_parts(90_552_000, 229292)
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -682,10 +684,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Scheduler Agenda (max_values: None, max_size: Some(107022), added: 109497, mode: MaxEncodedLen)
|
||||
fn one_fewer_deciding_passing() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `4661`
|
||||
// Estimated: `226322`
|
||||
// Minimum execution time: 101_430 nanoseconds.
|
||||
Weight::from_parts(103_704_000, 226322)
|
||||
// Measured: `4567`
|
||||
// Estimated: `229292`
|
||||
// Minimum execution time: 92_164_000 picoseconds.
|
||||
Weight::from_parts(92_947_000, 229292)
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -697,10 +699,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Scheduler Agenda (max_values: None, max_size: Some(107022), added: 109497, mode: MaxEncodedLen)
|
||||
fn nudge_referendum_requeued_insertion() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `4682`
|
||||
// Estimated: `116825`
|
||||
// Minimum execution time: 67_224 nanoseconds.
|
||||
Weight::from_parts(70_596_000, 116825)
|
||||
// Measured: `4588`
|
||||
// Estimated: `119795`
|
||||
// Minimum execution time: 59_212_000 picoseconds.
|
||||
Weight::from_parts(59_843_000, 119795)
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -712,10 +714,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Scheduler Agenda (max_values: None, max_size: Some(107022), added: 109497, mode: MaxEncodedLen)
|
||||
fn nudge_referendum_requeued_slide() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `4668`
|
||||
// Estimated: `116825`
|
||||
// Minimum execution time: 65_461 nanoseconds.
|
||||
Weight::from_parts(69_624_000, 116825)
|
||||
// Measured: `4574`
|
||||
// Estimated: `119795`
|
||||
// Minimum execution time: 59_049_000 picoseconds.
|
||||
Weight::from_parts(59_760_000, 119795)
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -729,10 +731,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Scheduler Agenda (max_values: None, max_size: Some(107022), added: 109497, mode: MaxEncodedLen)
|
||||
fn nudge_referendum_queued() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `4642`
|
||||
// Estimated: `119314`
|
||||
// Minimum execution time: 69_848 nanoseconds.
|
||||
Weight::from_parts(74_480_000, 119314)
|
||||
// Measured: `4548`
|
||||
// Estimated: `123274`
|
||||
// Minimum execution time: 61_774_000 picoseconds.
|
||||
Weight::from_parts(62_480_000, 123274)
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -746,10 +748,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Scheduler Agenda (max_values: None, max_size: Some(107022), added: 109497, mode: MaxEncodedLen)
|
||||
fn nudge_referendum_not_queued() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `4676`
|
||||
// Estimated: `119314`
|
||||
// Minimum execution time: 70_042 nanoseconds.
|
||||
Weight::from_parts(72_912_000, 119314)
|
||||
// Measured: `4582`
|
||||
// Estimated: `123274`
|
||||
// Minimum execution time: 61_605_000 picoseconds.
|
||||
Weight::from_parts(62_385_000, 123274)
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -759,10 +761,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Scheduler Agenda (max_values: None, max_size: Some(107022), added: 109497, mode: MaxEncodedLen)
|
||||
fn nudge_referendum_no_deposit() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `364`
|
||||
// Estimated: `112338`
|
||||
// Minimum execution time: 23_008 nanoseconds.
|
||||
Weight::from_parts(23_767_000, 112338)
|
||||
// Measured: `333`
|
||||
// Estimated: `114318`
|
||||
// Minimum execution time: 24_423_000 picoseconds.
|
||||
Weight::from_parts(24_747_000, 114318)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -772,10 +774,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Scheduler Agenda (max_values: None, max_size: Some(107022), added: 109497, mode: MaxEncodedLen)
|
||||
fn nudge_referendum_preparing() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `412`
|
||||
// Estimated: `112338`
|
||||
// Minimum execution time: 23_550 nanoseconds.
|
||||
Weight::from_parts(24_081_000, 112338)
|
||||
// Measured: `381`
|
||||
// Estimated: `114318`
|
||||
// Minimum execution time: 24_487_000 picoseconds.
|
||||
Weight::from_parts(24_941_000, 114318)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -783,10 +785,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Referenda ReferendumInfoFor (max_values: None, max_size: Some(366), added: 2841, mode: MaxEncodedLen)
|
||||
fn nudge_referendum_timed_out() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `310`
|
||||
// Estimated: `2841`
|
||||
// Minimum execution time: 15_850 nanoseconds.
|
||||
Weight::from_parts(16_773_000, 2841)
|
||||
// Measured: `278`
|
||||
// Estimated: `3831`
|
||||
// Minimum execution time: 17_454_000 picoseconds.
|
||||
Weight::from_parts(17_697_000, 3831)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -798,10 +800,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Scheduler Agenda (max_values: None, max_size: Some(107022), added: 109497, mode: MaxEncodedLen)
|
||||
fn nudge_referendum_begin_deciding_failing() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `412`
|
||||
// Estimated: `114827`
|
||||
// Minimum execution time: 32_126 nanoseconds.
|
||||
Weight::from_parts(33_313_000, 114827)
|
||||
// Measured: `381`
|
||||
// Estimated: `117797`
|
||||
// Minimum execution time: 34_721_000 picoseconds.
|
||||
Weight::from_parts(35_295_000, 117797)
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -813,10 +815,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Scheduler Agenda (max_values: None, max_size: Some(107022), added: 109497, mode: MaxEncodedLen)
|
||||
fn nudge_referendum_begin_deciding_passing() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `412`
|
||||
// Estimated: `114827`
|
||||
// Minimum execution time: 34_698 nanoseconds.
|
||||
Weight::from_parts(35_802_000, 114827)
|
||||
// Measured: `381`
|
||||
// Estimated: `117797`
|
||||
// Minimum execution time: 36_587_000 picoseconds.
|
||||
Weight::from_parts(37_095_000, 117797)
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -826,10 +828,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Scheduler Agenda (max_values: None, max_size: Some(107022), added: 109497, mode: MaxEncodedLen)
|
||||
fn nudge_referendum_begin_confirming() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `465`
|
||||
// Estimated: `112338`
|
||||
// Minimum execution time: 28_710 nanoseconds.
|
||||
Weight::from_parts(29_574_000, 112338)
|
||||
// Measured: `434`
|
||||
// Estimated: `114318`
|
||||
// Minimum execution time: 30_003_000 picoseconds.
|
||||
Weight::from_parts(30_541_000, 114318)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -839,10 +841,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Scheduler Agenda (max_values: None, max_size: Some(107022), added: 109497, mode: MaxEncodedLen)
|
||||
fn nudge_referendum_end_confirming() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `448`
|
||||
// Estimated: `112338`
|
||||
// Minimum execution time: 29_030 nanoseconds.
|
||||
Weight::from_parts(30_308_000, 112338)
|
||||
// Measured: `417`
|
||||
// Estimated: `114318`
|
||||
// Minimum execution time: 30_479_000 picoseconds.
|
||||
Weight::from_parts(30_900_000, 114318)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -852,10 +854,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Scheduler Agenda (max_values: None, max_size: Some(107022), added: 109497, mode: MaxEncodedLen)
|
||||
fn nudge_referendum_continue_not_confirming() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `465`
|
||||
// Estimated: `112338`
|
||||
// Minimum execution time: 26_382 nanoseconds.
|
||||
Weight::from_parts(27_219_000, 112338)
|
||||
// Measured: `434`
|
||||
// Estimated: `114318`
|
||||
// Minimum execution time: 27_657_000 picoseconds.
|
||||
Weight::from_parts(28_054_000, 114318)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -865,10 +867,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Scheduler Agenda (max_values: None, max_size: Some(107022), added: 109497, mode: MaxEncodedLen)
|
||||
fn nudge_referendum_continue_confirming() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `469`
|
||||
// Estimated: `112338`
|
||||
// Minimum execution time: 25_445 nanoseconds.
|
||||
Weight::from_parts(26_010_000, 112338)
|
||||
// Measured: `438`
|
||||
// Estimated: `114318`
|
||||
// Minimum execution time: 26_713_000 picoseconds.
|
||||
Weight::from_parts(27_284_000, 114318)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -880,10 +882,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Scheduler Lookup (max_values: None, max_size: Some(48), added: 2523, mode: MaxEncodedLen)
|
||||
fn nudge_referendum_approved() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `469`
|
||||
// Estimated: `224358`
|
||||
// Minimum execution time: 41_064 nanoseconds.
|
||||
Weight::from_parts(42_895_000, 224358)
|
||||
// Measured: `438`
|
||||
// Estimated: `227328`
|
||||
// Minimum execution time: 42_374_000 picoseconds.
|
||||
Weight::from_parts(43_142_000, 227328)
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -893,10 +895,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Scheduler Agenda (max_values: None, max_size: Some(107022), added: 109497, mode: MaxEncodedLen)
|
||||
fn nudge_referendum_rejected() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `465`
|
||||
// Estimated: `112338`
|
||||
// Minimum execution time: 29_472 nanoseconds.
|
||||
Weight::from_parts(30_011_000, 112338)
|
||||
// Measured: `434`
|
||||
// Estimated: `114318`
|
||||
// Minimum execution time: 30_213_000 picoseconds.
|
||||
Weight::from_parts(30_633_000, 114318)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -908,10 +910,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Referenda MetadataOf (max_values: None, max_size: Some(52), added: 2527, mode: MaxEncodedLen)
|
||||
fn set_some_metadata() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `454`
|
||||
// Estimated: `5407`
|
||||
// Minimum execution time: 19_389 nanoseconds.
|
||||
Weight::from_parts(20_490_000, 5407)
|
||||
// Measured: `422`
|
||||
// Estimated: `7387`
|
||||
// Minimum execution time: 20_887_000 picoseconds.
|
||||
Weight::from_parts(21_242_000, 7387)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -921,10 +923,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Referenda MetadataOf (max_values: None, max_size: Some(52), added: 2527, mode: MaxEncodedLen)
|
||||
fn clear_metadata() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `387`
|
||||
// Estimated: `5368`
|
||||
// Minimum execution time: 18_195 nanoseconds.
|
||||
Weight::from_parts(19_917_000, 5368)
|
||||
// Measured: `355`
|
||||
// Estimated: `7348`
|
||||
// Minimum execution time: 18_702_000 picoseconds.
|
||||
Weight::from_parts(18_880_000, 7348)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
||||
@@ -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-01-24, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `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_remark
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
@@ -59,10 +62,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 8_404 nanoseconds.
|
||||
Weight::from_parts(343_031, 0)
|
||||
// Standard Error: 1
|
||||
.saturating_add(Weight::from_parts(1_404, 0).saturating_mul(l.into()))
|
||||
// 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()))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -73,9 +76,9 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 8_404 nanoseconds.
|
||||
Weight::from_parts(343_031, 0)
|
||||
// Standard Error: 1
|
||||
.saturating_add(Weight::from_parts(1_404, 0).saturating_mul(l.into()))
|
||||
// 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()))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -18,26 +18,29 @@
|
||||
//! Autogenerated weights for pallet_salary
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-03-03, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `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:
|
||||
// ./target/production/substrate
|
||||
// benchmark
|
||||
// pallet
|
||||
// --chain=dev
|
||||
// --steps=50
|
||||
// --repeat=20
|
||||
// --extrinsic=*
|
||||
// --pallet=pallet_salary
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
// --heap-pages=4096
|
||||
// --chain=dev
|
||||
// --header=HEADER-APACHE2
|
||||
// --output=frame/salary/src/weights.rs
|
||||
// --template=.maintain/frame-weight-template.hbs
|
||||
// --output=./frame/salary/src/weights.rs
|
||||
// --header=./HEADER-APACHE2
|
||||
// --template=./.maintain/frame-weight-template.hbs
|
||||
|
||||
#![cfg_attr(rustfmt, rustfmt_skip)]
|
||||
#![allow(unused_parens)]
|
||||
@@ -66,8 +69,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `4`
|
||||
// Estimated: `1541`
|
||||
// Minimum execution time: 11_793_000 picoseconds.
|
||||
Weight::from_parts(12_080_000, 1541)
|
||||
// Minimum execution time: 11_732_000 picoseconds.
|
||||
Weight::from_parts(12_162_000, 1541)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -75,10 +78,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Salary Status (max_values: Some(1), max_size: Some(56), added: 551, mode: MaxEncodedLen)
|
||||
fn bump() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `118`
|
||||
// Measured: `86`
|
||||
// Estimated: `1541`
|
||||
// Minimum execution time: 12_799_000 picoseconds.
|
||||
Weight::from_parts(13_343_000, 1541)
|
||||
// Minimum execution time: 12_966_000 picoseconds.
|
||||
Weight::from_parts(13_443_000, 1541)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -90,10 +93,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Salary Claimant (max_values: None, max_size: Some(78), added: 2553, mode: MaxEncodedLen)
|
||||
fn induct() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `394`
|
||||
// Measured: `362`
|
||||
// Estimated: `8591`
|
||||
// Minimum execution time: 20_299_000 picoseconds.
|
||||
Weight::from_parts(20_664_000, 8591)
|
||||
// Minimum execution time: 20_467_000 picoseconds.
|
||||
Weight::from_parts(20_782_000, 8591)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -105,10 +108,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Salary Claimant (max_values: None, max_size: Some(78), added: 2553, mode: MaxEncodedLen)
|
||||
fn register() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `461`
|
||||
// Measured: `429`
|
||||
// Estimated: `8591`
|
||||
// Minimum execution time: 24_195_000 picoseconds.
|
||||
Weight::from_parts(24_528_000, 8591)
|
||||
// Minimum execution time: 23_547_000 picoseconds.
|
||||
Weight::from_parts(23_911_000, 8591)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -120,10 +123,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: RankedCollective Members (max_values: None, max_size: Some(42), added: 2517, mode: MaxEncodedLen)
|
||||
fn payout() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `461`
|
||||
// Measured: `429`
|
||||
// Estimated: `8591`
|
||||
// Minimum execution time: 47_609_000 picoseconds.
|
||||
Weight::from_parts(48_462_000, 8591)
|
||||
// Minimum execution time: 47_145_000 picoseconds.
|
||||
Weight::from_parts(47_778_000, 8591)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -137,10 +140,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 payout_other() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `461`
|
||||
// Measured: `429`
|
||||
// Estimated: `12184`
|
||||
// Minimum execution time: 48_513_000 picoseconds.
|
||||
Weight::from_parts(49_053_000, 12184)
|
||||
// Minimum execution time: 48_763_000 picoseconds.
|
||||
Weight::from_parts(49_853_000, 12184)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -150,10 +153,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Salary Claimant (max_values: None, max_size: Some(78), added: 2553, mode: MaxEncodedLen)
|
||||
fn check_payment() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `202`
|
||||
// Measured: `170`
|
||||
// Estimated: `5084`
|
||||
// Minimum execution time: 12_663_000 picoseconds.
|
||||
Weight::from_parts(12_858_000, 5084)
|
||||
// Minimum execution time: 12_825_000 picoseconds.
|
||||
Weight::from_parts(13_143_000, 5084)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -167,8 +170,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `4`
|
||||
// Estimated: `1541`
|
||||
// Minimum execution time: 11_793_000 picoseconds.
|
||||
Weight::from_parts(12_080_000, 1541)
|
||||
// Minimum execution time: 11_732_000 picoseconds.
|
||||
Weight::from_parts(12_162_000, 1541)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -176,10 +179,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Salary Status (max_values: Some(1), max_size: Some(56), added: 551, mode: MaxEncodedLen)
|
||||
fn bump() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `118`
|
||||
// Measured: `86`
|
||||
// Estimated: `1541`
|
||||
// Minimum execution time: 12_799_000 picoseconds.
|
||||
Weight::from_parts(13_343_000, 1541)
|
||||
// Minimum execution time: 12_966_000 picoseconds.
|
||||
Weight::from_parts(13_443_000, 1541)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -191,10 +194,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Salary Claimant (max_values: None, max_size: Some(78), added: 2553, mode: MaxEncodedLen)
|
||||
fn induct() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `394`
|
||||
// Measured: `362`
|
||||
// Estimated: `8591`
|
||||
// Minimum execution time: 20_299_000 picoseconds.
|
||||
Weight::from_parts(20_664_000, 8591)
|
||||
// Minimum execution time: 20_467_000 picoseconds.
|
||||
Weight::from_parts(20_782_000, 8591)
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -206,10 +209,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Salary Claimant (max_values: None, max_size: Some(78), added: 2553, mode: MaxEncodedLen)
|
||||
fn register() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `461`
|
||||
// Measured: `429`
|
||||
// Estimated: `8591`
|
||||
// Minimum execution time: 24_195_000 picoseconds.
|
||||
Weight::from_parts(24_528_000, 8591)
|
||||
// Minimum execution time: 23_547_000 picoseconds.
|
||||
Weight::from_parts(23_911_000, 8591)
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -221,10 +224,10 @@ impl WeightInfo for () {
|
||||
/// Proof: RankedCollective Members (max_values: None, max_size: Some(42), added: 2517, mode: MaxEncodedLen)
|
||||
fn payout() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `461`
|
||||
// Measured: `429`
|
||||
// Estimated: `8591`
|
||||
// Minimum execution time: 47_609_000 picoseconds.
|
||||
Weight::from_parts(48_462_000, 8591)
|
||||
// Minimum execution time: 47_145_000 picoseconds.
|
||||
Weight::from_parts(47_778_000, 8591)
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -238,10 +241,10 @@ impl WeightInfo for () {
|
||||
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||
fn payout_other() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `461`
|
||||
// Measured: `429`
|
||||
// Estimated: `12184`
|
||||
// Minimum execution time: 48_513_000 picoseconds.
|
||||
Weight::from_parts(49_053_000, 12184)
|
||||
// Minimum execution time: 48_763_000 picoseconds.
|
||||
Weight::from_parts(49_853_000, 12184)
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -251,10 +254,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Salary Claimant (max_values: None, max_size: Some(78), added: 2553, mode: MaxEncodedLen)
|
||||
fn check_payment() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `202`
|
||||
// Measured: `170`
|
||||
// Estimated: `5084`
|
||||
// Minimum execution time: 12_663_000 picoseconds.
|
||||
Weight::from_parts(12_858_000, 5084)
|
||||
// Minimum execution time: 12_825_000 picoseconds.
|
||||
Weight::from_parts(13_143_000, 5084)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
||||
@@ -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-01-24, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `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_scheduler
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
@@ -69,10 +72,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Scheduler IncompleteSince (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||
fn service_agendas_base() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `30`
|
||||
// Estimated: `499`
|
||||
// Minimum execution time: 3_670 nanoseconds.
|
||||
Weight::from_parts(3_838_000, 499)
|
||||
// Measured: `31`
|
||||
// Estimated: `1489`
|
||||
// Minimum execution time: 3_965_000 picoseconds.
|
||||
Weight::from_parts(4_126_000, 1489)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -81,12 +84,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `s` is `[0, 512]`.
|
||||
fn service_agenda_base(s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `112 + s * (177 ±0)`
|
||||
// Estimated: `109497`
|
||||
// Minimum execution time: 3_079 nanoseconds.
|
||||
Weight::from_parts(7_087_647, 109497)
|
||||
// Standard Error: 658
|
||||
.saturating_add(Weight::from_parts(279_320, 0).saturating_mul(s.into()))
|
||||
// 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()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -94,8 +97,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 5_192 nanoseconds.
|
||||
Weight::from_parts(5_528_000, 0)
|
||||
// Minimum execution time: 5_807_000 picoseconds.
|
||||
Weight::from_parts(5_963_000, 0)
|
||||
}
|
||||
/// Storage: Preimage PreimageFor (r:1 w:1)
|
||||
/// Proof: Preimage PreimageFor (max_values: None, max_size: Some(4194344), added: 4196819, mode: Measured)
|
||||
@@ -104,12 +107,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `s` is `[128, 4194304]`.
|
||||
fn service_task_fetched(s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `211 + s * (1 ±0)`
|
||||
// Estimated: `5252 + s * (1 ±0)`
|
||||
// Minimum execution time: 17_284 nanoseconds.
|
||||
Weight::from_parts(17_574_000, 5252)
|
||||
// Standard Error: 0
|
||||
.saturating_add(Weight::from_parts(1_126, 0).saturating_mul(s.into()))
|
||||
// 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()))
|
||||
.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()))
|
||||
@@ -120,42 +123,42 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 7_020 nanoseconds.
|
||||
Weight::from_parts(7_262_000, 0)
|
||||
// Minimum execution time: 7_787_000 picoseconds.
|
||||
Weight::from_parts(8_046_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_187 nanoseconds.
|
||||
Weight::from_parts(5_368_000, 0)
|
||||
// Minimum execution time: 5_730_000 picoseconds.
|
||||
Weight::from_parts(5_901_000, 0)
|
||||
}
|
||||
fn execute_dispatch_signed() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 2_313 nanoseconds.
|
||||
Weight::from_parts(2_404_000, 0)
|
||||
// Minimum execution time: 2_569_000 picoseconds.
|
||||
Weight::from_parts(2_710_000, 0)
|
||||
}
|
||||
fn execute_dispatch_unsigned() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 2_187 nanoseconds.
|
||||
Weight::from_parts(2_362_000, 0)
|
||||
// Minimum execution time: 2_611_000 picoseconds.
|
||||
Weight::from_parts(2_765_000, 0)
|
||||
}
|
||||
/// Storage: Scheduler Agenda (r:1 w:1)
|
||||
/// Proof: Scheduler Agenda (max_values: None, max_size: Some(107022), added: 109497, mode: MaxEncodedLen)
|
||||
/// The range of component `s` is `[0, 511]`.
|
||||
fn schedule(s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `112 + s * (177 ±0)`
|
||||
// Estimated: `109497`
|
||||
// Minimum execution time: 11_971 nanoseconds.
|
||||
Weight::from_parts(16_060_361, 109497)
|
||||
// Standard Error: 665
|
||||
.saturating_add(Weight::from_parts(286_324, 0).saturating_mul(s.into()))
|
||||
// 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()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -166,12 +169,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `s` is `[1, 512]`.
|
||||
fn cancel(s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `112 + s * (177 ±0)`
|
||||
// Estimated: `109497`
|
||||
// Minimum execution time: 15_594 nanoseconds.
|
||||
Weight::from_parts(17_191_501, 109497)
|
||||
// Standard Error: 626
|
||||
.saturating_add(Weight::from_parts(425_572, 0).saturating_mul(s.into()))
|
||||
// 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()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -182,12 +185,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `s` is `[0, 511]`.
|
||||
fn schedule_named(s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `627 + s * (178 ±0)`
|
||||
// Estimated: `112020`
|
||||
// Minimum execution time: 15_127 nanoseconds.
|
||||
Weight::from_parts(20_932_642, 112020)
|
||||
// Standard Error: 692
|
||||
.saturating_add(Weight::from_parts(288_344, 0).saturating_mul(s.into()))
|
||||
// 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()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -198,12 +201,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `s` is `[1, 512]`.
|
||||
fn cancel_named(s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `740 + s * (177 ±0)`
|
||||
// Estimated: `112020`
|
||||
// Minimum execution time: 16_859 nanoseconds.
|
||||
Weight::from_parts(19_736_937, 112020)
|
||||
// Standard Error: 676
|
||||
.saturating_add(Weight::from_parts(429_770, 0).saturating_mul(s.into()))
|
||||
// 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()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -215,10 +218,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Scheduler IncompleteSince (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||
fn service_agendas_base() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `30`
|
||||
// Estimated: `499`
|
||||
// Minimum execution time: 3_670 nanoseconds.
|
||||
Weight::from_parts(3_838_000, 499)
|
||||
// Measured: `31`
|
||||
// Estimated: `1489`
|
||||
// Minimum execution time: 3_965_000 picoseconds.
|
||||
Weight::from_parts(4_126_000, 1489)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -227,12 +230,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `s` is `[0, 512]`.
|
||||
fn service_agenda_base(s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `112 + s * (177 ±0)`
|
||||
// Estimated: `109497`
|
||||
// Minimum execution time: 3_079 nanoseconds.
|
||||
Weight::from_parts(7_087_647, 109497)
|
||||
// Standard Error: 658
|
||||
.saturating_add(Weight::from_parts(279_320, 0).saturating_mul(s.into()))
|
||||
// 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()))
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -240,8 +243,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 5_192 nanoseconds.
|
||||
Weight::from_parts(5_528_000, 0)
|
||||
// Minimum execution time: 5_807_000 picoseconds.
|
||||
Weight::from_parts(5_963_000, 0)
|
||||
}
|
||||
/// Storage: Preimage PreimageFor (r:1 w:1)
|
||||
/// Proof: Preimage PreimageFor (max_values: None, max_size: Some(4194344), added: 4196819, mode: Measured)
|
||||
@@ -250,12 +253,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `s` is `[128, 4194304]`.
|
||||
fn service_task_fetched(s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `211 + s * (1 ±0)`
|
||||
// Estimated: `5252 + s * (1 ±0)`
|
||||
// Minimum execution time: 17_284 nanoseconds.
|
||||
Weight::from_parts(17_574_000, 5252)
|
||||
// Standard Error: 0
|
||||
.saturating_add(Weight::from_parts(1_126, 0).saturating_mul(s.into()))
|
||||
// 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()))
|
||||
.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()))
|
||||
@@ -266,42 +269,42 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 7_020 nanoseconds.
|
||||
Weight::from_parts(7_262_000, 0)
|
||||
// Minimum execution time: 7_787_000 picoseconds.
|
||||
Weight::from_parts(8_046_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_187 nanoseconds.
|
||||
Weight::from_parts(5_368_000, 0)
|
||||
// Minimum execution time: 5_730_000 picoseconds.
|
||||
Weight::from_parts(5_901_000, 0)
|
||||
}
|
||||
fn execute_dispatch_signed() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 2_313 nanoseconds.
|
||||
Weight::from_parts(2_404_000, 0)
|
||||
// Minimum execution time: 2_569_000 picoseconds.
|
||||
Weight::from_parts(2_710_000, 0)
|
||||
}
|
||||
fn execute_dispatch_unsigned() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 2_187 nanoseconds.
|
||||
Weight::from_parts(2_362_000, 0)
|
||||
// Minimum execution time: 2_611_000 picoseconds.
|
||||
Weight::from_parts(2_765_000, 0)
|
||||
}
|
||||
/// Storage: Scheduler Agenda (r:1 w:1)
|
||||
/// Proof: Scheduler Agenda (max_values: None, max_size: Some(107022), added: 109497, mode: MaxEncodedLen)
|
||||
/// The range of component `s` is `[0, 511]`.
|
||||
fn schedule(s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `112 + s * (177 ±0)`
|
||||
// Estimated: `109497`
|
||||
// Minimum execution time: 11_971 nanoseconds.
|
||||
Weight::from_parts(16_060_361, 109497)
|
||||
// Standard Error: 665
|
||||
.saturating_add(Weight::from_parts(286_324, 0).saturating_mul(s.into()))
|
||||
// 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()))
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -312,12 +315,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `s` is `[1, 512]`.
|
||||
fn cancel(s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `112 + s * (177 ±0)`
|
||||
// Estimated: `109497`
|
||||
// Minimum execution time: 15_594 nanoseconds.
|
||||
Weight::from_parts(17_191_501, 109497)
|
||||
// Standard Error: 626
|
||||
.saturating_add(Weight::from_parts(425_572, 0).saturating_mul(s.into()))
|
||||
// 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()))
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -328,12 +331,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `s` is `[0, 511]`.
|
||||
fn schedule_named(s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `627 + s * (178 ±0)`
|
||||
// Estimated: `112020`
|
||||
// Minimum execution time: 15_127 nanoseconds.
|
||||
Weight::from_parts(20_932_642, 112020)
|
||||
// Standard Error: 692
|
||||
.saturating_add(Weight::from_parts(288_344, 0).saturating_mul(s.into()))
|
||||
// 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()))
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -344,12 +347,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `s` is `[1, 512]`.
|
||||
fn cancel_named(s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `740 + s * (177 ±0)`
|
||||
// Estimated: `112020`
|
||||
// Minimum execution time: 16_859 nanoseconds.
|
||||
Weight::from_parts(19_736_937, 112020)
|
||||
// Standard Error: 676
|
||||
.saturating_add(Weight::from_parts(429_770, 0).saturating_mul(s.into()))
|
||||
// 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()))
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
||||
@@ -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-01-24, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `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_session
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
@@ -63,10 +66,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof Skipped: Session KeyOwner (max_values: None, max_size: None, mode: Measured)
|
||||
fn set_keys() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1955`
|
||||
// Estimated: `19851`
|
||||
// Minimum execution time: 40_867 nanoseconds.
|
||||
Weight::from_parts(41_319_000, 19851)
|
||||
// Measured: `1891`
|
||||
// Estimated: `22693`
|
||||
// Minimum execution time: 48_165_000 picoseconds.
|
||||
Weight::from_parts(48_967_000, 22693)
|
||||
.saturating_add(T::DbWeight::get().reads(6_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(5_u64))
|
||||
}
|
||||
@@ -78,10 +81,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof Skipped: Session KeyOwner (max_values: None, max_size: None, mode: Measured)
|
||||
fn purge_keys() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1854`
|
||||
// Estimated: `9749`
|
||||
// Minimum execution time: 30_286 nanoseconds.
|
||||
Weight::from_parts(30_620_000, 9749)
|
||||
// Measured: `1758`
|
||||
// Estimated: `11537`
|
||||
// Minimum execution time: 35_824_000 picoseconds.
|
||||
Weight::from_parts(36_267_000, 11537)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(5_u64))
|
||||
}
|
||||
@@ -97,10 +100,10 @@ impl WeightInfo for () {
|
||||
/// Proof Skipped: Session KeyOwner (max_values: None, max_size: None, mode: Measured)
|
||||
fn set_keys() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1955`
|
||||
// Estimated: `19851`
|
||||
// Minimum execution time: 40_867 nanoseconds.
|
||||
Weight::from_parts(41_319_000, 19851)
|
||||
// Measured: `1891`
|
||||
// Estimated: `22693`
|
||||
// Minimum execution time: 48_165_000 picoseconds.
|
||||
Weight::from_parts(48_967_000, 22693)
|
||||
.saturating_add(RocksDbWeight::get().reads(6_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(5_u64))
|
||||
}
|
||||
@@ -112,10 +115,10 @@ impl WeightInfo for () {
|
||||
/// Proof Skipped: Session KeyOwner (max_values: None, max_size: None, mode: Measured)
|
||||
fn purge_keys() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1854`
|
||||
// Estimated: `9749`
|
||||
// Minimum execution time: 30_286 nanoseconds.
|
||||
Weight::from_parts(30_620_000, 9749)
|
||||
// Measured: `1758`
|
||||
// Estimated: `11537`
|
||||
// Minimum execution time: 35_824_000 picoseconds.
|
||||
Weight::from_parts(36_267_000, 11537)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(5_u64))
|
||||
}
|
||||
|
||||
@@ -18,9 +18,9 @@
|
||||
//! Autogenerated weights for pallet_staking
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-01-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `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_staking
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
@@ -95,10 +98,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Staking Payee (max_values: None, max_size: Some(73), added: 2548, mode: MaxEncodedLen)
|
||||
fn bond() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1079`
|
||||
// Estimated: `10386`
|
||||
// Minimum execution time: 40_015 nanoseconds.
|
||||
Weight::from_parts(40_601_000, 10386)
|
||||
// Measured: `1047`
|
||||
// Estimated: `14346`
|
||||
// Minimum execution time: 46_401_000 picoseconds.
|
||||
Weight::from_parts(46_987_000, 14346)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -114,10 +117,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: VoterList ListBags (max_values: None, max_size: Some(82), added: 2557, mode: MaxEncodedLen)
|
||||
fn bond_extra() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `2252`
|
||||
// Estimated: `22888`
|
||||
// Minimum execution time: 74_781 nanoseconds.
|
||||
Weight::from_parts(75_188_000, 22888)
|
||||
// Measured: `2028`
|
||||
// Estimated: `27838`
|
||||
// Minimum execution time: 87_755_000 picoseconds.
|
||||
Weight::from_parts(88_802_000, 27838)
|
||||
.saturating_add(T::DbWeight::get().reads(8_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(7_u64))
|
||||
}
|
||||
@@ -141,10 +144,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: VoterList ListBags (max_values: None, max_size: Some(82), added: 2557, mode: MaxEncodedLen)
|
||||
fn unbond() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `2457`
|
||||
// Estimated: `29534`
|
||||
// Minimum execution time: 81_299 nanoseconds.
|
||||
Weight::from_parts(82_242_000, 29534)
|
||||
// Measured: `2233`
|
||||
// Estimated: `38444`
|
||||
// Minimum execution time: 95_698_000 picoseconds.
|
||||
Weight::from_parts(96_971_000, 38444)
|
||||
.saturating_add(T::DbWeight::get().reads(12_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(8_u64))
|
||||
}
|
||||
@@ -159,12 +162,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `s` is `[0, 100]`.
|
||||
fn withdraw_unbonded_update(s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1085`
|
||||
// Estimated: `10442`
|
||||
// Minimum execution time: 31_479 nanoseconds.
|
||||
Weight::from_parts(32_410_035, 10442)
|
||||
// Standard Error: 313
|
||||
.saturating_add(Weight::from_parts(9_090, 0).saturating_mul(s.into()))
|
||||
// Measured: `1021`
|
||||
// Estimated: `14402`
|
||||
// Minimum execution time: 38_239_000 picoseconds.
|
||||
Weight::from_parts(39_615_452, 14402)
|
||||
// Standard Error: 447
|
||||
.saturating_add(Weight::from_parts(9_199, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -199,12 +202,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `s` is `[0, 100]`.
|
||||
fn withdraw_unbonded_kill(s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `2486 + s * (4 ±0)`
|
||||
// Estimated: `32303 + s * (4 ±0)`
|
||||
// Minimum execution time: 71_968 nanoseconds.
|
||||
Weight::from_parts(76_631_804, 32303)
|
||||
// Standard Error: 1_613
|
||||
.saturating_add(Weight::from_parts(1_058_968, 0).saturating_mul(s.into()))
|
||||
// Measured: `2294 + s * (4 ±0)`
|
||||
// Estimated: `43999 + s * (4 ±0)`
|
||||
// Minimum execution time: 84_251_000 picoseconds.
|
||||
Weight::from_parts(90_113_319, 43999)
|
||||
// Standard Error: 2_177
|
||||
.saturating_add(Weight::from_parts(1_278_840, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(13_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(12_u64))
|
||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into())))
|
||||
@@ -234,10 +237,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Staking CounterForValidators (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||
fn validate() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1446`
|
||||
// Estimated: `19359`
|
||||
// Minimum execution time: 51_963 nanoseconds.
|
||||
Weight::from_parts(52_418_000, 19359)
|
||||
// Measured: `1414`
|
||||
// Estimated: `30249`
|
||||
// Minimum execution time: 60_509_000 picoseconds.
|
||||
Weight::from_parts(61_305_000, 30249)
|
||||
.saturating_add(T::DbWeight::get().reads(11_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(5_u64))
|
||||
}
|
||||
@@ -248,12 +251,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `k` is `[1, 128]`.
|
||||
fn kick(k: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1292 + k * (601 ±0)`
|
||||
// Estimated: `3566 + k * (3033 ±0)`
|
||||
// Minimum execution time: 25_685 nanoseconds.
|
||||
Weight::from_parts(25_290_286, 3566)
|
||||
// Standard Error: 5_164
|
||||
.saturating_add(Weight::from_parts(6_445_608, 0).saturating_mul(k.into()))
|
||||
// Measured: `1260 + k * (569 ±0)`
|
||||
// Estimated: `5546 + k * (3033 ±0)`
|
||||
// Minimum execution time: 30_063_000 picoseconds.
|
||||
Weight::from_parts(31_774_698, 5546)
|
||||
// Standard Error: 11_088
|
||||
.saturating_add(Weight::from_parts(7_869_325, 0).saturating_mul(k.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(k.into())))
|
||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(k.into())))
|
||||
@@ -284,12 +287,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `n` is `[1, 16]`.
|
||||
fn nominate(n: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1984 + n * (105 ±0)`
|
||||
// Estimated: `21988 + n * (2520 ±0)`
|
||||
// Minimum execution time: 59_542 nanoseconds.
|
||||
Weight::from_parts(57_558_678, 21988)
|
||||
// Standard Error: 10_364
|
||||
.saturating_add(Weight::from_parts(2_759_713, 0).saturating_mul(n.into()))
|
||||
// Measured: `1888 + n * (105 ±0)`
|
||||
// Estimated: `32878 + n * (2520 ±0)`
|
||||
// Minimum execution time: 70_091_000 picoseconds.
|
||||
Weight::from_parts(67_744_973, 32878)
|
||||
// Standard Error: 12_799
|
||||
.saturating_add(Weight::from_parts(3_238_224, 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(6_u64))
|
||||
@@ -311,10 +314,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: VoterList CounterForListNodes (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||
fn chill() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1876`
|
||||
// Estimated: `17932`
|
||||
// Minimum execution time: 52_132 nanoseconds.
|
||||
Weight::from_parts(52_648_000, 17932)
|
||||
// Measured: `1748`
|
||||
// Estimated: `24862`
|
||||
// Minimum execution time: 60_582_000 picoseconds.
|
||||
Weight::from_parts(61_208_000, 24862)
|
||||
.saturating_add(T::DbWeight::get().reads(8_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(6_u64))
|
||||
}
|
||||
@@ -324,10 +327,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Staking Payee (max_values: None, max_size: Some(73), added: 2548, mode: MaxEncodedLen)
|
||||
fn set_payee() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `840`
|
||||
// Estimated: `3566`
|
||||
// Minimum execution time: 13_399 nanoseconds.
|
||||
Weight::from_parts(13_567_000, 3566)
|
||||
// Measured: `808`
|
||||
// Estimated: `4556`
|
||||
// Minimum execution time: 15_630_000 picoseconds.
|
||||
Weight::from_parts(16_018_000, 4556)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -337,10 +340,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Staking Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen)
|
||||
fn set_controller() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `939`
|
||||
// Estimated: `9679`
|
||||
// Minimum execution time: 20_425 nanoseconds.
|
||||
Weight::from_parts(20_713_000, 9679)
|
||||
// Measured: `907`
|
||||
// Estimated: `11659`
|
||||
// Minimum execution time: 23_895_000 picoseconds.
|
||||
Weight::from_parts(24_306_000, 11659)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -350,8 +353,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 3_069 nanoseconds.
|
||||
Weight::from_parts(3_176_000, 0)
|
||||
// Minimum execution time: 3_694_000 picoseconds.
|
||||
Weight::from_parts(3_820_000, 0)
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
/// Storage: Staking ForceEra (r:0 w:1)
|
||||
@@ -360,8 +363,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 11_386 nanoseconds.
|
||||
Weight::from_parts(11_672_000, 0)
|
||||
// Minimum execution time: 10_729_000 picoseconds.
|
||||
Weight::from_parts(11_086_000, 0)
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
/// Storage: Staking ForceEra (r:0 w:1)
|
||||
@@ -370,8 +373,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 11_591 nanoseconds.
|
||||
Weight::from_parts(11_799_000, 0)
|
||||
// Minimum execution time: 10_959_000 picoseconds.
|
||||
Weight::from_parts(11_371_000, 0)
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
/// Storage: Staking ForceEra (r:0 w:1)
|
||||
@@ -380,8 +383,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 11_553 nanoseconds.
|
||||
Weight::from_parts(11_871_000, 0)
|
||||
// Minimum execution time: 11_101_000 picoseconds.
|
||||
Weight::from_parts(11_506_000, 0)
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
/// Storage: Staking Invulnerables (r:0 w:1)
|
||||
@@ -391,10 +394,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 3_292 nanoseconds.
|
||||
Weight::from_parts(3_754_352, 0)
|
||||
// Standard Error: 40
|
||||
.saturating_add(Weight::from_parts(9_838, 0).saturating_mul(v.into()))
|
||||
// Minimum execution time: 4_016_000 picoseconds.
|
||||
Weight::from_parts(4_454_020, 0)
|
||||
// Standard Error: 82
|
||||
.saturating_add(Weight::from_parts(10_703, 0).saturating_mul(v.into()))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
/// Storage: Staking Bonded (r:1 w:1)
|
||||
@@ -426,12 +429,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `s` is `[0, 100]`.
|
||||
fn force_unstake(s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `2178 + s * (4 ±0)`
|
||||
// Estimated: `27930 + s * (4 ±0)`
|
||||
// Minimum execution time: 65_307 nanoseconds.
|
||||
Weight::from_parts(70_227_980, 27930)
|
||||
// Standard Error: 2_113
|
||||
.saturating_add(Weight::from_parts(1_059_856, 0).saturating_mul(s.into()))
|
||||
// Measured: `2018 + s * (4 ±0)`
|
||||
// Estimated: `37678 + s * (4 ±0)`
|
||||
// Minimum execution time: 76_338_000 picoseconds.
|
||||
Weight::from_parts(82_426_098, 37678)
|
||||
// Standard Error: 3_761
|
||||
.saturating_add(Weight::from_parts(1_279_343, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(11_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(12_u64))
|
||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into())))
|
||||
@@ -442,12 +445,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `s` is `[1, 1000]`.
|
||||
fn cancel_deferred_slash(s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `66671`
|
||||
// Estimated: `69146`
|
||||
// Minimum execution time: 89_123 nanoseconds.
|
||||
Weight::from_parts(890_989_741, 69146)
|
||||
// Standard Error: 58_282
|
||||
.saturating_add(Weight::from_parts(4_920_413, 0).saturating_mul(s.into()))
|
||||
// Measured: `66639`
|
||||
// Estimated: `70104`
|
||||
// Minimum execution time: 91_160_000 picoseconds.
|
||||
Weight::from_parts(794_662_495, 70104)
|
||||
// Standard Error: 51_479
|
||||
.saturating_add(Weight::from_parts(4_346_694, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -472,12 +475,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `n` is `[0, 256]`.
|
||||
fn payout_stakers_dead_controller(n: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `20345 + n * (143 ±0)`
|
||||
// Estimated: `54756 + n * (8024 ±1)`
|
||||
// Minimum execution time: 73_652 nanoseconds.
|
||||
Weight::from_parts(127_839_483, 54756)
|
||||
// Standard Error: 14_195
|
||||
.saturating_add(Weight::from_parts(21_932_079, 0).saturating_mul(n.into()))
|
||||
// Measured: `20217 + n * (143 ±0)`
|
||||
// Estimated: `63416 + n * (8024 ±1)`
|
||||
// Minimum execution time: 77_845_000 picoseconds.
|
||||
Weight::from_parts(86_178_186, 63416)
|
||||
// Standard Error: 21_971
|
||||
.saturating_add(Weight::from_parts(26_966_654, 0).saturating_mul(n.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(9_u64))
|
||||
.saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(n.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
@@ -507,17 +510,17 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `n` is `[0, 256]`.
|
||||
fn payout_stakers_alive_staked(n: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `35099 + n * (465 ±0)`
|
||||
// Estimated: `83594 + n * (16026 ±0)`
|
||||
// Minimum execution time: 94_560 nanoseconds.
|
||||
Weight::from_parts(154_033_219, 83594)
|
||||
// Standard Error: 26_663
|
||||
.saturating_add(Weight::from_parts(31_269_223, 0).saturating_mul(n.into()))
|
||||
// Measured: `34971 + n * (401 ±0)`
|
||||
// Estimated: `93244 + n * (15898 ±0)`
|
||||
// Minimum execution time: 98_209_000 picoseconds.
|
||||
Weight::from_parts(102_121_432, 93244)
|
||||
// Standard Error: 25_633
|
||||
.saturating_add(Weight::from_parts(39_244_200, 0).saturating_mul(n.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(10_u64))
|
||||
.saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(n.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(n.into())))
|
||||
.saturating_add(Weight::from_parts(0, 16026).saturating_mul(n.into()))
|
||||
.saturating_add(Weight::from_parts(0, 15898).saturating_mul(n.into()))
|
||||
}
|
||||
/// Storage: Staking Ledger (r:1 w:1)
|
||||
/// Proof: Staking Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen)
|
||||
@@ -534,12 +537,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `l` is `[1, 32]`.
|
||||
fn rebond(l: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `2253 + l * (7 ±0)`
|
||||
// Estimated: `25491`
|
||||
// Minimum execution time: 74_764 nanoseconds.
|
||||
Weight::from_parts(75_814_067, 25491)
|
||||
// Standard Error: 1_217
|
||||
.saturating_add(Weight::from_parts(64_725, 0).saturating_mul(l.into()))
|
||||
// Measured: `2029 + l * (7 ±0)`
|
||||
// Estimated: `31431`
|
||||
// Minimum execution time: 87_067_000 picoseconds.
|
||||
Weight::from_parts(87_971_483, 31431)
|
||||
// Standard Error: 1_668
|
||||
.saturating_add(Weight::from_parts(56_024, 0).saturating_mul(l.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(9_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(8_u64))
|
||||
}
|
||||
@@ -572,12 +575,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `s` is `[1, 100]`.
|
||||
fn reap_stash(s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `2486 + s * (4 ±0)`
|
||||
// Estimated: `31810 + s * (4 ±0)`
|
||||
// Minimum execution time: 77_611 nanoseconds.
|
||||
Weight::from_parts(79_760_034, 31810)
|
||||
// Standard Error: 1_597
|
||||
.saturating_add(Weight::from_parts(1_039_268, 0).saturating_mul(s.into()))
|
||||
// Measured: `2294 + s * (4 ±0)`
|
||||
// Estimated: `42515 + s * (4 ±0)`
|
||||
// Minimum execution time: 90_421_000 picoseconds.
|
||||
Weight::from_parts(91_873_866, 42515)
|
||||
// Standard Error: 1_867
|
||||
.saturating_add(Weight::from_parts(1_275_581, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(12_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(12_u64))
|
||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into())))
|
||||
@@ -621,21 +624,21 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `n` is `[0, 100]`.
|
||||
fn new_era(v: u32, n: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0 + v * (3662 ±0) + n * (816 ±0)`
|
||||
// Estimated: `528203 + v * (16743 ±0) + n * (12947 ±0)`
|
||||
// Minimum execution time: 489_824 nanoseconds.
|
||||
Weight::from_parts(491_687_000, 528203)
|
||||
// Standard Error: 1_787_577
|
||||
.saturating_add(Weight::from_parts(58_719_498, 0).saturating_mul(v.into()))
|
||||
// Standard Error: 178_122
|
||||
.saturating_add(Weight::from_parts(13_273_555, 0).saturating_mul(n.into()))
|
||||
// Measured: `0 + v * (3598 ±0) + n * (720 ±0)`
|
||||
// Estimated: `537749 + v * (16699 ±39) + n * (12763 ±3)`
|
||||
// Minimum execution time: 552_452_000 picoseconds.
|
||||
Weight::from_parts(555_250_000, 537749)
|
||||
// Standard Error: 1_893_951
|
||||
.saturating_add(Weight::from_parts(61_059_451, 0).saturating_mul(v.into()))
|
||||
// Standard Error: 188_721
|
||||
.saturating_add(Weight::from_parts(17_220_679, 0).saturating_mul(n.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(206_u64))
|
||||
.saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(v.into())))
|
||||
.saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(n.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(v.into())))
|
||||
.saturating_add(Weight::from_parts(0, 16743).saturating_mul(v.into()))
|
||||
.saturating_add(Weight::from_parts(0, 12947).saturating_mul(n.into()))
|
||||
.saturating_add(Weight::from_parts(0, 16699).saturating_mul(v.into()))
|
||||
.saturating_add(Weight::from_parts(0, 12763).saturating_mul(n.into()))
|
||||
}
|
||||
/// Storage: VoterList CounterForListNodes (r:1 w:0)
|
||||
/// Proof: VoterList CounterForListNodes (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||
@@ -657,14 +660,14 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `n` is `[500, 1000]`.
|
||||
fn get_npos_voters(v: u32, n: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `3167 + v * (459 ±0) + n * (1007 ±0)`
|
||||
// Estimated: `511899 + v * (14295 ±0) + n * (11775 ±0)`
|
||||
// Minimum execution time: 23_373_467 nanoseconds.
|
||||
Weight::from_parts(23_497_257_000, 511899)
|
||||
// Standard Error: 299_205
|
||||
.saturating_add(Weight::from_parts(3_434_000, 0).saturating_mul(v.into()))
|
||||
// Standard Error: 299_205
|
||||
.saturating_add(Weight::from_parts(2_568_954, 0).saturating_mul(n.into()))
|
||||
// Measured: `3135 + v * (395 ±0) + n * (911 ±0)`
|
||||
// Estimated: `518829 + v * (14295 ±0) + n * (11775 ±0)`
|
||||
// Minimum execution time: 32_870_065_000 picoseconds.
|
||||
Weight::from_parts(33_295_716_000, 518829)
|
||||
// Standard Error: 371_824
|
||||
.saturating_add(Weight::from_parts(5_148_979, 0).saturating_mul(v.into()))
|
||||
// Standard Error: 371_824
|
||||
.saturating_add(Weight::from_parts(3_376_262, 0).saturating_mul(n.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(201_u64))
|
||||
.saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(v.into())))
|
||||
.saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(n.into())))
|
||||
@@ -680,11 +683,11 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn get_npos_targets(v: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `983 + v * (50 ±0)`
|
||||
// Estimated: `3019 + v * (2520 ±0)`
|
||||
// Minimum execution time: 3_882_120 nanoseconds.
|
||||
Weight::from_parts(3_951_993_000, 3019)
|
||||
// Standard Error: 46_729
|
||||
.saturating_add(Weight::from_parts(2_856_043, 0).saturating_mul(v.into()))
|
||||
// Estimated: `4999 + v * (2520 ±0)`
|
||||
// Minimum execution time: 2_321_389_000 picoseconds.
|
||||
Weight::from_parts(70_122_933, 4999)
|
||||
// Standard Error: 7_249
|
||||
.saturating_add(Weight::from_parts(4_632_666, 0).saturating_mul(v.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(v.into())))
|
||||
.saturating_add(Weight::from_parts(0, 2520).saturating_mul(v.into()))
|
||||
@@ -705,8 +708,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 8_427 nanoseconds.
|
||||
Weight::from_parts(8_794_000, 0)
|
||||
// Minimum execution time: 9_581_000 picoseconds.
|
||||
Weight::from_parts(9_802_000, 0)
|
||||
.saturating_add(T::DbWeight::get().writes(6_u64))
|
||||
}
|
||||
/// Storage: Staking MinCommission (r:0 w:1)
|
||||
@@ -725,8 +728,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 7_620 nanoseconds.
|
||||
Weight::from_parts(7_901_000, 0)
|
||||
// Minimum execution time: 8_883_000 picoseconds.
|
||||
Weight::from_parts(9_151_000, 0)
|
||||
.saturating_add(T::DbWeight::get().writes(6_u64))
|
||||
}
|
||||
/// Storage: Staking Ledger (r:1 w:0)
|
||||
@@ -751,10 +754,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: VoterList CounterForListNodes (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||
fn chill_other() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `2031`
|
||||
// Estimated: `19438`
|
||||
// Minimum execution time: 66_188 nanoseconds.
|
||||
Weight::from_parts(66_767_000, 19438)
|
||||
// Measured: `1871`
|
||||
// Estimated: `29338`
|
||||
// Minimum execution time: 77_916_000 picoseconds.
|
||||
Weight::from_parts(78_877_000, 29338)
|
||||
.saturating_add(T::DbWeight::get().reads(11_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(6_u64))
|
||||
}
|
||||
@@ -765,9 +768,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn force_apply_min_commission() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `694`
|
||||
// Estimated: `3019`
|
||||
// Minimum execution time: 14_703 nanoseconds.
|
||||
Weight::from_parts(15_031_000, 3019)
|
||||
// Estimated: `4999`
|
||||
// Minimum execution time: 16_658_000 picoseconds.
|
||||
Weight::from_parts(16_968_000, 4999)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -777,8 +780,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 4_518 nanoseconds.
|
||||
Weight::from_parts(4_656_000, 0)
|
||||
// Minimum execution time: 4_982_000 picoseconds.
|
||||
Weight::from_parts(5_232_000, 0)
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
}
|
||||
@@ -797,10 +800,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Staking Payee (max_values: None, max_size: Some(73), added: 2548, mode: MaxEncodedLen)
|
||||
fn bond() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1079`
|
||||
// Estimated: `10386`
|
||||
// Minimum execution time: 40_015 nanoseconds.
|
||||
Weight::from_parts(40_601_000, 10386)
|
||||
// Measured: `1047`
|
||||
// Estimated: `14346`
|
||||
// Minimum execution time: 46_401_000 picoseconds.
|
||||
Weight::from_parts(46_987_000, 14346)
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -816,10 +819,10 @@ impl WeightInfo for () {
|
||||
/// Proof: VoterList ListBags (max_values: None, max_size: Some(82), added: 2557, mode: MaxEncodedLen)
|
||||
fn bond_extra() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `2252`
|
||||
// Estimated: `22888`
|
||||
// Minimum execution time: 74_781 nanoseconds.
|
||||
Weight::from_parts(75_188_000, 22888)
|
||||
// Measured: `2028`
|
||||
// Estimated: `27838`
|
||||
// Minimum execution time: 87_755_000 picoseconds.
|
||||
Weight::from_parts(88_802_000, 27838)
|
||||
.saturating_add(RocksDbWeight::get().reads(8_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(7_u64))
|
||||
}
|
||||
@@ -843,10 +846,10 @@ impl WeightInfo for () {
|
||||
/// Proof: VoterList ListBags (max_values: None, max_size: Some(82), added: 2557, mode: MaxEncodedLen)
|
||||
fn unbond() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `2457`
|
||||
// Estimated: `29534`
|
||||
// Minimum execution time: 81_299 nanoseconds.
|
||||
Weight::from_parts(82_242_000, 29534)
|
||||
// Measured: `2233`
|
||||
// Estimated: `38444`
|
||||
// Minimum execution time: 95_698_000 picoseconds.
|
||||
Weight::from_parts(96_971_000, 38444)
|
||||
.saturating_add(RocksDbWeight::get().reads(12_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(8_u64))
|
||||
}
|
||||
@@ -861,12 +864,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `s` is `[0, 100]`.
|
||||
fn withdraw_unbonded_update(s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1085`
|
||||
// Estimated: `10442`
|
||||
// Minimum execution time: 31_479 nanoseconds.
|
||||
Weight::from_parts(32_410_035, 10442)
|
||||
// Standard Error: 313
|
||||
.saturating_add(Weight::from_parts(9_090, 0).saturating_mul(s.into()))
|
||||
// Measured: `1021`
|
||||
// Estimated: `14402`
|
||||
// Minimum execution time: 38_239_000 picoseconds.
|
||||
Weight::from_parts(39_615_452, 14402)
|
||||
// Standard Error: 447
|
||||
.saturating_add(Weight::from_parts(9_199, 0).saturating_mul(s.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -901,12 +904,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `s` is `[0, 100]`.
|
||||
fn withdraw_unbonded_kill(s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `2486 + s * (4 ±0)`
|
||||
// Estimated: `32303 + s * (4 ±0)`
|
||||
// Minimum execution time: 71_968 nanoseconds.
|
||||
Weight::from_parts(76_631_804, 32303)
|
||||
// Standard Error: 1_613
|
||||
.saturating_add(Weight::from_parts(1_058_968, 0).saturating_mul(s.into()))
|
||||
// Measured: `2294 + s * (4 ±0)`
|
||||
// Estimated: `43999 + s * (4 ±0)`
|
||||
// Minimum execution time: 84_251_000 picoseconds.
|
||||
Weight::from_parts(90_113_319, 43999)
|
||||
// Standard Error: 2_177
|
||||
.saturating_add(Weight::from_parts(1_278_840, 0).saturating_mul(s.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(13_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(12_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(s.into())))
|
||||
@@ -936,10 +939,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Staking CounterForValidators (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||
fn validate() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1446`
|
||||
// Estimated: `19359`
|
||||
// Minimum execution time: 51_963 nanoseconds.
|
||||
Weight::from_parts(52_418_000, 19359)
|
||||
// Measured: `1414`
|
||||
// Estimated: `30249`
|
||||
// Minimum execution time: 60_509_000 picoseconds.
|
||||
Weight::from_parts(61_305_000, 30249)
|
||||
.saturating_add(RocksDbWeight::get().reads(11_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(5_u64))
|
||||
}
|
||||
@@ -950,12 +953,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `k` is `[1, 128]`.
|
||||
fn kick(k: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1292 + k * (601 ±0)`
|
||||
// Estimated: `3566 + k * (3033 ±0)`
|
||||
// Minimum execution time: 25_685 nanoseconds.
|
||||
Weight::from_parts(25_290_286, 3566)
|
||||
// Standard Error: 5_164
|
||||
.saturating_add(Weight::from_parts(6_445_608, 0).saturating_mul(k.into()))
|
||||
// Measured: `1260 + k * (569 ±0)`
|
||||
// Estimated: `5546 + k * (3033 ±0)`
|
||||
// Minimum execution time: 30_063_000 picoseconds.
|
||||
Weight::from_parts(31_774_698, 5546)
|
||||
// Standard Error: 11_088
|
||||
.saturating_add(Weight::from_parts(7_869_325, 0).saturating_mul(k.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(k.into())))
|
||||
.saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(k.into())))
|
||||
@@ -986,12 +989,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `n` is `[1, 16]`.
|
||||
fn nominate(n: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1984 + n * (105 ±0)`
|
||||
// Estimated: `21988 + n * (2520 ±0)`
|
||||
// Minimum execution time: 59_542 nanoseconds.
|
||||
Weight::from_parts(57_558_678, 21988)
|
||||
// Standard Error: 10_364
|
||||
.saturating_add(Weight::from_parts(2_759_713, 0).saturating_mul(n.into()))
|
||||
// Measured: `1888 + n * (105 ±0)`
|
||||
// Estimated: `32878 + n * (2520 ±0)`
|
||||
// Minimum execution time: 70_091_000 picoseconds.
|
||||
Weight::from_parts(67_744_973, 32878)
|
||||
// Standard Error: 12_799
|
||||
.saturating_add(Weight::from_parts(3_238_224, 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(6_u64))
|
||||
@@ -1013,10 +1016,10 @@ impl WeightInfo for () {
|
||||
/// Proof: VoterList CounterForListNodes (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||
fn chill() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1876`
|
||||
// Estimated: `17932`
|
||||
// Minimum execution time: 52_132 nanoseconds.
|
||||
Weight::from_parts(52_648_000, 17932)
|
||||
// Measured: `1748`
|
||||
// Estimated: `24862`
|
||||
// Minimum execution time: 60_582_000 picoseconds.
|
||||
Weight::from_parts(61_208_000, 24862)
|
||||
.saturating_add(RocksDbWeight::get().reads(8_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(6_u64))
|
||||
}
|
||||
@@ -1026,10 +1029,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Staking Payee (max_values: None, max_size: Some(73), added: 2548, mode: MaxEncodedLen)
|
||||
fn set_payee() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `840`
|
||||
// Estimated: `3566`
|
||||
// Minimum execution time: 13_399 nanoseconds.
|
||||
Weight::from_parts(13_567_000, 3566)
|
||||
// Measured: `808`
|
||||
// Estimated: `4556`
|
||||
// Minimum execution time: 15_630_000 picoseconds.
|
||||
Weight::from_parts(16_018_000, 4556)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -1039,10 +1042,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Staking Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen)
|
||||
fn set_controller() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `939`
|
||||
// Estimated: `9679`
|
||||
// Minimum execution time: 20_425 nanoseconds.
|
||||
Weight::from_parts(20_713_000, 9679)
|
||||
// Measured: `907`
|
||||
// Estimated: `11659`
|
||||
// Minimum execution time: 23_895_000 picoseconds.
|
||||
Weight::from_parts(24_306_000, 11659)
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -1052,8 +1055,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 3_069 nanoseconds.
|
||||
Weight::from_parts(3_176_000, 0)
|
||||
// Minimum execution time: 3_694_000 picoseconds.
|
||||
Weight::from_parts(3_820_000, 0)
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
/// Storage: Staking ForceEra (r:0 w:1)
|
||||
@@ -1062,8 +1065,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 11_386 nanoseconds.
|
||||
Weight::from_parts(11_672_000, 0)
|
||||
// Minimum execution time: 10_729_000 picoseconds.
|
||||
Weight::from_parts(11_086_000, 0)
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
/// Storage: Staking ForceEra (r:0 w:1)
|
||||
@@ -1072,8 +1075,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 11_591 nanoseconds.
|
||||
Weight::from_parts(11_799_000, 0)
|
||||
// Minimum execution time: 10_959_000 picoseconds.
|
||||
Weight::from_parts(11_371_000, 0)
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
/// Storage: Staking ForceEra (r:0 w:1)
|
||||
@@ -1082,8 +1085,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 11_553 nanoseconds.
|
||||
Weight::from_parts(11_871_000, 0)
|
||||
// Minimum execution time: 11_101_000 picoseconds.
|
||||
Weight::from_parts(11_506_000, 0)
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
/// Storage: Staking Invulnerables (r:0 w:1)
|
||||
@@ -1093,10 +1096,10 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 3_292 nanoseconds.
|
||||
Weight::from_parts(3_754_352, 0)
|
||||
// Standard Error: 40
|
||||
.saturating_add(Weight::from_parts(9_838, 0).saturating_mul(v.into()))
|
||||
// Minimum execution time: 4_016_000 picoseconds.
|
||||
Weight::from_parts(4_454_020, 0)
|
||||
// Standard Error: 82
|
||||
.saturating_add(Weight::from_parts(10_703, 0).saturating_mul(v.into()))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
/// Storage: Staking Bonded (r:1 w:1)
|
||||
@@ -1128,12 +1131,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `s` is `[0, 100]`.
|
||||
fn force_unstake(s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `2178 + s * (4 ±0)`
|
||||
// Estimated: `27930 + s * (4 ±0)`
|
||||
// Minimum execution time: 65_307 nanoseconds.
|
||||
Weight::from_parts(70_227_980, 27930)
|
||||
// Standard Error: 2_113
|
||||
.saturating_add(Weight::from_parts(1_059_856, 0).saturating_mul(s.into()))
|
||||
// Measured: `2018 + s * (4 ±0)`
|
||||
// Estimated: `37678 + s * (4 ±0)`
|
||||
// Minimum execution time: 76_338_000 picoseconds.
|
||||
Weight::from_parts(82_426_098, 37678)
|
||||
// Standard Error: 3_761
|
||||
.saturating_add(Weight::from_parts(1_279_343, 0).saturating_mul(s.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(11_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(12_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(s.into())))
|
||||
@@ -1144,12 +1147,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `s` is `[1, 1000]`.
|
||||
fn cancel_deferred_slash(s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `66671`
|
||||
// Estimated: `69146`
|
||||
// Minimum execution time: 89_123 nanoseconds.
|
||||
Weight::from_parts(890_989_741, 69146)
|
||||
// Standard Error: 58_282
|
||||
.saturating_add(Weight::from_parts(4_920_413, 0).saturating_mul(s.into()))
|
||||
// Measured: `66639`
|
||||
// Estimated: `70104`
|
||||
// Minimum execution time: 91_160_000 picoseconds.
|
||||
Weight::from_parts(794_662_495, 70104)
|
||||
// Standard Error: 51_479
|
||||
.saturating_add(Weight::from_parts(4_346_694, 0).saturating_mul(s.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -1174,12 +1177,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `n` is `[0, 256]`.
|
||||
fn payout_stakers_dead_controller(n: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `20345 + n * (143 ±0)`
|
||||
// Estimated: `54756 + n * (8024 ±1)`
|
||||
// Minimum execution time: 73_652 nanoseconds.
|
||||
Weight::from_parts(127_839_483, 54756)
|
||||
// Standard Error: 14_195
|
||||
.saturating_add(Weight::from_parts(21_932_079, 0).saturating_mul(n.into()))
|
||||
// Measured: `20217 + n * (143 ±0)`
|
||||
// Estimated: `63416 + n * (8024 ±1)`
|
||||
// Minimum execution time: 77_845_000 picoseconds.
|
||||
Weight::from_parts(86_178_186, 63416)
|
||||
// Standard Error: 21_971
|
||||
.saturating_add(Weight::from_parts(26_966_654, 0).saturating_mul(n.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(9_u64))
|
||||
.saturating_add(RocksDbWeight::get().reads((3_u64).saturating_mul(n.into())))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
@@ -1209,17 +1212,17 @@ impl WeightInfo for () {
|
||||
/// The range of component `n` is `[0, 256]`.
|
||||
fn payout_stakers_alive_staked(n: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `35099 + n * (465 ±0)`
|
||||
// Estimated: `83594 + n * (16026 ±0)`
|
||||
// Minimum execution time: 94_560 nanoseconds.
|
||||
Weight::from_parts(154_033_219, 83594)
|
||||
// Standard Error: 26_663
|
||||
.saturating_add(Weight::from_parts(31_269_223, 0).saturating_mul(n.into()))
|
||||
// Measured: `34971 + n * (401 ±0)`
|
||||
// Estimated: `93244 + n * (15898 ±0)`
|
||||
// Minimum execution time: 98_209_000 picoseconds.
|
||||
Weight::from_parts(102_121_432, 93244)
|
||||
// Standard Error: 25_633
|
||||
.saturating_add(Weight::from_parts(39_244_200, 0).saturating_mul(n.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(10_u64))
|
||||
.saturating_add(RocksDbWeight::get().reads((5_u64).saturating_mul(n.into())))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes((3_u64).saturating_mul(n.into())))
|
||||
.saturating_add(Weight::from_parts(0, 16026).saturating_mul(n.into()))
|
||||
.saturating_add(Weight::from_parts(0, 15898).saturating_mul(n.into()))
|
||||
}
|
||||
/// Storage: Staking Ledger (r:1 w:1)
|
||||
/// Proof: Staking Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen)
|
||||
@@ -1236,12 +1239,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `l` is `[1, 32]`.
|
||||
fn rebond(l: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `2253 + l * (7 ±0)`
|
||||
// Estimated: `25491`
|
||||
// Minimum execution time: 74_764 nanoseconds.
|
||||
Weight::from_parts(75_814_067, 25491)
|
||||
// Standard Error: 1_217
|
||||
.saturating_add(Weight::from_parts(64_725, 0).saturating_mul(l.into()))
|
||||
// Measured: `2029 + l * (7 ±0)`
|
||||
// Estimated: `31431`
|
||||
// Minimum execution time: 87_067_000 picoseconds.
|
||||
Weight::from_parts(87_971_483, 31431)
|
||||
// Standard Error: 1_668
|
||||
.saturating_add(Weight::from_parts(56_024, 0).saturating_mul(l.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(9_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(8_u64))
|
||||
}
|
||||
@@ -1274,12 +1277,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `s` is `[1, 100]`.
|
||||
fn reap_stash(s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `2486 + s * (4 ±0)`
|
||||
// Estimated: `31810 + s * (4 ±0)`
|
||||
// Minimum execution time: 77_611 nanoseconds.
|
||||
Weight::from_parts(79_760_034, 31810)
|
||||
// Standard Error: 1_597
|
||||
.saturating_add(Weight::from_parts(1_039_268, 0).saturating_mul(s.into()))
|
||||
// Measured: `2294 + s * (4 ±0)`
|
||||
// Estimated: `42515 + s * (4 ±0)`
|
||||
// Minimum execution time: 90_421_000 picoseconds.
|
||||
Weight::from_parts(91_873_866, 42515)
|
||||
// Standard Error: 1_867
|
||||
.saturating_add(Weight::from_parts(1_275_581, 0).saturating_mul(s.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(12_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(12_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(s.into())))
|
||||
@@ -1323,21 +1326,21 @@ impl WeightInfo for () {
|
||||
/// The range of component `n` is `[0, 100]`.
|
||||
fn new_era(v: u32, n: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0 + v * (3662 ±0) + n * (816 ±0)`
|
||||
// Estimated: `528203 + v * (16743 ±0) + n * (12947 ±0)`
|
||||
// Minimum execution time: 489_824 nanoseconds.
|
||||
Weight::from_parts(491_687_000, 528203)
|
||||
// Standard Error: 1_787_577
|
||||
.saturating_add(Weight::from_parts(58_719_498, 0).saturating_mul(v.into()))
|
||||
// Standard Error: 178_122
|
||||
.saturating_add(Weight::from_parts(13_273_555, 0).saturating_mul(n.into()))
|
||||
// Measured: `0 + v * (3598 ±0) + n * (720 ±0)`
|
||||
// Estimated: `537749 + v * (16699 ±39) + n * (12763 ±3)`
|
||||
// Minimum execution time: 552_452_000 picoseconds.
|
||||
Weight::from_parts(555_250_000, 537749)
|
||||
// Standard Error: 1_893_951
|
||||
.saturating_add(Weight::from_parts(61_059_451, 0).saturating_mul(v.into()))
|
||||
// Standard Error: 188_721
|
||||
.saturating_add(Weight::from_parts(17_220_679, 0).saturating_mul(n.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(206_u64))
|
||||
.saturating_add(RocksDbWeight::get().reads((5_u64).saturating_mul(v.into())))
|
||||
.saturating_add(RocksDbWeight::get().reads((4_u64).saturating_mul(n.into())))
|
||||
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes((3_u64).saturating_mul(v.into())))
|
||||
.saturating_add(Weight::from_parts(0, 16743).saturating_mul(v.into()))
|
||||
.saturating_add(Weight::from_parts(0, 12947).saturating_mul(n.into()))
|
||||
.saturating_add(Weight::from_parts(0, 16699).saturating_mul(v.into()))
|
||||
.saturating_add(Weight::from_parts(0, 12763).saturating_mul(n.into()))
|
||||
}
|
||||
/// Storage: VoterList CounterForListNodes (r:1 w:0)
|
||||
/// Proof: VoterList CounterForListNodes (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||
@@ -1359,14 +1362,14 @@ impl WeightInfo for () {
|
||||
/// The range of component `n` is `[500, 1000]`.
|
||||
fn get_npos_voters(v: u32, n: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `3167 + v * (459 ±0) + n * (1007 ±0)`
|
||||
// Estimated: `511899 + v * (14295 ±0) + n * (11775 ±0)`
|
||||
// Minimum execution time: 23_373_467 nanoseconds.
|
||||
Weight::from_parts(23_497_257_000, 511899)
|
||||
// Standard Error: 299_205
|
||||
.saturating_add(Weight::from_parts(3_434_000, 0).saturating_mul(v.into()))
|
||||
// Standard Error: 299_205
|
||||
.saturating_add(Weight::from_parts(2_568_954, 0).saturating_mul(n.into()))
|
||||
// Measured: `3135 + v * (395 ±0) + n * (911 ±0)`
|
||||
// Estimated: `518829 + v * (14295 ±0) + n * (11775 ±0)`
|
||||
// Minimum execution time: 32_870_065_000 picoseconds.
|
||||
Weight::from_parts(33_295_716_000, 518829)
|
||||
// Standard Error: 371_824
|
||||
.saturating_add(Weight::from_parts(5_148_979, 0).saturating_mul(v.into()))
|
||||
// Standard Error: 371_824
|
||||
.saturating_add(Weight::from_parts(3_376_262, 0).saturating_mul(n.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(201_u64))
|
||||
.saturating_add(RocksDbWeight::get().reads((5_u64).saturating_mul(v.into())))
|
||||
.saturating_add(RocksDbWeight::get().reads((4_u64).saturating_mul(n.into())))
|
||||
@@ -1382,11 +1385,11 @@ impl WeightInfo for () {
|
||||
fn get_npos_targets(v: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `983 + v * (50 ±0)`
|
||||
// Estimated: `3019 + v * (2520 ±0)`
|
||||
// Minimum execution time: 3_882_120 nanoseconds.
|
||||
Weight::from_parts(3_951_993_000, 3019)
|
||||
// Standard Error: 46_729
|
||||
.saturating_add(Weight::from_parts(2_856_043, 0).saturating_mul(v.into()))
|
||||
// Estimated: `4999 + v * (2520 ±0)`
|
||||
// Minimum execution time: 2_321_389_000 picoseconds.
|
||||
Weight::from_parts(70_122_933, 4999)
|
||||
// Standard Error: 7_249
|
||||
.saturating_add(Weight::from_parts(4_632_666, 0).saturating_mul(v.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(v.into())))
|
||||
.saturating_add(Weight::from_parts(0, 2520).saturating_mul(v.into()))
|
||||
@@ -1407,8 +1410,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 8_427 nanoseconds.
|
||||
Weight::from_parts(8_794_000, 0)
|
||||
// Minimum execution time: 9_581_000 picoseconds.
|
||||
Weight::from_parts(9_802_000, 0)
|
||||
.saturating_add(RocksDbWeight::get().writes(6_u64))
|
||||
}
|
||||
/// Storage: Staking MinCommission (r:0 w:1)
|
||||
@@ -1427,8 +1430,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 7_620 nanoseconds.
|
||||
Weight::from_parts(7_901_000, 0)
|
||||
// Minimum execution time: 8_883_000 picoseconds.
|
||||
Weight::from_parts(9_151_000, 0)
|
||||
.saturating_add(RocksDbWeight::get().writes(6_u64))
|
||||
}
|
||||
/// Storage: Staking Ledger (r:1 w:0)
|
||||
@@ -1453,10 +1456,10 @@ impl WeightInfo for () {
|
||||
/// Proof: VoterList CounterForListNodes (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||
fn chill_other() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `2031`
|
||||
// Estimated: `19438`
|
||||
// Minimum execution time: 66_188 nanoseconds.
|
||||
Weight::from_parts(66_767_000, 19438)
|
||||
// Measured: `1871`
|
||||
// Estimated: `29338`
|
||||
// Minimum execution time: 77_916_000 picoseconds.
|
||||
Weight::from_parts(78_877_000, 29338)
|
||||
.saturating_add(RocksDbWeight::get().reads(11_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(6_u64))
|
||||
}
|
||||
@@ -1467,9 +1470,9 @@ impl WeightInfo for () {
|
||||
fn force_apply_min_commission() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `694`
|
||||
// Estimated: `3019`
|
||||
// Minimum execution time: 14_703 nanoseconds.
|
||||
Weight::from_parts(15_031_000, 3019)
|
||||
// Estimated: `4999`
|
||||
// Minimum execution time: 16_658_000 picoseconds.
|
||||
Weight::from_parts(16_968_000, 4999)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -1479,8 +1482,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 4_518 nanoseconds.
|
||||
Weight::from_parts(4_656_000, 0)
|
||||
// Minimum execution time: 4_982_000 picoseconds.
|
||||
Weight::from_parts(5_232_000, 0)
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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-01-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `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_state_trie_migration
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
@@ -67,9 +70,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn continue_migrate() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `108`
|
||||
// Estimated: `2040`
|
||||
// Minimum execution time: 15_563 nanoseconds.
|
||||
Weight::from_parts(15_783_000, 2040)
|
||||
// Estimated: `4020`
|
||||
// Minimum execution time: 15_449_000 picoseconds.
|
||||
Weight::from_parts(16_040_000, 4020)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -78,26 +81,26 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn continue_migrate_wrong_witness() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `76`
|
||||
// Estimated: `503`
|
||||
// Minimum execution time: 4_347 nanoseconds.
|
||||
Weight::from_parts(4_558_000, 503)
|
||||
// Estimated: `1493`
|
||||
// Minimum execution time: 4_632_000 picoseconds.
|
||||
Weight::from_parts(4_768_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: 8_817 nanoseconds.
|
||||
Weight::from_parts(9_027_000, 0)
|
||||
// Minimum execution time: 9_596_000 picoseconds.
|
||||
Weight::from_parts(9_866_000, 0)
|
||||
}
|
||||
/// Storage: unknown `0x666f6f` (r:1 w:1)
|
||||
/// Proof Skipped: unknown `0x666f6f` (r:1 w:1)
|
||||
fn migrate_custom_top_fail() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `144`
|
||||
// Estimated: `2619`
|
||||
// Minimum execution time: 23_854 nanoseconds.
|
||||
Weight::from_parts(24_850_000, 2619)
|
||||
// Measured: `113`
|
||||
// Estimated: `3578`
|
||||
// Minimum execution time: 27_352_000 picoseconds.
|
||||
Weight::from_parts(28_089_000, 3578)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -105,17 +108,17 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 9_020 nanoseconds.
|
||||
Weight::from_parts(9_234_000, 0)
|
||||
// Minimum execution time: 10_286_000 picoseconds.
|
||||
Weight::from_parts(10_761_000, 0)
|
||||
}
|
||||
/// Storage: unknown `0x666f6f` (r:1 w:1)
|
||||
/// Proof Skipped: unknown `0x666f6f` (r:1 w:1)
|
||||
fn migrate_custom_child_fail() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `136`
|
||||
// Estimated: `2611`
|
||||
// Minimum execution time: 24_136 nanoseconds.
|
||||
Weight::from_parts(24_810_000, 2611)
|
||||
// Measured: `105`
|
||||
// Estimated: `3570`
|
||||
// Minimum execution time: 27_355_000 picoseconds.
|
||||
Weight::from_parts(28_092_000, 3570)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -124,12 +127,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `v` is `[1, 4194304]`.
|
||||
fn process_top_key(v: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `228 + v * (1 ±0)`
|
||||
// Estimated: `2700 + v * (1 ±0)`
|
||||
// Minimum execution time: 5_279 nanoseconds.
|
||||
Weight::from_parts(5_517_000, 2700)
|
||||
// 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_230, 0).saturating_mul(v.into()))
|
||||
.saturating_add(Weight::from_parts(1_073, 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()))
|
||||
@@ -145,9 +148,9 @@ impl WeightInfo for () {
|
||||
fn continue_migrate() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `108`
|
||||
// Estimated: `2040`
|
||||
// Minimum execution time: 15_563 nanoseconds.
|
||||
Weight::from_parts(15_783_000, 2040)
|
||||
// Estimated: `4020`
|
||||
// Minimum execution time: 15_449_000 picoseconds.
|
||||
Weight::from_parts(16_040_000, 4020)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -156,26 +159,26 @@ impl WeightInfo for () {
|
||||
fn continue_migrate_wrong_witness() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `76`
|
||||
// Estimated: `503`
|
||||
// Minimum execution time: 4_347 nanoseconds.
|
||||
Weight::from_parts(4_558_000, 503)
|
||||
// Estimated: `1493`
|
||||
// Minimum execution time: 4_632_000 picoseconds.
|
||||
Weight::from_parts(4_768_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: 8_817 nanoseconds.
|
||||
Weight::from_parts(9_027_000, 0)
|
||||
// Minimum execution time: 9_596_000 picoseconds.
|
||||
Weight::from_parts(9_866_000, 0)
|
||||
}
|
||||
/// Storage: unknown `0x666f6f` (r:1 w:1)
|
||||
/// Proof Skipped: unknown `0x666f6f` (r:1 w:1)
|
||||
fn migrate_custom_top_fail() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `144`
|
||||
// Estimated: `2619`
|
||||
// Minimum execution time: 23_854 nanoseconds.
|
||||
Weight::from_parts(24_850_000, 2619)
|
||||
// Measured: `113`
|
||||
// Estimated: `3578`
|
||||
// Minimum execution time: 27_352_000 picoseconds.
|
||||
Weight::from_parts(28_089_000, 3578)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -183,17 +186,17 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 9_020 nanoseconds.
|
||||
Weight::from_parts(9_234_000, 0)
|
||||
// Minimum execution time: 10_286_000 picoseconds.
|
||||
Weight::from_parts(10_761_000, 0)
|
||||
}
|
||||
/// Storage: unknown `0x666f6f` (r:1 w:1)
|
||||
/// Proof Skipped: unknown `0x666f6f` (r:1 w:1)
|
||||
fn migrate_custom_child_fail() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `136`
|
||||
// Estimated: `2611`
|
||||
// Minimum execution time: 24_136 nanoseconds.
|
||||
Weight::from_parts(24_810_000, 2611)
|
||||
// Measured: `105`
|
||||
// Estimated: `3570`
|
||||
// Minimum execution time: 27_355_000 picoseconds.
|
||||
Weight::from_parts(28_092_000, 3570)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -202,12 +205,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `v` is `[1, 4194304]`.
|
||||
fn process_top_key(v: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `228 + v * (1 ±0)`
|
||||
// Estimated: `2700 + v * (1 ±0)`
|
||||
// Minimum execution time: 5_279 nanoseconds.
|
||||
Weight::from_parts(5_517_000, 2700)
|
||||
// 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_230, 0).saturating_mul(v.into()))
|
||||
.saturating_add(Weight::from_parts(1_073, 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-01-25 (Y/M/D)
|
||||
//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! DATE: 2023-03-15 (Y/M/D)
|
||||
//! HOSTNAME: `bm3`, 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: 377_722, 414_752
|
||||
/// Average: 381_015
|
||||
/// Median: 379_751
|
||||
/// Std-Dev: 5462.64
|
||||
/// Min, Max: 402_748, 458_228
|
||||
/// Average: 412_772
|
||||
/// Median: 406_151
|
||||
/// Std-Dev: 13480.33
|
||||
///
|
||||
/// Percentiles nanoseconds:
|
||||
/// 99th: 413_074
|
||||
/// 95th: 384_876
|
||||
/// 75th: 380_642
|
||||
/// 99th: 450_080
|
||||
/// 95th: 445_111
|
||||
/// 75th: 414_170
|
||||
pub const BlockExecutionWeight: Weight =
|
||||
Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(381_015), 0);
|
||||
Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(412_772), 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-01-25 (Y/M/D)
|
||||
//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! DATE: 2023-03-15 (Y/M/D)
|
||||
//! HOSTNAME: `bm3`, 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: 99_481, 103_304
|
||||
/// Average: 99_840
|
||||
/// Median: 99_795
|
||||
/// Std-Dev: 376.17
|
||||
/// Min, Max: 109_595, 114_170
|
||||
/// Average: 110_536
|
||||
/// Median: 110_233
|
||||
/// Std-Dev: 933.39
|
||||
///
|
||||
/// Percentiles nanoseconds:
|
||||
/// 99th: 100_078
|
||||
/// 95th: 100_051
|
||||
/// 75th: 99_916
|
||||
/// 99th: 114_120
|
||||
/// 95th: 112_680
|
||||
/// 75th: 110_858
|
||||
pub const ExtrinsicBaseWeight: Weight =
|
||||
Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(99_840), 0);
|
||||
Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(110_536), 0);
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
|
||||
@@ -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-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=frame_system
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
@@ -64,20 +67,20 @@ impl<T: crate::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 2_018 nanoseconds.
|
||||
Weight::from_parts(2_091_000, 0)
|
||||
// Minimum execution time: 2_519_000 picoseconds.
|
||||
Weight::from_parts(2_576_000, 0)
|
||||
// Standard Error: 0
|
||||
.saturating_add(Weight::from_parts(362, 0).saturating_mul(b.into()))
|
||||
.saturating_add(Weight::from_parts(365, 0).saturating_mul(b.into()))
|
||||
}
|
||||
/// The range of component `b` is `[0, 3932160]`.
|
||||
fn remark_with_event(b: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 7_449 nanoseconds.
|
||||
Weight::from_parts(7_748_000, 0)
|
||||
// Minimum execution time: 8_687_000 picoseconds.
|
||||
Weight::from_parts(8_875_000, 0)
|
||||
// Standard Error: 0
|
||||
.saturating_add(Weight::from_parts(1_423, 0).saturating_mul(b.into()))
|
||||
.saturating_add(Weight::from_parts(1_121, 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)
|
||||
@@ -86,9 +89,9 @@ impl<T: crate::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn set_heap_pages() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `495`
|
||||
// Minimum execution time: 4_440 nanoseconds.
|
||||
Weight::from_parts(4_605_000, 495)
|
||||
// Estimated: `1485`
|
||||
// Minimum execution time: 5_281_000 picoseconds.
|
||||
Weight::from_parts(5_383_000, 1485)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -99,10 +102,10 @@ impl<T: crate::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 1_981 nanoseconds.
|
||||
Weight::from_parts(2_114_000, 0)
|
||||
// Standard Error: 804
|
||||
.saturating_add(Weight::from_parts(631_438, 0).saturating_mul(i.into()))
|
||||
// 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()))
|
||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into())))
|
||||
}
|
||||
/// Storage: Skipped Metadata (r:0 w:0)
|
||||
@@ -112,10 +115,10 @@ impl<T: crate::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 2_061 nanoseconds.
|
||||
Weight::from_parts(2_153_000, 0)
|
||||
// Standard Error: 952
|
||||
.saturating_add(Weight::from_parts(502_629, 0).saturating_mul(i.into()))
|
||||
// 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()))
|
||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into())))
|
||||
}
|
||||
/// Storage: Skipped Metadata (r:0 w:0)
|
||||
@@ -125,10 +128,11 @@ 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_026 nanoseconds.
|
||||
Weight::from_parts(4_174_000, 121)
|
||||
// Standard Error: 1_148
|
||||
.saturating_add(Weight::from_parts(1_093_099, 0).saturating_mul(p.into()))
|
||||
// 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()))
|
||||
.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()))
|
||||
}
|
||||
@@ -141,20 +145,20 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 2_018 nanoseconds.
|
||||
Weight::from_parts(2_091_000, 0)
|
||||
// Minimum execution time: 2_519_000 picoseconds.
|
||||
Weight::from_parts(2_576_000, 0)
|
||||
// Standard Error: 0
|
||||
.saturating_add(Weight::from_parts(362, 0).saturating_mul(b.into()))
|
||||
.saturating_add(Weight::from_parts(365, 0).saturating_mul(b.into()))
|
||||
}
|
||||
/// The range of component `b` is `[0, 3932160]`.
|
||||
fn remark_with_event(b: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 7_449 nanoseconds.
|
||||
Weight::from_parts(7_748_000, 0)
|
||||
// Minimum execution time: 8_687_000 picoseconds.
|
||||
Weight::from_parts(8_875_000, 0)
|
||||
// Standard Error: 0
|
||||
.saturating_add(Weight::from_parts(1_423, 0).saturating_mul(b.into()))
|
||||
.saturating_add(Weight::from_parts(1_121, 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)
|
||||
@@ -163,9 +167,9 @@ impl WeightInfo for () {
|
||||
fn set_heap_pages() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `495`
|
||||
// Minimum execution time: 4_440 nanoseconds.
|
||||
Weight::from_parts(4_605_000, 495)
|
||||
// Estimated: `1485`
|
||||
// Minimum execution time: 5_281_000 picoseconds.
|
||||
Weight::from_parts(5_383_000, 1485)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -176,10 +180,10 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 1_981 nanoseconds.
|
||||
Weight::from_parts(2_114_000, 0)
|
||||
// Standard Error: 804
|
||||
.saturating_add(Weight::from_parts(631_438, 0).saturating_mul(i.into()))
|
||||
// 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()))
|
||||
.saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(i.into())))
|
||||
}
|
||||
/// Storage: Skipped Metadata (r:0 w:0)
|
||||
@@ -189,10 +193,10 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 2_061 nanoseconds.
|
||||
Weight::from_parts(2_153_000, 0)
|
||||
// Standard Error: 952
|
||||
.saturating_add(Weight::from_parts(502_629, 0).saturating_mul(i.into()))
|
||||
// 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()))
|
||||
.saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(i.into())))
|
||||
}
|
||||
/// Storage: Skipped Metadata (r:0 w:0)
|
||||
@@ -202,10 +206,11 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `116 + p * (69 ±0)`
|
||||
// Estimated: `121 + p * (70 ±0)`
|
||||
// Minimum execution time: 4_026 nanoseconds.
|
||||
Weight::from_parts(4_174_000, 121)
|
||||
// Standard Error: 1_148
|
||||
.saturating_add(Weight::from_parts(1_093_099, 0).saturating_mul(p.into()))
|
||||
// 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()))
|
||||
.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()))
|
||||
}
|
||||
|
||||
@@ -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-01-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `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_timestamp
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
@@ -62,9 +65,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn set() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `312`
|
||||
// Estimated: `1006`
|
||||
// Minimum execution time: 9_106 nanoseconds.
|
||||
Weight::from_parts(9_258_000, 1006)
|
||||
// Estimated: `2986`
|
||||
// Minimum execution time: 10_913_000 picoseconds.
|
||||
Weight::from_parts(11_453_000, 2986)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -72,8 +75,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `161`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 3_927 nanoseconds.
|
||||
Weight::from_parts(4_078_000, 0)
|
||||
// Minimum execution time: 4_400_000 picoseconds.
|
||||
Weight::from_parts(4_550_000, 0)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -86,9 +89,9 @@ impl WeightInfo for () {
|
||||
fn set() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `312`
|
||||
// Estimated: `1006`
|
||||
// Minimum execution time: 9_106 nanoseconds.
|
||||
Weight::from_parts(9_258_000, 1006)
|
||||
// Estimated: `2986`
|
||||
// Minimum execution time: 10_913_000 picoseconds.
|
||||
Weight::from_parts(11_453_000, 2986)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -96,7 +99,7 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `161`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 3_927 nanoseconds.
|
||||
Weight::from_parts(4_078_000, 0)
|
||||
// Minimum execution time: 4_400_000 picoseconds.
|
||||
Weight::from_parts(4_550_000, 0)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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-01-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `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_tips
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
@@ -67,11 +70,11 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn report_awesome(r: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `4`
|
||||
// Estimated: `4958`
|
||||
// Minimum execution time: 23_262 nanoseconds.
|
||||
Weight::from_parts(24_104_224, 4958)
|
||||
// Standard Error: 148
|
||||
.saturating_add(Weight::from_parts(1_963, 0).saturating_mul(r.into()))
|
||||
// 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()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -81,10 +84,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof Skipped: Tips Reasons (max_values: None, max_size: None, mode: Measured)
|
||||
fn retract_tip() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `253`
|
||||
// Estimated: `2981`
|
||||
// Minimum execution time: 22_282 nanoseconds.
|
||||
Weight::from_parts(22_737_000, 2981)
|
||||
// Measured: `221`
|
||||
// Estimated: `3907`
|
||||
// Minimum execution time: 25_322_000 picoseconds.
|
||||
Weight::from_parts(26_107_000, 3907)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -96,16 +99,14 @@ 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: `558 + t * (64 ±0)`
|
||||
// Estimated: `4644 + t * (192 ±0)`
|
||||
// Minimum execution time: 18_382 nanoseconds.
|
||||
Weight::from_parts(18_195_288, 4644)
|
||||
// Standard Error: 103
|
||||
.saturating_add(Weight::from_parts(2_096, 0).saturating_mul(r.into()))
|
||||
// Standard Error: 2_469
|
||||
.saturating_add(Weight::from_parts(97_092, 0).saturating_mul(t.into()))
|
||||
// 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()))
|
||||
.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()))
|
||||
@@ -117,12 +118,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `t` is `[1, 13]`.
|
||||
fn tip(t: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `811 + t * (112 ±0)`
|
||||
// Estimated: `4592 + t * (224 ±0)`
|
||||
// Minimum execution time: 13_564 nanoseconds.
|
||||
Weight::from_parts(13_867_280, 4592)
|
||||
// Standard Error: 4_245
|
||||
.saturating_add(Weight::from_parts(206_587, 0).saturating_mul(t.into()))
|
||||
// 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()))
|
||||
.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()))
|
||||
@@ -138,12 +139,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `t` is `[1, 13]`.
|
||||
fn close_tip(t: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `850 + t * (112 ±0)`
|
||||
// Estimated: `8096 + t * (336 ±0)`
|
||||
// Minimum execution time: 39_902 nanoseconds.
|
||||
Weight::from_parts(40_747_650, 8096)
|
||||
// Standard Error: 5_322
|
||||
.saturating_add(Weight::from_parts(144_298, 0).saturating_mul(t.into()))
|
||||
// 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()))
|
||||
.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()))
|
||||
@@ -153,14 +154,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// 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: `301`
|
||||
// Estimated: `3077`
|
||||
// Minimum execution time: 13_511 nanoseconds.
|
||||
Weight::from_parts(14_114_101, 3077)
|
||||
// Standard Error: 1_815
|
||||
.saturating_add(Weight::from_parts(7_825, 0).saturating_mul(t.into()))
|
||||
// Measured: `269`
|
||||
// Estimated: `4003`
|
||||
// Minimum execution time: 15_508_000 picoseconds.
|
||||
Weight::from_parts(16_207_284, 4003)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -176,11 +175,11 @@ impl WeightInfo for () {
|
||||
fn report_awesome(r: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `4`
|
||||
// Estimated: `4958`
|
||||
// Minimum execution time: 23_262 nanoseconds.
|
||||
Weight::from_parts(24_104_224, 4958)
|
||||
// Standard Error: 148
|
||||
.saturating_add(Weight::from_parts(1_963, 0).saturating_mul(r.into()))
|
||||
// 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()))
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -190,10 +189,10 @@ impl WeightInfo for () {
|
||||
/// Proof Skipped: Tips Reasons (max_values: None, max_size: None, mode: Measured)
|
||||
fn retract_tip() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `253`
|
||||
// Estimated: `2981`
|
||||
// Minimum execution time: 22_282 nanoseconds.
|
||||
Weight::from_parts(22_737_000, 2981)
|
||||
// Measured: `221`
|
||||
// Estimated: `3907`
|
||||
// Minimum execution time: 25_322_000 picoseconds.
|
||||
Weight::from_parts(26_107_000, 3907)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -205,16 +204,14 @@ 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: `558 + t * (64 ±0)`
|
||||
// Estimated: `4644 + t * (192 ±0)`
|
||||
// Minimum execution time: 18_382 nanoseconds.
|
||||
Weight::from_parts(18_195_288, 4644)
|
||||
// Standard Error: 103
|
||||
.saturating_add(Weight::from_parts(2_096, 0).saturating_mul(r.into()))
|
||||
// Standard Error: 2_469
|
||||
.saturating_add(Weight::from_parts(97_092, 0).saturating_mul(t.into()))
|
||||
// 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()))
|
||||
.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()))
|
||||
@@ -226,12 +223,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `t` is `[1, 13]`.
|
||||
fn tip(t: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `811 + t * (112 ±0)`
|
||||
// Estimated: `4592 + t * (224 ±0)`
|
||||
// Minimum execution time: 13_564 nanoseconds.
|
||||
Weight::from_parts(13_867_280, 4592)
|
||||
// Standard Error: 4_245
|
||||
.saturating_add(Weight::from_parts(206_587, 0).saturating_mul(t.into()))
|
||||
// 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()))
|
||||
.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()))
|
||||
@@ -247,12 +244,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `t` is `[1, 13]`.
|
||||
fn close_tip(t: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `850 + t * (112 ±0)`
|
||||
// Estimated: `8096 + t * (336 ±0)`
|
||||
// Minimum execution time: 39_902 nanoseconds.
|
||||
Weight::from_parts(40_747_650, 8096)
|
||||
// Standard Error: 5_322
|
||||
.saturating_add(Weight::from_parts(144_298, 0).saturating_mul(t.into()))
|
||||
// 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()))
|
||||
.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()))
|
||||
@@ -262,14 +259,12 @@ impl WeightInfo for () {
|
||||
/// 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: `301`
|
||||
// Estimated: `3077`
|
||||
// Minimum execution time: 13_511 nanoseconds.
|
||||
Weight::from_parts(14_114_101, 3077)
|
||||
// Standard Error: 1_815
|
||||
.saturating_add(Weight::from_parts(7_825, 0).saturating_mul(t.into()))
|
||||
// Measured: `269`
|
||||
// Estimated: `4003`
|
||||
// Minimum execution time: 15_508_000 picoseconds.
|
||||
Weight::from_parts(16_207_284, 4003)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
||||
@@ -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-01-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `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_transaction_storage
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
@@ -66,11 +69,11 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn store(l: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `176`
|
||||
// Estimated: `38383`
|
||||
// Minimum execution time: 28_702 nanoseconds.
|
||||
Weight::from_parts(29_164_000, 38383)
|
||||
// Estimated: `41353`
|
||||
// Minimum execution time: 33_286_000 picoseconds.
|
||||
Weight::from_parts(33_596_000, 41353)
|
||||
// Standard Error: 2
|
||||
.saturating_add(Weight::from_parts(5_601, 0).saturating_mul(l.into()))
|
||||
.saturating_add(Weight::from_parts(4_954, 0).saturating_mul(l.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -84,10 +87,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: TransactionStorage BlockTransactions (max_values: Some(1), max_size: Some(36866), added: 37361, mode: MaxEncodedLen)
|
||||
fn renew() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `358`
|
||||
// Estimated: `77744`
|
||||
// Minimum execution time: 36_219 nanoseconds.
|
||||
Weight::from_parts(36_979_000, 77744)
|
||||
// Measured: `326`
|
||||
// Estimated: `81704`
|
||||
// Minimum execution time: 41_892_000 picoseconds.
|
||||
Weight::from_parts(42_802_000, 81704)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -103,10 +106,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: TransactionStorage Transactions (max_values: None, max_size: Some(36886), added: 39361, mode: MaxEncodedLen)
|
||||
fn check_proof_max() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `37177`
|
||||
// Estimated: `43382`
|
||||
// Minimum execution time: 55_793 nanoseconds.
|
||||
Weight::from_parts(57_128_000, 43382)
|
||||
// Measured: `37145`
|
||||
// Estimated: `48332`
|
||||
// Minimum execution time: 63_799_000 picoseconds.
|
||||
Weight::from_parts(66_145_000, 48332)
|
||||
.saturating_add(T::DbWeight::get().reads(5_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -124,11 +127,11 @@ impl WeightInfo for () {
|
||||
fn store(l: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `176`
|
||||
// Estimated: `38383`
|
||||
// Minimum execution time: 28_702 nanoseconds.
|
||||
Weight::from_parts(29_164_000, 38383)
|
||||
// Estimated: `41353`
|
||||
// Minimum execution time: 33_286_000 picoseconds.
|
||||
Weight::from_parts(33_596_000, 41353)
|
||||
// Standard Error: 2
|
||||
.saturating_add(Weight::from_parts(5_601, 0).saturating_mul(l.into()))
|
||||
.saturating_add(Weight::from_parts(4_954, 0).saturating_mul(l.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -142,10 +145,10 @@ impl WeightInfo for () {
|
||||
/// Proof: TransactionStorage BlockTransactions (max_values: Some(1), max_size: Some(36866), added: 37361, mode: MaxEncodedLen)
|
||||
fn renew() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `358`
|
||||
// Estimated: `77744`
|
||||
// Minimum execution time: 36_219 nanoseconds.
|
||||
Weight::from_parts(36_979_000, 77744)
|
||||
// Measured: `326`
|
||||
// Estimated: `81704`
|
||||
// Minimum execution time: 41_892_000 picoseconds.
|
||||
Weight::from_parts(42_802_000, 81704)
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -161,10 +164,10 @@ impl WeightInfo for () {
|
||||
/// Proof: TransactionStorage Transactions (max_values: None, max_size: Some(36886), added: 39361, mode: MaxEncodedLen)
|
||||
fn check_proof_max() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `37177`
|
||||
// Estimated: `43382`
|
||||
// Minimum execution time: 55_793 nanoseconds.
|
||||
Weight::from_parts(57_128_000, 43382)
|
||||
// Measured: `37145`
|
||||
// Estimated: `48332`
|
||||
// Minimum execution time: 63_799_000 picoseconds.
|
||||
Weight::from_parts(66_145_000, 48332)
|
||||
.saturating_add(RocksDbWeight::get().reads(5_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
||||
@@ -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-01-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `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_treasury
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
@@ -68,9 +71,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn spend() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `42`
|
||||
// Estimated: `1396`
|
||||
// Minimum execution time: 14_277 nanoseconds.
|
||||
Weight::from_parts(14_749_000, 1396)
|
||||
// Estimated: `3376`
|
||||
// Minimum execution time: 17_010_000 picoseconds.
|
||||
Weight::from_parts(17_247_000, 3376)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -80,10 +83,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Treasury Proposals (max_values: None, max_size: Some(108), added: 2583, mode: MaxEncodedLen)
|
||||
fn propose_spend() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `175`
|
||||
// Estimated: `499`
|
||||
// Minimum execution time: 23_297 nanoseconds.
|
||||
Weight::from_parts(23_585_000, 499)
|
||||
// Measured: `143`
|
||||
// Estimated: `1489`
|
||||
// Minimum execution time: 25_780_000 picoseconds.
|
||||
Weight::from_parts(41_064_000, 1489)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -93,10 +96,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 reject_proposal() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `365`
|
||||
// Estimated: `5186`
|
||||
// Minimum execution time: 23_996 nanoseconds.
|
||||
Weight::from_parts(24_548_000, 5186)
|
||||
// Measured: `301`
|
||||
// Estimated: `7166`
|
||||
// Minimum execution time: 27_805_000 picoseconds.
|
||||
Weight::from_parts(28_322_000, 7166)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -107,12 +110,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `p` is `[0, 99]`.
|
||||
fn approve_proposal(p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `501 + p * (8 ±0)`
|
||||
// Estimated: `3480`
|
||||
// Minimum execution time: 9_366 nanoseconds.
|
||||
Weight::from_parts(11_731_455, 3480)
|
||||
// Standard Error: 761
|
||||
.saturating_add(Weight::from_parts(21_665, 0).saturating_mul(p.into()))
|
||||
// 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()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -121,9 +124,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn remove_approval() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `127`
|
||||
// Estimated: `897`
|
||||
// Minimum execution time: 7_012 nanoseconds.
|
||||
Weight::from_parts(7_270_000, 897)
|
||||
// Estimated: `1887`
|
||||
// Minimum execution time: 8_261_000 picoseconds.
|
||||
Weight::from_parts(8_399_000, 1887)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -140,12 +143,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `p` is `[0, 100]`.
|
||||
fn on_initialize_proposals(p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `415 + p * (314 ±0)`
|
||||
// Estimated: `2305 + p * (7789 ±0)`
|
||||
// Minimum execution time: 37_834 nanoseconds.
|
||||
Weight::from_parts(47_496_917, 2305)
|
||||
// Standard Error: 12_505
|
||||
.saturating_add(Weight::from_parts(26_902_474, 0).saturating_mul(p.into()))
|
||||
// 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()))
|
||||
.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))
|
||||
@@ -165,9 +168,9 @@ impl WeightInfo for () {
|
||||
fn spend() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `42`
|
||||
// Estimated: `1396`
|
||||
// Minimum execution time: 14_277 nanoseconds.
|
||||
Weight::from_parts(14_749_000, 1396)
|
||||
// Estimated: `3376`
|
||||
// Minimum execution time: 17_010_000 picoseconds.
|
||||
Weight::from_parts(17_247_000, 3376)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -177,10 +180,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Treasury Proposals (max_values: None, max_size: Some(108), added: 2583, mode: MaxEncodedLen)
|
||||
fn propose_spend() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `175`
|
||||
// Estimated: `499`
|
||||
// Minimum execution time: 23_297 nanoseconds.
|
||||
Weight::from_parts(23_585_000, 499)
|
||||
// Measured: `143`
|
||||
// Estimated: `1489`
|
||||
// Minimum execution time: 25_780_000 picoseconds.
|
||||
Weight::from_parts(41_064_000, 1489)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -190,10 +193,10 @@ impl WeightInfo for () {
|
||||
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||
fn reject_proposal() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `365`
|
||||
// Estimated: `5186`
|
||||
// Minimum execution time: 23_996 nanoseconds.
|
||||
Weight::from_parts(24_548_000, 5186)
|
||||
// Measured: `301`
|
||||
// Estimated: `7166`
|
||||
// Minimum execution time: 27_805_000 picoseconds.
|
||||
Weight::from_parts(28_322_000, 7166)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -204,12 +207,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `p` is `[0, 99]`.
|
||||
fn approve_proposal(p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `501 + p * (8 ±0)`
|
||||
// Estimated: `3480`
|
||||
// Minimum execution time: 9_366 nanoseconds.
|
||||
Weight::from_parts(11_731_455, 3480)
|
||||
// Standard Error: 761
|
||||
.saturating_add(Weight::from_parts(21_665, 0).saturating_mul(p.into()))
|
||||
// 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()))
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -218,9 +221,9 @@ impl WeightInfo for () {
|
||||
fn remove_approval() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `127`
|
||||
// Estimated: `897`
|
||||
// Minimum execution time: 7_012 nanoseconds.
|
||||
Weight::from_parts(7_270_000, 897)
|
||||
// Estimated: `1887`
|
||||
// Minimum execution time: 8_261_000 picoseconds.
|
||||
Weight::from_parts(8_399_000, 1887)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -237,12 +240,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `p` is `[0, 100]`.
|
||||
fn on_initialize_proposals(p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `415 + p * (314 ±0)`
|
||||
// Estimated: `2305 + p * (7789 ±0)`
|
||||
// Minimum execution time: 37_834 nanoseconds.
|
||||
Weight::from_parts(47_496_917, 2305)
|
||||
// Standard Error: 12_505
|
||||
.saturating_add(Weight::from_parts(26_902_474, 0).saturating_mul(p.into()))
|
||||
// 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()))
|
||||
.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))
|
||||
|
||||
@@ -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-01-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `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_uniques
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
@@ -85,10 +88,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Uniques ClassAccount (max_values: None, max_size: Some(68), added: 2543, mode: MaxEncodedLen)
|
||||
fn create() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `281`
|
||||
// Estimated: `2653`
|
||||
// Minimum execution time: 24_242 nanoseconds.
|
||||
Weight::from_parts(24_682_000, 2653)
|
||||
// Measured: `249`
|
||||
// Estimated: `3643`
|
||||
// Minimum execution time: 27_805_000 picoseconds.
|
||||
Weight::from_parts(28_303_000, 3643)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -99,9 +102,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn force_create() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `109`
|
||||
// Estimated: `2653`
|
||||
// Minimum execution time: 14_145 nanoseconds.
|
||||
Weight::from_parts(14_598_000, 2653)
|
||||
// Estimated: `3643`
|
||||
// Minimum execution time: 16_257_000 picoseconds.
|
||||
Weight::from_parts(16_626_000, 3643)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -109,14 +112,14 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||
/// Storage: Uniques Asset (r:1001 w:1000)
|
||||
/// Proof: Uniques Asset (max_values: None, max_size: Some(122), added: 2597, mode: MaxEncodedLen)
|
||||
/// Storage: Uniques InstanceMetadataOf (r:1000 w:1000)
|
||||
/// Proof: Uniques InstanceMetadataOf (max_values: None, max_size: Some(108), added: 2583, mode: MaxEncodedLen)
|
||||
/// Storage: Uniques Attribute (r:1000 w:1000)
|
||||
/// Proof: Uniques Attribute (max_values: None, max_size: Some(364), added: 2839, mode: MaxEncodedLen)
|
||||
/// Storage: Uniques ClassAccount (r:0 w:1)
|
||||
/// Proof: Uniques ClassAccount (max_values: None, max_size: Some(68), added: 2543, mode: MaxEncodedLen)
|
||||
/// Storage: Uniques Attribute (r:0 w:1000)
|
||||
/// Proof: Uniques Attribute (max_values: None, max_size: Some(364), added: 2839, mode: MaxEncodedLen)
|
||||
/// Storage: Uniques ClassMetadataOf (r:0 w:1)
|
||||
/// Proof: Uniques ClassMetadataOf (max_values: None, max_size: Some(88), added: 2563, mode: MaxEncodedLen)
|
||||
/// Storage: Uniques InstanceMetadataOf (r:0 w:1000)
|
||||
/// Proof: Uniques InstanceMetadataOf (max_values: None, max_size: Some(108), added: 2583, mode: MaxEncodedLen)
|
||||
/// Storage: Uniques Account (r:0 w:1000)
|
||||
/// Proof: Uniques Account (max_values: None, max_size: Some(88), added: 2563, mode: MaxEncodedLen)
|
||||
/// Storage: Uniques CollectionMaxSupply (r:0 w:1)
|
||||
@@ -126,23 +129,27 @@ 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: `450 + n * (108 ±0) + m * (56 ±0) + a * (107 ±0)`
|
||||
// Estimated: `5250 + n * (2597 ±0)`
|
||||
// Minimum execution time: 2_404_081 nanoseconds.
|
||||
Weight::from_parts(2_419_004_000, 5250)
|
||||
// Standard Error: 27_175
|
||||
.saturating_add(Weight::from_parts(8_616_904, 0).saturating_mul(n.into()))
|
||||
// Standard Error: 27_175
|
||||
.saturating_add(Weight::from_parts(334_249, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 27_175
|
||||
.saturating_add(Weight::from_parts(213_038, 0).saturating_mul(a.into()))
|
||||
// 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()))
|
||||
.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())))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(a.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
.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()))
|
||||
}
|
||||
/// Storage: Uniques Asset (r:1 w:1)
|
||||
/// Proof: Uniques Asset (max_values: None, max_size: Some(122), added: 2597, mode: MaxEncodedLen)
|
||||
@@ -154,10 +161,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Uniques Account (max_values: None, max_size: Some(88), added: 2563, mode: MaxEncodedLen)
|
||||
fn mint() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `381`
|
||||
// Estimated: `7749`
|
||||
// Minimum execution time: 29_326 nanoseconds.
|
||||
Weight::from_parts(29_671_000, 7749)
|
||||
// Measured: `349`
|
||||
// Estimated: `10719`
|
||||
// Minimum execution time: 33_959_000 picoseconds.
|
||||
Weight::from_parts(34_380_000, 10719)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -171,10 +178,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Uniques ItemPriceOf (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)
|
||||
fn burn() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `559`
|
||||
// Estimated: `5250`
|
||||
// Minimum execution time: 30_497 nanoseconds.
|
||||
Weight::from_parts(30_714_000, 5250)
|
||||
// Measured: `495`
|
||||
// Estimated: `7230`
|
||||
// Minimum execution time: 34_194_000 picoseconds.
|
||||
Weight::from_parts(34_808_000, 7230)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -188,10 +195,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Uniques ItemPriceOf (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)
|
||||
fn transfer() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `559`
|
||||
// Estimated: `5250`
|
||||
// Minimum execution time: 24_212 nanoseconds.
|
||||
Weight::from_parts(24_681_000, 5250)
|
||||
// Measured: `495`
|
||||
// Estimated: `7230`
|
||||
// Minimum execution time: 27_841_000 picoseconds.
|
||||
Weight::from_parts(28_263_000, 7230)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -202,12 +209,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `i` is `[0, 5000]`.
|
||||
fn redeposit(i: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `837 + i * (108 ±0)`
|
||||
// Estimated: `2653 + i * (2597 ±0)`
|
||||
// Minimum execution time: 13_633 nanoseconds.
|
||||
Weight::from_parts(13_797_000, 2653)
|
||||
// Standard Error: 9_293
|
||||
.saturating_add(Weight::from_parts(11_163_914, 0).saturating_mul(i.into()))
|
||||
// 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()))
|
||||
.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))
|
||||
@@ -220,10 +227,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||
fn freeze() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `559`
|
||||
// Estimated: `5250`
|
||||
// Minimum execution time: 17_126 nanoseconds.
|
||||
Weight::from_parts(17_572_000, 5250)
|
||||
// Measured: `495`
|
||||
// Estimated: `7230`
|
||||
// Minimum execution time: 19_474_000 picoseconds.
|
||||
Weight::from_parts(19_807_000, 7230)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -233,10 +240,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||
fn thaw() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `559`
|
||||
// Estimated: `5250`
|
||||
// Minimum execution time: 17_209 nanoseconds.
|
||||
Weight::from_parts(17_411_000, 5250)
|
||||
// Measured: `495`
|
||||
// Estimated: `7230`
|
||||
// Minimum execution time: 19_526_000 picoseconds.
|
||||
Weight::from_parts(19_818_000, 7230)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -244,10 +251,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||
fn freeze_collection() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `381`
|
||||
// Estimated: `2653`
|
||||
// Minimum execution time: 13_048 nanoseconds.
|
||||
Weight::from_parts(13_589_000, 2653)
|
||||
// Measured: `349`
|
||||
// Estimated: `3643`
|
||||
// Minimum execution time: 15_324_000 picoseconds.
|
||||
Weight::from_parts(15_599_000, 3643)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -255,10 +262,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||
fn thaw_collection() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `381`
|
||||
// Estimated: `2653`
|
||||
// Minimum execution time: 12_908 nanoseconds.
|
||||
Weight::from_parts(13_098_000, 2653)
|
||||
// Measured: `349`
|
||||
// Estimated: `3643`
|
||||
// Minimum execution time: 15_294_000 picoseconds.
|
||||
Weight::from_parts(15_504_000, 3643)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -270,10 +277,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Uniques ClassAccount (max_values: None, max_size: Some(68), added: 2543, mode: MaxEncodedLen)
|
||||
fn transfer_ownership() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `455`
|
||||
// Estimated: `5180`
|
||||
// Minimum execution time: 20_629 nanoseconds.
|
||||
Weight::from_parts(21_448_000, 5180)
|
||||
// Measured: `423`
|
||||
// Estimated: `7160`
|
||||
// Minimum execution time: 24_007_000 picoseconds.
|
||||
Weight::from_parts(24_555_000, 7160)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -281,10 +288,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||
fn set_team() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `381`
|
||||
// Estimated: `2653`
|
||||
// Minimum execution time: 13_740 nanoseconds.
|
||||
Weight::from_parts(14_020_000, 2653)
|
||||
// Measured: `349`
|
||||
// Estimated: `3643`
|
||||
// Minimum execution time: 15_616_000 picoseconds.
|
||||
Weight::from_parts(15_897_000, 3643)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -294,10 +301,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Uniques ClassAccount (max_values: None, max_size: Some(68), added: 2543, mode: MaxEncodedLen)
|
||||
fn force_item_status() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `381`
|
||||
// Estimated: `2653`
|
||||
// Minimum execution time: 16_293 nanoseconds.
|
||||
Weight::from_parts(16_509_000, 2653)
|
||||
// Measured: `349`
|
||||
// Estimated: `3643`
|
||||
// Minimum execution time: 18_459_000 picoseconds.
|
||||
Weight::from_parts(18_705_000, 3643)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -309,10 +316,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Uniques Attribute (max_values: None, max_size: Some(364), added: 2839, mode: MaxEncodedLen)
|
||||
fn set_attribute() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `611`
|
||||
// Estimated: `8075`
|
||||
// Minimum execution time: 33_560 nanoseconds.
|
||||
Weight::from_parts(34_263_000, 8075)
|
||||
// Measured: `547`
|
||||
// Estimated: `11045`
|
||||
// Minimum execution time: 39_056_000 picoseconds.
|
||||
Weight::from_parts(39_513_000, 11045)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -324,10 +331,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Uniques Attribute (max_values: None, max_size: Some(364), added: 2839, mode: MaxEncodedLen)
|
||||
fn clear_attribute() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1031`
|
||||
// Estimated: `8075`
|
||||
// Minimum execution time: 31_955 nanoseconds.
|
||||
Weight::from_parts(32_447_000, 8075)
|
||||
// Measured: `936`
|
||||
// Estimated: `11045`
|
||||
// Minimum execution time: 37_441_000 picoseconds.
|
||||
Weight::from_parts(37_859_000, 11045)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -337,10 +344,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Uniques InstanceMetadataOf (max_values: None, max_size: Some(108), added: 2583, mode: MaxEncodedLen)
|
||||
fn set_metadata() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `447`
|
||||
// Estimated: `5236`
|
||||
// Minimum execution time: 25_520 nanoseconds.
|
||||
Weight::from_parts(25_843_000, 5236)
|
||||
// Measured: `415`
|
||||
// Estimated: `7216`
|
||||
// Minimum execution time: 29_456_000 picoseconds.
|
||||
Weight::from_parts(29_930_000, 7216)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -350,10 +357,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Uniques InstanceMetadataOf (max_values: None, max_size: Some(108), added: 2583, mode: MaxEncodedLen)
|
||||
fn clear_metadata() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `611`
|
||||
// Estimated: `5236`
|
||||
// Minimum execution time: 25_812 nanoseconds.
|
||||
Weight::from_parts(26_141_000, 5236)
|
||||
// Measured: `547`
|
||||
// Estimated: `7216`
|
||||
// Minimum execution time: 29_817_000 picoseconds.
|
||||
Weight::from_parts(30_364_000, 7216)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -363,10 +370,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Uniques ClassMetadataOf (max_values: None, max_size: Some(88), added: 2563, mode: MaxEncodedLen)
|
||||
fn set_collection_metadata() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `381`
|
||||
// Estimated: `5216`
|
||||
// Minimum execution time: 25_055 nanoseconds.
|
||||
Weight::from_parts(25_244_000, 5216)
|
||||
// Measured: `349`
|
||||
// Estimated: `7196`
|
||||
// Minimum execution time: 29_392_000 picoseconds.
|
||||
Weight::from_parts(29_878_000, 7196)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -376,10 +383,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Uniques ClassMetadataOf (max_values: None, max_size: Some(88), added: 2563, mode: MaxEncodedLen)
|
||||
fn clear_collection_metadata() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `525`
|
||||
// Estimated: `5216`
|
||||
// Minimum execution time: 23_311 nanoseconds.
|
||||
Weight::from_parts(23_682_000, 5216)
|
||||
// Measured: `461`
|
||||
// Estimated: `7196`
|
||||
// Minimum execution time: 27_234_000 picoseconds.
|
||||
Weight::from_parts(27_664_000, 7196)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -389,10 +396,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Uniques Asset (max_values: None, max_size: Some(122), added: 2597, mode: MaxEncodedLen)
|
||||
fn approve_transfer() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `559`
|
||||
// Estimated: `5250`
|
||||
// Minimum execution time: 17_709 nanoseconds.
|
||||
Weight::from_parts(18_308_000, 5250)
|
||||
// Measured: `495`
|
||||
// Estimated: `7230`
|
||||
// Minimum execution time: 20_447_000 picoseconds.
|
||||
Weight::from_parts(20_886_000, 7230)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -402,10 +409,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Uniques Asset (max_values: None, max_size: Some(122), added: 2597, mode: MaxEncodedLen)
|
||||
fn cancel_approval() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `592`
|
||||
// Estimated: `5250`
|
||||
// Minimum execution time: 17_656 nanoseconds.
|
||||
Weight::from_parts(18_039_000, 5250)
|
||||
// Measured: `528`
|
||||
// Estimated: `7230`
|
||||
// Minimum execution time: 20_934_000 picoseconds.
|
||||
Weight::from_parts(21_271_000, 7230)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -414,9 +421,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn set_accept_ownership() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `109`
|
||||
// Estimated: `2527`
|
||||
// Minimum execution time: 14_615 nanoseconds.
|
||||
Weight::from_parts(14_931_000, 2527)
|
||||
// Estimated: `3517`
|
||||
// Minimum execution time: 17_004_000 picoseconds.
|
||||
Weight::from_parts(17_401_000, 3517)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -426,10 +433,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||
fn set_collection_max_supply() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `381`
|
||||
// Estimated: `5152`
|
||||
// Minimum execution time: 14_974 nanoseconds.
|
||||
Weight::from_parts(15_314_000, 5152)
|
||||
// Measured: `349`
|
||||
// Estimated: `7132`
|
||||
// Minimum execution time: 17_371_000 picoseconds.
|
||||
Weight::from_parts(18_103_000, 7132)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -439,10 +446,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Uniques ItemPriceOf (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)
|
||||
fn set_price() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `358`
|
||||
// Estimated: `2597`
|
||||
// Minimum execution time: 15_444 nanoseconds.
|
||||
Weight::from_parts(15_886_000, 2597)
|
||||
// Measured: `326`
|
||||
// Estimated: `3587`
|
||||
// Minimum execution time: 17_624_000 picoseconds.
|
||||
Weight::from_parts(17_866_000, 3587)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -456,10 +463,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Uniques Account (max_values: None, max_size: Some(88), added: 2563, mode: MaxEncodedLen)
|
||||
fn buy_item() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `703`
|
||||
// Estimated: `7814`
|
||||
// Minimum execution time: 35_628 nanoseconds.
|
||||
Weight::from_parts(35_886_000, 7814)
|
||||
// Measured: `607`
|
||||
// Estimated: `10784`
|
||||
// Minimum execution time: 39_736_000 picoseconds.
|
||||
Weight::from_parts(40_855_000, 10784)
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -473,10 +480,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Uniques ClassAccount (max_values: None, max_size: Some(68), added: 2543, mode: MaxEncodedLen)
|
||||
fn create() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `281`
|
||||
// Estimated: `2653`
|
||||
// Minimum execution time: 24_242 nanoseconds.
|
||||
Weight::from_parts(24_682_000, 2653)
|
||||
// Measured: `249`
|
||||
// Estimated: `3643`
|
||||
// Minimum execution time: 27_805_000 picoseconds.
|
||||
Weight::from_parts(28_303_000, 3643)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -487,9 +494,9 @@ impl WeightInfo for () {
|
||||
fn force_create() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `109`
|
||||
// Estimated: `2653`
|
||||
// Minimum execution time: 14_145 nanoseconds.
|
||||
Weight::from_parts(14_598_000, 2653)
|
||||
// Estimated: `3643`
|
||||
// Minimum execution time: 16_257_000 picoseconds.
|
||||
Weight::from_parts(16_626_000, 3643)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -497,14 +504,14 @@ impl WeightInfo for () {
|
||||
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||
/// Storage: Uniques Asset (r:1001 w:1000)
|
||||
/// Proof: Uniques Asset (max_values: None, max_size: Some(122), added: 2597, mode: MaxEncodedLen)
|
||||
/// Storage: Uniques InstanceMetadataOf (r:1000 w:1000)
|
||||
/// Proof: Uniques InstanceMetadataOf (max_values: None, max_size: Some(108), added: 2583, mode: MaxEncodedLen)
|
||||
/// Storage: Uniques Attribute (r:1000 w:1000)
|
||||
/// Proof: Uniques Attribute (max_values: None, max_size: Some(364), added: 2839, mode: MaxEncodedLen)
|
||||
/// Storage: Uniques ClassAccount (r:0 w:1)
|
||||
/// Proof: Uniques ClassAccount (max_values: None, max_size: Some(68), added: 2543, mode: MaxEncodedLen)
|
||||
/// Storage: Uniques Attribute (r:0 w:1000)
|
||||
/// Proof: Uniques Attribute (max_values: None, max_size: Some(364), added: 2839, mode: MaxEncodedLen)
|
||||
/// Storage: Uniques ClassMetadataOf (r:0 w:1)
|
||||
/// Proof: Uniques ClassMetadataOf (max_values: None, max_size: Some(88), added: 2563, mode: MaxEncodedLen)
|
||||
/// Storage: Uniques InstanceMetadataOf (r:0 w:1000)
|
||||
/// Proof: Uniques InstanceMetadataOf (max_values: None, max_size: Some(108), added: 2583, mode: MaxEncodedLen)
|
||||
/// Storage: Uniques Account (r:0 w:1000)
|
||||
/// Proof: Uniques Account (max_values: None, max_size: Some(88), added: 2563, mode: MaxEncodedLen)
|
||||
/// Storage: Uniques CollectionMaxSupply (r:0 w:1)
|
||||
@@ -514,23 +521,27 @@ 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: `450 + n * (108 ±0) + m * (56 ±0) + a * (107 ±0)`
|
||||
// Estimated: `5250 + n * (2597 ±0)`
|
||||
// Minimum execution time: 2_404_081 nanoseconds.
|
||||
Weight::from_parts(2_419_004_000, 5250)
|
||||
// Standard Error: 27_175
|
||||
.saturating_add(Weight::from_parts(8_616_904, 0).saturating_mul(n.into()))
|
||||
// Standard Error: 27_175
|
||||
.saturating_add(Weight::from_parts(334_249, 0).saturating_mul(m.into()))
|
||||
// Standard Error: 27_175
|
||||
.saturating_add(Weight::from_parts(213_038, 0).saturating_mul(a.into()))
|
||||
// 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()))
|
||||
.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())))
|
||||
.saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(a.into())))
|
||||
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
||||
.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()))
|
||||
}
|
||||
/// Storage: Uniques Asset (r:1 w:1)
|
||||
/// Proof: Uniques Asset (max_values: None, max_size: Some(122), added: 2597, mode: MaxEncodedLen)
|
||||
@@ -542,10 +553,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Uniques Account (max_values: None, max_size: Some(88), added: 2563, mode: MaxEncodedLen)
|
||||
fn mint() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `381`
|
||||
// Estimated: `7749`
|
||||
// Minimum execution time: 29_326 nanoseconds.
|
||||
Weight::from_parts(29_671_000, 7749)
|
||||
// Measured: `349`
|
||||
// Estimated: `10719`
|
||||
// Minimum execution time: 33_959_000 picoseconds.
|
||||
Weight::from_parts(34_380_000, 10719)
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -559,10 +570,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Uniques ItemPriceOf (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)
|
||||
fn burn() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `559`
|
||||
// Estimated: `5250`
|
||||
// Minimum execution time: 30_497 nanoseconds.
|
||||
Weight::from_parts(30_714_000, 5250)
|
||||
// Measured: `495`
|
||||
// Estimated: `7230`
|
||||
// Minimum execution time: 34_194_000 picoseconds.
|
||||
Weight::from_parts(34_808_000, 7230)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -576,10 +587,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Uniques ItemPriceOf (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)
|
||||
fn transfer() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `559`
|
||||
// Estimated: `5250`
|
||||
// Minimum execution time: 24_212 nanoseconds.
|
||||
Weight::from_parts(24_681_000, 5250)
|
||||
// Measured: `495`
|
||||
// Estimated: `7230`
|
||||
// Minimum execution time: 27_841_000 picoseconds.
|
||||
Weight::from_parts(28_263_000, 7230)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -590,12 +601,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `i` is `[0, 5000]`.
|
||||
fn redeposit(i: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `837 + i * (108 ±0)`
|
||||
// Estimated: `2653 + i * (2597 ±0)`
|
||||
// Minimum execution time: 13_633 nanoseconds.
|
||||
Weight::from_parts(13_797_000, 2653)
|
||||
// Standard Error: 9_293
|
||||
.saturating_add(Weight::from_parts(11_163_914, 0).saturating_mul(i.into()))
|
||||
// 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()))
|
||||
.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))
|
||||
@@ -608,10 +619,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||
fn freeze() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `559`
|
||||
// Estimated: `5250`
|
||||
// Minimum execution time: 17_126 nanoseconds.
|
||||
Weight::from_parts(17_572_000, 5250)
|
||||
// Measured: `495`
|
||||
// Estimated: `7230`
|
||||
// Minimum execution time: 19_474_000 picoseconds.
|
||||
Weight::from_parts(19_807_000, 7230)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -621,10 +632,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||
fn thaw() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `559`
|
||||
// Estimated: `5250`
|
||||
// Minimum execution time: 17_209 nanoseconds.
|
||||
Weight::from_parts(17_411_000, 5250)
|
||||
// Measured: `495`
|
||||
// Estimated: `7230`
|
||||
// Minimum execution time: 19_526_000 picoseconds.
|
||||
Weight::from_parts(19_818_000, 7230)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -632,10 +643,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||
fn freeze_collection() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `381`
|
||||
// Estimated: `2653`
|
||||
// Minimum execution time: 13_048 nanoseconds.
|
||||
Weight::from_parts(13_589_000, 2653)
|
||||
// Measured: `349`
|
||||
// Estimated: `3643`
|
||||
// Minimum execution time: 15_324_000 picoseconds.
|
||||
Weight::from_parts(15_599_000, 3643)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -643,10 +654,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||
fn thaw_collection() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `381`
|
||||
// Estimated: `2653`
|
||||
// Minimum execution time: 12_908 nanoseconds.
|
||||
Weight::from_parts(13_098_000, 2653)
|
||||
// Measured: `349`
|
||||
// Estimated: `3643`
|
||||
// Minimum execution time: 15_294_000 picoseconds.
|
||||
Weight::from_parts(15_504_000, 3643)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -658,10 +669,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Uniques ClassAccount (max_values: None, max_size: Some(68), added: 2543, mode: MaxEncodedLen)
|
||||
fn transfer_ownership() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `455`
|
||||
// Estimated: `5180`
|
||||
// Minimum execution time: 20_629 nanoseconds.
|
||||
Weight::from_parts(21_448_000, 5180)
|
||||
// Measured: `423`
|
||||
// Estimated: `7160`
|
||||
// Minimum execution time: 24_007_000 picoseconds.
|
||||
Weight::from_parts(24_555_000, 7160)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -669,10 +680,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||
fn set_team() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `381`
|
||||
// Estimated: `2653`
|
||||
// Minimum execution time: 13_740 nanoseconds.
|
||||
Weight::from_parts(14_020_000, 2653)
|
||||
// Measured: `349`
|
||||
// Estimated: `3643`
|
||||
// Minimum execution time: 15_616_000 picoseconds.
|
||||
Weight::from_parts(15_897_000, 3643)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -682,10 +693,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Uniques ClassAccount (max_values: None, max_size: Some(68), added: 2543, mode: MaxEncodedLen)
|
||||
fn force_item_status() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `381`
|
||||
// Estimated: `2653`
|
||||
// Minimum execution time: 16_293 nanoseconds.
|
||||
Weight::from_parts(16_509_000, 2653)
|
||||
// Measured: `349`
|
||||
// Estimated: `3643`
|
||||
// Minimum execution time: 18_459_000 picoseconds.
|
||||
Weight::from_parts(18_705_000, 3643)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -697,10 +708,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Uniques Attribute (max_values: None, max_size: Some(364), added: 2839, mode: MaxEncodedLen)
|
||||
fn set_attribute() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `611`
|
||||
// Estimated: `8075`
|
||||
// Minimum execution time: 33_560 nanoseconds.
|
||||
Weight::from_parts(34_263_000, 8075)
|
||||
// Measured: `547`
|
||||
// Estimated: `11045`
|
||||
// Minimum execution time: 39_056_000 picoseconds.
|
||||
Weight::from_parts(39_513_000, 11045)
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -712,10 +723,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Uniques Attribute (max_values: None, max_size: Some(364), added: 2839, mode: MaxEncodedLen)
|
||||
fn clear_attribute() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1031`
|
||||
// Estimated: `8075`
|
||||
// Minimum execution time: 31_955 nanoseconds.
|
||||
Weight::from_parts(32_447_000, 8075)
|
||||
// Measured: `936`
|
||||
// Estimated: `11045`
|
||||
// Minimum execution time: 37_441_000 picoseconds.
|
||||
Weight::from_parts(37_859_000, 11045)
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -725,10 +736,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Uniques InstanceMetadataOf (max_values: None, max_size: Some(108), added: 2583, mode: MaxEncodedLen)
|
||||
fn set_metadata() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `447`
|
||||
// Estimated: `5236`
|
||||
// Minimum execution time: 25_520 nanoseconds.
|
||||
Weight::from_parts(25_843_000, 5236)
|
||||
// Measured: `415`
|
||||
// Estimated: `7216`
|
||||
// Minimum execution time: 29_456_000 picoseconds.
|
||||
Weight::from_parts(29_930_000, 7216)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -738,10 +749,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Uniques InstanceMetadataOf (max_values: None, max_size: Some(108), added: 2583, mode: MaxEncodedLen)
|
||||
fn clear_metadata() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `611`
|
||||
// Estimated: `5236`
|
||||
// Minimum execution time: 25_812 nanoseconds.
|
||||
Weight::from_parts(26_141_000, 5236)
|
||||
// Measured: `547`
|
||||
// Estimated: `7216`
|
||||
// Minimum execution time: 29_817_000 picoseconds.
|
||||
Weight::from_parts(30_364_000, 7216)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -751,10 +762,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Uniques ClassMetadataOf (max_values: None, max_size: Some(88), added: 2563, mode: MaxEncodedLen)
|
||||
fn set_collection_metadata() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `381`
|
||||
// Estimated: `5216`
|
||||
// Minimum execution time: 25_055 nanoseconds.
|
||||
Weight::from_parts(25_244_000, 5216)
|
||||
// Measured: `349`
|
||||
// Estimated: `7196`
|
||||
// Minimum execution time: 29_392_000 picoseconds.
|
||||
Weight::from_parts(29_878_000, 7196)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -764,10 +775,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Uniques ClassMetadataOf (max_values: None, max_size: Some(88), added: 2563, mode: MaxEncodedLen)
|
||||
fn clear_collection_metadata() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `525`
|
||||
// Estimated: `5216`
|
||||
// Minimum execution time: 23_311 nanoseconds.
|
||||
Weight::from_parts(23_682_000, 5216)
|
||||
// Measured: `461`
|
||||
// Estimated: `7196`
|
||||
// Minimum execution time: 27_234_000 picoseconds.
|
||||
Weight::from_parts(27_664_000, 7196)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -777,10 +788,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Uniques Asset (max_values: None, max_size: Some(122), added: 2597, mode: MaxEncodedLen)
|
||||
fn approve_transfer() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `559`
|
||||
// Estimated: `5250`
|
||||
// Minimum execution time: 17_709 nanoseconds.
|
||||
Weight::from_parts(18_308_000, 5250)
|
||||
// Measured: `495`
|
||||
// Estimated: `7230`
|
||||
// Minimum execution time: 20_447_000 picoseconds.
|
||||
Weight::from_parts(20_886_000, 7230)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -790,10 +801,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Uniques Asset (max_values: None, max_size: Some(122), added: 2597, mode: MaxEncodedLen)
|
||||
fn cancel_approval() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `592`
|
||||
// Estimated: `5250`
|
||||
// Minimum execution time: 17_656 nanoseconds.
|
||||
Weight::from_parts(18_039_000, 5250)
|
||||
// Measured: `528`
|
||||
// Estimated: `7230`
|
||||
// Minimum execution time: 20_934_000 picoseconds.
|
||||
Weight::from_parts(21_271_000, 7230)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -802,9 +813,9 @@ impl WeightInfo for () {
|
||||
fn set_accept_ownership() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `109`
|
||||
// Estimated: `2527`
|
||||
// Minimum execution time: 14_615 nanoseconds.
|
||||
Weight::from_parts(14_931_000, 2527)
|
||||
// Estimated: `3517`
|
||||
// Minimum execution time: 17_004_000 picoseconds.
|
||||
Weight::from_parts(17_401_000, 3517)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -814,10 +825,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||
fn set_collection_max_supply() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `381`
|
||||
// Estimated: `5152`
|
||||
// Minimum execution time: 14_974 nanoseconds.
|
||||
Weight::from_parts(15_314_000, 5152)
|
||||
// Measured: `349`
|
||||
// Estimated: `7132`
|
||||
// Minimum execution time: 17_371_000 picoseconds.
|
||||
Weight::from_parts(18_103_000, 7132)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -827,10 +838,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Uniques ItemPriceOf (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)
|
||||
fn set_price() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `358`
|
||||
// Estimated: `2597`
|
||||
// Minimum execution time: 15_444 nanoseconds.
|
||||
Weight::from_parts(15_886_000, 2597)
|
||||
// Measured: `326`
|
||||
// Estimated: `3587`
|
||||
// Minimum execution time: 17_624_000 picoseconds.
|
||||
Weight::from_parts(17_866_000, 3587)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -844,10 +855,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Uniques Account (max_values: None, max_size: Some(88), added: 2563, mode: MaxEncodedLen)
|
||||
fn buy_item() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `703`
|
||||
// Estimated: `7814`
|
||||
// Minimum execution time: 35_628 nanoseconds.
|
||||
Weight::from_parts(35_886_000, 7814)
|
||||
// Measured: `607`
|
||||
// Estimated: `10784`
|
||||
// Minimum execution time: 39_736_000 picoseconds.
|
||||
Weight::from_parts(40_855_000, 10784)
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
||||
}
|
||||
|
||||
@@ -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-01-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `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_utility
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
@@ -63,44 +66,44 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 6_742 nanoseconds.
|
||||
Weight::from_parts(16_087_635, 0)
|
||||
// Standard Error: 2_411
|
||||
.saturating_add(Weight::from_parts(3_665_506, 0).saturating_mul(c.into()))
|
||||
// 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()))
|
||||
}
|
||||
fn as_derivative() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 4_802 nanoseconds.
|
||||
Weight::from_parts(5_269_000, 0)
|
||||
// Minimum execution time: 5_835_000 picoseconds.
|
||||
Weight::from_parts(6_305_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: 7_100 nanoseconds.
|
||||
Weight::from_parts(14_090_381, 0)
|
||||
// Standard Error: 1_917
|
||||
.saturating_add(Weight::from_parts(3_744_891, 0).saturating_mul(c.into()))
|
||||
// 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()))
|
||||
}
|
||||
fn dispatch_as() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 8_840 nanoseconds.
|
||||
Weight::from_parts(9_280_000, 0)
|
||||
// Minimum execution time: 10_139_000 picoseconds.
|
||||
Weight::from_parts(10_679_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_245 nanoseconds.
|
||||
Weight::from_parts(14_292_923, 0)
|
||||
// Standard Error: 1_803
|
||||
.saturating_add(Weight::from_parts(3_645_950, 0).saturating_mul(c.into()))
|
||||
// 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()))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -111,43 +114,43 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 6_742 nanoseconds.
|
||||
Weight::from_parts(16_087_635, 0)
|
||||
// Standard Error: 2_411
|
||||
.saturating_add(Weight::from_parts(3_665_506, 0).saturating_mul(c.into()))
|
||||
// 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()))
|
||||
}
|
||||
fn as_derivative() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 4_802 nanoseconds.
|
||||
Weight::from_parts(5_269_000, 0)
|
||||
// Minimum execution time: 5_835_000 picoseconds.
|
||||
Weight::from_parts(6_305_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: 7_100 nanoseconds.
|
||||
Weight::from_parts(14_090_381, 0)
|
||||
// Standard Error: 1_917
|
||||
.saturating_add(Weight::from_parts(3_744_891, 0).saturating_mul(c.into()))
|
||||
// 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()))
|
||||
}
|
||||
fn dispatch_as() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 8_840 nanoseconds.
|
||||
Weight::from_parts(9_280_000, 0)
|
||||
// Minimum execution time: 10_139_000 picoseconds.
|
||||
Weight::from_parts(10_679_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_245 nanoseconds.
|
||||
Weight::from_parts(14_292_923, 0)
|
||||
// Standard Error: 1_803
|
||||
.saturating_add(Weight::from_parts(3_645_950, 0).saturating_mul(c.into()))
|
||||
// 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()))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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-01-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `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_vesting
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
@@ -69,14 +72,14 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `s` is `[1, 28]`.
|
||||
fn vest_locked(l: u32, s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `444 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `7306`
|
||||
// Minimum execution time: 28_062 nanoseconds.
|
||||
Weight::from_parts(26_857_563, 7306)
|
||||
// Standard Error: 623
|
||||
.saturating_add(Weight::from_parts(55_988, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 1_109
|
||||
.saturating_add(Weight::from_parts(59_714, 0).saturating_mul(s.into()))
|
||||
// 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))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -88,14 +91,14 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `s` is `[1, 28]`.
|
||||
fn vest_unlocked(l: u32, s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `444 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `7306`
|
||||
// Minimum execution time: 27_027 nanoseconds.
|
||||
Weight::from_parts(26_509_364, 7306)
|
||||
// Standard Error: 815
|
||||
.saturating_add(Weight::from_parts(54_711, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 1_451
|
||||
.saturating_add(Weight::from_parts(32_792, 0).saturating_mul(s.into()))
|
||||
// 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))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -109,14 +112,14 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `s` is `[1, 28]`.
|
||||
fn vest_other_locked(l: u32, s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `579 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `9909`
|
||||
// Minimum execution time: 29_554 nanoseconds.
|
||||
Weight::from_parts(28_269_203, 9909)
|
||||
// Standard Error: 623
|
||||
.saturating_add(Weight::from_parts(59_058, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 1_108
|
||||
.saturating_add(Weight::from_parts(63_429, 0).saturating_mul(s.into()))
|
||||
// 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))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -130,14 +133,14 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `s` is `[1, 28]`.
|
||||
fn vest_other_unlocked(l: u32, s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `579 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `9909`
|
||||
// Minimum execution time: 28_546 nanoseconds.
|
||||
Weight::from_parts(28_299_251, 9909)
|
||||
// Standard Error: 786
|
||||
.saturating_add(Weight::from_parts(53_401, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 1_399
|
||||
.saturating_add(Weight::from_parts(29_713, 0).saturating_mul(s.into()))
|
||||
// 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))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -151,14 +154,14 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `s` is `[0, 27]`.
|
||||
fn vested_transfer(l: u32, s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `650 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `9909`
|
||||
// Minimum execution time: 43_436 nanoseconds.
|
||||
Weight::from_parts(44_885_707, 9909)
|
||||
// Standard Error: 1_516
|
||||
.saturating_add(Weight::from_parts(59_066, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 2_698
|
||||
.saturating_add(Weight::from_parts(32_053, 0).saturating_mul(s.into()))
|
||||
// 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))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -172,14 +175,14 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `s` is `[0, 27]`.
|
||||
fn force_vested_transfer(l: u32, s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `785 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `12512`
|
||||
// Minimum execution time: 45_805 nanoseconds.
|
||||
Weight::from_parts(46_869_490, 12512)
|
||||
// Standard Error: 1_445
|
||||
.saturating_add(Weight::from_parts(52_654, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 2_571
|
||||
.saturating_add(Weight::from_parts(34_202, 0).saturating_mul(s.into()))
|
||||
// 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))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -193,14 +196,14 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `s` is `[2, 28]`.
|
||||
fn not_unlocking_merge_schedules(l: u32, s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `577 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `9909`
|
||||
// Minimum execution time: 30_460 nanoseconds.
|
||||
Weight::from_parts(29_407_637, 9909)
|
||||
// Standard Error: 794
|
||||
.saturating_add(Weight::from_parts(63_757, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 1_466
|
||||
.saturating_add(Weight::from_parts(56_032, 0).saturating_mul(s.into()))
|
||||
// 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))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -214,14 +217,14 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `s` is `[2, 28]`.
|
||||
fn unlocking_merge_schedules(l: u32, s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `577 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `9909`
|
||||
// Minimum execution time: 30_413 nanoseconds.
|
||||
Weight::from_parts(29_350_467, 9909)
|
||||
// Standard Error: 724
|
||||
.saturating_add(Weight::from_parts(65_366, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 1_337
|
||||
.saturating_add(Weight::from_parts(53_799, 0).saturating_mul(s.into()))
|
||||
// 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))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -237,14 +240,14 @@ impl WeightInfo for () {
|
||||
/// The range of component `s` is `[1, 28]`.
|
||||
fn vest_locked(l: u32, s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `444 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `7306`
|
||||
// Minimum execution time: 28_062 nanoseconds.
|
||||
Weight::from_parts(26_857_563, 7306)
|
||||
// Standard Error: 623
|
||||
.saturating_add(Weight::from_parts(55_988, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 1_109
|
||||
.saturating_add(Weight::from_parts(59_714, 0).saturating_mul(s.into()))
|
||||
// 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))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -256,14 +259,14 @@ impl WeightInfo for () {
|
||||
/// The range of component `s` is `[1, 28]`.
|
||||
fn vest_unlocked(l: u32, s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `444 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `7306`
|
||||
// Minimum execution time: 27_027 nanoseconds.
|
||||
Weight::from_parts(26_509_364, 7306)
|
||||
// Standard Error: 815
|
||||
.saturating_add(Weight::from_parts(54_711, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 1_451
|
||||
.saturating_add(Weight::from_parts(32_792, 0).saturating_mul(s.into()))
|
||||
// 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))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -277,14 +280,14 @@ impl WeightInfo for () {
|
||||
/// The range of component `s` is `[1, 28]`.
|
||||
fn vest_other_locked(l: u32, s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `579 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `9909`
|
||||
// Minimum execution time: 29_554 nanoseconds.
|
||||
Weight::from_parts(28_269_203, 9909)
|
||||
// Standard Error: 623
|
||||
.saturating_add(Weight::from_parts(59_058, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 1_108
|
||||
.saturating_add(Weight::from_parts(63_429, 0).saturating_mul(s.into()))
|
||||
// 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))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -298,14 +301,14 @@ impl WeightInfo for () {
|
||||
/// The range of component `s` is `[1, 28]`.
|
||||
fn vest_other_unlocked(l: u32, s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `579 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `9909`
|
||||
// Minimum execution time: 28_546 nanoseconds.
|
||||
Weight::from_parts(28_299_251, 9909)
|
||||
// Standard Error: 786
|
||||
.saturating_add(Weight::from_parts(53_401, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 1_399
|
||||
.saturating_add(Weight::from_parts(29_713, 0).saturating_mul(s.into()))
|
||||
// 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))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -319,14 +322,14 @@ impl WeightInfo for () {
|
||||
/// The range of component `s` is `[0, 27]`.
|
||||
fn vested_transfer(l: u32, s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `650 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `9909`
|
||||
// Minimum execution time: 43_436 nanoseconds.
|
||||
Weight::from_parts(44_885_707, 9909)
|
||||
// Standard Error: 1_516
|
||||
.saturating_add(Weight::from_parts(59_066, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 2_698
|
||||
.saturating_add(Weight::from_parts(32_053, 0).saturating_mul(s.into()))
|
||||
// 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))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -340,14 +343,14 @@ impl WeightInfo for () {
|
||||
/// The range of component `s` is `[0, 27]`.
|
||||
fn force_vested_transfer(l: u32, s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `785 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `12512`
|
||||
// Minimum execution time: 45_805 nanoseconds.
|
||||
Weight::from_parts(46_869_490, 12512)
|
||||
// Standard Error: 1_445
|
||||
.saturating_add(Weight::from_parts(52_654, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 2_571
|
||||
.saturating_add(Weight::from_parts(34_202, 0).saturating_mul(s.into()))
|
||||
// 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))
|
||||
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -361,14 +364,14 @@ impl WeightInfo for () {
|
||||
/// The range of component `s` is `[2, 28]`.
|
||||
fn not_unlocking_merge_schedules(l: u32, s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `577 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `9909`
|
||||
// Minimum execution time: 30_460 nanoseconds.
|
||||
Weight::from_parts(29_407_637, 9909)
|
||||
// Standard Error: 794
|
||||
.saturating_add(Weight::from_parts(63_757, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 1_466
|
||||
.saturating_add(Weight::from_parts(56_032, 0).saturating_mul(s.into()))
|
||||
// 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))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -382,14 +385,14 @@ impl WeightInfo for () {
|
||||
/// The range of component `s` is `[2, 28]`.
|
||||
fn unlocking_merge_schedules(l: u32, s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `577 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `9909`
|
||||
// Minimum execution time: 30_413 nanoseconds.
|
||||
Weight::from_parts(29_350_467, 9909)
|
||||
// Standard Error: 724
|
||||
.saturating_add(Weight::from_parts(65_366, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 1_337
|
||||
.saturating_add(Weight::from_parts(53_799, 0).saturating_mul(s.into()))
|
||||
// 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))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
}
|
||||
|
||||
@@ -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-01-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `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_whitelist
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
@@ -64,9 +67,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn whitelist_call() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `217`
|
||||
// Estimated: `5081`
|
||||
// Minimum execution time: 18_618 nanoseconds.
|
||||
Weight::from_parts(19_133_000, 5081)
|
||||
// Estimated: `7061`
|
||||
// Minimum execution time: 21_530_000 picoseconds.
|
||||
Weight::from_parts(21_986_000, 7061)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -77,9 +80,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
fn remove_whitelisted_call() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `346`
|
||||
// Estimated: `5081`
|
||||
// Minimum execution time: 16_685 nanoseconds.
|
||||
Weight::from_parts(17_325_000, 5081)
|
||||
// Estimated: `7061`
|
||||
// Minimum execution time: 18_980_000 picoseconds.
|
||||
Weight::from_parts(19_474_000, 7061)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -92,12 +95,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `n` is `[1, 4194294]`.
|
||||
fn dispatch_whitelisted_call(n: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `454 + n * (1 ±0)`
|
||||
// Estimated: `8007 + n * (1 ±0)`
|
||||
// Minimum execution time: 27_539 nanoseconds.
|
||||
Weight::from_parts(27_950_000, 8007)
|
||||
// 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_134, 0).saturating_mul(n.into()))
|
||||
.saturating_add(Weight::from_parts(1_147, 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()))
|
||||
@@ -110,11 +113,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: `5081`
|
||||
// Minimum execution time: 20_581 nanoseconds.
|
||||
Weight::from_parts(21_762_318, 5081)
|
||||
// Standard Error: 4
|
||||
.saturating_add(Weight::from_parts(1_480, 0).saturating_mul(n.into()))
|
||||
// Estimated: `7061`
|
||||
// Minimum execution time: 23_421_000 picoseconds.
|
||||
Weight::from_parts(24_488_523, 7061)
|
||||
// Standard Error: 5
|
||||
.saturating_add(Weight::from_parts(1_217, 0).saturating_mul(n.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -129,9 +132,9 @@ impl WeightInfo for () {
|
||||
fn whitelist_call() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `217`
|
||||
// Estimated: `5081`
|
||||
// Minimum execution time: 18_618 nanoseconds.
|
||||
Weight::from_parts(19_133_000, 5081)
|
||||
// Estimated: `7061`
|
||||
// Minimum execution time: 21_530_000 picoseconds.
|
||||
Weight::from_parts(21_986_000, 7061)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -142,9 +145,9 @@ impl WeightInfo for () {
|
||||
fn remove_whitelisted_call() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `346`
|
||||
// Estimated: `5081`
|
||||
// Minimum execution time: 16_685 nanoseconds.
|
||||
Weight::from_parts(17_325_000, 5081)
|
||||
// Estimated: `7061`
|
||||
// Minimum execution time: 18_980_000 picoseconds.
|
||||
Weight::from_parts(19_474_000, 7061)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -157,12 +160,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `n` is `[1, 4194294]`.
|
||||
fn dispatch_whitelisted_call(n: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `454 + n * (1 ±0)`
|
||||
// Estimated: `8007 + n * (1 ±0)`
|
||||
// Minimum execution time: 27_539 nanoseconds.
|
||||
Weight::from_parts(27_950_000, 8007)
|
||||
// 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_134, 0).saturating_mul(n.into()))
|
||||
.saturating_add(Weight::from_parts(1_147, 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()))
|
||||
@@ -175,11 +178,11 @@ impl WeightInfo for () {
|
||||
fn dispatch_whitelisted_call_with_preimage(n: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `346`
|
||||
// Estimated: `5081`
|
||||
// Minimum execution time: 20_581 nanoseconds.
|
||||
Weight::from_parts(21_762_318, 5081)
|
||||
// Standard Error: 4
|
||||
.saturating_add(Weight::from_parts(1_480, 0).saturating_mul(n.into()))
|
||||
// Estimated: `7061`
|
||||
// Minimum execution time: 23_421_000 picoseconds.
|
||||
Weight::from_parts(24_488_523, 7061)
|
||||
// Standard Error: 5
|
||||
.saturating_add(Weight::from_parts(1_217, 0).saturating_mul(n.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user