git.delta.rocks / unique-network / refs/commits / 9b4620c8952f

difftreelog

chore repeat temporary nft/rft benches

Daniel Shiposha2023-09-26parent: #192f49d.patch.diff
in: master

2 files changed

modifiedpallets/nonfungible/src/weights.rsdiffbeforeafterboth
3//! Autogenerated weights for pallet_nonfungible3//! Autogenerated weights for pallet_nonfungible
4//!4//!
5//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev5//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
6//! DATE: 2023-09-25, STEPS: `50`, REPEAT: `80`, LOW RANGE: `[]`, HIGH RANGE: `[]`6//! DATE: 2023-09-26, STEPS: `50`, REPEAT: `80`, LOW RANGE: `[]`, HIGH RANGE: `[]`
7//! WORST CASE MAP SIZE: `1000000`7//! WORST CASE MAP SIZE: `1000000`
8//! HOSTNAME: `hearthstone`, CPU: `AMD Ryzen 9 7950X3D 16-Core Processor`8//! HOSTNAME: `hearthstone`, CPU: `AMD Ryzen 9 7950X3D 16-Core Processor`
9//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 10249//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
61 /// Proof: Nonfungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)61 /// Proof: Nonfungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)
62 /// Storage: Nonfungible AccountBalance (r:1 w:1)62 /// Storage: Nonfungible AccountBalance (r:1 w:1)
63 /// Proof: Nonfungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)63 /// Proof: Nonfungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)
64 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)
65 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)
66 /// Storage: Nonfungible TokenData (r:0 w:1)64 /// Storage: Nonfungible TokenData (r:0 w:1)
67 /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen)65 /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen)
68 /// Storage: Nonfungible Owned (r:0 w:1)66 /// Storage: Nonfungible Owned (r:0 w:1)
69 /// Proof: Nonfungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)67 /// Proof: Nonfungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)
70 fn create_item() -> Weight {68 fn create_item() -> Weight {
71 // Proof Size summary in bytes:69 // Proof Size summary in bytes:
72 // Measured: `456`70 // Measured: `142`
73 // Estimated: `20191`71 // Estimated: `3530`
74 // Minimum execution time: 10_660_000 picoseconds.72 // Minimum execution time: 6_680_000 picoseconds.
75 Weight::from_parts(10_960_000, 20191)73 Weight::from_parts(6_910_000, 3530)
76 .saturating_add(T::DbWeight::get().reads(3_u64))74 .saturating_add(T::DbWeight::get().reads(2_u64))
77 .saturating_add(T::DbWeight::get().writes(4_u64))75 .saturating_add(T::DbWeight::get().writes(4_u64))
78 }76 }
79 /// Storage: Nonfungible TokensMinted (r:1 w:1)77 /// Storage: Nonfungible TokensMinted (r:1 w:1)
80 /// Proof: Nonfungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)78 /// Proof: Nonfungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)
81 /// Storage: Nonfungible AccountBalance (r:1 w:1)79 /// Storage: Nonfungible AccountBalance (r:1 w:1)
82 /// Proof: Nonfungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)80 /// Proof: Nonfungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)
83 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)
84 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)
85 /// Storage: Nonfungible TokenData (r:0 w:200)81 /// Storage: Nonfungible TokenData (r:0 w:200)
86 /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen)82 /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen)
87 /// Storage: Nonfungible Owned (r:0 w:200)83 /// Storage: Nonfungible Owned (r:0 w:200)
88 /// Proof: Nonfungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)84 /// Proof: Nonfungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)
89 /// The range of component `b` is `[0, 200]`.85 /// The range of component `b` is `[0, 200]`.
90 fn create_multiple_items(b: u32, ) -> Weight {86 fn create_multiple_items(b: u32, ) -> Weight {
91 // Proof Size summary in bytes:87 // Proof Size summary in bytes:
92 // Measured: `456`88 // Measured: `142`
93 // Estimated: `20191`89 // Estimated: `3530`
94 // Minimum execution time: 2_200_000 picoseconds.90 // Minimum execution time: 2_120_000 picoseconds.
95 Weight::from_parts(612_529, 20191)91 Weight::from_parts(2_190_000, 3530)
96 // Standard Error: 73792 // Standard Error: 1_175
97 .saturating_add(Weight::from_parts(3_807_625, 0).saturating_mul(b.into()))93 .saturating_add(Weight::from_parts(3_053_846, 0).saturating_mul(b.into()))
98 .saturating_add(T::DbWeight::get().reads(3_u64))94 .saturating_add(T::DbWeight::get().reads(2_u64))
99 .saturating_add(T::DbWeight::get().writes(2_u64))95 .saturating_add(T::DbWeight::get().writes(2_u64))
100 .saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(b.into())))96 .saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(b.into())))
101 }97 }
102 /// Storage: Nonfungible TokensMinted (r:1 w:1)98 /// Storage: Nonfungible TokensMinted (r:1 w:1)
103 /// Proof: Nonfungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)99 /// Proof: Nonfungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)
104 /// Storage: Nonfungible AccountBalance (r:200 w:200)100 /// Storage: Nonfungible AccountBalance (r:200 w:200)
105 /// Proof: Nonfungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)101 /// Proof: Nonfungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)
106 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)
107 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)
108 /// Storage: Nonfungible TokenData (r:0 w:200)102 /// Storage: Nonfungible TokenData (r:0 w:200)
109 /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen)103 /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen)
110 /// Storage: Nonfungible Owned (r:0 w:200)104 /// Storage: Nonfungible Owned (r:0 w:200)
111 /// Proof: Nonfungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)105 /// Proof: Nonfungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)
112 /// The range of component `b` is `[0, 200]`.106 /// The range of component `b` is `[0, 200]`.
113 fn create_multiple_items_ex(b: u32, ) -> Weight {107 fn create_multiple_items_ex(b: u32, ) -> Weight {
114 // Proof Size summary in bytes:108 // Proof Size summary in bytes:
115 // Measured: `456`109 // Measured: `142`
116 // Estimated: `20191 + b * (2540 ±0)`110 // Estimated: `3481 + b * (2540 ±0)`
117 // Minimum execution time: 2_190_000 picoseconds.111 // Minimum execution time: 2_210_000 picoseconds.
118 Weight::from_parts(2_280_000, 20191)112 Weight::from_parts(2_280_000, 3481)
119 // Standard Error: 1_011113 // Standard Error: 1_618
120 .saturating_add(Weight::from_parts(4_931_681, 0).saturating_mul(b.into()))114 .saturating_add(Weight::from_parts(4_308_375, 0).saturating_mul(b.into()))
121 .saturating_add(T::DbWeight::get().reads(2_u64))115 .saturating_add(T::DbWeight::get().reads(1_u64))
122 .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(b.into())))116 .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(b.into())))
123 .saturating_add(T::DbWeight::get().writes(1_u64))117 .saturating_add(T::DbWeight::get().writes(1_u64))
124 .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(b.into())))118 .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(b.into())))
142 // Proof Size summary in bytes:136 // Proof Size summary in bytes:
143 // Measured: `380`137 // Measured: `380`
144 // Estimated: `3530`138 // Estimated: `3530`
145 // Minimum execution time: 13_470_000 picoseconds.139 // Minimum execution time: 13_270_000 picoseconds.
146 Weight::from_parts(13_840_000, 3530)140 Weight::from_parts(13_559_000, 3530)
147 .saturating_add(T::DbWeight::get().reads(5_u64))141 .saturating_add(T::DbWeight::get().reads(5_u64))
148 .saturating_add(T::DbWeight::get().writes(5_u64))142 .saturating_add(T::DbWeight::get().writes(5_u64))
149 }143 }
165 // Proof Size summary in bytes:159 // Proof Size summary in bytes:
166 // Measured: `380`160 // Measured: `380`
167 // Estimated: `3530`161 // Estimated: `3530`
168 // Minimum execution time: 16_940_000 picoseconds.162 // Minimum execution time: 16_680_000 picoseconds.
169 Weight::from_parts(17_340_000, 3530)163 Weight::from_parts(17_260_000, 3530)
170 .saturating_add(T::DbWeight::get().reads(5_u64))164 .saturating_add(T::DbWeight::get().reads(5_u64))
171 .saturating_add(T::DbWeight::get().writes(5_u64))165 .saturating_add(T::DbWeight::get().writes(5_u64))
172 }166 }
191 // Proof Size summary in bytes:185 // Proof Size summary in bytes:
192 // Measured: `1500 + b * (58 ±0)`186 // Measured: `1500 + b * (58 ±0)`
193 // Estimated: `5874 + b * (5032 ±0)`187 // Estimated: `5874 + b * (5032 ±0)`
194 // Minimum execution time: 16_910_000 picoseconds.188 // Minimum execution time: 16_630_000 picoseconds.
195 Weight::from_parts(17_170_000, 5874)189 Weight::from_parts(17_030_000, 5874)
196 // Standard Error: 102_760190 // Standard Error: 137_617
197 .saturating_add(Weight::from_parts(45_644_966, 0).saturating_mul(b.into()))191 .saturating_add(Weight::from_parts(47_437_920, 0).saturating_mul(b.into()))
198 .saturating_add(T::DbWeight::get().reads(7_u64))192 .saturating_add(T::DbWeight::get().reads(7_u64))
199 .saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(b.into())))193 .saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(b.into())))
200 .saturating_add(T::DbWeight::get().writes(6_u64))194 .saturating_add(T::DbWeight::get().writes(6_u64))
213 // Proof Size summary in bytes:207 // Proof Size summary in bytes:
214 // Measured: `380`208 // Measured: `380`
215 // Estimated: `6070`209 // Estimated: `6070`
216 // Minimum execution time: 9_420_000 picoseconds.210 // Minimum execution time: 10_200_000 picoseconds.
217 Weight::from_parts(9_710_000, 6070)211 Weight::from_parts(10_490_000, 6070)
218 .saturating_add(T::DbWeight::get().reads(4_u64))212 .saturating_add(T::DbWeight::get().reads(4_u64))
219 .saturating_add(T::DbWeight::get().writes(5_u64))213 .saturating_add(T::DbWeight::get().writes(5_u64))
220 }214 }
226 // Proof Size summary in bytes:220 // Proof Size summary in bytes:
227 // Measured: `326`221 // Measured: `326`
228 // Estimated: `3522`222 // Estimated: `3522`
229 // Minimum execution time: 5_400_000 picoseconds.223 // Minimum execution time: 5_730_000 picoseconds.
230 Weight::from_parts(5_640_000, 3522)224 Weight::from_parts(5_980_000, 3522)
231 .saturating_add(T::DbWeight::get().reads(2_u64))225 .saturating_add(T::DbWeight::get().reads(2_u64))
232 .saturating_add(T::DbWeight::get().writes(1_u64))226 .saturating_add(T::DbWeight::get().writes(1_u64))
233 }227 }
239 // Proof Size summary in bytes:233 // Proof Size summary in bytes:
240 // Measured: `313`234 // Measured: `313`
241 // Estimated: `3522`235 // Estimated: `3522`
242 // Minimum execution time: 5_390_000 picoseconds.236 // Minimum execution time: 5_760_000 picoseconds.
243 Weight::from_parts(5_610_000, 3522)237 Weight::from_parts(5_990_000, 3522)
244 .saturating_add(T::DbWeight::get().reads(2_u64))238 .saturating_add(T::DbWeight::get().reads(2_u64))
245 .saturating_add(T::DbWeight::get().writes(1_u64))239 .saturating_add(T::DbWeight::get().writes(1_u64))
246 }240 }
250 // Proof Size summary in bytes:244 // Proof Size summary in bytes:
251 // Measured: `362`245 // Measured: `362`
252 // Estimated: `3522`246 // Estimated: `3522`
253 // Minimum execution time: 2_970_000 picoseconds.247 // Minimum execution time: 3_270_000 picoseconds.
254 Weight::from_parts(3_170_000, 3522)248 Weight::from_parts(3_440_000, 3522)
255 .saturating_add(T::DbWeight::get().reads(1_u64))249 .saturating_add(T::DbWeight::get().reads(1_u64))
256 }250 }
257 /// Storage: Nonfungible Allowance (r:1 w:1)251 /// Storage: Nonfungible Allowance (r:1 w:1)
272 // Proof Size summary in bytes:266 // Proof Size summary in bytes:
273 // Measured: `463`267 // Measured: `463`
274 // Estimated: `3530`268 // Estimated: `3530`
275 // Minimum execution time: 15_400_000 picoseconds.269 // Minimum execution time: 16_770_000 picoseconds.
276 Weight::from_parts(15_850_000, 3530)270 Weight::from_parts(17_150_000, 3530)
277 .saturating_add(T::DbWeight::get().reads(5_u64))271 .saturating_add(T::DbWeight::get().reads(5_u64))
278 .saturating_add(T::DbWeight::get().writes(6_u64))272 .saturating_add(T::DbWeight::get().writes(6_u64))
279 }273 }
284 // Proof Size summary in bytes:278 // Proof Size summary in bytes:
285 // Measured: `314`279 // Measured: `314`
286 // Estimated: `20191`280 // Estimated: `20191`
287 // Minimum execution time: 780_000 picoseconds.281 // Minimum execution time: 870_000 picoseconds.
288 Weight::from_parts(830_000, 20191)282 Weight::from_parts(910_000, 20191)
289 // Standard Error: 35_354283 // Standard Error: 37_993
290 .saturating_add(Weight::from_parts(8_422_695, 0).saturating_mul(b.into()))284 .saturating_add(Weight::from_parts(8_947_342, 0).saturating_mul(b.into()))
291 .saturating_add(T::DbWeight::get().reads(1_u64))285 .saturating_add(T::DbWeight::get().reads(1_u64))
292 .saturating_add(T::DbWeight::get().writes(1_u64))286 .saturating_add(T::DbWeight::get().writes(1_u64))
293 }287 }
302 // Proof Size summary in bytes:296 // Proof Size summary in bytes:
303 // Measured: `640 + b * (261 ±0)`297 // Measured: `640 + b * (261 ±0)`
304 // Estimated: `36269`298 // Estimated: `36269`
305 // Minimum execution time: 5_530_000 picoseconds.299 // Minimum execution time: 2_570_000 picoseconds.
306 Weight::from_parts(10_829_898, 36269)300 Weight::from_parts(10_787_333, 36269)
307 // Standard Error: 5_106301 // Standard Error: 7_619
308 .saturating_add(Weight::from_parts(2_601_900, 0).saturating_mul(b.into()))302 .saturating_add(Weight::from_parts(2_939_955, 0).saturating_mul(b.into()))
309 .saturating_add(T::DbWeight::get().reads(3_u64))303 .saturating_add(T::DbWeight::get().reads(3_u64))
310 .saturating_add(T::DbWeight::get().writes(1_u64))304 .saturating_add(T::DbWeight::get().writes(1_u64))
311 }305 }
318 // Proof Size summary in bytes:312 // Proof Size summary in bytes:
319 // Measured: `317 + b * (261 ±0)`313 // Measured: `317 + b * (261 ±0)`
320 // Estimated: `20191`314 // Estimated: `20191`
321 // Minimum execution time: 3_690_000 picoseconds.315 // Minimum execution time: 530_000 picoseconds.
322 Weight::from_parts(9_633_879, 20191)316 Weight::from_parts(5_572_362, 20191)
323 // Standard Error: 6_573317 // Standard Error: 6_997
324 .saturating_add(Weight::from_parts(2_694_801, 0).saturating_mul(b.into()))318 .saturating_add(Weight::from_parts(2_986_451, 0).saturating_mul(b.into()))
325 .saturating_add(T::DbWeight::get().reads(1_u64))319 .saturating_add(T::DbWeight::get().reads(1_u64))
326 .saturating_add(T::DbWeight::get().writes(1_u64))320 .saturating_add(T::DbWeight::get().writes(1_u64))
327 }321 }
336 // Proof Size summary in bytes:330 // Proof Size summary in bytes:
337 // Measured: `699 + b * (33291 ±0)`331 // Measured: `699 + b * (33291 ±0)`
338 // Estimated: `36269`332 // Estimated: `36269`
339 // Minimum execution time: 5_860_000 picoseconds.333 // Minimum execution time: 2_580_000 picoseconds.
340 Weight::from_parts(6_000_000, 36269)334 Weight::from_parts(2_640_000, 36269)
341 // Standard Error: 26_204335 // Standard Error: 25_713
342 .saturating_add(Weight::from_parts(9_601_645, 0).saturating_mul(b.into()))336 .saturating_add(Weight::from_parts(9_667_974, 0).saturating_mul(b.into()))
343 .saturating_add(T::DbWeight::get().reads(3_u64))337 .saturating_add(T::DbWeight::get().reads(3_u64))
344 .saturating_add(T::DbWeight::get().writes(1_u64))338 .saturating_add(T::DbWeight::get().writes(1_u64))
345 }339 }
349 // Proof Size summary in bytes:343 // Proof Size summary in bytes:
350 // Measured: `326`344 // Measured: `326`
351 // Estimated: `3522`345 // Estimated: `3522`
352 // Minimum execution time: 2_930_000 picoseconds.346 // Minimum execution time: 2_910_000 picoseconds.
353 Weight::from_parts(3_060_000, 3522)347 Weight::from_parts(3_020_000, 3522)
354 .saturating_add(T::DbWeight::get().reads(1_u64))348 .saturating_add(T::DbWeight::get().reads(1_u64))
355 }349 }
356 /// Storage: Nonfungible CollectionAllowance (r:0 w:1)350 /// Storage: Nonfungible CollectionAllowance (r:0 w:1)
359 // Proof Size summary in bytes:353 // Proof Size summary in bytes:
360 // Measured: `0`354 // Measured: `0`
361 // Estimated: `0`355 // Estimated: `0`
362 // Minimum execution time: 2_680_000 picoseconds.356 // Minimum execution time: 2_510_000 picoseconds.
363 Weight::from_parts(2_780_000, 0)357 Weight::from_parts(2_660_000, 0)
364 .saturating_add(T::DbWeight::get().writes(1_u64))358 .saturating_add(T::DbWeight::get().writes(1_u64))
365 }359 }
366 /// Storage: Nonfungible CollectionAllowance (r:1 w:0)360 /// Storage: Nonfungible CollectionAllowance (r:1 w:0)
369 // Proof Size summary in bytes:363 // Proof Size summary in bytes:
370 // Measured: `142`364 // Measured: `142`
371 // Estimated: `3576`365 // Estimated: `3576`
372 // Minimum execution time: 2_000_000 picoseconds.366 // Minimum execution time: 1_860_000 picoseconds.
373 Weight::from_parts(2_110_000, 3576)367 Weight::from_parts(2_010_000, 3576)
374 .saturating_add(T::DbWeight::get().reads(1_u64))368 .saturating_add(T::DbWeight::get().reads(1_u64))
375 }369 }
376 /// Storage: Nonfungible TokenProperties (r:1 w:1)370 /// Storage: Nonfungible TokenProperties (r:1 w:1)
379 // Proof Size summary in bytes:373 // Proof Size summary in bytes:
380 // Measured: `279`374 // Measured: `279`
381 // Estimated: `36269`375 // Estimated: `36269`
382 // Minimum execution time: 2_200_000 picoseconds.376 // Minimum execution time: 2_220_000 picoseconds.
383 Weight::from_parts(2_340_000, 36269)377 Weight::from_parts(2_350_000, 36269)
384 .saturating_add(T::DbWeight::get().reads(1_u64))378 .saturating_add(T::DbWeight::get().reads(1_u64))
385 .saturating_add(T::DbWeight::get().writes(1_u64))379 .saturating_add(T::DbWeight::get().writes(1_u64))
386 }380 }
392 /// Proof: Nonfungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)386 /// Proof: Nonfungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)
393 /// Storage: Nonfungible AccountBalance (r:1 w:1)387 /// Storage: Nonfungible AccountBalance (r:1 w:1)
394 /// Proof: Nonfungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)388 /// Proof: Nonfungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)
395 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)
396 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)
397 /// Storage: Nonfungible TokenData (r:0 w:1)389 /// Storage: Nonfungible TokenData (r:0 w:1)
398 /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen)390 /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen)
399 /// Storage: Nonfungible Owned (r:0 w:1)391 /// Storage: Nonfungible Owned (r:0 w:1)
400 /// Proof: Nonfungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)392 /// Proof: Nonfungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)
401 fn create_item() -> Weight {393 fn create_item() -> Weight {
402 // Proof Size summary in bytes:394 // Proof Size summary in bytes:
403 // Measured: `456`395 // Measured: `142`
404 // Estimated: `20191`396 // Estimated: `3530`
405 // Minimum execution time: 10_660_000 picoseconds.397 // Minimum execution time: 6_680_000 picoseconds.
406 Weight::from_parts(10_960_000, 20191)398 Weight::from_parts(6_910_000, 3530)
407 .saturating_add(RocksDbWeight::get().reads(3_u64))399 .saturating_add(RocksDbWeight::get().reads(2_u64))
408 .saturating_add(RocksDbWeight::get().writes(4_u64))400 .saturating_add(RocksDbWeight::get().writes(4_u64))
409 }401 }
410 /// Storage: Nonfungible TokensMinted (r:1 w:1)402 /// Storage: Nonfungible TokensMinted (r:1 w:1)
411 /// Proof: Nonfungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)403 /// Proof: Nonfungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)
412 /// Storage: Nonfungible AccountBalance (r:1 w:1)404 /// Storage: Nonfungible AccountBalance (r:1 w:1)
413 /// Proof: Nonfungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)405 /// Proof: Nonfungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)
414 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)
415 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)
416 /// Storage: Nonfungible TokenData (r:0 w:200)406 /// Storage: Nonfungible TokenData (r:0 w:200)
417 /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen)407 /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen)
418 /// Storage: Nonfungible Owned (r:0 w:200)408 /// Storage: Nonfungible Owned (r:0 w:200)
419 /// Proof: Nonfungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)409 /// Proof: Nonfungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)
420 /// The range of component `b` is `[0, 200]`.410 /// The range of component `b` is `[0, 200]`.
421 fn create_multiple_items(b: u32, ) -> Weight {411 fn create_multiple_items(b: u32, ) -> Weight {
422 // Proof Size summary in bytes:412 // Proof Size summary in bytes:
423 // Measured: `456`413 // Measured: `142`
424 // Estimated: `20191`414 // Estimated: `3530`
425 // Minimum execution time: 2_200_000 picoseconds.415 // Minimum execution time: 2_120_000 picoseconds.
426 Weight::from_parts(612_529, 20191)416 Weight::from_parts(2_190_000, 3530)
427 // Standard Error: 737417 // Standard Error: 1_175
428 .saturating_add(Weight::from_parts(3_807_625, 0).saturating_mul(b.into()))418 .saturating_add(Weight::from_parts(3_053_846, 0).saturating_mul(b.into()))
429 .saturating_add(RocksDbWeight::get().reads(3_u64))419 .saturating_add(RocksDbWeight::get().reads(2_u64))
430 .saturating_add(RocksDbWeight::get().writes(2_u64))420 .saturating_add(RocksDbWeight::get().writes(2_u64))
431 .saturating_add(RocksDbWeight::get().writes((2_u64).saturating_mul(b.into())))421 .saturating_add(RocksDbWeight::get().writes((2_u64).saturating_mul(b.into())))
432 }422 }
433 /// Storage: Nonfungible TokensMinted (r:1 w:1)423 /// Storage: Nonfungible TokensMinted (r:1 w:1)
434 /// Proof: Nonfungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)424 /// Proof: Nonfungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)
435 /// Storage: Nonfungible AccountBalance (r:200 w:200)425 /// Storage: Nonfungible AccountBalance (r:200 w:200)
436 /// Proof: Nonfungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)426 /// Proof: Nonfungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)
437 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)
438 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)
439 /// Storage: Nonfungible TokenData (r:0 w:200)427 /// Storage: Nonfungible TokenData (r:0 w:200)
440 /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen)428 /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen)
441 /// Storage: Nonfungible Owned (r:0 w:200)429 /// Storage: Nonfungible Owned (r:0 w:200)
442 /// Proof: Nonfungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)430 /// Proof: Nonfungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)
443 /// The range of component `b` is `[0, 200]`.431 /// The range of component `b` is `[0, 200]`.
444 fn create_multiple_items_ex(b: u32, ) -> Weight {432 fn create_multiple_items_ex(b: u32, ) -> Weight {
445 // Proof Size summary in bytes:433 // Proof Size summary in bytes:
446 // Measured: `456`434 // Measured: `142`
447 // Estimated: `20191 + b * (2540 ±0)`435 // Estimated: `3481 + b * (2540 ±0)`
448 // Minimum execution time: 2_190_000 picoseconds.436 // Minimum execution time: 2_210_000 picoseconds.
449 Weight::from_parts(2_280_000, 20191)437 Weight::from_parts(2_280_000, 3481)
450 // Standard Error: 1_011438 // Standard Error: 1_618
451 .saturating_add(Weight::from_parts(4_931_681, 0).saturating_mul(b.into()))439 .saturating_add(Weight::from_parts(4_308_375, 0).saturating_mul(b.into()))
452 .saturating_add(RocksDbWeight::get().reads(2_u64))440 .saturating_add(RocksDbWeight::get().reads(1_u64))
453 .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(b.into())))441 .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(b.into())))
454 .saturating_add(RocksDbWeight::get().writes(1_u64))442 .saturating_add(RocksDbWeight::get().writes(1_u64))
455 .saturating_add(RocksDbWeight::get().writes((3_u64).saturating_mul(b.into())))443 .saturating_add(RocksDbWeight::get().writes((3_u64).saturating_mul(b.into())))
473 // Proof Size summary in bytes:461 // Proof Size summary in bytes:
474 // Measured: `380`462 // Measured: `380`
475 // Estimated: `3530`463 // Estimated: `3530`
476 // Minimum execution time: 13_470_000 picoseconds.464 // Minimum execution time: 13_270_000 picoseconds.
477 Weight::from_parts(13_840_000, 3530)465 Weight::from_parts(13_559_000, 3530)
478 .saturating_add(RocksDbWeight::get().reads(5_u64))466 .saturating_add(RocksDbWeight::get().reads(5_u64))
479 .saturating_add(RocksDbWeight::get().writes(5_u64))467 .saturating_add(RocksDbWeight::get().writes(5_u64))
480 }468 }
496 // Proof Size summary in bytes:484 // Proof Size summary in bytes:
497 // Measured: `380`485 // Measured: `380`
498 // Estimated: `3530`486 // Estimated: `3530`
499 // Minimum execution time: 16_940_000 picoseconds.487 // Minimum execution time: 16_680_000 picoseconds.
500 Weight::from_parts(17_340_000, 3530)488 Weight::from_parts(17_260_000, 3530)
501 .saturating_add(RocksDbWeight::get().reads(5_u64))489 .saturating_add(RocksDbWeight::get().reads(5_u64))
502 .saturating_add(RocksDbWeight::get().writes(5_u64))490 .saturating_add(RocksDbWeight::get().writes(5_u64))
503 }491 }
522 // Proof Size summary in bytes:510 // Proof Size summary in bytes:
523 // Measured: `1500 + b * (58 ±0)`511 // Measured: `1500 + b * (58 ±0)`
524 // Estimated: `5874 + b * (5032 ±0)`512 // Estimated: `5874 + b * (5032 ±0)`
525 // Minimum execution time: 16_910_000 picoseconds.513 // Minimum execution time: 16_630_000 picoseconds.
526 Weight::from_parts(17_170_000, 5874)514 Weight::from_parts(17_030_000, 5874)
527 // Standard Error: 102_760515 // Standard Error: 137_617
528 .saturating_add(Weight::from_parts(45_644_966, 0).saturating_mul(b.into()))516 .saturating_add(Weight::from_parts(47_437_920, 0).saturating_mul(b.into()))
529 .saturating_add(RocksDbWeight::get().reads(7_u64))517 .saturating_add(RocksDbWeight::get().reads(7_u64))
530 .saturating_add(RocksDbWeight::get().reads((4_u64).saturating_mul(b.into())))518 .saturating_add(RocksDbWeight::get().reads((4_u64).saturating_mul(b.into())))
531 .saturating_add(RocksDbWeight::get().writes(6_u64))519 .saturating_add(RocksDbWeight::get().writes(6_u64))
544 // Proof Size summary in bytes:532 // Proof Size summary in bytes:
545 // Measured: `380`533 // Measured: `380`
546 // Estimated: `6070`534 // Estimated: `6070`
547 // Minimum execution time: 9_420_000 picoseconds.535 // Minimum execution time: 10_200_000 picoseconds.
548 Weight::from_parts(9_710_000, 6070)536 Weight::from_parts(10_490_000, 6070)
549 .saturating_add(RocksDbWeight::get().reads(4_u64))537 .saturating_add(RocksDbWeight::get().reads(4_u64))
550 .saturating_add(RocksDbWeight::get().writes(5_u64))538 .saturating_add(RocksDbWeight::get().writes(5_u64))
551 }539 }
557 // Proof Size summary in bytes:545 // Proof Size summary in bytes:
558 // Measured: `326`546 // Measured: `326`
559 // Estimated: `3522`547 // Estimated: `3522`
560 // Minimum execution time: 5_400_000 picoseconds.548 // Minimum execution time: 5_730_000 picoseconds.
561 Weight::from_parts(5_640_000, 3522)549 Weight::from_parts(5_980_000, 3522)
562 .saturating_add(RocksDbWeight::get().reads(2_u64))550 .saturating_add(RocksDbWeight::get().reads(2_u64))
563 .saturating_add(RocksDbWeight::get().writes(1_u64))551 .saturating_add(RocksDbWeight::get().writes(1_u64))
564 }552 }
570 // Proof Size summary in bytes:558 // Proof Size summary in bytes:
571 // Measured: `313`559 // Measured: `313`
572 // Estimated: `3522`560 // Estimated: `3522`
573 // Minimum execution time: 5_390_000 picoseconds.561 // Minimum execution time: 5_760_000 picoseconds.
574 Weight::from_parts(5_610_000, 3522)562 Weight::from_parts(5_990_000, 3522)
575 .saturating_add(RocksDbWeight::get().reads(2_u64))563 .saturating_add(RocksDbWeight::get().reads(2_u64))
576 .saturating_add(RocksDbWeight::get().writes(1_u64))564 .saturating_add(RocksDbWeight::get().writes(1_u64))
577 }565 }
581 // Proof Size summary in bytes:569 // Proof Size summary in bytes:
582 // Measured: `362`570 // Measured: `362`
583 // Estimated: `3522`571 // Estimated: `3522`
584 // Minimum execution time: 2_970_000 picoseconds.572 // Minimum execution time: 3_270_000 picoseconds.
585 Weight::from_parts(3_170_000, 3522)573 Weight::from_parts(3_440_000, 3522)
586 .saturating_add(RocksDbWeight::get().reads(1_u64))574 .saturating_add(RocksDbWeight::get().reads(1_u64))
587 }575 }
588 /// Storage: Nonfungible Allowance (r:1 w:1)576 /// Storage: Nonfungible Allowance (r:1 w:1)
603 // Proof Size summary in bytes:591 // Proof Size summary in bytes:
604 // Measured: `463`592 // Measured: `463`
605 // Estimated: `3530`593 // Estimated: `3530`
606 // Minimum execution time: 15_400_000 picoseconds.594 // Minimum execution time: 16_770_000 picoseconds.
607 Weight::from_parts(15_850_000, 3530)595 Weight::from_parts(17_150_000, 3530)
608 .saturating_add(RocksDbWeight::get().reads(5_u64))596 .saturating_add(RocksDbWeight::get().reads(5_u64))
609 .saturating_add(RocksDbWeight::get().writes(6_u64))597 .saturating_add(RocksDbWeight::get().writes(6_u64))
610 }598 }
615 // Proof Size summary in bytes:603 // Proof Size summary in bytes:
616 // Measured: `314`604 // Measured: `314`
617 // Estimated: `20191`605 // Estimated: `20191`
618 // Minimum execution time: 780_000 picoseconds.606 // Minimum execution time: 870_000 picoseconds.
619 Weight::from_parts(830_000, 20191)607 Weight::from_parts(910_000, 20191)
620 // Standard Error: 35_354608 // Standard Error: 37_993
621 .saturating_add(Weight::from_parts(8_422_695, 0).saturating_mul(b.into()))609 .saturating_add(Weight::from_parts(8_947_342, 0).saturating_mul(b.into()))
622 .saturating_add(RocksDbWeight::get().reads(1_u64))610 .saturating_add(RocksDbWeight::get().reads(1_u64))
623 .saturating_add(RocksDbWeight::get().writes(1_u64))611 .saturating_add(RocksDbWeight::get().writes(1_u64))
624 }612 }
633 // Proof Size summary in bytes:621 // Proof Size summary in bytes:
634 // Measured: `640 + b * (261 ±0)`622 // Measured: `640 + b * (261 ±0)`
635 // Estimated: `36269`623 // Estimated: `36269`
636 // Minimum execution time: 5_530_000 picoseconds.624 // Minimum execution time: 2_570_000 picoseconds.
637 Weight::from_parts(10_829_898, 36269)625 Weight::from_parts(10_787_333, 36269)
638 // Standard Error: 5_106626 // Standard Error: 7_619
639 .saturating_add(Weight::from_parts(2_601_900, 0).saturating_mul(b.into()))627 .saturating_add(Weight::from_parts(2_939_955, 0).saturating_mul(b.into()))
640 .saturating_add(RocksDbWeight::get().reads(3_u64))628 .saturating_add(RocksDbWeight::get().reads(3_u64))
641 .saturating_add(RocksDbWeight::get().writes(1_u64))629 .saturating_add(RocksDbWeight::get().writes(1_u64))
642 }630 }
649 // Proof Size summary in bytes:637 // Proof Size summary in bytes:
650 // Measured: `317 + b * (261 ±0)`638 // Measured: `317 + b * (261 ±0)`
651 // Estimated: `20191`639 // Estimated: `20191`
652 // Minimum execution time: 3_690_000 picoseconds.640 // Minimum execution time: 530_000 picoseconds.
653 Weight::from_parts(9_633_879, 20191)641 Weight::from_parts(5_572_362, 20191)
654 // Standard Error: 6_573642 // Standard Error: 6_997
655 .saturating_add(Weight::from_parts(2_694_801, 0).saturating_mul(b.into()))643 .saturating_add(Weight::from_parts(2_986_451, 0).saturating_mul(b.into()))
656 .saturating_add(RocksDbWeight::get().reads(1_u64))644 .saturating_add(RocksDbWeight::get().reads(1_u64))
657 .saturating_add(RocksDbWeight::get().writes(1_u64))645 .saturating_add(RocksDbWeight::get().writes(1_u64))
658 }646 }
667 // Proof Size summary in bytes:655 // Proof Size summary in bytes:
668 // Measured: `699 + b * (33291 ±0)`656 // Measured: `699 + b * (33291 ±0)`
669 // Estimated: `36269`657 // Estimated: `36269`
670 // Minimum execution time: 5_860_000 picoseconds.658 // Minimum execution time: 2_580_000 picoseconds.
671 Weight::from_parts(6_000_000, 36269)659 Weight::from_parts(2_640_000, 36269)
672 // Standard Error: 26_204660 // Standard Error: 25_713
673 .saturating_add(Weight::from_parts(9_601_645, 0).saturating_mul(b.into()))661 .saturating_add(Weight::from_parts(9_667_974, 0).saturating_mul(b.into()))
674 .saturating_add(RocksDbWeight::get().reads(3_u64))662 .saturating_add(RocksDbWeight::get().reads(3_u64))
675 .saturating_add(RocksDbWeight::get().writes(1_u64))663 .saturating_add(RocksDbWeight::get().writes(1_u64))
676 }664 }
680 // Proof Size summary in bytes:668 // Proof Size summary in bytes:
681 // Measured: `326`669 // Measured: `326`
682 // Estimated: `3522`670 // Estimated: `3522`
683 // Minimum execution time: 2_930_000 picoseconds.671 // Minimum execution time: 2_910_000 picoseconds.
684 Weight::from_parts(3_060_000, 3522)672 Weight::from_parts(3_020_000, 3522)
685 .saturating_add(RocksDbWeight::get().reads(1_u64))673 .saturating_add(RocksDbWeight::get().reads(1_u64))
686 }674 }
687 /// Storage: Nonfungible CollectionAllowance (r:0 w:1)675 /// Storage: Nonfungible CollectionAllowance (r:0 w:1)
690 // Proof Size summary in bytes:678 // Proof Size summary in bytes:
691 // Measured: `0`679 // Measured: `0`
692 // Estimated: `0`680 // Estimated: `0`
693 // Minimum execution time: 2_680_000 picoseconds.681 // Minimum execution time: 2_510_000 picoseconds.
694 Weight::from_parts(2_780_000, 0)682 Weight::from_parts(2_660_000, 0)
695 .saturating_add(RocksDbWeight::get().writes(1_u64))683 .saturating_add(RocksDbWeight::get().writes(1_u64))
696 }684 }
697 /// Storage: Nonfungible CollectionAllowance (r:1 w:0)685 /// Storage: Nonfungible CollectionAllowance (r:1 w:0)
700 // Proof Size summary in bytes:688 // Proof Size summary in bytes:
701 // Measured: `142`689 // Measured: `142`
702 // Estimated: `3576`690 // Estimated: `3576`
703 // Minimum execution time: 2_000_000 picoseconds.691 // Minimum execution time: 1_860_000 picoseconds.
704 Weight::from_parts(2_110_000, 3576)692 Weight::from_parts(2_010_000, 3576)
705 .saturating_add(RocksDbWeight::get().reads(1_u64))693 .saturating_add(RocksDbWeight::get().reads(1_u64))
706 }694 }
707 /// Storage: Nonfungible TokenProperties (r:1 w:1)695 /// Storage: Nonfungible TokenProperties (r:1 w:1)
710 // Proof Size summary in bytes:698 // Proof Size summary in bytes:
711 // Measured: `279`699 // Measured: `279`
712 // Estimated: `36269`700 // Estimated: `36269`
713 // Minimum execution time: 2_200_000 picoseconds.701 // Minimum execution time: 2_220_000 picoseconds.
714 Weight::from_parts(2_340_000, 36269)702 Weight::from_parts(2_350_000, 36269)
715 .saturating_add(RocksDbWeight::get().reads(1_u64))703 .saturating_add(RocksDbWeight::get().reads(1_u64))
716 .saturating_add(RocksDbWeight::get().writes(1_u64))704 .saturating_add(RocksDbWeight::get().writes(1_u64))
717 }705 }
modifiedpallets/refungible/src/weights.rsdiffbeforeafterboth
3//! Autogenerated weights for pallet_refungible3//! Autogenerated weights for pallet_refungible
4//!4//!
5//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev5//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
6//! DATE: 2023-09-25, STEPS: `50`, REPEAT: `80`, LOW RANGE: `[]`, HIGH RANGE: `[]`6//! DATE: 2023-09-26, STEPS: `50`, REPEAT: `80`, LOW RANGE: `[]`, HIGH RANGE: `[]`
7//! WORST CASE MAP SIZE: `1000000`7//! WORST CASE MAP SIZE: `1000000`
8//! HOSTNAME: `hearthstone`, CPU: `AMD Ryzen 9 7950X3D 16-Core Processor`8//! HOSTNAME: `hearthstone`, CPU: `AMD Ryzen 9 7950X3D 16-Core Processor`
9//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 10249//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
68 /// Proof: Refungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)68 /// Proof: Refungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)
69 /// Storage: Refungible AccountBalance (r:1 w:1)69 /// Storage: Refungible AccountBalance (r:1 w:1)
70 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)70 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)
71 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)
72 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)
73 /// Storage: Refungible Balance (r:0 w:1)71 /// Storage: Refungible Balance (r:0 w:1)
74 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)72 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)
75 /// Storage: Refungible TotalSupply (r:0 w:1)73 /// Storage: Refungible TotalSupply (r:0 w:1)
78 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)76 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)
79 fn create_item() -> Weight {77 fn create_item() -> Weight {
80 // Proof Size summary in bytes:78 // Proof Size summary in bytes:
81 // Measured: `318`79 // Measured: `4`
82 // Estimated: `20191`80 // Estimated: `3530`
83 // Minimum execution time: 11_620_000 picoseconds.81 // Minimum execution time: 7_490_000 picoseconds.
84 Weight::from_parts(12_110_000, 20191)82 Weight::from_parts(7_820_000, 3530)
85 .saturating_add(T::DbWeight::get().reads(3_u64))83 .saturating_add(T::DbWeight::get().reads(2_u64))
86 .saturating_add(T::DbWeight::get().writes(5_u64))84 .saturating_add(T::DbWeight::get().writes(5_u64))
87 }85 }
88 /// Storage: Refungible TokensMinted (r:1 w:1)86 /// Storage: Refungible TokensMinted (r:1 w:1)
89 /// Proof: Refungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)87 /// Proof: Refungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)
90 /// Storage: Refungible AccountBalance (r:1 w:1)88 /// Storage: Refungible AccountBalance (r:1 w:1)
91 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)89 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)
92 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)
93 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)
94 /// Storage: Refungible Balance (r:0 w:200)90 /// Storage: Refungible Balance (r:0 w:200)
95 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)91 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)
96 /// Storage: Refungible TotalSupply (r:0 w:200)92 /// Storage: Refungible TotalSupply (r:0 w:200)
100 /// The range of component `b` is `[0, 200]`.96 /// The range of component `b` is `[0, 200]`.
101 fn create_multiple_items(b: u32, ) -> Weight {97 fn create_multiple_items(b: u32, ) -> Weight {
102 // Proof Size summary in bytes:98 // Proof Size summary in bytes:
103 // Measured: `318`99 // Measured: `4`
104 // Estimated: `20191`100 // Estimated: `3530`
105 // Minimum execution time: 1_690_000 picoseconds.101 // Minimum execution time: 1_570_000 picoseconds.
106 Weight::from_parts(1_750_000, 20191)102 Weight::from_parts(1_630_000, 3530)
107 // Standard Error: 1_647103 // Standard Error: 1_544
108 .saturating_add(Weight::from_parts(4_876_194, 0).saturating_mul(b.into()))104 .saturating_add(Weight::from_parts(4_082_425, 0).saturating_mul(b.into()))
109 .saturating_add(T::DbWeight::get().reads(3_u64))105 .saturating_add(T::DbWeight::get().reads(2_u64))
110 .saturating_add(T::DbWeight::get().writes(2_u64))106 .saturating_add(T::DbWeight::get().writes(2_u64))
111 .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(b.into())))107 .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(b.into())))
112 }108 }
113 /// Storage: Refungible TokensMinted (r:1 w:1)109 /// Storage: Refungible TokensMinted (r:1 w:1)
114 /// Proof: Refungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)110 /// Proof: Refungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)
115 /// Storage: Refungible AccountBalance (r:200 w:200)111 /// Storage: Refungible AccountBalance (r:200 w:200)
116 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)112 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)
117 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)
118 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)
119 /// Storage: Refungible Balance (r:0 w:200)113 /// Storage: Refungible Balance (r:0 w:200)
120 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)114 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)
121 /// Storage: Refungible TotalSupply (r:0 w:200)115 /// Storage: Refungible TotalSupply (r:0 w:200)
125 /// The range of component `b` is `[0, 200]`.119 /// The range of component `b` is `[0, 200]`.
126 fn create_multiple_items_ex_multiple_items(b: u32, ) -> Weight {120 fn create_multiple_items_ex_multiple_items(b: u32, ) -> Weight {
127 // Proof Size summary in bytes:121 // Proof Size summary in bytes:
128 // Measured: `318`122 // Measured: `4`
129 // Estimated: `20191 + b * (2540 ±0)`123 // Estimated: `3481 + b * (2540 ±0)`
130 // Minimum execution time: 1_730_000 picoseconds.124 // Minimum execution time: 1_620_000 picoseconds.
131 Weight::from_parts(1_790_000, 20191)125 Weight::from_parts(1_690_000, 3481)
132 // Standard Error: 1_611126 // Standard Error: 1_349
133 .saturating_add(Weight::from_parts(6_002_948, 0).saturating_mul(b.into()))127 .saturating_add(Weight::from_parts(5_124_357, 0).saturating_mul(b.into()))
134 .saturating_add(T::DbWeight::get().reads(2_u64))128 .saturating_add(T::DbWeight::get().reads(1_u64))
135 .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(b.into())))129 .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(b.into())))
136 .saturating_add(T::DbWeight::get().writes(1_u64))130 .saturating_add(T::DbWeight::get().writes(1_u64))
137 .saturating_add(T::DbWeight::get().writes((4_u64).saturating_mul(b.into())))131 .saturating_add(T::DbWeight::get().writes((4_u64).saturating_mul(b.into())))
141 /// Proof: Refungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)135 /// Proof: Refungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)
142 /// Storage: Refungible AccountBalance (r:200 w:200)136 /// Storage: Refungible AccountBalance (r:200 w:200)
143 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)137 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)
144 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)
145 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)
146 /// Storage: Refungible Balance (r:0 w:200)138 /// Storage: Refungible Balance (r:0 w:200)
147 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)139 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)
148 /// Storage: Refungible TotalSupply (r:0 w:1)140 /// Storage: Refungible TotalSupply (r:0 w:1)
152 /// The range of component `b` is `[0, 200]`.144 /// The range of component `b` is `[0, 200]`.
153 fn create_multiple_items_ex_multiple_owners(b: u32, ) -> Weight {145 fn create_multiple_items_ex_multiple_owners(b: u32, ) -> Weight {
154 // Proof Size summary in bytes:146 // Proof Size summary in bytes:
155 // Measured: `318`147 // Measured: `4`
156 // Estimated: `20191 + b * (2540 ±0)`148 // Estimated: `3481 + b * (2540 ±0)`
157 // Minimum execution time: 6_260_000 picoseconds.149 // Minimum execution time: 2_570_000 picoseconds.
158 Weight::from_parts(2_297_892, 20191)150 Weight::from_parts(2_680_000, 3481)
159 // Standard Error: 1_302151 // Standard Error: 637
160 .saturating_add(Weight::from_parts(4_093_180, 0).saturating_mul(b.into()))152 .saturating_add(Weight::from_parts(3_753_594, 0).saturating_mul(b.into()))
161 .saturating_add(T::DbWeight::get().reads(2_u64))153 .saturating_add(T::DbWeight::get().reads(1_u64))
162 .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(b.into())))154 .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(b.into())))
163 .saturating_add(T::DbWeight::get().writes(2_u64))155 .saturating_add(T::DbWeight::get().writes(2_u64))
164 .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(b.into())))156 .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(b.into())))
176 // Proof Size summary in bytes:168 // Proof Size summary in bytes:
177 // Measured: `456`169 // Measured: `456`
178 // Estimated: `8682`170 // Estimated: `8682`
179 // Minimum execution time: 17_330_000 picoseconds.171 // Minimum execution time: 16_200_000 picoseconds.
180 Weight::from_parts(17_910_000, 8682)172 Weight::from_parts(16_620_000, 8682)
181 .saturating_add(T::DbWeight::get().reads(5_u64))173 .saturating_add(T::DbWeight::get().reads(5_u64))
182 .saturating_add(T::DbWeight::get().writes(4_u64))174 .saturating_add(T::DbWeight::get().writes(4_u64))
183 }175 }
197 // Proof Size summary in bytes:189 // Proof Size summary in bytes:
198 // Measured: `341`190 // Measured: `341`
199 // Estimated: `3554`191 // Estimated: `3554`
200 // Minimum execution time: 16_920_000 picoseconds.192 // Minimum execution time: 15_820_000 picoseconds.
201 Weight::from_parts(17_630_000, 3554)193 Weight::from_parts(16_410_000, 3554)
202 .saturating_add(T::DbWeight::get().reads(4_u64))194 .saturating_add(T::DbWeight::get().reads(4_u64))
203 .saturating_add(T::DbWeight::get().writes(6_u64))195 .saturating_add(T::DbWeight::get().writes(6_u64))
204 }196 }
210 // Proof Size summary in bytes:202 // Proof Size summary in bytes:
211 // Measured: `365`203 // Measured: `365`
212 // Estimated: `6118`204 // Estimated: `6118`
213 // Minimum execution time: 10_600_000 picoseconds.205 // Minimum execution time: 9_970_000 picoseconds.
214 Weight::from_parts(10_950_000, 6118)206 Weight::from_parts(10_250_000, 6118)
215 .saturating_add(T::DbWeight::get().reads(3_u64))207 .saturating_add(T::DbWeight::get().reads(3_u64))
216 .saturating_add(T::DbWeight::get().writes(2_u64))208 .saturating_add(T::DbWeight::get().writes(2_u64))
217 }209 }
227 // Proof Size summary in bytes:219 // Proof Size summary in bytes:
228 // Measured: `341`220 // Measured: `341`
229 // Estimated: `6118`221 // Estimated: `6118`
230 // Minimum execution time: 12_160_000 picoseconds.222 // Minimum execution time: 11_530_000 picoseconds.
231 Weight::from_parts(12_570_000, 6118)223 Weight::from_parts(11_800_000, 6118)
232 .saturating_add(T::DbWeight::get().reads(4_u64))224 .saturating_add(T::DbWeight::get().reads(4_u64))
233 .saturating_add(T::DbWeight::get().writes(4_u64))225 .saturating_add(T::DbWeight::get().writes(4_u64))
234 }226 }
244 // Proof Size summary in bytes:236 // Proof Size summary in bytes:
245 // Measured: `456`237 // Measured: `456`
246 // Estimated: `6118`238 // Estimated: `6118`
247 // Minimum execution time: 14_300_000 picoseconds.239 // Minimum execution time: 13_520_000 picoseconds.
248 Weight::from_parts(14_760_000, 6118)240 Weight::from_parts(13_860_000, 6118)
249 .saturating_add(T::DbWeight::get().reads(4_u64))241 .saturating_add(T::DbWeight::get().reads(4_u64))
250 .saturating_add(T::DbWeight::get().writes(4_u64))242 .saturating_add(T::DbWeight::get().writes(4_u64))
251 }243 }
261 // Proof Size summary in bytes:253 // Proof Size summary in bytes:
262 // Measured: `341`254 // Measured: `341`
263 // Estimated: `6118`255 // Estimated: `6118`
264 // Minimum execution time: 14_050_000 picoseconds.256 // Minimum execution time: 13_290_000 picoseconds.
265 Weight::from_parts(14_490_000, 6118)257 Weight::from_parts(13_590_000, 6118)
266 .saturating_add(T::DbWeight::get().reads(5_u64))258 .saturating_add(T::DbWeight::get().reads(5_u64))
267 .saturating_add(T::DbWeight::get().writes(6_u64))259 .saturating_add(T::DbWeight::get().writes(6_u64))
268 }260 }
274 // Proof Size summary in bytes:266 // Proof Size summary in bytes:
275 // Measured: `223`267 // Measured: `223`
276 // Estimated: `3554`268 // Estimated: `3554`
277 // Minimum execution time: 6_210_000 picoseconds.269 // Minimum execution time: 5_910_000 picoseconds.
278 Weight::from_parts(6_500_000, 3554)270 Weight::from_parts(6_070_000, 3554)
279 .saturating_add(T::DbWeight::get().reads(1_u64))271 .saturating_add(T::DbWeight::get().reads(1_u64))
280 .saturating_add(T::DbWeight::get().writes(1_u64))272 .saturating_add(T::DbWeight::get().writes(1_u64))
281 }273 }
287 // Proof Size summary in bytes:279 // Proof Size summary in bytes:
288 // Measured: `211`280 // Measured: `211`
289 // Estimated: `3554`281 // Estimated: `3554`
290 // Minimum execution time: 6_280_000 picoseconds.282 // Minimum execution time: 5_920_000 picoseconds.
291 Weight::from_parts(6_540_000, 3554)283 Weight::from_parts(6_100_000, 3554)
292 .saturating_add(T::DbWeight::get().reads(1_u64))284 .saturating_add(T::DbWeight::get().reads(1_u64))
293 .saturating_add(T::DbWeight::get().writes(1_u64))285 .saturating_add(T::DbWeight::get().writes(1_u64))
294 }286 }
302 // Proof Size summary in bytes:294 // Proof Size summary in bytes:
303 // Measured: `495`295 // Measured: `495`
304 // Estimated: `6118`296 // Estimated: `6118`
305 // Minimum execution time: 15_570_000 picoseconds.297 // Minimum execution time: 14_460_000 picoseconds.
306 Weight::from_parts(15_990_000, 6118)298 Weight::from_parts(14_900_000, 6118)
307 .saturating_add(T::DbWeight::get().reads(4_u64))299 .saturating_add(T::DbWeight::get().reads(4_u64))
308 .saturating_add(T::DbWeight::get().writes(3_u64))300 .saturating_add(T::DbWeight::get().writes(3_u64))
309 }301 }
321 // Proof Size summary in bytes:313 // Proof Size summary in bytes:
322 // Measured: `471`314 // Measured: `471`
323 // Estimated: `6118`315 // Estimated: `6118`
324 // Minimum execution time: 17_030_000 picoseconds.316 // Minimum execution time: 15_920_000 picoseconds.
325 Weight::from_parts(17_430_000, 6118)317 Weight::from_parts(16_340_000, 6118)
326 .saturating_add(T::DbWeight::get().reads(5_u64))318 .saturating_add(T::DbWeight::get().reads(5_u64))
327 .saturating_add(T::DbWeight::get().writes(5_u64))319 .saturating_add(T::DbWeight::get().writes(5_u64))
328 }320 }
340 // Proof Size summary in bytes:332 // Proof Size summary in bytes:
341 // Measured: `586`333 // Measured: `586`
342 // Estimated: `6118`334 // Estimated: `6118`
343 // Minimum execution time: 19_300_000 picoseconds.335 // Minimum execution time: 18_010_000 picoseconds.
344 Weight::from_parts(19_760_000, 6118)336 Weight::from_parts(18_350_000, 6118)
345 .saturating_add(T::DbWeight::get().reads(5_u64))337 .saturating_add(T::DbWeight::get().reads(5_u64))
346 .saturating_add(T::DbWeight::get().writes(5_u64))338 .saturating_add(T::DbWeight::get().writes(5_u64))
347 }339 }
359 // Proof Size summary in bytes:351 // Proof Size summary in bytes:
360 // Measured: `471`352 // Measured: `471`
361 // Estimated: `6118`353 // Estimated: `6118`
362 // Minimum execution time: 19_190_000 picoseconds.354 // Minimum execution time: 17_800_000 picoseconds.
363 Weight::from_parts(19_560_000, 6118)355 Weight::from_parts(18_160_000, 6118)
364 .saturating_add(T::DbWeight::get().reads(6_u64))356 .saturating_add(T::DbWeight::get().reads(6_u64))
365 .saturating_add(T::DbWeight::get().writes(7_u64))357 .saturating_add(T::DbWeight::get().writes(7_u64))
366 }358 }
382 // Proof Size summary in bytes:374 // Proof Size summary in bytes:
383 // Measured: `471`375 // Measured: `471`
384 // Estimated: `3570`376 // Estimated: `3570`
385 // Minimum execution time: 22_590_000 picoseconds.377 // Minimum execution time: 21_020_000 picoseconds.
386 Weight::from_parts(23_290_000, 3570)378 Weight::from_parts(21_450_000, 3570)
387 .saturating_add(T::DbWeight::get().reads(5_u64))379 .saturating_add(T::DbWeight::get().reads(5_u64))
388 .saturating_add(T::DbWeight::get().writes(7_u64))380 .saturating_add(T::DbWeight::get().writes(7_u64))
389 }381 }
394 // Proof Size summary in bytes:386 // Proof Size summary in bytes:
395 // Measured: `314`387 // Measured: `314`
396 // Estimated: `20191`388 // Estimated: `20191`
397 // Minimum execution time: 780_000 picoseconds.389 // Minimum execution time: 790_000 picoseconds.
398 Weight::from_parts(850_000, 20191)390 Weight::from_parts(840_000, 20191)
399 // Standard Error: 38_209391 // Standard Error: 35_436
400 .saturating_add(Weight::from_parts(9_042_866, 0).saturating_mul(b.into()))392 .saturating_add(Weight::from_parts(8_505_258, 0).saturating_mul(b.into()))
401 .saturating_add(T::DbWeight::get().reads(1_u64))393 .saturating_add(T::DbWeight::get().reads(1_u64))
402 .saturating_add(T::DbWeight::get().writes(1_u64))394 .saturating_add(T::DbWeight::get().writes(1_u64))
403 }395 }
412 // Proof Size summary in bytes:404 // Proof Size summary in bytes:
413 // Measured: `502 + b * (261 ±0)`405 // Measured: `502 + b * (261 ±0)`
414 // Estimated: `36269`406 // Estimated: `36269`
415 // Minimum execution time: 5_160_000 picoseconds.407 // Minimum execution time: 1_710_000 picoseconds.
416 Weight::from_parts(15_283_437, 36269)408 Weight::from_parts(5_892_635, 36269)
417 // Standard Error: 12_988409 // Standard Error: 5_857
418 .saturating_add(Weight::from_parts(2_757_274, 0).saturating_mul(b.into()))410 .saturating_add(Weight::from_parts(2_956_238, 0).saturating_mul(b.into()))
419 .saturating_add(T::DbWeight::get().reads(3_u64))411 .saturating_add(T::DbWeight::get().reads(3_u64))
420 .saturating_add(T::DbWeight::get().writes(1_u64))412 .saturating_add(T::DbWeight::get().writes(1_u64))
421 }413 }
428 // Proof Size summary in bytes:420 // Proof Size summary in bytes:
429 // Measured: `317 + b * (261 ±0)`421 // Measured: `317 + b * (261 ±0)`
430 // Estimated: `20191`422 // Estimated: `20191`
431 // Minimum execution time: 3_560_000 picoseconds.423 // Minimum execution time: 500_000 picoseconds.
432 Weight::from_parts(6_788_279, 20191)424 Weight::from_parts(7_856_522, 20191)
433 // Standard Error: 5_443425 // Standard Error: 7_896
434 .saturating_add(Weight::from_parts(2_641_825, 0).saturating_mul(b.into()))426 .saturating_add(Weight::from_parts(2_770_333, 0).saturating_mul(b.into()))
435 .saturating_add(T::DbWeight::get().reads(1_u64))427 .saturating_add(T::DbWeight::get().reads(1_u64))
436 .saturating_add(T::DbWeight::get().writes(1_u64))428 .saturating_add(T::DbWeight::get().writes(1_u64))
437 }429 }
446 // Proof Size summary in bytes:438 // Proof Size summary in bytes:
447 // Measured: `561 + b * (33291 ±0)`439 // Measured: `561 + b * (33291 ±0)`
448 // Estimated: `36269`440 // Estimated: `36269`
449 // Minimum execution time: 4_650_000 picoseconds.441 // Minimum execution time: 1_710_000 picoseconds.
450 Weight::from_parts(4_820_000, 36269)442 Weight::from_parts(1_790_000, 36269)
451 // Standard Error: 24_035443 // Standard Error: 23_937
452 .saturating_add(Weight::from_parts(8_828_039, 0).saturating_mul(b.into()))444 .saturating_add(Weight::from_parts(9_102_744, 0).saturating_mul(b.into()))
453 .saturating_add(T::DbWeight::get().reads(3_u64))445 .saturating_add(T::DbWeight::get().reads(3_u64))
454 .saturating_add(T::DbWeight::get().writes(1_u64))446 .saturating_add(T::DbWeight::get().writes(1_u64))
455 }447 }
461 // Proof Size summary in bytes:453 // Proof Size summary in bytes:
462 // Measured: `288`454 // Measured: `288`
463 // Estimated: `3554`455 // Estimated: `3554`
464 // Minimum execution time: 7_260_000 picoseconds.456 // Minimum execution time: 7_540_000 picoseconds.
465 Weight::from_parts(7_520_000, 3554)457 Weight::from_parts(7_740_000, 3554)
466 .saturating_add(T::DbWeight::get().reads(2_u64))458 .saturating_add(T::DbWeight::get().reads(2_u64))
467 .saturating_add(T::DbWeight::get().writes(2_u64))459 .saturating_add(T::DbWeight::get().writes(2_u64))
468 }460 }
472 // Proof Size summary in bytes:464 // Proof Size summary in bytes:
473 // Measured: `288`465 // Measured: `288`
474 // Estimated: `6118`466 // Estimated: `6118`
475 // Minimum execution time: 3_200_000 picoseconds.467 // Minimum execution time: 3_050_000 picoseconds.
476 Weight::from_parts(3_360_000, 6118)468 Weight::from_parts(3_230_000, 6118)
477 .saturating_add(T::DbWeight::get().reads(2_u64))469 .saturating_add(T::DbWeight::get().reads(2_u64))
478 }470 }
479 /// Storage: Refungible CollectionAllowance (r:0 w:1)471 /// Storage: Refungible CollectionAllowance (r:0 w:1)
482 // Proof Size summary in bytes:474 // Proof Size summary in bytes:
483 // Measured: `0`475 // Measured: `0`
484 // Estimated: `0`476 // Estimated: `0`
485 // Minimum execution time: 2_420_000 picoseconds.477 // Minimum execution time: 2_560_000 picoseconds.
486 Weight::from_parts(2_540_000, 0)478 Weight::from_parts(2_680_000, 0)
487 .saturating_add(T::DbWeight::get().writes(1_u64))479 .saturating_add(T::DbWeight::get().writes(1_u64))
488 }480 }
489 /// Storage: Refungible CollectionAllowance (r:1 w:0)481 /// Storage: Refungible CollectionAllowance (r:1 w:0)
492 // Proof Size summary in bytes:484 // Proof Size summary in bytes:
493 // Measured: `4`485 // Measured: `4`
494 // Estimated: `3576`486 // Estimated: `3576`
495 // Minimum execution time: 1_370_000 picoseconds.487 // Minimum execution time: 1_430_000 picoseconds.
496 Weight::from_parts(1_470_000, 3576)488 Weight::from_parts(1_510_000, 3576)
497 .saturating_add(T::DbWeight::get().reads(1_u64))489 .saturating_add(T::DbWeight::get().reads(1_u64))
498 }490 }
499 /// Storage: Refungible TokenProperties (r:1 w:1)491 /// Storage: Refungible TokenProperties (r:1 w:1)
502 // Proof Size summary in bytes:494 // Proof Size summary in bytes:
503 // Measured: `120`495 // Measured: `120`
504 // Estimated: `36269`496 // Estimated: `36269`
505 // Minimum execution time: 1_350_000 picoseconds.497 // Minimum execution time: 1_380_000 picoseconds.
506 Weight::from_parts(1_420_000, 36269)498 Weight::from_parts(1_470_000, 36269)
507 .saturating_add(T::DbWeight::get().reads(1_u64))499 .saturating_add(T::DbWeight::get().reads(1_u64))
508 .saturating_add(T::DbWeight::get().writes(1_u64))500 .saturating_add(T::DbWeight::get().writes(1_u64))
509 }501 }
515 /// Proof: Refungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)507 /// Proof: Refungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)
516 /// Storage: Refungible AccountBalance (r:1 w:1)508 /// Storage: Refungible AccountBalance (r:1 w:1)
517 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)509 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)
518 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)
519 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)
520 /// Storage: Refungible Balance (r:0 w:1)510 /// Storage: Refungible Balance (r:0 w:1)
521 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)511 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)
522 /// Storage: Refungible TotalSupply (r:0 w:1)512 /// Storage: Refungible TotalSupply (r:0 w:1)
525 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)515 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)
526 fn create_item() -> Weight {516 fn create_item() -> Weight {
527 // Proof Size summary in bytes:517 // Proof Size summary in bytes:
528 // Measured: `318`518 // Measured: `4`
529 // Estimated: `20191`519 // Estimated: `3530`
530 // Minimum execution time: 11_620_000 picoseconds.520 // Minimum execution time: 7_490_000 picoseconds.
531 Weight::from_parts(12_110_000, 20191)521 Weight::from_parts(7_820_000, 3530)
532 .saturating_add(RocksDbWeight::get().reads(3_u64))522 .saturating_add(RocksDbWeight::get().reads(2_u64))
533 .saturating_add(RocksDbWeight::get().writes(5_u64))523 .saturating_add(RocksDbWeight::get().writes(5_u64))
534 }524 }
535 /// Storage: Refungible TokensMinted (r:1 w:1)525 /// Storage: Refungible TokensMinted (r:1 w:1)
536 /// Proof: Refungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)526 /// Proof: Refungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)
537 /// Storage: Refungible AccountBalance (r:1 w:1)527 /// Storage: Refungible AccountBalance (r:1 w:1)
538 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)528 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)
539 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)
540 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)
541 /// Storage: Refungible Balance (r:0 w:200)529 /// Storage: Refungible Balance (r:0 w:200)
542 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)530 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)
543 /// Storage: Refungible TotalSupply (r:0 w:200)531 /// Storage: Refungible TotalSupply (r:0 w:200)
547 /// The range of component `b` is `[0, 200]`.535 /// The range of component `b` is `[0, 200]`.
548 fn create_multiple_items(b: u32, ) -> Weight {536 fn create_multiple_items(b: u32, ) -> Weight {
549 // Proof Size summary in bytes:537 // Proof Size summary in bytes:
550 // Measured: `318`538 // Measured: `4`
551 // Estimated: `20191`539 // Estimated: `3530`
552 // Minimum execution time: 1_690_000 picoseconds.540 // Minimum execution time: 1_570_000 picoseconds.
553 Weight::from_parts(1_750_000, 20191)541 Weight::from_parts(1_630_000, 3530)
554 // Standard Error: 1_647542 // Standard Error: 1_544
555 .saturating_add(Weight::from_parts(4_876_194, 0).saturating_mul(b.into()))543 .saturating_add(Weight::from_parts(4_082_425, 0).saturating_mul(b.into()))
556 .saturating_add(RocksDbWeight::get().reads(3_u64))544 .saturating_add(RocksDbWeight::get().reads(2_u64))
557 .saturating_add(RocksDbWeight::get().writes(2_u64))545 .saturating_add(RocksDbWeight::get().writes(2_u64))
558 .saturating_add(RocksDbWeight::get().writes((3_u64).saturating_mul(b.into())))546 .saturating_add(RocksDbWeight::get().writes((3_u64).saturating_mul(b.into())))
559 }547 }
560 /// Storage: Refungible TokensMinted (r:1 w:1)548 /// Storage: Refungible TokensMinted (r:1 w:1)
561 /// Proof: Refungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)549 /// Proof: Refungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)
562 /// Storage: Refungible AccountBalance (r:200 w:200)550 /// Storage: Refungible AccountBalance (r:200 w:200)
563 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)551 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)
564 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)
565 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)
566 /// Storage: Refungible Balance (r:0 w:200)552 /// Storage: Refungible Balance (r:0 w:200)
567 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)553 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)
568 /// Storage: Refungible TotalSupply (r:0 w:200)554 /// Storage: Refungible TotalSupply (r:0 w:200)
572 /// The range of component `b` is `[0, 200]`.558 /// The range of component `b` is `[0, 200]`.
573 fn create_multiple_items_ex_multiple_items(b: u32, ) -> Weight {559 fn create_multiple_items_ex_multiple_items(b: u32, ) -> Weight {
574 // Proof Size summary in bytes:560 // Proof Size summary in bytes:
575 // Measured: `318`561 // Measured: `4`
576 // Estimated: `20191 + b * (2540 ±0)`562 // Estimated: `3481 + b * (2540 ±0)`
577 // Minimum execution time: 1_730_000 picoseconds.563 // Minimum execution time: 1_620_000 picoseconds.
578 Weight::from_parts(1_790_000, 20191)564 Weight::from_parts(1_690_000, 3481)
579 // Standard Error: 1_611565 // Standard Error: 1_349
580 .saturating_add(Weight::from_parts(6_002_948, 0).saturating_mul(b.into()))566 .saturating_add(Weight::from_parts(5_124_357, 0).saturating_mul(b.into()))
581 .saturating_add(RocksDbWeight::get().reads(2_u64))567 .saturating_add(RocksDbWeight::get().reads(1_u64))
582 .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(b.into())))568 .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(b.into())))
583 .saturating_add(RocksDbWeight::get().writes(1_u64))569 .saturating_add(RocksDbWeight::get().writes(1_u64))
584 .saturating_add(RocksDbWeight::get().writes((4_u64).saturating_mul(b.into())))570 .saturating_add(RocksDbWeight::get().writes((4_u64).saturating_mul(b.into())))
588 /// Proof: Refungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)574 /// Proof: Refungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)
589 /// Storage: Refungible AccountBalance (r:200 w:200)575 /// Storage: Refungible AccountBalance (r:200 w:200)
590 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)576 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)
591 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)
592 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)
593 /// Storage: Refungible Balance (r:0 w:200)577 /// Storage: Refungible Balance (r:0 w:200)
594 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)578 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)
595 /// Storage: Refungible TotalSupply (r:0 w:1)579 /// Storage: Refungible TotalSupply (r:0 w:1)
599 /// The range of component `b` is `[0, 200]`.583 /// The range of component `b` is `[0, 200]`.
600 fn create_multiple_items_ex_multiple_owners(b: u32, ) -> Weight {584 fn create_multiple_items_ex_multiple_owners(b: u32, ) -> Weight {
601 // Proof Size summary in bytes:585 // Proof Size summary in bytes:
602 // Measured: `318`586 // Measured: `4`
603 // Estimated: `20191 + b * (2540 ±0)`587 // Estimated: `3481 + b * (2540 ±0)`
604 // Minimum execution time: 6_260_000 picoseconds.588 // Minimum execution time: 2_570_000 picoseconds.
605 Weight::from_parts(2_297_892, 20191)589 Weight::from_parts(2_680_000, 3481)
606 // Standard Error: 1_302590 // Standard Error: 637
607 .saturating_add(Weight::from_parts(4_093_180, 0).saturating_mul(b.into()))591 .saturating_add(Weight::from_parts(3_753_594, 0).saturating_mul(b.into()))
608 .saturating_add(RocksDbWeight::get().reads(2_u64))592 .saturating_add(RocksDbWeight::get().reads(1_u64))
609 .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(b.into())))593 .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(b.into())))
610 .saturating_add(RocksDbWeight::get().writes(2_u64))594 .saturating_add(RocksDbWeight::get().writes(2_u64))
611 .saturating_add(RocksDbWeight::get().writes((3_u64).saturating_mul(b.into())))595 .saturating_add(RocksDbWeight::get().writes((3_u64).saturating_mul(b.into())))
623 // Proof Size summary in bytes:607 // Proof Size summary in bytes:
624 // Measured: `456`608 // Measured: `456`
625 // Estimated: `8682`609 // Estimated: `8682`
626 // Minimum execution time: 17_330_000 picoseconds.610 // Minimum execution time: 16_200_000 picoseconds.
627 Weight::from_parts(17_910_000, 8682)611 Weight::from_parts(16_620_000, 8682)
628 .saturating_add(RocksDbWeight::get().reads(5_u64))612 .saturating_add(RocksDbWeight::get().reads(5_u64))
629 .saturating_add(RocksDbWeight::get().writes(4_u64))613 .saturating_add(RocksDbWeight::get().writes(4_u64))
630 }614 }
644 // Proof Size summary in bytes:628 // Proof Size summary in bytes:
645 // Measured: `341`629 // Measured: `341`
646 // Estimated: `3554`630 // Estimated: `3554`
647 // Minimum execution time: 16_920_000 picoseconds.631 // Minimum execution time: 15_820_000 picoseconds.
648 Weight::from_parts(17_630_000, 3554)632 Weight::from_parts(16_410_000, 3554)
649 .saturating_add(RocksDbWeight::get().reads(4_u64))633 .saturating_add(RocksDbWeight::get().reads(4_u64))
650 .saturating_add(RocksDbWeight::get().writes(6_u64))634 .saturating_add(RocksDbWeight::get().writes(6_u64))
651 }635 }
657 // Proof Size summary in bytes:641 // Proof Size summary in bytes:
658 // Measured: `365`642 // Measured: `365`
659 // Estimated: `6118`643 // Estimated: `6118`
660 // Minimum execution time: 10_600_000 picoseconds.644 // Minimum execution time: 9_970_000 picoseconds.
661 Weight::from_parts(10_950_000, 6118)645 Weight::from_parts(10_250_000, 6118)
662 .saturating_add(RocksDbWeight::get().reads(3_u64))646 .saturating_add(RocksDbWeight::get().reads(3_u64))
663 .saturating_add(RocksDbWeight::get().writes(2_u64))647 .saturating_add(RocksDbWeight::get().writes(2_u64))
664 }648 }
674 // Proof Size summary in bytes:658 // Proof Size summary in bytes:
675 // Measured: `341`659 // Measured: `341`
676 // Estimated: `6118`660 // Estimated: `6118`
677 // Minimum execution time: 12_160_000 picoseconds.661 // Minimum execution time: 11_530_000 picoseconds.
678 Weight::from_parts(12_570_000, 6118)662 Weight::from_parts(11_800_000, 6118)
679 .saturating_add(RocksDbWeight::get().reads(4_u64))663 .saturating_add(RocksDbWeight::get().reads(4_u64))
680 .saturating_add(RocksDbWeight::get().writes(4_u64))664 .saturating_add(RocksDbWeight::get().writes(4_u64))
681 }665 }
691 // Proof Size summary in bytes:675 // Proof Size summary in bytes:
692 // Measured: `456`676 // Measured: `456`
693 // Estimated: `6118`677 // Estimated: `6118`
694 // Minimum execution time: 14_300_000 picoseconds.678 // Minimum execution time: 13_520_000 picoseconds.
695 Weight::from_parts(14_760_000, 6118)679 Weight::from_parts(13_860_000, 6118)
696 .saturating_add(RocksDbWeight::get().reads(4_u64))680 .saturating_add(RocksDbWeight::get().reads(4_u64))
697 .saturating_add(RocksDbWeight::get().writes(4_u64))681 .saturating_add(RocksDbWeight::get().writes(4_u64))
698 }682 }
708 // Proof Size summary in bytes:692 // Proof Size summary in bytes:
709 // Measured: `341`693 // Measured: `341`
710 // Estimated: `6118`694 // Estimated: `6118`
711 // Minimum execution time: 14_050_000 picoseconds.695 // Minimum execution time: 13_290_000 picoseconds.
712 Weight::from_parts(14_490_000, 6118)696 Weight::from_parts(13_590_000, 6118)
713 .saturating_add(RocksDbWeight::get().reads(5_u64))697 .saturating_add(RocksDbWeight::get().reads(5_u64))
714 .saturating_add(RocksDbWeight::get().writes(6_u64))698 .saturating_add(RocksDbWeight::get().writes(6_u64))
715 }699 }
721 // Proof Size summary in bytes:705 // Proof Size summary in bytes:
722 // Measured: `223`706 // Measured: `223`
723 // Estimated: `3554`707 // Estimated: `3554`
724 // Minimum execution time: 6_210_000 picoseconds.708 // Minimum execution time: 5_910_000 picoseconds.
725 Weight::from_parts(6_500_000, 3554)709 Weight::from_parts(6_070_000, 3554)
726 .saturating_add(RocksDbWeight::get().reads(1_u64))710 .saturating_add(RocksDbWeight::get().reads(1_u64))
727 .saturating_add(RocksDbWeight::get().writes(1_u64))711 .saturating_add(RocksDbWeight::get().writes(1_u64))
728 }712 }
734 // Proof Size summary in bytes:718 // Proof Size summary in bytes:
735 // Measured: `211`719 // Measured: `211`
736 // Estimated: `3554`720 // Estimated: `3554`
737 // Minimum execution time: 6_280_000 picoseconds.721 // Minimum execution time: 5_920_000 picoseconds.
738 Weight::from_parts(6_540_000, 3554)722 Weight::from_parts(6_100_000, 3554)
739 .saturating_add(RocksDbWeight::get().reads(1_u64))723 .saturating_add(RocksDbWeight::get().reads(1_u64))
740 .saturating_add(RocksDbWeight::get().writes(1_u64))724 .saturating_add(RocksDbWeight::get().writes(1_u64))
741 }725 }
749 // Proof Size summary in bytes:733 // Proof Size summary in bytes:
750 // Measured: `495`734 // Measured: `495`
751 // Estimated: `6118`735 // Estimated: `6118`
752 // Minimum execution time: 15_570_000 picoseconds.736 // Minimum execution time: 14_460_000 picoseconds.
753 Weight::from_parts(15_990_000, 6118)737 Weight::from_parts(14_900_000, 6118)
754 .saturating_add(RocksDbWeight::get().reads(4_u64))738 .saturating_add(RocksDbWeight::get().reads(4_u64))
755 .saturating_add(RocksDbWeight::get().writes(3_u64))739 .saturating_add(RocksDbWeight::get().writes(3_u64))
756 }740 }
768 // Proof Size summary in bytes:752 // Proof Size summary in bytes:
769 // Measured: `471`753 // Measured: `471`
770 // Estimated: `6118`754 // Estimated: `6118`
771 // Minimum execution time: 17_030_000 picoseconds.755 // Minimum execution time: 15_920_000 picoseconds.
772 Weight::from_parts(17_430_000, 6118)756 Weight::from_parts(16_340_000, 6118)
773 .saturating_add(RocksDbWeight::get().reads(5_u64))757 .saturating_add(RocksDbWeight::get().reads(5_u64))
774 .saturating_add(RocksDbWeight::get().writes(5_u64))758 .saturating_add(RocksDbWeight::get().writes(5_u64))
775 }759 }
787 // Proof Size summary in bytes:771 // Proof Size summary in bytes:
788 // Measured: `586`772 // Measured: `586`
789 // Estimated: `6118`773 // Estimated: `6118`
790 // Minimum execution time: 19_300_000 picoseconds.774 // Minimum execution time: 18_010_000 picoseconds.
791 Weight::from_parts(19_760_000, 6118)775 Weight::from_parts(18_350_000, 6118)
792 .saturating_add(RocksDbWeight::get().reads(5_u64))776 .saturating_add(RocksDbWeight::get().reads(5_u64))
793 .saturating_add(RocksDbWeight::get().writes(5_u64))777 .saturating_add(RocksDbWeight::get().writes(5_u64))
794 }778 }
806 // Proof Size summary in bytes:790 // Proof Size summary in bytes:
807 // Measured: `471`791 // Measured: `471`
808 // Estimated: `6118`792 // Estimated: `6118`
809 // Minimum execution time: 19_190_000 picoseconds.793 // Minimum execution time: 17_800_000 picoseconds.
810 Weight::from_parts(19_560_000, 6118)794 Weight::from_parts(18_160_000, 6118)
811 .saturating_add(RocksDbWeight::get().reads(6_u64))795 .saturating_add(RocksDbWeight::get().reads(6_u64))
812 .saturating_add(RocksDbWeight::get().writes(7_u64))796 .saturating_add(RocksDbWeight::get().writes(7_u64))
813 }797 }
829 // Proof Size summary in bytes:813 // Proof Size summary in bytes:
830 // Measured: `471`814 // Measured: `471`
831 // Estimated: `3570`815 // Estimated: `3570`
832 // Minimum execution time: 22_590_000 picoseconds.816 // Minimum execution time: 21_020_000 picoseconds.
833 Weight::from_parts(23_290_000, 3570)817 Weight::from_parts(21_450_000, 3570)
834 .saturating_add(RocksDbWeight::get().reads(5_u64))818 .saturating_add(RocksDbWeight::get().reads(5_u64))
835 .saturating_add(RocksDbWeight::get().writes(7_u64))819 .saturating_add(RocksDbWeight::get().writes(7_u64))
836 }820 }
841 // Proof Size summary in bytes:825 // Proof Size summary in bytes:
842 // Measured: `314`826 // Measured: `314`
843 // Estimated: `20191`827 // Estimated: `20191`
844 // Minimum execution time: 780_000 picoseconds.828 // Minimum execution time: 790_000 picoseconds.
845 Weight::from_parts(850_000, 20191)829 Weight::from_parts(840_000, 20191)
846 // Standard Error: 38_209830 // Standard Error: 35_436
847 .saturating_add(Weight::from_parts(9_042_866, 0).saturating_mul(b.into()))831 .saturating_add(Weight::from_parts(8_505_258, 0).saturating_mul(b.into()))
848 .saturating_add(RocksDbWeight::get().reads(1_u64))832 .saturating_add(RocksDbWeight::get().reads(1_u64))
849 .saturating_add(RocksDbWeight::get().writes(1_u64))833 .saturating_add(RocksDbWeight::get().writes(1_u64))
850 }834 }
859 // Proof Size summary in bytes:843 // Proof Size summary in bytes:
860 // Measured: `502 + b * (261 ±0)`844 // Measured: `502 + b * (261 ±0)`
861 // Estimated: `36269`845 // Estimated: `36269`
862 // Minimum execution time: 5_160_000 picoseconds.846 // Minimum execution time: 1_710_000 picoseconds.
863 Weight::from_parts(15_283_437, 36269)847 Weight::from_parts(5_892_635, 36269)
864 // Standard Error: 12_988848 // Standard Error: 5_857
865 .saturating_add(Weight::from_parts(2_757_274, 0).saturating_mul(b.into()))849 .saturating_add(Weight::from_parts(2_956_238, 0).saturating_mul(b.into()))
866 .saturating_add(RocksDbWeight::get().reads(3_u64))850 .saturating_add(RocksDbWeight::get().reads(3_u64))
867 .saturating_add(RocksDbWeight::get().writes(1_u64))851 .saturating_add(RocksDbWeight::get().writes(1_u64))
868 }852 }
875 // Proof Size summary in bytes:859 // Proof Size summary in bytes:
876 // Measured: `317 + b * (261 ±0)`860 // Measured: `317 + b * (261 ±0)`
877 // Estimated: `20191`861 // Estimated: `20191`
878 // Minimum execution time: 3_560_000 picoseconds.862 // Minimum execution time: 500_000 picoseconds.
879 Weight::from_parts(6_788_279, 20191)863 Weight::from_parts(7_856_522, 20191)
880 // Standard Error: 5_443864 // Standard Error: 7_896
881 .saturating_add(Weight::from_parts(2_641_825, 0).saturating_mul(b.into()))865 .saturating_add(Weight::from_parts(2_770_333, 0).saturating_mul(b.into()))
882 .saturating_add(RocksDbWeight::get().reads(1_u64))866 .saturating_add(RocksDbWeight::get().reads(1_u64))
883 .saturating_add(RocksDbWeight::get().writes(1_u64))867 .saturating_add(RocksDbWeight::get().writes(1_u64))
884 }868 }
893 // Proof Size summary in bytes:877 // Proof Size summary in bytes:
894 // Measured: `561 + b * (33291 ±0)`878 // Measured: `561 + b * (33291 ±0)`
895 // Estimated: `36269`879 // Estimated: `36269`
896 // Minimum execution time: 4_650_000 picoseconds.880 // Minimum execution time: 1_710_000 picoseconds.
897 Weight::from_parts(4_820_000, 36269)881 Weight::from_parts(1_790_000, 36269)
898 // Standard Error: 24_035882 // Standard Error: 23_937
899 .saturating_add(Weight::from_parts(8_828_039, 0).saturating_mul(b.into()))883 .saturating_add(Weight::from_parts(9_102_744, 0).saturating_mul(b.into()))
900 .saturating_add(RocksDbWeight::get().reads(3_u64))884 .saturating_add(RocksDbWeight::get().reads(3_u64))
901 .saturating_add(RocksDbWeight::get().writes(1_u64))885 .saturating_add(RocksDbWeight::get().writes(1_u64))
902 }886 }
908 // Proof Size summary in bytes:892 // Proof Size summary in bytes:
909 // Measured: `288`893 // Measured: `288`
910 // Estimated: `3554`894 // Estimated: `3554`
911 // Minimum execution time: 7_260_000 picoseconds.895 // Minimum execution time: 7_540_000 picoseconds.
912 Weight::from_parts(7_520_000, 3554)896 Weight::from_parts(7_740_000, 3554)
913 .saturating_add(RocksDbWeight::get().reads(2_u64))897 .saturating_add(RocksDbWeight::get().reads(2_u64))
914 .saturating_add(RocksDbWeight::get().writes(2_u64))898 .saturating_add(RocksDbWeight::get().writes(2_u64))
915 }899 }
919 // Proof Size summary in bytes:903 // Proof Size summary in bytes:
920 // Measured: `288`904 // Measured: `288`
921 // Estimated: `6118`905 // Estimated: `6118`
922 // Minimum execution time: 3_200_000 picoseconds.906 // Minimum execution time: 3_050_000 picoseconds.
923 Weight::from_parts(3_360_000, 6118)907 Weight::from_parts(3_230_000, 6118)
924 .saturating_add(RocksDbWeight::get().reads(2_u64))908 .saturating_add(RocksDbWeight::get().reads(2_u64))
925 }909 }
926 /// Storage: Refungible CollectionAllowance (r:0 w:1)910 /// Storage: Refungible CollectionAllowance (r:0 w:1)
929 // Proof Size summary in bytes:913 // Proof Size summary in bytes:
930 // Measured: `0`914 // Measured: `0`
931 // Estimated: `0`915 // Estimated: `0`
932 // Minimum execution time: 2_420_000 picoseconds.916 // Minimum execution time: 2_560_000 picoseconds.
933 Weight::from_parts(2_540_000, 0)917 Weight::from_parts(2_680_000, 0)
934 .saturating_add(RocksDbWeight::get().writes(1_u64))918 .saturating_add(RocksDbWeight::get().writes(1_u64))
935 }919 }
936 /// Storage: Refungible CollectionAllowance (r:1 w:0)920 /// Storage: Refungible CollectionAllowance (r:1 w:0)
939 // Proof Size summary in bytes:923 // Proof Size summary in bytes:
940 // Measured: `4`924 // Measured: `4`
941 // Estimated: `3576`925 // Estimated: `3576`
942 // Minimum execution time: 1_370_000 picoseconds.926 // Minimum execution time: 1_430_000 picoseconds.
943 Weight::from_parts(1_470_000, 3576)927 Weight::from_parts(1_510_000, 3576)
944 .saturating_add(RocksDbWeight::get().reads(1_u64))928 .saturating_add(RocksDbWeight::get().reads(1_u64))
945 }929 }
946 /// Storage: Refungible TokenProperties (r:1 w:1)930 /// Storage: Refungible TokenProperties (r:1 w:1)
949 // Proof Size summary in bytes:933 // Proof Size summary in bytes:
950 // Measured: `120`934 // Measured: `120`
951 // Estimated: `36269`935 // Estimated: `36269`
952 // Minimum execution time: 1_350_000 picoseconds.936 // Minimum execution time: 1_380_000 picoseconds.
953 Weight::from_parts(1_420_000, 36269)937 Weight::from_parts(1_470_000, 36269)
954 .saturating_add(RocksDbWeight::get().reads(1_u64))938 .saturating_add(RocksDbWeight::get().reads(1_u64))
955 .saturating_add(RocksDbWeight::get().writes(1_u64))939 .saturating_add(RocksDbWeight::get().writes(1_u64))
956 }940 }