moonbeam_runtime/weights/pallet_collective_treasury_council_collective.rs
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: 2025-12-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// --output=./runtime/moonbeam/src/weights
42
43#![cfg_attr(rustfmt, rustfmt_skip)]
44#![allow(unused_parens)]
45#![allow(unused_imports)]
46
47use frame_support::{traits::Get, weights::{Weight, constants::RocksDbWeight}};
48use sp_std::marker::PhantomData;
49
50/// Weights for `pallet_collective`.
51pub struct WeightInfo<T>(PhantomData<T>);
52impl<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 /// The range of component `m` is `[0, 100]`.
65 /// The range of component `n` is `[0, 100]`.
66 /// The range of component `p` is `[0, 100]`.
67 fn set_members(m: u32, _n: u32, p: u32, ) -> Weight {
68 // Proof Size summary in bytes:
69 // Measured: `0 + m * (425 ±0) + p * (206 ±0)`
70 // Estimated: `4150 + m * (266 ±3) + p * (2556 ±1)`
71 // Minimum execution time: 8_749_000 picoseconds.
72 Weight::from_parts(9_126_000, 4150)
73 // Standard Error: 103_088
74 .saturating_add(Weight::from_parts(3_322_671, 0).saturating_mul(m.into()))
75 // Standard Error: 47_099
76 .saturating_add(Weight::from_parts(4_079_673, 0).saturating_mul(p.into()))
77 .saturating_add(T::DbWeight::get().reads(2_u64))
78 .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into())))
79 .saturating_add(T::DbWeight::get().writes(2_u64))
80 .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into())))
81 .saturating_add(Weight::from_parts(0, 266).saturating_mul(m.into()))
82 .saturating_add(Weight::from_parts(0, 2556).saturating_mul(p.into()))
83 }
84 /// Storage: `TreasuryCouncilCollective::Members` (r:1 w:0)
85 /// Proof: `TreasuryCouncilCollective::Members` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
86 /// Storage: `MaintenanceMode::MaintenanceMode` (r:1 w:0)
87 /// Proof: `MaintenanceMode::MaintenanceMode` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
88 /// The range of component `b` is `[2, 1024]`.
89 /// The range of component `m` is `[1, 9]`.
90 /// The range of component `b` is `[2, 1024]`.
91 /// The range of component `m` is `[1, 100]`.
92 fn execute(b: u32, m: u32, ) -> Weight {
93 // Proof Size summary in bytes:
94 // Measured: `210 + m * (20 ±0)`
95 // Estimated: `1694 + m * (20 ±0)`
96 // Minimum execution time: 15_839_000 picoseconds.
97 Weight::from_parts(16_071_475, 1694)
98 // Standard Error: 26
99 .saturating_add(Weight::from_parts(1_497, 0).saturating_mul(b.into()))
100 // Standard Error: 3_109
101 .saturating_add(Weight::from_parts(38_460, 0).saturating_mul(m.into()))
102 .saturating_add(T::DbWeight::get().reads(2_u64))
103 .saturating_add(Weight::from_parts(0, 20).saturating_mul(m.into()))
104 }
105 /// Storage: `TreasuryCouncilCollective::Members` (r:1 w:0)
106 /// Proof: `TreasuryCouncilCollective::Members` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
107 /// Storage: `TreasuryCouncilCollective::ProposalOf` (r:1 w:0)
108 /// Proof: `TreasuryCouncilCollective::ProposalOf` (`max_values`: None, `max_size`: None, mode: `Measured`)
109 /// Storage: `MaintenanceMode::MaintenanceMode` (r:1 w:0)
110 /// Proof: `MaintenanceMode::MaintenanceMode` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
111 /// The range of component `b` is `[2, 1024]`.
112 /// The range of component `m` is `[1, 9]`.
113 /// The range of component `b` is `[2, 1024]`.
114 /// The range of component `m` is `[1, 100]`.
115 fn propose_execute(b: u32, m: u32, ) -> Weight {
116 // Proof Size summary in bytes:
117 // Measured: `210 + m * (20 ±0)`
118 // Estimated: `3674 + m * (20 ±0)`
119 // Minimum execution time: 18_225_000 picoseconds.
120 Weight::from_parts(18_677_485, 3674)
121 // Standard Error: 28
122 .saturating_add(Weight::from_parts(1_509, 0).saturating_mul(b.into()))
123 // Standard Error: 3_407
124 .saturating_add(Weight::from_parts(41_355, 0).saturating_mul(m.into()))
125 .saturating_add(T::DbWeight::get().reads(3_u64))
126 .saturating_add(Weight::from_parts(0, 20).saturating_mul(m.into()))
127 }
128 /// Storage: `TreasuryCouncilCollective::Members` (r:1 w:0)
129 /// Proof: `TreasuryCouncilCollective::Members` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
130 /// Storage: `TreasuryCouncilCollective::ProposalOf` (r:1 w:1)
131 /// Proof: `TreasuryCouncilCollective::ProposalOf` (`max_values`: None, `max_size`: None, mode: `Measured`)
132 /// Storage: `TreasuryCouncilCollective::Proposals` (r:1 w:1)
133 /// Proof: `TreasuryCouncilCollective::Proposals` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
134 /// Storage: `TreasuryCouncilCollective::ProposalCount` (r:1 w:1)
135 /// Proof: `TreasuryCouncilCollective::ProposalCount` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
136 /// Storage: `TreasuryCouncilCollective::Voting` (r:0 w:1)
137 /// Proof: `TreasuryCouncilCollective::Voting` (`max_values`: None, `max_size`: None, mode: `Measured`)
138 /// The range of component `b` is `[2, 1024]`.
139 /// The range of component `m` is `[2, 9]`.
140 /// The range of component `p` is `[1, 20]`.
141 /// The range of component `b` is `[2, 1024]`.
142 /// The range of component `m` is `[2, 100]`.
143 /// The range of component `p` is `[1, 100]`.
144 fn propose_proposed(b: u32, m: u32, p: u32, ) -> Weight {
145 // Proof Size summary in bytes:
146 // Measured: `160 + m * (20 ±0) + p * (55 ±0)`
147 // Estimated: `3581 + m * (27 ±0) + p * (54 ±0)`
148 // Minimum execution time: 21_544_000 picoseconds.
149 Weight::from_parts(21_868_425, 3581)
150 // Standard Error: 93
151 .saturating_add(Weight::from_parts(3_312, 0).saturating_mul(b.into()))
152 // Standard Error: 12_766
153 .saturating_add(Weight::from_parts(108_813, 0).saturating_mul(m.into()))
154 // Standard Error: 4_897
155 .saturating_add(Weight::from_parts(433_259, 0).saturating_mul(p.into()))
156 .saturating_add(T::DbWeight::get().reads(4_u64))
157 .saturating_add(T::DbWeight::get().writes(4_u64))
158 .saturating_add(Weight::from_parts(0, 27).saturating_mul(m.into()))
159 .saturating_add(Weight::from_parts(0, 54).saturating_mul(p.into()))
160 }
161 /// Storage: `TreasuryCouncilCollective::Members` (r:1 w:0)
162 /// Proof: `TreasuryCouncilCollective::Members` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
163 /// Storage: `TreasuryCouncilCollective::Voting` (r:1 w:1)
164 /// Proof: `TreasuryCouncilCollective::Voting` (`max_values`: None, `max_size`: None, mode: `Measured`)
165 /// The range of component `m` is `[5, 9]`.
166 /// The range of component `m` is `[5, 100]`.
167 fn vote(m: u32, ) -> Weight {
168 // Proof Size summary in bytes:
169 // Measured: `734 + m * (40 ±0)`
170 // Estimated: `4199 + m * (40 ±0)`
171 // Minimum execution time: 23_078_000 picoseconds.
172 Weight::from_parts(23_899_752, 4199)
173 // Standard Error: 8_076
174 .saturating_add(Weight::from_parts(101_949, 0).saturating_mul(m.into()))
175 .saturating_add(T::DbWeight::get().reads(2_u64))
176 .saturating_add(T::DbWeight::get().writes(1_u64))
177 .saturating_add(Weight::from_parts(0, 40).saturating_mul(m.into()))
178 }
179 /// Storage: `TreasuryCouncilCollective::Voting` (r:1 w:1)
180 /// Proof: `TreasuryCouncilCollective::Voting` (`max_values`: None, `max_size`: None, mode: `Measured`)
181 /// Storage: `TreasuryCouncilCollective::Members` (r:1 w:0)
182 /// Proof: `TreasuryCouncilCollective::Members` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
183 /// Storage: `TreasuryCouncilCollective::Proposals` (r:1 w:1)
184 /// Proof: `TreasuryCouncilCollective::Proposals` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
185 /// Storage: `TreasuryCouncilCollective::ProposalOf` (r:0 w:1)
186 /// Proof: `TreasuryCouncilCollective::ProposalOf` (`max_values`: None, `max_size`: None, mode: `Measured`)
187 /// The range of component `m` is `[4, 9]`.
188 /// The range of component `p` is `[1, 20]`.
189 /// The range of component `m` is `[4, 100]`.
190 /// The range of component `p` is `[1, 100]`.
191 fn close_early_disapproved(m: u32, p: u32, ) -> Weight {
192 // Proof Size summary in bytes:
193 // Measured: `267 + m * (40 ±0) + p * (55 ±0)`
194 // Estimated: `3729 + m * (43 ±0) + p * (55 ±0)`
195 // Minimum execution time: 24_741_000 picoseconds.
196 Weight::from_parts(26_261_661, 3729)
197 // Standard Error: 9_185
198 .saturating_add(Weight::from_parts(74_197, 0).saturating_mul(m.into()))
199 // Standard Error: 2_605
200 .saturating_add(Weight::from_parts(299_657, 0).saturating_mul(p.into()))
201 .saturating_add(T::DbWeight::get().reads(3_u64))
202 .saturating_add(T::DbWeight::get().writes(3_u64))
203 .saturating_add(Weight::from_parts(0, 43).saturating_mul(m.into()))
204 .saturating_add(Weight::from_parts(0, 55).saturating_mul(p.into()))
205 }
206 /// Storage: `TreasuryCouncilCollective::Voting` (r:1 w:1)
207 /// Proof: `TreasuryCouncilCollective::Voting` (`max_values`: None, `max_size`: None, mode: `Measured`)
208 /// Storage: `TreasuryCouncilCollective::Members` (r:1 w:0)
209 /// Proof: `TreasuryCouncilCollective::Members` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
210 /// Storage: `TreasuryCouncilCollective::ProposalOf` (r:1 w:1)
211 /// Proof: `TreasuryCouncilCollective::ProposalOf` (`max_values`: None, `max_size`: None, mode: `Measured`)
212 /// Storage: `MaintenanceMode::MaintenanceMode` (r:1 w:0)
213 /// Proof: `MaintenanceMode::MaintenanceMode` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
214 /// Storage: `TreasuryCouncilCollective::Proposals` (r:1 w:1)
215 /// Proof: `TreasuryCouncilCollective::Proposals` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
216 /// The range of component `b` is `[2, 1024]`.
217 /// The range of component `m` is `[4, 9]`.
218 /// The range of component `p` is `[1, 20]`.
219 /// The range of component `b` is `[2, 1024]`.
220 /// The range of component `m` is `[4, 100]`.
221 /// The range of component `p` is `[1, 100]`.
222 fn close_early_approved(b: u32, m: u32, p: u32, ) -> Weight {
223 // Proof Size summary in bytes:
224 // Measured: `254 + b * (1 ±0) + m * (40 ±0) + p * (78 ±0)`
225 // Estimated: `3858 + b * (1 ±0) + m * (29 ±1) + p * (74 ±0)`
226 // Minimum execution time: 38_026_000 picoseconds.
227 Weight::from_parts(40_717_466, 3858)
228 // Standard Error: 99
229 .saturating_add(Weight::from_parts(2_618, 0).saturating_mul(b.into()))
230 // Standard Error: 5_202
231 .saturating_add(Weight::from_parts(520_027, 0).saturating_mul(p.into()))
232 .saturating_add(T::DbWeight::get().reads(5_u64))
233 .saturating_add(T::DbWeight::get().writes(3_u64))
234 .saturating_add(Weight::from_parts(0, 1).saturating_mul(b.into()))
235 .saturating_add(Weight::from_parts(0, 29).saturating_mul(m.into()))
236 .saturating_add(Weight::from_parts(0, 74).saturating_mul(p.into()))
237 }
238 /// Storage: `TreasuryCouncilCollective::Voting` (r:1 w:1)
239 /// Proof: `TreasuryCouncilCollective::Voting` (`max_values`: None, `max_size`: None, mode: `Measured`)
240 /// Storage: `TreasuryCouncilCollective::Members` (r:1 w:0)
241 /// Proof: `TreasuryCouncilCollective::Members` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
242 /// Storage: `TreasuryCouncilCollective::Prime` (r:1 w:0)
243 /// Proof: `TreasuryCouncilCollective::Prime` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
244 /// Storage: `TreasuryCouncilCollective::Proposals` (r:1 w:1)
245 /// Proof: `TreasuryCouncilCollective::Proposals` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
246 /// Storage: `TreasuryCouncilCollective::ProposalOf` (r:0 w:1)
247 /// Proof: `TreasuryCouncilCollective::ProposalOf` (`max_values`: None, `max_size`: None, mode: `Measured`)
248 /// The range of component `m` is `[4, 9]`.
249 /// The range of component `p` is `[1, 20]`.
250 /// The range of component `m` is `[4, 100]`.
251 /// The range of component `p` is `[1, 100]`.
252 fn close_disapproved(m: u32, p: u32, ) -> Weight {
253 // Proof Size summary in bytes:
254 // Measured: `317 + m * (33 ±0) + p * (55 ±0)`
255 // Estimated: `3780 + m * (34 ±0) + p * (56 ±0)`
256 // Minimum execution time: 27_150_000 picoseconds.
257 Weight::from_parts(28_737_519, 3780)
258 // Standard Error: 10_741
259 .saturating_add(Weight::from_parts(64_954, 0).saturating_mul(m.into()))
260 // Standard Error: 3_047
261 .saturating_add(Weight::from_parts(300_395, 0).saturating_mul(p.into()))
262 .saturating_add(T::DbWeight::get().reads(4_u64))
263 .saturating_add(T::DbWeight::get().writes(3_u64))
264 .saturating_add(Weight::from_parts(0, 34).saturating_mul(m.into()))
265 .saturating_add(Weight::from_parts(0, 56).saturating_mul(p.into()))
266 }
267 /// Storage: `TreasuryCouncilCollective::Voting` (r:1 w:1)
268 /// Proof: `TreasuryCouncilCollective::Voting` (`max_values`: None, `max_size`: None, mode: `Measured`)
269 /// Storage: `TreasuryCouncilCollective::Members` (r:1 w:0)
270 /// Proof: `TreasuryCouncilCollective::Members` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
271 /// Storage: `TreasuryCouncilCollective::Prime` (r:1 w:0)
272 /// Proof: `TreasuryCouncilCollective::Prime` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
273 /// Storage: `TreasuryCouncilCollective::ProposalOf` (r:1 w:1)
274 /// Proof: `TreasuryCouncilCollective::ProposalOf` (`max_values`: None, `max_size`: None, mode: `Measured`)
275 /// Storage: `MaintenanceMode::MaintenanceMode` (r:1 w:0)
276 /// Proof: `MaintenanceMode::MaintenanceMode` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
277 /// Storage: `TreasuryCouncilCollective::Proposals` (r:1 w:1)
278 /// Proof: `TreasuryCouncilCollective::Proposals` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
279 /// The range of component `b` is `[2, 1024]`.
280 /// The range of component `m` is `[4, 9]`.
281 /// The range of component `p` is `[1, 20]`.
282 /// The range of component `b` is `[2, 1024]`.
283 /// The range of component `m` is `[4, 100]`.
284 /// The range of component `p` is `[1, 100]`.
285 fn close_approved(b: u32, m: u32, p: u32, ) -> Weight {
286 // Proof Size summary in bytes:
287 // Measured: `274 + b * (1 ±0) + m * (40 ±0) + p * (78 ±0)`
288 // Estimated: `3877 + b * (1 ±0) + m * (30 ±1) + p * (74 ±0)`
289 // Minimum execution time: 40_324_000 picoseconds.
290 Weight::from_parts(42_740_651, 3877)
291 // Standard Error: 94
292 .saturating_add(Weight::from_parts(2_922, 0).saturating_mul(b.into()))
293 // Standard Error: 4_941
294 .saturating_add(Weight::from_parts(531_578, 0).saturating_mul(p.into()))
295 .saturating_add(T::DbWeight::get().reads(6_u64))
296 .saturating_add(T::DbWeight::get().writes(3_u64))
297 .saturating_add(Weight::from_parts(0, 1).saturating_mul(b.into()))
298 .saturating_add(Weight::from_parts(0, 30).saturating_mul(m.into()))
299 .saturating_add(Weight::from_parts(0, 74).saturating_mul(p.into()))
300 }
301 /// Storage: `TreasuryCouncilCollective::Proposals` (r:1 w:1)
302 /// Proof: `TreasuryCouncilCollective::Proposals` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
303 /// Storage: `TreasuryCouncilCollective::Voting` (r:0 w:1)
304 /// Proof: `TreasuryCouncilCollective::Voting` (`max_values`: None, `max_size`: None, mode: `Measured`)
305 /// Storage: `TreasuryCouncilCollective::ProposalOf` (r:0 w:1)
306 /// Proof: `TreasuryCouncilCollective::ProposalOf` (`max_values`: None, `max_size`: None, mode: `Measured`)
307 /// The range of component `p` is `[1, 20]`.
308 /// The range of component `p` is `[1, 100]`.
309 fn disapprove_proposal(p: u32, ) -> Weight {
310 // Proof Size summary in bytes:
311 // Measured: `326 + p * (32 ±0)`
312 // Estimated: `1811 + p * (32 ±0)`
313 // Minimum execution time: 14_254_000 picoseconds.
314 Weight::from_parts(14_889_958, 1811)
315 // Standard Error: 1_746
316 .saturating_add(Weight::from_parts(231_319, 0).saturating_mul(p.into()))
317 .saturating_add(T::DbWeight::get().reads(1_u64))
318 .saturating_add(T::DbWeight::get().writes(3_u64))
319 .saturating_add(Weight::from_parts(0, 32).saturating_mul(p.into()))
320 }
321 /// Storage: `TreasuryCouncilCollective::ProposalOf` (r:1 w:1)
322 /// Proof: `TreasuryCouncilCollective::ProposalOf` (`max_values`: None, `max_size`: None, mode: `Measured`)
323 /// Storage: `TreasuryCouncilCollective::CostOf` (r:1 w:0)
324 /// Proof: `TreasuryCouncilCollective::CostOf` (`max_values`: None, `max_size`: None, mode: `Measured`)
325 /// Storage: `TreasuryCouncilCollective::Proposals` (r:1 w:1)
326 /// Proof: `TreasuryCouncilCollective::Proposals` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
327 /// Storage: `TreasuryCouncilCollective::Voting` (r:0 w:1)
328 /// Proof: `TreasuryCouncilCollective::Voting` (`max_values`: None, `max_size`: None, mode: `Measured`)
329 /// The range of component `d` is `[0, 1]`.
330 /// The range of component `p` is `[1, 20]`.
331 /// The range of component `d` is `[0, 1]`.
332 /// The range of component `p` is `[1, 100]`.
333 fn kill(d: u32, p: u32, ) -> Weight {
334 // Proof Size summary in bytes:
335 // Measured: `1380 + p * (55 ±0)`
336 // Estimated: `4847 + d * (5 ±1) + p * (55 ±0)`
337 // Minimum execution time: 22_914_000 picoseconds.
338 Weight::from_parts(24_686_183, 4847)
339 // Standard Error: 2_914
340 .saturating_add(Weight::from_parts(364_899, 0).saturating_mul(p.into()))
341 .saturating_add(T::DbWeight::get().reads(3_u64))
342 .saturating_add(T::DbWeight::get().writes(3_u64))
343 .saturating_add(Weight::from_parts(0, 5).saturating_mul(d.into()))
344 .saturating_add(Weight::from_parts(0, 55).saturating_mul(p.into()))
345 }
346 /// Storage: `TreasuryCouncilCollective::ProposalOf` (r:1 w:0)
347 /// Proof: `TreasuryCouncilCollective::ProposalOf` (`max_values`: None, `max_size`: None, mode: `Measured`)
348 /// Storage: `TreasuryCouncilCollective::CostOf` (r:1 w:0)
349 /// Proof: `TreasuryCouncilCollective::CostOf` (`max_values`: None, `max_size`: None, mode: `Measured`)
350 fn release_proposal_cost() -> Weight {
351 // Proof Size summary in bytes:
352 // Measured: `813`
353 // Estimated: `4278`
354 // Minimum execution time: 13_580_000 picoseconds.
355 Weight::from_parts(14_185_000, 4278)
356 .saturating_add(T::DbWeight::get().reads(2_u64))
357 }
358}