update weights (#6897)

* polkadot: update weights

* westend: update weights

* kusama: update weights

* rococo: update weights
This commit is contained in:
Mara Robin B
2023-03-17 11:09:21 +01:00
committed by GitHub
parent 163d892d8c
commit 4d904951fd
165 changed files with 7369 additions and 7375 deletions
@@ -16,7 +16,7 @@
//! Autogenerated weights for `pallet_democracy`
//!
//! 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: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
@@ -55,11 +55,11 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
/// Proof: Democracy DepositOf (max_values: None, max_size: Some(3230), added: 5705, mode: MaxEncodedLen)
fn propose() -> Weight {
// Proof Size summary in bytes:
// Measured: `4831`
// Estimated: `23409`
// Minimum execution time: 34_876 nanoseconds.
Weight::from_parts(35_375_000, 0)
.saturating_add(Weight::from_parts(0, 23409))
// Measured: `4768`
// Estimated: `26379`
// Minimum execution time: 35_098_000 picoseconds.
Weight::from_parts(35_696_000, 0)
.saturating_add(Weight::from_parts(0, 26379))
.saturating_add(T::DbWeight::get().reads(3))
.saturating_add(T::DbWeight::get().writes(3))
}
@@ -67,11 +67,11 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
/// Proof: Democracy DepositOf (max_values: None, max_size: Some(3230), added: 5705, mode: MaxEncodedLen)
fn second() -> Weight {
// Proof Size summary in bytes:
// Measured: `3587`
// Estimated: `5705`
// Minimum execution time: 31_982 nanoseconds.
Weight::from_parts(32_412_000, 0)
.saturating_add(Weight::from_parts(0, 5705))
// Measured: `3523`
// Estimated: `6695`
// Minimum execution time: 32_218_000 picoseconds.
Weight::from_parts(32_458_000, 0)
.saturating_add(Weight::from_parts(0, 6695))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
@@ -83,11 +83,11 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<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: `3532`
// Estimated: `12720`
// Minimum execution time: 46_525 nanoseconds.
Weight::from_parts(46_812_000, 0)
.saturating_add(Weight::from_parts(0, 12720))
// Measured: `3437`
// Estimated: `15690`
// Minimum execution time: 46_641_000 picoseconds.
Weight::from_parts(47_324_000, 0)
.saturating_add(Weight::from_parts(0, 15690))
.saturating_add(T::DbWeight::get().reads(3))
.saturating_add(T::DbWeight::get().writes(3))
}
@@ -99,11 +99,11 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<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: `3554`
// Estimated: `12720`
// Minimum execution time: 46_269 nanoseconds.
Weight::from_parts(46_629_000, 0)
.saturating_add(Weight::from_parts(0, 12720))
// Measured: `3459`
// Estimated: `15690`
// Minimum execution time: 47_172_000 picoseconds.
Weight::from_parts(47_732_000, 0)
.saturating_add(Weight::from_parts(0, 15690))
.saturating_add(T::DbWeight::get().reads(3))
.saturating_add(T::DbWeight::get().writes(3))
}
@@ -115,11 +115,11 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<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: `365`
// Estimated: `7712`
// Minimum execution time: 25_015 nanoseconds.
Weight::from_parts(25_351_000, 0)
.saturating_add(Weight::from_parts(0, 7712))
// Measured: `333`
// Estimated: `10682`
// Minimum execution time: 25_744_000 picoseconds.
Weight::from_parts(26_226_000, 0)
.saturating_add(Weight::from_parts(0, 10682))
.saturating_add(T::DbWeight::get().reads(3))
.saturating_add(T::DbWeight::get().writes(3))
}
@@ -139,11 +139,11 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
/// Proof: Democracy Blacklist (max_values: None, max_size: Some(3238), added: 5713, mode: MaxEncodedLen)
fn blacklist() -> Weight {
// Proof Size summary in bytes:
// Measured: `6003`
// Estimated: `36392`
// Minimum execution time: 90_150 nanoseconds.
Weight::from_parts(91_058_000, 0)
.saturating_add(Weight::from_parts(0, 36392))
// Measured: `5877`
// Estimated: `42332`
// Minimum execution time: 88_365_000 picoseconds.
Weight::from_parts(90_080_000, 0)
.saturating_add(Weight::from_parts(0, 42332))
.saturating_add(T::DbWeight::get().reads(8))
.saturating_add(T::DbWeight::get().writes(7))
}
@@ -153,11 +153,11 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<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: `3415`
// Estimated: `6340`
// Minimum execution time: 12_616 nanoseconds.
Weight::from_parts(12_812_000, 0)
.saturating_add(Weight::from_parts(0, 6340))
// Measured: `3383`
// Estimated: `8320`
// Minimum execution time: 12_868_000 picoseconds.
Weight::from_parts(13_178_000, 0)
.saturating_add(Weight::from_parts(0, 8320))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(1))
}
@@ -167,8 +167,8 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 3_172 nanoseconds.
Weight::from_parts(3_295_000, 0)
// Minimum execution time: 3_714_000 picoseconds.
Weight::from_parts(3_895_000, 0)
.saturating_add(Weight::from_parts(0, 0))
.saturating_add(T::DbWeight::get().writes(1))
}
@@ -178,8 +178,8 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 3_117 nanoseconds.
Weight::from_parts(3_288_000, 0)
// Minimum execution time: 3_565_000 picoseconds.
Weight::from_parts(3_831_000, 0)
.saturating_add(Weight::from_parts(0, 0))
.saturating_add(T::DbWeight::get().writes(1))
}
@@ -194,10 +194,10 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
fn fast_track() -> Weight {
// Proof Size summary in bytes:
// Measured: `253`
// Estimated: `3654`
// Minimum execution time: 26_675 nanoseconds.
Weight::from_parts(27_369_000, 0)
.saturating_add(Weight::from_parts(0, 3654))
// Estimated: `6624`
// Minimum execution time: 26_453_000 picoseconds.
Weight::from_parts(26_938_000, 0)
.saturating_add(Weight::from_parts(0, 6624))
.saturating_add(T::DbWeight::get().reads(3))
.saturating_add(T::DbWeight::get().writes(5))
}
@@ -209,11 +209,11 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<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: `3518`
// Estimated: `8868`
// Minimum execution time: 31_174 nanoseconds.
Weight::from_parts(31_517_000, 0)
.saturating_add(Weight::from_parts(0, 8868))
// Measured: `3486`
// Estimated: `11838`
// Minimum execution time: 30_869_000 picoseconds.
Weight::from_parts(31_397_000, 0)
.saturating_add(Weight::from_parts(0, 11838))
.saturating_add(T::DbWeight::get().reads(3))
.saturating_add(T::DbWeight::get().writes(3))
}
@@ -227,11 +227,11 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<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: `5882`
// Estimated: `28033`
// Minimum execution time: 73_218 nanoseconds.
Weight::from_parts(74_394_000, 0)
.saturating_add(Weight::from_parts(0, 28033))
// Measured: `5788`
// Estimated: `31993`
// Minimum execution time: 72_692_000 picoseconds.
Weight::from_parts(73_692_000, 0)
.saturating_add(Weight::from_parts(0, 31993))
.saturating_add(T::DbWeight::get().reads(4))
.saturating_add(T::DbWeight::get().writes(4))
}
@@ -242,10 +242,10 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
fn cancel_referendum() -> Weight {
// Proof Size summary in bytes:
// Measured: `238`
// Estimated: `2528`
// Minimum execution time: 18_468 nanoseconds.
Weight::from_parts(18_870_000, 0)
.saturating_add(Weight::from_parts(0, 2528))
// Estimated: `3518`
// Minimum execution time: 19_506_000 picoseconds.
Weight::from_parts(19_823_000, 0)
.saturating_add(Weight::from_parts(0, 3518))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(2))
}
@@ -258,13 +258,13 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
/// The range of component `r` is `[0, 99]`.
fn on_initialize_base(r: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `211 + r * (117 ±0)`
// Estimated: `998 + r * (2676 ±0)`
// Minimum execution time: 6_237 nanoseconds.
Weight::from_parts(9_788_030, 0)
.saturating_add(Weight::from_parts(0, 998))
// Standard Error: 5_493
.saturating_add(Weight::from_parts(2_774_064, 0).saturating_mul(r.into()))
// Measured: `211 + r * (86 ±0)`
// Estimated: `3968 + r * (2676 ±0)`
// Minimum execution time: 6_019_000 picoseconds.
Weight::from_parts(9_632_674, 0)
.saturating_add(Weight::from_parts(0, 3968))
// Standard Error: 6_651
.saturating_add(Weight::from_parts(2_769_264, 0).saturating_mul(r.into()))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into())))
.saturating_add(T::DbWeight::get().writes(1))
@@ -285,13 +285,13 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<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: `211 + r * (117 ±0)`
// Estimated: `19318 + r * (2676 ±0)`
// Minimum execution time: 9_370 nanoseconds.
Weight::from_parts(12_551_319, 0)
.saturating_add(Weight::from_parts(0, 19318))
// Standard Error: 5_735
.saturating_add(Weight::from_parts(2_771_452, 0).saturating_mul(r.into()))
// Measured: `211 + r * (86 ±0)`
// Estimated: `25258 + r * (2676 ±0)`
// Minimum execution time: 9_143_000 picoseconds.
Weight::from_parts(12_247_629, 0)
.saturating_add(Weight::from_parts(0, 25258))
// Standard Error: 6_077
.saturating_add(Weight::from_parts(2_764_547, 0).saturating_mul(r.into()))
.saturating_add(T::DbWeight::get().reads(5))
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into())))
.saturating_add(T::DbWeight::get().writes(1))
@@ -306,13 +306,13 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
/// The range of component `r` is `[0, 99]`.
fn delegate(r: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `925 + r * (139 ±0)`
// Estimated: `22584 + r * (2676 ±0)`
// Minimum execution time: 39_375 nanoseconds.
Weight::from_parts(42_351_696, 0)
.saturating_add(Weight::from_parts(0, 22584))
// Standard Error: 7_527
.saturating_add(Weight::from_parts(3_880_547, 0).saturating_mul(r.into()))
// Measured: `797 + r * (108 ±0)`
// Estimated: `25554 + r * (2676 ±0)`
// Minimum execution time: 41_153_000 picoseconds.
Weight::from_parts(42_787_487, 0)
.saturating_add(Weight::from_parts(0, 25554))
// Standard Error: 7_883
.saturating_add(Weight::from_parts(3_862_521, 0).saturating_mul(r.into()))
.saturating_add(T::DbWeight::get().reads(4))
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into())))
.saturating_add(T::DbWeight::get().writes(4))
@@ -326,13 +326,13 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
/// The range of component `r` is `[0, 99]`.
fn undelegate(r: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `524 + r * (139 ±0)`
// Estimated: `12540 + r * (2676 ±0)`
// Minimum execution time: 20_672 nanoseconds.
Weight::from_parts(22_405_117, 0)
.saturating_add(Weight::from_parts(0, 12540))
// Standard Error: 7_623
.saturating_add(Weight::from_parts(3_830_380, 0).saturating_mul(r.into()))
// Measured: `460 + r * (108 ±0)`
// Estimated: `14520 + r * (2676 ±0)`
// Minimum execution time: 20_767_000 picoseconds.
Weight::from_parts(21_768_239, 0)
.saturating_add(Weight::from_parts(0, 14520))
// Standard Error: 9_791
.saturating_add(Weight::from_parts(3_862_103, 0).saturating_mul(r.into()))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into())))
.saturating_add(T::DbWeight::get().writes(2))
@@ -345,8 +345,8 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 3_083 nanoseconds.
Weight::from_parts(3_242_000, 0)
// Minimum execution time: 3_663_000 picoseconds.
Weight::from_parts(3_798_000, 0)
.saturating_add(Weight::from_parts(0, 0))
.saturating_add(T::DbWeight::get().writes(1))
}
@@ -359,13 +359,13 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
/// The range of component `r` is `[0, 99]`.
fn unlock_remove(r: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `594`
// Estimated: `12647`
// Minimum execution time: 20_374 nanoseconds.
Weight::from_parts(25_944_613, 0)
.saturating_add(Weight::from_parts(0, 12647))
// Standard Error: 1_258
.saturating_add(Weight::from_parts(19_696, 0).saturating_mul(r.into()))
// Measured: `530`
// Estimated: `15617`
// Minimum execution time: 19_923_000 picoseconds.
Weight::from_parts(25_945_279, 0)
.saturating_add(Weight::from_parts(0, 15617))
// Standard Error: 1_366
.saturating_add(Weight::from_parts(22_003, 0).saturating_mul(r.into()))
.saturating_add(T::DbWeight::get().reads(3))
.saturating_add(T::DbWeight::get().writes(3))
}
@@ -378,13 +378,13 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
/// The range of component `r` is `[0, 99]`.
fn unlock_set(r: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `595 + r * (22 ±0)`
// Estimated: `12647`
// Minimum execution time: 24_535 nanoseconds.
Weight::from_parts(25_495_740, 0)
.saturating_add(Weight::from_parts(0, 12647))
// Standard Error: 551
.saturating_add(Weight::from_parts(60_441, 0).saturating_mul(r.into()))
// Measured: `531 + r * (22 ±0)`
// Estimated: `15617`
// Minimum execution time: 24_393_000 picoseconds.
Weight::from_parts(25_690_593, 0)
.saturating_add(Weight::from_parts(0, 15617))
// Standard Error: 553
.saturating_add(Weight::from_parts(59_042, 0).saturating_mul(r.into()))
.saturating_add(T::DbWeight::get().reads(3))
.saturating_add(T::DbWeight::get().writes(3))
}
@@ -395,13 +395,13 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
/// The range of component `r` is `[1, 100]`.
fn remove_vote(r: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `758 + r * (26 ±0)`
// Estimated: `8946`
// Minimum execution time: 14_979 nanoseconds.
Weight::from_parts(17_266_413, 0)
.saturating_add(Weight::from_parts(0, 8946))
// Standard Error: 1_973
.saturating_add(Weight::from_parts(87_619, 0).saturating_mul(r.into()))
// Measured: `695 + r * (26 ±0)`
// Estimated: `10926`
// Minimum execution time: 15_551_000 picoseconds.
Weight::from_parts(17_809_948, 0)
.saturating_add(Weight::from_parts(0, 10926))
// Standard Error: 1_907
.saturating_add(Weight::from_parts(86_496, 0).saturating_mul(r.into()))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(2))
}
@@ -412,13 +412,13 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
/// The range of component `r` is `[1, 100]`.
fn remove_other_vote(r: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `758 + r * (26 ±0)`
// Estimated: `8946`
// Minimum execution time: 15_169 nanoseconds.
Weight::from_parts(17_559_094, 0)
.saturating_add(Weight::from_parts(0, 8946))
// Standard Error: 2_076
.saturating_add(Weight::from_parts(88_471, 0).saturating_mul(r.into()))
// Measured: `695 + r * (26 ±0)`
// Estimated: `10926`
// Minimum execution time: 16_027_000 picoseconds.
Weight::from_parts(17_860_077, 0)
.saturating_add(Weight::from_parts(0, 10926))
// Standard Error: 1_950
.saturating_add(Weight::from_parts(87_722, 0).saturating_mul(r.into()))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(2))
}
@@ -431,10 +431,10 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
fn set_external_metadata() -> Weight {
// Proof Size summary in bytes:
// Measured: `323`
// Estimated: `3193`
// Minimum execution time: 17_984 nanoseconds.
Weight::from_parts(18_599_000, 0)
.saturating_add(Weight::from_parts(0, 3193))
// Estimated: `5173`
// Minimum execution time: 17_551_000 picoseconds.
Weight::from_parts(17_776_000, 0)
.saturating_add(Weight::from_parts(0, 5173))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(1))
}
@@ -445,10 +445,10 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
fn clear_external_metadata() -> Weight {
// Proof Size summary in bytes:
// Measured: `253`
// Estimated: `3155`
// Minimum execution time: 16_277 nanoseconds.
Weight::from_parts(16_581_000, 0)
.saturating_add(Weight::from_parts(0, 3155))
// Estimated: `5135`
// Minimum execution time: 16_020_000 picoseconds.
Weight::from_parts(16_477_000, 0)
.saturating_add(Weight::from_parts(0, 5135))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(1))
}
@@ -460,11 +460,11 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<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: `4886`
// Estimated: `19763`
// Minimum execution time: 33_325 nanoseconds.
Weight::from_parts(33_908_000, 0)
.saturating_add(Weight::from_parts(0, 19763))
// Measured: `4855`
// Estimated: `21743`
// Minimum execution time: 33_144_000 picoseconds.
Weight::from_parts(33_457_000, 0)
.saturating_add(Weight::from_parts(0, 21743))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(1))
}
@@ -474,11 +474,11 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<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: `4820`
// Estimated: `19725`
// Minimum execution time: 30_899 nanoseconds.
Weight::from_parts(31_309_000, 0)
.saturating_add(Weight::from_parts(0, 19725))
// Measured: `4789`
// Estimated: `21705`
// Minimum execution time: 31_022_000 picoseconds.
Weight::from_parts(31_534_000, 0)
.saturating_add(Weight::from_parts(0, 21705))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(1))
}
@@ -489,10 +489,10 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
fn set_referendum_metadata() -> Weight {
// Proof Size summary in bytes:
// Measured: `144`
// Estimated: `2566`
// Minimum execution time: 14_007 nanoseconds.
Weight::from_parts(14_342_000, 0)
.saturating_add(Weight::from_parts(0, 2566))
// Estimated: `3556`
// Minimum execution time: 14_512_000 picoseconds.
Weight::from_parts(14_769_000, 0)
.saturating_add(Weight::from_parts(0, 3556))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
@@ -503,10 +503,10 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
fn clear_referendum_metadata() -> Weight {
// Proof Size summary in bytes:
// Measured: `269`
// Estimated: `5204`
// Minimum execution time: 17_978 nanoseconds.
Weight::from_parts(18_262_000, 0)
.saturating_add(Weight::from_parts(0, 5204))
// Estimated: `7184`
// Minimum execution time: 17_966_000 picoseconds.
Weight::from_parts(18_270_000, 0)
.saturating_add(Weight::from_parts(0, 7184))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(1))
}