Skip to content

Commit c34f35f

Browse files
committed
rerun benchmarking
1 parent 1d0ac80 commit c34f35f

File tree

1 file changed

+91
-91
lines changed

1 file changed

+91
-91
lines changed

pallets/crowdloan/src/weights.rs

Lines changed: 91 additions & 91 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//! Autogenerated weights for `pallet_crowdloan`
33
//!
44
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 43.0.0
5-
//! DATE: 2025-04-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
5+
//! DATE: 2025-04-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
66
//! WORST CASE MAP SIZE: `1000000`
77
//! HOSTNAME: `Ubuntu-2404-noble-amd64-base`, CPU: `AMD Ryzen 9 7950X3D 16-Core Processor`
88
//! WASM-EXECUTION: `Compiled`, CHAIN: `Some("local")`, DB CACHE: `1024`
@@ -52,48 +52,48 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
5252
/// Storage: `Crowdloan::Contributions` (r:0 w:1)
5353
/// Proof: `Crowdloan::Contributions` (`max_values`: None, `max_size`: Some(52), added: 2527, mode: `MaxEncodedLen`)
5454
/// Storage: `Crowdloan::Crowdloans` (r:0 w:1)
55-
/// Proof: `Crowdloan::Crowdloans` (`max_values`: None, `max_size`: Some(277), added: 2752, mode: `MaxEncodedLen`)
55+
/// Proof: `Crowdloan::Crowdloans` (`max_values`: None, `max_size`: Some(278), added: 2753, mode: `MaxEncodedLen`)
5656
fn create() -> Weight {
5757
// Proof Size summary in bytes:
5858
// Measured: `156`
5959
// Estimated: `6148`
60-
// Minimum execution time: 40_335_000 picoseconds.
61-
Weight::from_parts(41_647_000, 6148)
60+
// Minimum execution time: 40_556_000 picoseconds.
61+
Weight::from_parts(41_318_000, 6148)
6262
.saturating_add(T::DbWeight::get().reads(3_u64))
6363
.saturating_add(T::DbWeight::get().writes(5_u64))
6464
}
6565
/// Storage: `Crowdloan::Crowdloans` (r:1 w:1)
66-
/// Proof: `Crowdloan::Crowdloans` (`max_values`: None, `max_size`: Some(277), added: 2752, mode: `MaxEncodedLen`)
66+
/// Proof: `Crowdloan::Crowdloans` (`max_values`: None, `max_size`: Some(278), added: 2753, mode: `MaxEncodedLen`)
6767
/// Storage: `Crowdloan::Contributions` (r:1 w:1)
6868
/// Proof: `Crowdloan::Contributions` (`max_values`: None, `max_size`: Some(52), added: 2527, mode: `MaxEncodedLen`)
6969
/// Storage: `System::Account` (r:2 w:2)
7070
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(104), added: 2579, mode: `MaxEncodedLen`)
7171
fn contribute() -> Weight {
7272
// Proof Size summary in bytes:
73-
// Measured: `475`
73+
// Measured: `476`
7474
// Estimated: `6148`
75-
// Minimum execution time: 43_691_000 picoseconds.
76-
Weight::from_parts(44_332_000, 6148)
75+
// Minimum execution time: 42_900_000 picoseconds.
76+
Weight::from_parts(43_682_000, 6148)
7777
.saturating_add(T::DbWeight::get().reads(4_u64))
7878
.saturating_add(T::DbWeight::get().writes(4_u64))
7979
}
8080
/// Storage: `Crowdloan::Crowdloans` (r:1 w:1)
81-
/// Proof: `Crowdloan::Crowdloans` (`max_values`: None, `max_size`: Some(277), added: 2752, mode: `MaxEncodedLen`)
81+
/// Proof: `Crowdloan::Crowdloans` (`max_values`: None, `max_size`: Some(278), added: 2753, mode: `MaxEncodedLen`)
8282
/// Storage: `Crowdloan::Contributions` (r:1 w:1)
8383
/// Proof: `Crowdloan::Contributions` (`max_values`: None, `max_size`: Some(52), added: 2527, mode: `MaxEncodedLen`)
8484
/// Storage: `System::Account` (r:2 w:2)
8585
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(104), added: 2579, mode: `MaxEncodedLen`)
8686
fn withdraw() -> Weight {
8787
// Proof Size summary in bytes:
88-
// Measured: `435`
88+
// Measured: `436`
8989
// Estimated: `6148`
90-
// Minimum execution time: 40_235_000 picoseconds.
91-
Weight::from_parts(41_117_000, 6148)
90+
// Minimum execution time: 41_037_000 picoseconds.
91+
Weight::from_parts(41_968_000, 6148)
9292
.saturating_add(T::DbWeight::get().reads(4_u64))
9393
.saturating_add(T::DbWeight::get().writes(4_u64))
9494
}
9595
/// Storage: `Crowdloan::Crowdloans` (r:1 w:1)
96-
/// Proof: `Crowdloan::Crowdloans` (`max_values`: None, `max_size`: Some(277), added: 2752, mode: `MaxEncodedLen`)
96+
/// Proof: `Crowdloan::Crowdloans` (`max_values`: None, `max_size`: Some(278), added: 2753, mode: `MaxEncodedLen`)
9797
/// Storage: `System::Account` (r:2 w:2)
9898
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(104), added: 2579, mode: `MaxEncodedLen`)
9999
/// Storage: `SafeMode::EnteredUntil` (r:1 w:0)
@@ -102,77 +102,77 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
102102
/// Proof: `Crowdloan::CurrentCrowdloanId` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`)
103103
fn finalize() -> Weight {
104104
// Proof Size summary in bytes:
105-
// Measured: `375`
105+
// Measured: `376`
106106
// Estimated: `6148`
107-
// Minimum execution time: 40_636_000 picoseconds.
108-
Weight::from_parts(41_497_000, 6148)
107+
// Minimum execution time: 41_567_000 picoseconds.
108+
Weight::from_parts(42_088_000, 6148)
109109
.saturating_add(T::DbWeight::get().reads(4_u64))
110110
.saturating_add(T::DbWeight::get().writes(4_u64))
111111
}
112112
/// Storage: `Crowdloan::Crowdloans` (r:1 w:1)
113-
/// Proof: `Crowdloan::Crowdloans` (`max_values`: None, `max_size`: Some(277), added: 2752, mode: `MaxEncodedLen`)
114-
/// Storage: `Crowdloan::Contributions` (r:6 w:5)
113+
/// Proof: `Crowdloan::Crowdloans` (`max_values`: None, `max_size`: Some(278), added: 2753, mode: `MaxEncodedLen`)
114+
/// Storage: `Crowdloan::Contributions` (r:51 w:50)
115115
/// Proof: `Crowdloan::Contributions` (`max_values`: None, `max_size`: Some(52), added: 2527, mode: `MaxEncodedLen`)
116-
/// Storage: `System::Account` (r:6 w:6)
116+
/// Storage: `System::Account` (r:51 w:51)
117117
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(104), added: 2579, mode: `MaxEncodedLen`)
118-
/// The range of component `k` is `[3, 5]`.
118+
/// The range of component `k` is `[3, 50]`.
119119
fn refund(k: u32, ) -> Weight {
120120
// Proof Size summary in bytes:
121-
// Measured: `460 + k * (45 ±0)`
122-
// Estimated: `3742 + k * (2579 ±0)`
123-
// Minimum execution time: 96_831_000 picoseconds.
124-
Weight::from_parts(23_219_468, 3742)
125-
// Standard Error: 128_696
126-
.saturating_add(Weight::from_parts(26_075_135, 0).saturating_mul(k.into()))
121+
// Measured: `440 + k * (48 ±0)`
122+
// Estimated: `3743 + k * (2579 ±0)`
123+
// Minimum execution time: 97_612_000 picoseconds.
124+
Weight::from_parts(36_327_787, 3743)
125+
// Standard Error: 81_635
126+
.saturating_add(Weight::from_parts(25_989_645, 0).saturating_mul(k.into()))
127127
.saturating_add(T::DbWeight::get().reads(3_u64))
128128
.saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(k.into())))
129129
.saturating_add(T::DbWeight::get().writes(2_u64))
130130
.saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(k.into())))
131131
.saturating_add(Weight::from_parts(0, 2579).saturating_mul(k.into()))
132132
}
133133
/// Storage: `Crowdloan::Crowdloans` (r:1 w:1)
134-
/// Proof: `Crowdloan::Crowdloans` (`max_values`: None, `max_size`: Some(277), added: 2752, mode: `MaxEncodedLen`)
134+
/// Proof: `Crowdloan::Crowdloans` (`max_values`: None, `max_size`: Some(278), added: 2753, mode: `MaxEncodedLen`)
135135
/// Storage: `System::Account` (r:1 w:1)
136136
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(104), added: 2579, mode: `MaxEncodedLen`)
137137
fn dissolve() -> Weight {
138138
// Proof Size summary in bytes:
139-
// Measured: `320`
140-
// Estimated: `3742`
141-
// Minimum execution time: 11_551_000 picoseconds.
142-
Weight::from_parts(12_092_000, 3742)
139+
// Measured: `321`
140+
// Estimated: `3743`
141+
// Minimum execution time: 11_832_000 picoseconds.
142+
Weight::from_parts(12_293_000, 3743)
143143
.saturating_add(T::DbWeight::get().reads(2_u64))
144144
.saturating_add(T::DbWeight::get().writes(2_u64))
145145
}
146146
/// Storage: `Crowdloan::Crowdloans` (r:1 w:1)
147-
/// Proof: `Crowdloan::Crowdloans` (`max_values`: None, `max_size`: Some(277), added: 2752, mode: `MaxEncodedLen`)
147+
/// Proof: `Crowdloan::Crowdloans` (`max_values`: None, `max_size`: Some(278), added: 2753, mode: `MaxEncodedLen`)
148148
fn update_min_contribution() -> Weight {
149149
// Proof Size summary in bytes:
150-
// Measured: `223`
151-
// Estimated: `3742`
152-
// Minimum execution time: 8_667_000 picoseconds.
153-
Weight::from_parts(8_957_000, 3742)
150+
// Measured: `224`
151+
// Estimated: `3743`
152+
// Minimum execution time: 8_776_000 picoseconds.
153+
Weight::from_parts(9_057_000, 3743)
154154
.saturating_add(T::DbWeight::get().reads(1_u64))
155155
.saturating_add(T::DbWeight::get().writes(1_u64))
156156
}
157157
/// Storage: `Crowdloan::Crowdloans` (r:1 w:1)
158-
/// Proof: `Crowdloan::Crowdloans` (`max_values`: None, `max_size`: Some(277), added: 2752, mode: `MaxEncodedLen`)
158+
/// Proof: `Crowdloan::Crowdloans` (`max_values`: None, `max_size`: Some(278), added: 2753, mode: `MaxEncodedLen`)
159159
fn update_end() -> Weight {
160160
// Proof Size summary in bytes:
161-
// Measured: `223`
162-
// Estimated: `3742`
163-
// Minimum execution time: 8_776_000 picoseconds.
164-
Weight::from_parts(9_067_000, 3742)
161+
// Measured: `224`
162+
// Estimated: `3743`
163+
// Minimum execution time: 9_067_000 picoseconds.
164+
Weight::from_parts(9_368_000, 3743)
165165
.saturating_add(T::DbWeight::get().reads(1_u64))
166166
.saturating_add(T::DbWeight::get().writes(1_u64))
167167
}
168168
/// Storage: `Crowdloan::Crowdloans` (r:1 w:1)
169-
/// Proof: `Crowdloan::Crowdloans` (`max_values`: None, `max_size`: Some(277), added: 2752, mode: `MaxEncodedLen`)
169+
/// Proof: `Crowdloan::Crowdloans` (`max_values`: None, `max_size`: Some(278), added: 2753, mode: `MaxEncodedLen`)
170170
fn update_cap() -> Weight {
171171
// Proof Size summary in bytes:
172-
// Measured: `223`
173-
// Estimated: `3742`
174-
// Minimum execution time: 8_546_000 picoseconds.
175-
Weight::from_parts(8_927_000, 3742)
172+
// Measured: `224`
173+
// Estimated: `3743`
174+
// Minimum execution time: 8_636_000 picoseconds.
175+
Weight::from_parts(9_027_000, 3743)
176176
.saturating_add(T::DbWeight::get().reads(1_u64))
177177
.saturating_add(T::DbWeight::get().writes(1_u64))
178178
}
@@ -187,48 +187,48 @@ impl WeightInfo for () {
187187
/// Storage: `Crowdloan::Contributions` (r:0 w:1)
188188
/// Proof: `Crowdloan::Contributions` (`max_values`: None, `max_size`: Some(52), added: 2527, mode: `MaxEncodedLen`)
189189
/// Storage: `Crowdloan::Crowdloans` (r:0 w:1)
190-
/// Proof: `Crowdloan::Crowdloans` (`max_values`: None, `max_size`: Some(277), added: 2752, mode: `MaxEncodedLen`)
190+
/// Proof: `Crowdloan::Crowdloans` (`max_values`: None, `max_size`: Some(278), added: 2753, mode: `MaxEncodedLen`)
191191
fn create() -> Weight {
192192
// Proof Size summary in bytes:
193193
// Measured: `156`
194194
// Estimated: `6148`
195-
// Minimum execution time: 40_335_000 picoseconds.
196-
Weight::from_parts(41_647_000, 6148)
195+
// Minimum execution time: 40_556_000 picoseconds.
196+
Weight::from_parts(41_318_000, 6148)
197197
.saturating_add(RocksDbWeight::get().reads(3_u64))
198198
.saturating_add(RocksDbWeight::get().writes(5_u64))
199199
}
200200
/// Storage: `Crowdloan::Crowdloans` (r:1 w:1)
201-
/// Proof: `Crowdloan::Crowdloans` (`max_values`: None, `max_size`: Some(277), added: 2752, mode: `MaxEncodedLen`)
201+
/// Proof: `Crowdloan::Crowdloans` (`max_values`: None, `max_size`: Some(278), added: 2753, mode: `MaxEncodedLen`)
202202
/// Storage: `Crowdloan::Contributions` (r:1 w:1)
203203
/// Proof: `Crowdloan::Contributions` (`max_values`: None, `max_size`: Some(52), added: 2527, mode: `MaxEncodedLen`)
204204
/// Storage: `System::Account` (r:2 w:2)
205205
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(104), added: 2579, mode: `MaxEncodedLen`)
206206
fn contribute() -> Weight {
207207
// Proof Size summary in bytes:
208-
// Measured: `475`
208+
// Measured: `476`
209209
// Estimated: `6148`
210-
// Minimum execution time: 43_691_000 picoseconds.
211-
Weight::from_parts(44_332_000, 6148)
210+
// Minimum execution time: 42_900_000 picoseconds.
211+
Weight::from_parts(43_682_000, 6148)
212212
.saturating_add(RocksDbWeight::get().reads(4_u64))
213213
.saturating_add(RocksDbWeight::get().writes(4_u64))
214214
}
215215
/// Storage: `Crowdloan::Crowdloans` (r:1 w:1)
216-
/// Proof: `Crowdloan::Crowdloans` (`max_values`: None, `max_size`: Some(277), added: 2752, mode: `MaxEncodedLen`)
216+
/// Proof: `Crowdloan::Crowdloans` (`max_values`: None, `max_size`: Some(278), added: 2753, mode: `MaxEncodedLen`)
217217
/// Storage: `Crowdloan::Contributions` (r:1 w:1)
218218
/// Proof: `Crowdloan::Contributions` (`max_values`: None, `max_size`: Some(52), added: 2527, mode: `MaxEncodedLen`)
219219
/// Storage: `System::Account` (r:2 w:2)
220220
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(104), added: 2579, mode: `MaxEncodedLen`)
221221
fn withdraw() -> Weight {
222222
// Proof Size summary in bytes:
223-
// Measured: `435`
223+
// Measured: `436`
224224
// Estimated: `6148`
225-
// Minimum execution time: 40_235_000 picoseconds.
226-
Weight::from_parts(41_117_000, 6148)
225+
// Minimum execution time: 41_037_000 picoseconds.
226+
Weight::from_parts(41_968_000, 6148)
227227
.saturating_add(RocksDbWeight::get().reads(4_u64))
228228
.saturating_add(RocksDbWeight::get().writes(4_u64))
229229
}
230230
/// Storage: `Crowdloan::Crowdloans` (r:1 w:1)
231-
/// Proof: `Crowdloan::Crowdloans` (`max_values`: None, `max_size`: Some(277), added: 2752, mode: `MaxEncodedLen`)
231+
/// Proof: `Crowdloan::Crowdloans` (`max_values`: None, `max_size`: Some(278), added: 2753, mode: `MaxEncodedLen`)
232232
/// Storage: `System::Account` (r:2 w:2)
233233
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(104), added: 2579, mode: `MaxEncodedLen`)
234234
/// Storage: `SafeMode::EnteredUntil` (r:1 w:0)
@@ -237,77 +237,77 @@ impl WeightInfo for () {
237237
/// Proof: `Crowdloan::CurrentCrowdloanId` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`)
238238
fn finalize() -> Weight {
239239
// Proof Size summary in bytes:
240-
// Measured: `375`
240+
// Measured: `376`
241241
// Estimated: `6148`
242-
// Minimum execution time: 40_636_000 picoseconds.
243-
Weight::from_parts(41_497_000, 6148)
242+
// Minimum execution time: 41_567_000 picoseconds.
243+
Weight::from_parts(42_088_000, 6148)
244244
.saturating_add(RocksDbWeight::get().reads(4_u64))
245245
.saturating_add(RocksDbWeight::get().writes(4_u64))
246246
}
247247
/// Storage: `Crowdloan::Crowdloans` (r:1 w:1)
248-
/// Proof: `Crowdloan::Crowdloans` (`max_values`: None, `max_size`: Some(277), added: 2752, mode: `MaxEncodedLen`)
249-
/// Storage: `Crowdloan::Contributions` (r:6 w:5)
248+
/// Proof: `Crowdloan::Crowdloans` (`max_values`: None, `max_size`: Some(278), added: 2753, mode: `MaxEncodedLen`)
249+
/// Storage: `Crowdloan::Contributions` (r:51 w:50)
250250
/// Proof: `Crowdloan::Contributions` (`max_values`: None, `max_size`: Some(52), added: 2527, mode: `MaxEncodedLen`)
251-
/// Storage: `System::Account` (r:6 w:6)
251+
/// Storage: `System::Account` (r:51 w:51)
252252
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(104), added: 2579, mode: `MaxEncodedLen`)
253-
/// The range of component `k` is `[3, 5]`.
253+
/// The range of component `k` is `[3, 50]`.
254254
fn refund(k: u32, ) -> Weight {
255255
// Proof Size summary in bytes:
256-
// Measured: `460 + k * (45 ±0)`
257-
// Estimated: `3742 + k * (2579 ±0)`
258-
// Minimum execution time: 96_831_000 picoseconds.
259-
Weight::from_parts(23_219_468, 3742)
260-
// Standard Error: 128_696
261-
.saturating_add(Weight::from_parts(26_075_135, 0).saturating_mul(k.into()))
256+
// Measured: `440 + k * (48 ±0)`
257+
// Estimated: `3743 + k * (2579 ±0)`
258+
// Minimum execution time: 97_612_000 picoseconds.
259+
Weight::from_parts(36_327_787, 3743)
260+
// Standard Error: 81_635
261+
.saturating_add(Weight::from_parts(25_989_645, 0).saturating_mul(k.into()))
262262
.saturating_add(RocksDbWeight::get().reads(3_u64))
263263
.saturating_add(RocksDbWeight::get().reads((2_u64).saturating_mul(k.into())))
264264
.saturating_add(RocksDbWeight::get().writes(2_u64))
265265
.saturating_add(RocksDbWeight::get().writes((2_u64).saturating_mul(k.into())))
266266
.saturating_add(Weight::from_parts(0, 2579).saturating_mul(k.into()))
267267
}
268268
/// Storage: `Crowdloan::Crowdloans` (r:1 w:1)
269-
/// Proof: `Crowdloan::Crowdloans` (`max_values`: None, `max_size`: Some(277), added: 2752, mode: `MaxEncodedLen`)
269+
/// Proof: `Crowdloan::Crowdloans` (`max_values`: None, `max_size`: Some(278), added: 2753, mode: `MaxEncodedLen`)
270270
/// Storage: `System::Account` (r:1 w:1)
271271
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(104), added: 2579, mode: `MaxEncodedLen`)
272272
fn dissolve() -> Weight {
273273
// Proof Size summary in bytes:
274-
// Measured: `320`
275-
// Estimated: `3742`
276-
// Minimum execution time: 11_551_000 picoseconds.
277-
Weight::from_parts(12_092_000, 3742)
274+
// Measured: `321`
275+
// Estimated: `3743`
276+
// Minimum execution time: 11_832_000 picoseconds.
277+
Weight::from_parts(12_293_000, 3743)
278278
.saturating_add(RocksDbWeight::get().reads(2_u64))
279279
.saturating_add(RocksDbWeight::get().writes(2_u64))
280280
}
281281
/// Storage: `Crowdloan::Crowdloans` (r:1 w:1)
282-
/// Proof: `Crowdloan::Crowdloans` (`max_values`: None, `max_size`: Some(277), added: 2752, mode: `MaxEncodedLen`)
282+
/// Proof: `Crowdloan::Crowdloans` (`max_values`: None, `max_size`: Some(278), added: 2753, mode: `MaxEncodedLen`)
283283
fn update_min_contribution() -> Weight {
284284
// Proof Size summary in bytes:
285-
// Measured: `223`
286-
// Estimated: `3742`
287-
// Minimum execution time: 8_667_000 picoseconds.
288-
Weight::from_parts(8_957_000, 3742)
285+
// Measured: `224`
286+
// Estimated: `3743`
287+
// Minimum execution time: 8_776_000 picoseconds.
288+
Weight::from_parts(9_057_000, 3743)
289289
.saturating_add(RocksDbWeight::get().reads(1_u64))
290290
.saturating_add(RocksDbWeight::get().writes(1_u64))
291291
}
292292
/// Storage: `Crowdloan::Crowdloans` (r:1 w:1)
293-
/// Proof: `Crowdloan::Crowdloans` (`max_values`: None, `max_size`: Some(277), added: 2752, mode: `MaxEncodedLen`)
293+
/// Proof: `Crowdloan::Crowdloans` (`max_values`: None, `max_size`: Some(278), added: 2753, mode: `MaxEncodedLen`)
294294
fn update_end() -> Weight {
295295
// Proof Size summary in bytes:
296-
// Measured: `223`
297-
// Estimated: `3742`
298-
// Minimum execution time: 8_776_000 picoseconds.
299-
Weight::from_parts(9_067_000, 3742)
296+
// Measured: `224`
297+
// Estimated: `3743`
298+
// Minimum execution time: 9_067_000 picoseconds.
299+
Weight::from_parts(9_368_000, 3743)
300300
.saturating_add(RocksDbWeight::get().reads(1_u64))
301301
.saturating_add(RocksDbWeight::get().writes(1_u64))
302302
}
303303
/// Storage: `Crowdloan::Crowdloans` (r:1 w:1)
304-
/// Proof: `Crowdloan::Crowdloans` (`max_values`: None, `max_size`: Some(277), added: 2752, mode: `MaxEncodedLen`)
304+
/// Proof: `Crowdloan::Crowdloans` (`max_values`: None, `max_size`: Some(278), added: 2753, mode: `MaxEncodedLen`)
305305
fn update_cap() -> Weight {
306306
// Proof Size summary in bytes:
307-
// Measured: `223`
308-
// Estimated: `3742`
309-
// Minimum execution time: 8_546_000 picoseconds.
310-
Weight::from_parts(8_927_000, 3742)
307+
// Measured: `224`
308+
// Estimated: `3743`
309+
// Minimum execution time: 8_636_000 picoseconds.
310+
Weight::from_parts(9_027_000, 3743)
311311
.saturating_add(RocksDbWeight::get().reads(1_u64))
312312
.saturating_add(RocksDbWeight::get().writes(1_u64))
313313
}

0 commit comments

Comments
 (0)