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_treasury_council`
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_treasury_council
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
use pallet_collective as pallet_collective_treasury_council;
51

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