1
// Copyright 2025 Moonbeam foundation
2
// This file is part of Moonbeam.
3

            
4
// Moonbeam is free software: you can redistribute it and/or modify
5
// it under the terms of the GNU General Public License as published by
6
// the Free Software Foundation, either version 3 of the License, or
7
// (at your option) any later version.
8

            
9
// Moonbeam is distributed in the hope that it will be useful,
10
// but WITHOUT ANY WARRANTY; without even the implied warranty of
11
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12
// GNU General Public License for more details.
13

            
14
// You should have received a copy of the GNU General Public License
15
// along with Moonbeam.  If not, see <http://www.gnu.org/licenses/>.
16

            
17

            
18
//! Autogenerated weights for `pallet_collective`
19
//!
20
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
21
//! DATE: 2025-05-13, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
22
//! WORST CASE MAP SIZE: `1000000`
23
//! HOSTNAME: `ip-10-0-0-36`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
24
//! WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
25

            
26
// Executed Command:
27
// ./frame-omni-bencher
28
// v1
29
// benchmark
30
// pallet
31
// --runtime=./target/production/wbuild/moonriver-runtime/moonriver_runtime.wasm
32
// --genesis-builder=runtime
33
// --genesis-builder-preset=development
34
// --steps=50
35
// --repeat=20
36
// --pallet=pallet_collective
37
// --extrinsic=*
38
// --wasm-execution=compiled
39
// --header=./file_header.txt
40
// --template=./benchmarking/frame-weight-template.hbs
41
// --output=./runtime/moonriver/src/weights
42

            
43
#![cfg_attr(rustfmt, rustfmt_skip)]
44
#![allow(unused_parens)]
45
#![allow(unused_imports)]
46

            
47
use frame_support::{traits::Get, weights::{Weight, constants::RocksDbWeight}};
48
use sp_std::marker::PhantomData;
49

            
50
/// Weights for `pallet_collective`.
51
pub struct WeightInfo<T>(PhantomData<T>);
52
impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
53
	/// Storage: `TreasuryCouncilCollective::Members` (r:1 w:1)
54
	/// Proof: `TreasuryCouncilCollective::Members` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
55
	/// Storage: `TreasuryCouncilCollective::Proposals` (r:1 w:0)
56
	/// Proof: `TreasuryCouncilCollective::Proposals` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
57
	/// Storage: `TreasuryCouncilCollective::Voting` (r:20 w:20)
58
	/// Proof: `TreasuryCouncilCollective::Voting` (`max_values`: None, `max_size`: None, mode: `Measured`)
59
	/// Storage: `TreasuryCouncilCollective::Prime` (r:0 w:1)
60
	/// Proof: `TreasuryCouncilCollective::Prime` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
61
	/// The range of component `m` is `[0, 9]`.
62
	/// The range of component `n` is `[0, 9]`.
63
	/// The range of component `p` is `[0, 20]`.
64
10
	fn set_members(m: u32, _n: u32, p: u32, ) -> Weight {
65
10
		// Proof Size summary in bytes:
66
10
		//  Measured:  `0 + m * (425 ±0) + p * (206 ±0)`
67
10
		//  Estimated: `4150 + m * (266 ±3) + p * (2556 ±1)`
68
10
		// Minimum execution time: 9_006_000 picoseconds.
69
10
		Weight::from_parts(9_267_000, 4150)
70
10
			// Standard Error: 107_789
71
10
			.saturating_add(Weight::from_parts(3_422_640, 0).saturating_mul(m.into()))
72
10
			// Standard Error: 49_247
73
10
			.saturating_add(Weight::from_parts(4_225_436, 0).saturating_mul(p.into()))
74
10
			.saturating_add(T::DbWeight::get().reads(2_u64))
75
10
			.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into())))
76
10
			.saturating_add(T::DbWeight::get().writes(2_u64))
77
10
			.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into())))
78
10
			.saturating_add(Weight::from_parts(0, 266).saturating_mul(m.into()))
79
10
			.saturating_add(Weight::from_parts(0, 2556).saturating_mul(p.into()))
80
10
	}
81
	/// Storage: `TreasuryCouncilCollective::Members` (r:1 w:0)
82
	/// Proof: `TreasuryCouncilCollective::Members` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
83
	/// Storage: `MaintenanceMode::MaintenanceMode` (r:1 w:0)
84
	/// Proof: `MaintenanceMode::MaintenanceMode` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
85
	/// The range of component `b` is `[2, 1024]`.
86
	/// The range of component `m` is `[1, 9]`.
87
	fn execute(b: u32, m: u32, ) -> Weight {
88
		// Proof Size summary in bytes:
89
		//  Measured:  `210 + m * (20 ±0)`
90
		//  Estimated: `1694 + m * (20 ±0)`
91
		// Minimum execution time: 15_806_000 picoseconds.
92
		Weight::from_parts(15_993_501, 1694)
93
			// Standard Error: 24
94
			.saturating_add(Weight::from_parts(1_526, 0).saturating_mul(b.into()))
95
			// Standard Error: 2_894
96
			.saturating_add(Weight::from_parts(32_487, 0).saturating_mul(m.into()))
97
			.saturating_add(T::DbWeight::get().reads(2_u64))
98
			.saturating_add(Weight::from_parts(0, 20).saturating_mul(m.into()))
99
	}
100
	/// Storage: `TreasuryCouncilCollective::Members` (r:1 w:0)
101
	/// Proof: `TreasuryCouncilCollective::Members` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
102
	/// Storage: `TreasuryCouncilCollective::ProposalOf` (r:1 w:0)
103
	/// Proof: `TreasuryCouncilCollective::ProposalOf` (`max_values`: None, `max_size`: None, mode: `Measured`)
104
	/// Storage: `MaintenanceMode::MaintenanceMode` (r:1 w:0)
105
	/// Proof: `MaintenanceMode::MaintenanceMode` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
106
	/// The range of component `b` is `[2, 1024]`.
107
	/// The range of component `m` is `[1, 9]`.
108
	fn propose_execute(b: u32, m: u32, ) -> Weight {
109
		// Proof Size summary in bytes:
110
		//  Measured:  `210 + m * (20 ±0)`
111
		//  Estimated: `3674 + m * (20 ±0)`
112
		// Minimum execution time: 18_156_000 picoseconds.
113
		Weight::from_parts(18_599_562, 3674)
114
			// Standard Error: 27
115
			.saturating_add(Weight::from_parts(1_495, 0).saturating_mul(b.into()))
116
			// Standard Error: 3_240
117
			.saturating_add(Weight::from_parts(37_695, 0).saturating_mul(m.into()))
118
			.saturating_add(T::DbWeight::get().reads(3_u64))
119
			.saturating_add(Weight::from_parts(0, 20).saturating_mul(m.into()))
120
	}
121
	/// Storage: `TreasuryCouncilCollective::Members` (r:1 w:0)
122
	/// Proof: `TreasuryCouncilCollective::Members` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
123
	/// Storage: `TreasuryCouncilCollective::ProposalOf` (r:1 w:1)
124
	/// Proof: `TreasuryCouncilCollective::ProposalOf` (`max_values`: None, `max_size`: None, mode: `Measured`)
125
	/// Storage: `TreasuryCouncilCollective::Proposals` (r:1 w:1)
126
	/// Proof: `TreasuryCouncilCollective::Proposals` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
127
	/// Storage: `TreasuryCouncilCollective::ProposalCount` (r:1 w:1)
128
	/// Proof: `TreasuryCouncilCollective::ProposalCount` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
129
	/// Storage: `TreasuryCouncilCollective::Voting` (r:0 w:1)
130
	/// Proof: `TreasuryCouncilCollective::Voting` (`max_values`: None, `max_size`: None, mode: `Measured`)
131
	/// The range of component `b` is `[2, 1024]`.
132
	/// The range of component `m` is `[2, 9]`.
133
	/// The range of component `p` is `[1, 20]`.
134
	fn propose_proposed(b: u32, m: u32, p: u32, ) -> Weight {
135
		// Proof Size summary in bytes:
136
		//  Measured:  `160 + m * (20 ±0) + p * (55 ±0)`
137
		//  Estimated: `3581 + m * (27 ±0) + p * (54 ±0)`
138
		// Minimum execution time: 21_057_000 picoseconds.
139
		Weight::from_parts(23_130_797, 3581)
140
			// Standard Error: 113
141
			.saturating_add(Weight::from_parts(3_298, 0).saturating_mul(b.into()))
142
			// Standard Error: 15_418
143
			.saturating_add(Weight::from_parts(76_023, 0).saturating_mul(m.into()))
144
			// Standard Error: 5_914
145
			.saturating_add(Weight::from_parts(405_922, 0).saturating_mul(p.into()))
146
			.saturating_add(T::DbWeight::get().reads(4_u64))
147
			.saturating_add(T::DbWeight::get().writes(4_u64))
148
			.saturating_add(Weight::from_parts(0, 27).saturating_mul(m.into()))
149
			.saturating_add(Weight::from_parts(0, 54).saturating_mul(p.into()))
150
	}
151
	/// Storage: `TreasuryCouncilCollective::Members` (r:1 w:0)
152
	/// Proof: `TreasuryCouncilCollective::Members` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
153
	/// Storage: `TreasuryCouncilCollective::Voting` (r:1 w:1)
154
	/// Proof: `TreasuryCouncilCollective::Voting` (`max_values`: None, `max_size`: None, mode: `Measured`)
155
	/// The range of component `m` is `[5, 9]`.
156
	fn vote(m: u32, ) -> Weight {
157
		// Proof Size summary in bytes:
158
		//  Measured:  `734 + m * (40 ±0)`
159
		//  Estimated: `4199 + m * (40 ±0)`
160
		// Minimum execution time: 24_669_000 picoseconds.
161
		Weight::from_parts(25_167_311, 4199)
162
			// Standard Error: 8_922
163
			.saturating_add(Weight::from_parts(123_545, 0).saturating_mul(m.into()))
164
			.saturating_add(T::DbWeight::get().reads(2_u64))
165
			.saturating_add(T::DbWeight::get().writes(1_u64))
166
			.saturating_add(Weight::from_parts(0, 40).saturating_mul(m.into()))
167
	}
168
	/// Storage: `TreasuryCouncilCollective::Voting` (r:1 w:1)
169
	/// Proof: `TreasuryCouncilCollective::Voting` (`max_values`: None, `max_size`: None, mode: `Measured`)
170
	/// Storage: `TreasuryCouncilCollective::Members` (r:1 w:0)
171
	/// Proof: `TreasuryCouncilCollective::Members` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
172
	/// Storage: `TreasuryCouncilCollective::Proposals` (r:1 w:1)
173
	/// Proof: `TreasuryCouncilCollective::Proposals` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
174
	/// Storage: `TreasuryCouncilCollective::ProposalOf` (r:0 w:1)
175
	/// Proof: `TreasuryCouncilCollective::ProposalOf` (`max_values`: None, `max_size`: None, mode: `Measured`)
176
	/// The range of component `m` is `[4, 9]`.
177
	/// The range of component `p` is `[1, 20]`.
178
	fn close_early_disapproved(m: u32, p: u32, ) -> Weight {
179
		// Proof Size summary in bytes:
180
		//  Measured:  `267 + m * (40 ±0) + p * (55 ±0)`
181
		//  Estimated: `3729 + m * (43 ±0) + p * (55 ±0)`
182
		// Minimum execution time: 26_522_000 picoseconds.
183
		Weight::from_parts(27_505_242, 3729)
184
			// Standard Error: 10_411
185
			.saturating_add(Weight::from_parts(52_540, 0).saturating_mul(m.into()))
186
			// Standard Error: 2_953
187
			.saturating_add(Weight::from_parts(292_281, 0).saturating_mul(p.into()))
188
			.saturating_add(T::DbWeight::get().reads(3_u64))
189
			.saturating_add(T::DbWeight::get().writes(3_u64))
190
			.saturating_add(Weight::from_parts(0, 43).saturating_mul(m.into()))
191
			.saturating_add(Weight::from_parts(0, 55).saturating_mul(p.into()))
192
	}
193
	/// Storage: `TreasuryCouncilCollective::Voting` (r:1 w:1)
194
	/// Proof: `TreasuryCouncilCollective::Voting` (`max_values`: None, `max_size`: None, mode: `Measured`)
195
	/// Storage: `TreasuryCouncilCollective::Members` (r:1 w:0)
196
	/// Proof: `TreasuryCouncilCollective::Members` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
197
	/// Storage: `TreasuryCouncilCollective::ProposalOf` (r:1 w:1)
198
	/// Proof: `TreasuryCouncilCollective::ProposalOf` (`max_values`: None, `max_size`: None, mode: `Measured`)
199
	/// Storage: `MaintenanceMode::MaintenanceMode` (r:1 w:0)
200
	/// Proof: `MaintenanceMode::MaintenanceMode` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
201
	/// Storage: `TreasuryCouncilCollective::Proposals` (r:1 w:1)
202
	/// Proof: `TreasuryCouncilCollective::Proposals` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
203
	/// The range of component `b` is `[2, 1024]`.
204
	/// The range of component `m` is `[4, 9]`.
205
	/// The range of component `p` is `[1, 20]`.
206
	fn close_early_approved(b: u32, m: u32, p: u32, ) -> Weight {
207
		// Proof Size summary in bytes:
208
		//  Measured:  `254 + b * (1 ±0) + m * (40 ±0) + p * (78 ±0)`
209
		//  Estimated: `3858 + b * (1 ±0) + m * (29 ±1) + p * (74 ±0)`
210
		// Minimum execution time: 39_229_000 picoseconds.
211
		Weight::from_parts(42_084_883, 3858)
212
			// Standard Error: 104
213
			.saturating_add(Weight::from_parts(2_503, 0).saturating_mul(b.into()))
214
			// Standard Error: 5_475
215
			.saturating_add(Weight::from_parts(490_334, 0).saturating_mul(p.into()))
216
			.saturating_add(T::DbWeight::get().reads(5_u64))
217
			.saturating_add(T::DbWeight::get().writes(3_u64))
218
			.saturating_add(Weight::from_parts(0, 1).saturating_mul(b.into()))
219
			.saturating_add(Weight::from_parts(0, 29).saturating_mul(m.into()))
220
			.saturating_add(Weight::from_parts(0, 74).saturating_mul(p.into()))
221
	}
222
	/// Storage: `TreasuryCouncilCollective::Voting` (r:1 w:1)
223
	/// Proof: `TreasuryCouncilCollective::Voting` (`max_values`: None, `max_size`: None, mode: `Measured`)
224
	/// Storage: `TreasuryCouncilCollective::Members` (r:1 w:0)
225
	/// Proof: `TreasuryCouncilCollective::Members` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
226
	/// Storage: `TreasuryCouncilCollective::Prime` (r:1 w:0)
227
	/// Proof: `TreasuryCouncilCollective::Prime` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
228
	/// Storage: `TreasuryCouncilCollective::Proposals` (r:1 w:1)
229
	/// Proof: `TreasuryCouncilCollective::Proposals` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
230
	/// Storage: `TreasuryCouncilCollective::ProposalOf` (r:0 w:1)
231
	/// Proof: `TreasuryCouncilCollective::ProposalOf` (`max_values`: None, `max_size`: None, mode: `Measured`)
232
	/// The range of component `m` is `[4, 9]`.
233
	/// The range of component `p` is `[1, 20]`.
234
	fn close_disapproved(m: u32, p: u32, ) -> Weight {
235
		// Proof Size summary in bytes:
236
		//  Measured:  `317 + m * (33 ±0) + p * (55 ±0)`
237
		//  Estimated: `3780 + m * (34 ±0) + p * (56 ±0)`
238
		// Minimum execution time: 29_027_000 picoseconds.
239
		Weight::from_parts(30_062_026, 3780)
240
			// Standard Error: 10_671
241
			.saturating_add(Weight::from_parts(44_289, 0).saturating_mul(m.into()))
242
			// Standard Error: 3_027
243
			.saturating_add(Weight::from_parts(302_214, 0).saturating_mul(p.into()))
244
			.saturating_add(T::DbWeight::get().reads(4_u64))
245
			.saturating_add(T::DbWeight::get().writes(3_u64))
246
			.saturating_add(Weight::from_parts(0, 34).saturating_mul(m.into()))
247
			.saturating_add(Weight::from_parts(0, 56).saturating_mul(p.into()))
248
	}
249
	/// Storage: `TreasuryCouncilCollective::Voting` (r:1 w:1)
250
	/// Proof: `TreasuryCouncilCollective::Voting` (`max_values`: None, `max_size`: None, mode: `Measured`)
251
	/// Storage: `TreasuryCouncilCollective::Members` (r:1 w:0)
252
	/// Proof: `TreasuryCouncilCollective::Members` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
253
	/// Storage: `TreasuryCouncilCollective::Prime` (r:1 w:0)
254
	/// Proof: `TreasuryCouncilCollective::Prime` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
255
	/// Storage: `TreasuryCouncilCollective::ProposalOf` (r:1 w:1)
256
	/// Proof: `TreasuryCouncilCollective::ProposalOf` (`max_values`: None, `max_size`: None, mode: `Measured`)
257
	/// Storage: `MaintenanceMode::MaintenanceMode` (r:1 w:0)
258
	/// Proof: `MaintenanceMode::MaintenanceMode` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
259
	/// Storage: `TreasuryCouncilCollective::Proposals` (r:1 w:1)
260
	/// Proof: `TreasuryCouncilCollective::Proposals` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
261
	/// The range of component `b` is `[2, 1024]`.
262
	/// The range of component `m` is `[4, 9]`.
263
	/// The range of component `p` is `[1, 20]`.
264
	fn close_approved(b: u32, m: u32, p: u32, ) -> Weight {
265
		// Proof Size summary in bytes:
266
		//  Measured:  `274 + b * (1 ±0) + m * (40 ±0) + p * (78 ±0)`
267
		//  Estimated: `3877 + b * (1 ±0) + m * (30 ±1) + p * (74 ±0)`
268
		// Minimum execution time: 42_128_000 picoseconds.
269
		Weight::from_parts(44_979_792, 3877)
270
			// Standard Error: 106
271
			.saturating_add(Weight::from_parts(2_480, 0).saturating_mul(b.into()))
272
			// Standard Error: 5_535
273
			.saturating_add(Weight::from_parts(497_345, 0).saturating_mul(p.into()))
274
			.saturating_add(T::DbWeight::get().reads(6_u64))
275
			.saturating_add(T::DbWeight::get().writes(3_u64))
276
			.saturating_add(Weight::from_parts(0, 1).saturating_mul(b.into()))
277
			.saturating_add(Weight::from_parts(0, 30).saturating_mul(m.into()))
278
			.saturating_add(Weight::from_parts(0, 74).saturating_mul(p.into()))
279
	}
280
	/// Storage: `TreasuryCouncilCollective::Proposals` (r:1 w:1)
281
	/// Proof: `TreasuryCouncilCollective::Proposals` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
282
	/// Storage: `TreasuryCouncilCollective::Voting` (r:0 w:1)
283
	/// Proof: `TreasuryCouncilCollective::Voting` (`max_values`: None, `max_size`: None, mode: `Measured`)
284
	/// Storage: `TreasuryCouncilCollective::ProposalOf` (r:0 w:1)
285
	/// Proof: `TreasuryCouncilCollective::ProposalOf` (`max_values`: None, `max_size`: None, mode: `Measured`)
286
	/// The range of component `p` is `[1, 20]`.
287
	fn disapprove_proposal(p: u32, ) -> Weight {
288
		// Proof Size summary in bytes:
289
		//  Measured:  `326 + p * (32 ±0)`
290
		//  Estimated: `1811 + p * (32 ±0)`
291
		// Minimum execution time: 14_036_000 picoseconds.
292
		Weight::from_parts(14_697_500, 1811)
293
			// Standard Error: 1_752
294
			.saturating_add(Weight::from_parts(226_397, 0).saturating_mul(p.into()))
295
			.saturating_add(T::DbWeight::get().reads(1_u64))
296
			.saturating_add(T::DbWeight::get().writes(3_u64))
297
			.saturating_add(Weight::from_parts(0, 32).saturating_mul(p.into()))
298
	}
299
	/// Storage: `TreasuryCouncilCollective::ProposalOf` (r:1 w:1)
300
	/// Proof: `TreasuryCouncilCollective::ProposalOf` (`max_values`: None, `max_size`: None, mode: `Measured`)
301
	/// Storage: `TreasuryCouncilCollective::CostOf` (r:1 w:0)
302
	/// Proof: `TreasuryCouncilCollective::CostOf` (`max_values`: None, `max_size`: None, mode: `Measured`)
303
	/// Storage: `TreasuryCouncilCollective::Proposals` (r:1 w:1)
304
	/// Proof: `TreasuryCouncilCollective::Proposals` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
305
	/// Storage: `TreasuryCouncilCollective::Voting` (r:0 w:1)
306
	/// Proof: `TreasuryCouncilCollective::Voting` (`max_values`: None, `max_size`: None, mode: `Measured`)
307
	/// The range of component `d` is `[0, 1]`.
308
	/// The range of component `p` is `[1, 20]`.
309
	fn kill(d: u32, p: u32, ) -> Weight {
310
		// Proof Size summary in bytes:
311
		//  Measured:  `1380 + p * (55 ±0)`
312
		//  Estimated: `4847 + d * (5 ±1) + p * (55 ±0)`
313
		// Minimum execution time: 23_951_000 picoseconds.
314
		Weight::from_parts(26_000_550, 4847)
315
			// Standard Error: 3_423
316
			.saturating_add(Weight::from_parts(333_599, 0).saturating_mul(p.into()))
317
			.saturating_add(T::DbWeight::get().reads(3_u64))
318
			.saturating_add(T::DbWeight::get().writes(3_u64))
319
			.saturating_add(Weight::from_parts(0, 5).saturating_mul(d.into()))
320
			.saturating_add(Weight::from_parts(0, 55).saturating_mul(p.into()))
321
	}
322
	/// Storage: `TreasuryCouncilCollective::ProposalOf` (r:1 w:0)
323
	/// Proof: `TreasuryCouncilCollective::ProposalOf` (`max_values`: None, `max_size`: None, mode: `Measured`)
324
	/// Storage: `TreasuryCouncilCollective::CostOf` (r:1 w:0)
325
	/// Proof: `TreasuryCouncilCollective::CostOf` (`max_values`: None, `max_size`: None, mode: `Measured`)
326
	fn release_proposal_cost() -> Weight {
327
		// Proof Size summary in bytes:
328
		//  Measured:  `813`
329
		//  Estimated: `4278`
330
		// Minimum execution time: 13_995_000 picoseconds.
331
		Weight::from_parts(14_561_000, 4278)
332
			.saturating_add(T::DbWeight::get().reads(2_u64))
333
	}
334
}