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 49.0.0
21
//! DATE: 2026-03-31, 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
// --disable-log-color
42
// --output=./runtime/moonriver/src/weights
43

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

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

            
51
/// Weights for `pallet_collective`.
52
pub struct WeightInfo<T>(PhantomData<T>);
53
impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
54
	/// Storage: `TreasuryCouncilCollective::Members` (r:1 w:1)
55
	/// Proof: `TreasuryCouncilCollective::Members` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
56
	/// Storage: `TreasuryCouncilCollective::Proposals` (r:1 w:0)
57
	/// Proof: `TreasuryCouncilCollective::Proposals` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
58
	/// Storage: `TreasuryCouncilCollective::Voting` (r:20 w:20)
59
	/// Proof: `TreasuryCouncilCollective::Voting` (`max_values`: None, `max_size`: None, mode: `Measured`)
60
	/// Storage: `TreasuryCouncilCollective::Prime` (r:0 w:1)
61
	/// Proof: `TreasuryCouncilCollective::Prime` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
62
	/// The range of component `m` is `[0, 9]`.
63
	/// The range of component `n` is `[0, 9]`.
64
	/// The range of component `p` is `[0, 20]`.
65
	/// The range of component `m` is `[0, 100]`.
66
	/// The range of component `n` is `[0, 100]`.
67
	/// The range of component `p` is `[0, 100]`.
68
11
	fn set_members(m: u32, _n: u32, p: u32, ) -> Weight {
69
		// Proof Size summary in bytes:
70
		//  Measured:  `0 + m * (425 ±0) + p * (206 ±0)`
71
		//  Estimated: `4183 + m * (266 ±3) + p * (2556 ±1)`
72
		// Minimum execution time: 8_469_000 picoseconds.
73
11
		Weight::from_parts(8_914_000, 4183)
74
			// Standard Error: 98_402
75
11
			.saturating_add(Weight::from_parts(3_230_871, 0).saturating_mul(m.into()))
76
			// Standard Error: 44_958
77
11
			.saturating_add(Weight::from_parts(3_904_194, 0).saturating_mul(p.into()))
78
11
			.saturating_add(T::DbWeight::get().reads(2_u64))
79
11
			.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into())))
80
11
			.saturating_add(T::DbWeight::get().writes(2_u64))
81
11
			.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into())))
82
11
			.saturating_add(Weight::from_parts(0, 266).saturating_mul(m.into()))
83
11
			.saturating_add(Weight::from_parts(0, 2556).saturating_mul(p.into()))
84
11
	}
85
	/// Storage: `TreasuryCouncilCollective::Members` (r:1 w:0)
86
	/// Proof: `TreasuryCouncilCollective::Members` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
87
	/// Storage: `MaintenanceMode::MaintenanceMode` (r:1 w:0)
88
	/// Proof: `MaintenanceMode::MaintenanceMode` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
89
	/// The range of component `b` is `[2, 1024]`.
90
	/// The range of component `m` is `[1, 9]`.
91
	/// The range of component `b` is `[2, 1024]`.
92
	/// The range of component `m` is `[1, 100]`.
93
	fn execute(b: u32, m: u32, ) -> Weight {
94
		// Proof Size summary in bytes:
95
		//  Measured:  `281 + m * (20 ±0)`
96
		//  Estimated: `1765 + m * (20 ±0)`
97
		// Minimum execution time: 16_994_000 picoseconds.
98
		Weight::from_parts(16_873_245, 1765)
99
			// Standard Error: 60
100
			.saturating_add(Weight::from_parts(1_894, 0).saturating_mul(b.into()))
101
			// Standard Error: 7_228
102
			.saturating_add(Weight::from_parts(163_397, 0).saturating_mul(m.into()))
103
			.saturating_add(T::DbWeight::get().reads(2_u64))
104
			.saturating_add(Weight::from_parts(0, 20).saturating_mul(m.into()))
105
	}
106
	/// Storage: `TreasuryCouncilCollective::Members` (r:1 w:0)
107
	/// Proof: `TreasuryCouncilCollective::Members` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
108
	/// Storage: `TreasuryCouncilCollective::ProposalOf` (r:1 w:0)
109
	/// Proof: `TreasuryCouncilCollective::ProposalOf` (`max_values`: None, `max_size`: None, mode: `Measured`)
110
	/// Storage: `MaintenanceMode::MaintenanceMode` (r:1 w:0)
111
	/// Proof: `MaintenanceMode::MaintenanceMode` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
112
	/// The range of component `b` is `[2, 1024]`.
113
	/// The range of component `m` is `[1, 9]`.
114
	/// The range of component `b` is `[2, 1024]`.
115
	/// The range of component `m` is `[1, 100]`.
116
	fn propose_execute(b: u32, m: u32, ) -> Weight {
117
		// Proof Size summary in bytes:
118
		//  Measured:  `281 + m * (20 ±0)`
119
		//  Estimated: `3745 + m * (20 ±0)`
120
		// Minimum execution time: 19_283_000 picoseconds.
121
		Weight::from_parts(19_420_719, 3745)
122
			// Standard Error: 64
123
			.saturating_add(Weight::from_parts(1_879, 0).saturating_mul(b.into()))
124
			// Standard Error: 7_706
125
			.saturating_add(Weight::from_parts(170_715, 0).saturating_mul(m.into()))
126
			.saturating_add(T::DbWeight::get().reads(3_u64))
127
			.saturating_add(Weight::from_parts(0, 20).saturating_mul(m.into()))
128
	}
129
	/// Storage: `TreasuryCouncilCollective::Members` (r:1 w:0)
130
	/// Proof: `TreasuryCouncilCollective::Members` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
131
	/// Storage: `TreasuryCouncilCollective::ProposalOf` (r:1 w:1)
132
	/// Proof: `TreasuryCouncilCollective::ProposalOf` (`max_values`: None, `max_size`: None, mode: `Measured`)
133
	/// Storage: `TreasuryCouncilCollective::Proposals` (r:1 w:1)
134
	/// Proof: `TreasuryCouncilCollective::Proposals` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
135
	/// Storage: `TreasuryCouncilCollective::ProposalCount` (r:1 w:1)
136
	/// Proof: `TreasuryCouncilCollective::ProposalCount` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
137
	/// Storage: `TreasuryCouncilCollective::Voting` (r:0 w:1)
138
	/// Proof: `TreasuryCouncilCollective::Voting` (`max_values`: None, `max_size`: None, mode: `Measured`)
139
	/// The range of component `b` is `[2, 1024]`.
140
	/// The range of component `m` is `[2, 9]`.
141
	/// The range of component `p` is `[1, 20]`.
142
	/// The range of component `b` is `[2, 1024]`.
143
	/// The range of component `m` is `[2, 100]`.
144
	/// The range of component `p` is `[1, 100]`.
145
	fn propose_proposed(b: u32, m: u32, p: u32, ) -> Weight {
146
		// Proof Size summary in bytes:
147
		//  Measured:  `193 + m * (20 ±0) + p * (55 ±0)`
148
		//  Estimated: `3614 + m * (27 ±0) + p * (54 ±0)`
149
		// Minimum execution time: 20_481_000 picoseconds.
150
		Weight::from_parts(21_339_446, 3614)
151
			// Standard Error: 91
152
			.saturating_add(Weight::from_parts(2_984, 0).saturating_mul(b.into()))
153
			// Standard Error: 12_489
154
			.saturating_add(Weight::from_parts(116_188, 0).saturating_mul(m.into()))
155
			// Standard Error: 4_791
156
			.saturating_add(Weight::from_parts(393_607, 0).saturating_mul(p.into()))
157
			.saturating_add(T::DbWeight::get().reads(4_u64))
158
			.saturating_add(T::DbWeight::get().writes(4_u64))
159
			.saturating_add(Weight::from_parts(0, 27).saturating_mul(m.into()))
160
			.saturating_add(Weight::from_parts(0, 54).saturating_mul(p.into()))
161
	}
162
	/// Storage: `TreasuryCouncilCollective::Members` (r:1 w:0)
163
	/// Proof: `TreasuryCouncilCollective::Members` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
164
	/// Storage: `TreasuryCouncilCollective::Voting` (r:1 w:1)
165
	/// Proof: `TreasuryCouncilCollective::Voting` (`max_values`: None, `max_size`: None, mode: `Measured`)
166
	/// The range of component `m` is `[5, 9]`.
167
	/// The range of component `m` is `[5, 100]`.
168
	fn vote(m: u32, ) -> Weight {
169
		// Proof Size summary in bytes:
170
		//  Measured:  `767 + m * (40 ±0)`
171
		//  Estimated: `4232 + m * (40 ±0)`
172
		// Minimum execution time: 22_481_000 picoseconds.
173
		Weight::from_parts(23_233_142, 4232)
174
			// Standard Error: 8_728
175
			.saturating_add(Weight::from_parts(88_290, 0).saturating_mul(m.into()))
176
			.saturating_add(T::DbWeight::get().reads(2_u64))
177
			.saturating_add(T::DbWeight::get().writes(1_u64))
178
			.saturating_add(Weight::from_parts(0, 40).saturating_mul(m.into()))
179
	}
180
	/// Storage: `TreasuryCouncilCollective::Voting` (r:1 w:1)
181
	/// Proof: `TreasuryCouncilCollective::Voting` (`max_values`: None, `max_size`: None, mode: `Measured`)
182
	/// Storage: `TreasuryCouncilCollective::Members` (r:1 w:0)
183
	/// Proof: `TreasuryCouncilCollective::Members` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
184
	/// Storage: `TreasuryCouncilCollective::Proposals` (r:1 w:1)
185
	/// Proof: `TreasuryCouncilCollective::Proposals` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
186
	/// Storage: `TreasuryCouncilCollective::ProposalOf` (r:0 w:1)
187
	/// Proof: `TreasuryCouncilCollective::ProposalOf` (`max_values`: None, `max_size`: None, mode: `Measured`)
188
	/// The range of component `m` is `[4, 9]`.
189
	/// The range of component `p` is `[1, 20]`.
190
	/// The range of component `m` is `[4, 100]`.
191
	/// The range of component `p` is `[1, 100]`.
192
	fn close_early_disapproved(m: u32, p: u32, ) -> Weight {
193
		// Proof Size summary in bytes:
194
		//  Measured:  `300 + m * (40 ±0) + p * (55 ±0)`
195
		//  Estimated: `3762 + m * (43 ±0) + p * (55 ±0)`
196
		// Minimum execution time: 24_145_000 picoseconds.
197
		Weight::from_parts(25_440_294, 3762)
198
			// Standard Error: 10_351
199
			.saturating_add(Weight::from_parts(38_432, 0).saturating_mul(m.into()))
200
			// Standard Error: 2_936
201
			.saturating_add(Weight::from_parts(296_047, 0).saturating_mul(p.into()))
202
			.saturating_add(T::DbWeight::get().reads(3_u64))
203
			.saturating_add(T::DbWeight::get().writes(3_u64))
204
			.saturating_add(Weight::from_parts(0, 43).saturating_mul(m.into()))
205
			.saturating_add(Weight::from_parts(0, 55).saturating_mul(p.into()))
206
	}
207
	/// Storage: `TreasuryCouncilCollective::Voting` (r:1 w:1)
208
	/// Proof: `TreasuryCouncilCollective::Voting` (`max_values`: None, `max_size`: None, mode: `Measured`)
209
	/// Storage: `TreasuryCouncilCollective::Members` (r:1 w:0)
210
	/// Proof: `TreasuryCouncilCollective::Members` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
211
	/// Storage: `TreasuryCouncilCollective::ProposalOf` (r:1 w:1)
212
	/// Proof: `TreasuryCouncilCollective::ProposalOf` (`max_values`: None, `max_size`: None, mode: `Measured`)
213
	/// Storage: `MaintenanceMode::MaintenanceMode` (r:1 w:0)
214
	/// Proof: `MaintenanceMode::MaintenanceMode` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
215
	/// Storage: `TreasuryCouncilCollective::Proposals` (r:1 w:1)
216
	/// Proof: `TreasuryCouncilCollective::Proposals` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
217
	/// The range of component `b` is `[2, 1024]`.
218
	/// The range of component `m` is `[4, 9]`.
219
	/// The range of component `p` is `[1, 20]`.
220
	/// The range of component `b` is `[2, 1024]`.
221
	/// The range of component `m` is `[4, 100]`.
222
	/// The range of component `p` is `[1, 100]`.
223
	fn close_early_approved(b: u32, m: u32, p: u32, ) -> Weight {
224
		// Proof Size summary in bytes:
225
		//  Measured:  `325 + b * (1 ±0) + m * (40 ±0) + p * (78 ±0)`
226
		//  Estimated: `3929 + b * (1 ±0) + m * (29 ±1) + p * (74 ±0)`
227
		// Minimum execution time: 37_700_000 picoseconds.
228
		Weight::from_parts(40_575_768, 3929)
229
			// Standard Error: 95
230
			.saturating_add(Weight::from_parts(2_391, 0).saturating_mul(b.into()))
231
			// Standard Error: 4_997
232
			.saturating_add(Weight::from_parts(488_502, 0).saturating_mul(p.into()))
233
			.saturating_add(T::DbWeight::get().reads(5_u64))
234
			.saturating_add(T::DbWeight::get().writes(3_u64))
235
			.saturating_add(Weight::from_parts(0, 1).saturating_mul(b.into()))
236
			.saturating_add(Weight::from_parts(0, 29).saturating_mul(m.into()))
237
			.saturating_add(Weight::from_parts(0, 74).saturating_mul(p.into()))
238
	}
239
	/// Storage: `TreasuryCouncilCollective::Voting` (r:1 w:1)
240
	/// Proof: `TreasuryCouncilCollective::Voting` (`max_values`: None, `max_size`: None, mode: `Measured`)
241
	/// Storage: `TreasuryCouncilCollective::Members` (r:1 w:0)
242
	/// Proof: `TreasuryCouncilCollective::Members` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
243
	/// Storage: `TreasuryCouncilCollective::Prime` (r:1 w:0)
244
	/// Proof: `TreasuryCouncilCollective::Prime` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
245
	/// Storage: `TreasuryCouncilCollective::Proposals` (r:1 w:1)
246
	/// Proof: `TreasuryCouncilCollective::Proposals` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
247
	/// Storage: `TreasuryCouncilCollective::ProposalOf` (r:0 w:1)
248
	/// Proof: `TreasuryCouncilCollective::ProposalOf` (`max_values`: None, `max_size`: None, mode: `Measured`)
249
	/// The range of component `m` is `[4, 9]`.
250
	/// The range of component `p` is `[1, 20]`.
251
	/// The range of component `m` is `[4, 100]`.
252
	/// The range of component `p` is `[1, 100]`.
253
	fn close_disapproved(m: u32, p: u32, ) -> Weight {
254
		// Proof Size summary in bytes:
255
		//  Measured:  `350 + m * (33 ±0) + p * (55 ±0)`
256
		//  Estimated: `3813 + m * (34 ±0) + p * (56 ±0)`
257
		// Minimum execution time: 26_569_000 picoseconds.
258
		Weight::from_parts(27_950_894, 3813)
259
			// Standard Error: 9_830
260
			.saturating_add(Weight::from_parts(22_860, 0).saturating_mul(m.into()))
261
			// Standard Error: 2_788
262
			.saturating_add(Weight::from_parts(296_567, 0).saturating_mul(p.into()))
263
			.saturating_add(T::DbWeight::get().reads(4_u64))
264
			.saturating_add(T::DbWeight::get().writes(3_u64))
265
			.saturating_add(Weight::from_parts(0, 34).saturating_mul(m.into()))
266
			.saturating_add(Weight::from_parts(0, 56).saturating_mul(p.into()))
267
	}
268
	/// Storage: `TreasuryCouncilCollective::Voting` (r:1 w:1)
269
	/// Proof: `TreasuryCouncilCollective::Voting` (`max_values`: None, `max_size`: None, mode: `Measured`)
270
	/// Storage: `TreasuryCouncilCollective::Members` (r:1 w:0)
271
	/// Proof: `TreasuryCouncilCollective::Members` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
272
	/// Storage: `TreasuryCouncilCollective::Prime` (r:1 w:0)
273
	/// Proof: `TreasuryCouncilCollective::Prime` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
274
	/// Storage: `TreasuryCouncilCollective::ProposalOf` (r:1 w:1)
275
	/// Proof: `TreasuryCouncilCollective::ProposalOf` (`max_values`: None, `max_size`: None, mode: `Measured`)
276
	/// Storage: `MaintenanceMode::MaintenanceMode` (r:1 w:0)
277
	/// Proof: `MaintenanceMode::MaintenanceMode` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
278
	/// Storage: `TreasuryCouncilCollective::Proposals` (r:1 w:1)
279
	/// Proof: `TreasuryCouncilCollective::Proposals` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
280
	/// The range of component `b` is `[2, 1024]`.
281
	/// The range of component `m` is `[4, 9]`.
282
	/// The range of component `p` is `[1, 20]`.
283
	/// The range of component `b` is `[2, 1024]`.
284
	/// The range of component `m` is `[4, 100]`.
285
	/// The range of component `p` is `[1, 100]`.
286
	fn close_approved(b: u32, m: u32, p: u32, ) -> Weight {
287
		// Proof Size summary in bytes:
288
		//  Measured:  `345 + b * (1 ±0) + m * (40 ±0) + p * (78 ±0)`
289
		//  Estimated: `3948 + b * (1 ±0) + m * (30 ±1) + p * (74 ±0)`
290
		// Minimum execution time: 39_790_000 picoseconds.
291
		Weight::from_parts(42_329_342, 3948)
292
			// Standard Error: 107
293
			.saturating_add(Weight::from_parts(2_521, 0).saturating_mul(b.into()))
294
			// Standard Error: 5_585
295
			.saturating_add(Weight::from_parts(502_816, 0).saturating_mul(p.into()))
296
			.saturating_add(T::DbWeight::get().reads(6_u64))
297
			.saturating_add(T::DbWeight::get().writes(3_u64))
298
			.saturating_add(Weight::from_parts(0, 1).saturating_mul(b.into()))
299
			.saturating_add(Weight::from_parts(0, 30).saturating_mul(m.into()))
300
			.saturating_add(Weight::from_parts(0, 74).saturating_mul(p.into()))
301
	}
302
	/// Storage: `TreasuryCouncilCollective::Proposals` (r:1 w:1)
303
	/// Proof: `TreasuryCouncilCollective::Proposals` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
304
	/// Storage: `TreasuryCouncilCollective::Voting` (r:0 w:1)
305
	/// Proof: `TreasuryCouncilCollective::Voting` (`max_values`: None, `max_size`: None, mode: `Measured`)
306
	/// Storage: `TreasuryCouncilCollective::ProposalOf` (r:0 w:1)
307
	/// Proof: `TreasuryCouncilCollective::ProposalOf` (`max_values`: None, `max_size`: None, mode: `Measured`)
308
	/// The range of component `p` is `[1, 20]`.
309
	/// The range of component `p` is `[1, 100]`.
310
	fn disapprove_proposal(p: u32, ) -> Weight {
311
		// Proof Size summary in bytes:
312
		//  Measured:  `359 + p * (32 ±0)`
313
		//  Estimated: `1844 + p * (32 ±0)`
314
		// Minimum execution time: 13_527_000 picoseconds.
315
		Weight::from_parts(14_267_582, 1844)
316
			// Standard Error: 1_879
317
			.saturating_add(Weight::from_parts(223_821, 0).saturating_mul(p.into()))
318
			.saturating_add(T::DbWeight::get().reads(1_u64))
319
			.saturating_add(T::DbWeight::get().writes(3_u64))
320
			.saturating_add(Weight::from_parts(0, 32).saturating_mul(p.into()))
321
	}
322
	/// Storage: `TreasuryCouncilCollective::ProposalOf` (r:1 w:1)
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
	/// Storage: `TreasuryCouncilCollective::Proposals` (r:1 w:1)
327
	/// Proof: `TreasuryCouncilCollective::Proposals` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
328
	/// Storage: `TreasuryCouncilCollective::Voting` (r:0 w:1)
329
	/// Proof: `TreasuryCouncilCollective::Voting` (`max_values`: None, `max_size`: None, mode: `Measured`)
330
	/// The range of component `d` is `[0, 1]`.
331
	/// The range of component `p` is `[1, 20]`.
332
	/// The range of component `d` is `[0, 1]`.
333
	/// The range of component `p` is `[1, 100]`.
334
	fn kill(d: u32, p: u32, ) -> Weight {
335
		// Proof Size summary in bytes:
336
		//  Measured:  `1413 + p * (55 ±0)`
337
		//  Estimated: `4880 + d * (5 ±1) + p * (55 ±0)`
338
		// Minimum execution time: 21_818_000 picoseconds.
339
		Weight::from_parts(23_864_902, 4880)
340
			// Standard Error: 3_084
341
			.saturating_add(Weight::from_parts(345_553, 0).saturating_mul(p.into()))
342
			.saturating_add(T::DbWeight::get().reads(3_u64))
343
			.saturating_add(T::DbWeight::get().writes(3_u64))
344
			.saturating_add(Weight::from_parts(0, 5).saturating_mul(d.into()))
345
			.saturating_add(Weight::from_parts(0, 55).saturating_mul(p.into()))
346
	}
347
	/// Storage: `TreasuryCouncilCollective::ProposalOf` (r:1 w:0)
348
	/// Proof: `TreasuryCouncilCollective::ProposalOf` (`max_values`: None, `max_size`: None, mode: `Measured`)
349
	/// Storage: `TreasuryCouncilCollective::CostOf` (r:1 w:0)
350
	/// Proof: `TreasuryCouncilCollective::CostOf` (`max_values`: None, `max_size`: None, mode: `Measured`)
351
	fn release_proposal_cost() -> Weight {
352
		// Proof Size summary in bytes:
353
		//  Measured:  `846`
354
		//  Estimated: `4311`
355
		// Minimum execution time: 12_959_000 picoseconds.
356
		Weight::from_parts(13_697_000, 4311)
357
			.saturating_add(T::DbWeight::get().reads(2_u64))
358
	}
359
}