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 51.0.0
21
//! DATE: 2026-02-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
22
//! WORST CASE MAP SIZE: `1000000`
23
//! HOSTNAME: `ip-10-0-0-176`, 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/moonbeam-runtime/moonbeam_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/moonbeam/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
10
	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: `4150 + m * (266 ±3) + p * (2556 ±1)`
72
		// Minimum execution time: 8_950_000 picoseconds.
73
10
		Weight::from_parts(9_313_000, 4150)
74
			// Standard Error: 104_061
75
10
			.saturating_add(Weight::from_parts(3_386_565, 0).saturating_mul(m.into()))
76
			// Standard Error: 47_543
77
10
			.saturating_add(Weight::from_parts(4_134_267, 0).saturating_mul(p.into()))
78
10
			.saturating_add(T::DbWeight::get().reads(2_u64))
79
10
			.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into())))
80
10
			.saturating_add(T::DbWeight::get().writes(2_u64))
81
10
			.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into())))
82
10
			.saturating_add(Weight::from_parts(0, 266).saturating_mul(m.into()))
83
10
			.saturating_add(Weight::from_parts(0, 2556).saturating_mul(p.into()))
84
10
	}
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:  `210 + m * (20 ±0)`
96
		//  Estimated: `1694 + m * (20 ±0)`
97
		// Minimum execution time: 15_836_000 picoseconds.
98
		Weight::from_parts(16_079_348, 1694)
99
			// Standard Error: 26
100
			.saturating_add(Weight::from_parts(1_511, 0).saturating_mul(b.into()))
101
			// Standard Error: 3_101
102
			.saturating_add(Weight::from_parts(42_864, 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:  `210 + m * (20 ±0)`
119
		//  Estimated: `3674 + m * (20 ±0)`
120
		// Minimum execution time: 18_729_000 picoseconds.
121
		Weight::from_parts(18_836_222, 3674)
122
			// Standard Error: 32
123
			.saturating_add(Weight::from_parts(1_587, 0).saturating_mul(b.into()))
124
			// Standard Error: 3_888
125
			.saturating_add(Weight::from_parts(67_921, 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:  `160 + m * (20 ±0) + p * (55 ±0)`
148
		//  Estimated: `3581 + m * (27 ±0) + p * (54 ±0)`
149
		// Minimum execution time: 21_834_000 picoseconds.
150
		Weight::from_parts(22_867_926, 3581)
151
			// Standard Error: 91
152
			.saturating_add(Weight::from_parts(2_970, 0).saturating_mul(b.into()))
153
			// Standard Error: 12_474
154
			.saturating_add(Weight::from_parts(88_315, 0).saturating_mul(m.into()))
155
			// Standard Error: 4_785
156
			.saturating_add(Weight::from_parts(411_592, 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:  `734 + m * (40 ±0)`
171
		//  Estimated: `4199 + m * (40 ±0)`
172
		// Minimum execution time: 23_301_000 picoseconds.
173
		Weight::from_parts(24_031_174, 4199)
174
			// Standard Error: 8_402
175
			.saturating_add(Weight::from_parts(97_218, 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:  `267 + m * (40 ±0) + p * (55 ±0)`
195
		//  Estimated: `3729 + m * (43 ±0) + p * (55 ±0)`
196
		// Minimum execution time: 25_638_000 picoseconds.
197
		Weight::from_parts(26_841_587, 3729)
198
			// Standard Error: 9_922
199
			.saturating_add(Weight::from_parts(51_498, 0).saturating_mul(m.into()))
200
			// Standard Error: 2_814
201
			.saturating_add(Weight::from_parts(309_912, 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:  `254 + b * (1 ±0) + m * (40 ±0) + p * (78 ±0)`
226
		//  Estimated: `3858 + b * (1 ±0) + m * (29 ±1) + p * (74 ±0)`
227
		// Minimum execution time: 38_463_000 picoseconds.
228
		Weight::from_parts(41_486_034, 3858)
229
			// Standard Error: 97
230
			.saturating_add(Weight::from_parts(2_569, 0).saturating_mul(b.into()))
231
			// Standard Error: 5_067
232
			.saturating_add(Weight::from_parts(531_861, 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:  `317 + m * (33 ±0) + p * (55 ±0)`
256
		//  Estimated: `3780 + m * (34 ±0) + p * (56 ±0)`
257
		// Minimum execution time: 27_597_000 picoseconds.
258
		Weight::from_parts(28_878_744, 3780)
259
			// Standard Error: 10_771
260
			.saturating_add(Weight::from_parts(61_215, 0).saturating_mul(m.into()))
261
			// Standard Error: 3_055
262
			.saturating_add(Weight::from_parts(330_828, 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:  `274 + b * (1 ±0) + m * (40 ±0) + p * (78 ±0)`
289
		//  Estimated: `3877 + b * (1 ±0) + m * (30 ±1) + p * (74 ±0)`
290
		// Minimum execution time: 41_548_000 picoseconds.
291
		Weight::from_parts(43_689_301, 3877)
292
			// Standard Error: 102
293
			.saturating_add(Weight::from_parts(2_549, 0).saturating_mul(b.into()))
294
			// Standard Error: 5_359
295
			.saturating_add(Weight::from_parts(529_889, 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:  `326 + p * (32 ±0)`
313
		//  Estimated: `1811 + p * (32 ±0)`
314
		// Minimum execution time: 14_446_000 picoseconds.
315
		Weight::from_parts(15_116_214, 1811)
316
			// Standard Error: 1_564
317
			.saturating_add(Weight::from_parts(226_036, 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:  `1380 + p * (55 ±0)`
337
		//  Estimated: `4847 + d * (5 ±1) + p * (55 ±0)`
338
		// Minimum execution time: 22_778_000 picoseconds.
339
		Weight::from_parts(24_711_765, 4847)
340
			// Standard Error: 2_732
341
			.saturating_add(Weight::from_parts(369_766, 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:  `813`
354
		//  Estimated: `4278`
355
		// Minimum execution time: 13_931_000 picoseconds.
356
		Weight::from_parts(14_379_000, 4278)
357
			.saturating_add(T::DbWeight::get().reads(2_u64))
358
	}
359
}