difftreelog
chore temporary bench nft/rft/common
in: master
3 files changed
pallets/common/src/weights.rsdiffbeforeafterboth--- a/pallets/common/src/weights.rs
+++ b/pallets/common/src/weights.rs
@@ -3,9 +3,9 @@
//! Autogenerated weights for pallet_common
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
-//! DATE: 2023-09-26, STEPS: `50`, REPEAT: `400`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2023-09-30, STEPS: `50`, REPEAT: `80`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
-//! HOSTNAME: `bench-host`, CPU: `Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz`
+//! HOSTNAME: `hearthstone`, CPU: `AMD Ryzen 9 7950X3D 16-Core Processor`
//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
// Executed Command:
@@ -20,7 +20,7 @@
// *
// --template=.maintain/frame-weight-template.hbs
// --steps=50
-// --repeat=400
+// --repeat=80
// --heap-pages=4096
// --output=./pallets/common/src/weights.rs
@@ -36,6 +36,7 @@
fn set_collection_properties(b: u32, ) -> Weight;
fn delete_collection_properties(b: u32, ) -> Weight;
fn check_accesslist() -> Weight;
+ fn init_token_properties_common() -> Weight;
}
/// Weights for pallet_common using the Substrate node and recommended hardware.
@@ -48,10 +49,10 @@
// Proof Size summary in bytes:
// Measured: `298`
// Estimated: `44457`
- // Minimum execution time: 4_862_000 picoseconds.
- Weight::from_parts(5_003_000, 44457)
- // Standard Error: 3_889
- .saturating_add(Weight::from_parts(4_918_195, 0).saturating_mul(b.into()))
+ // Minimum execution time: 2_831_000 picoseconds.
+ Weight::from_parts(8_612_860, 44457)
+ // Standard Error: 8_791
+ .saturating_add(Weight::from_parts(2_512_039, 0).saturating_mul(b.into()))
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -62,10 +63,10 @@
// Proof Size summary in bytes:
// Measured: `303 + b * (33030 ±0)`
// Estimated: `44457`
- // Minimum execution time: 4_739_000 picoseconds.
- Weight::from_parts(4_887_000, 44457)
- // Standard Error: 37_951
- .saturating_add(Weight::from_parts(23_410_931, 0).saturating_mul(b.into()))
+ // Minimum execution time: 2_650_000 picoseconds.
+ Weight::from_parts(2_750_000, 44457)
+ // Standard Error: 28_392
+ .saturating_add(Weight::from_parts(8_897_514, 0).saturating_mul(b.into()))
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -75,10 +76,22 @@
// Proof Size summary in bytes:
// Measured: `373`
// Estimated: `3535`
- // Minimum execution time: 4_183_000 picoseconds.
- Weight::from_parts(4_391_000, 3535)
+ // Minimum execution time: 2_730_000 picoseconds.
+ Weight::from_parts(2_850_000, 3535)
.saturating_add(T::DbWeight::get().reads(1_u64))
}
+ /// Storage: Common IsAdmin (r:1 w:0)
+ /// Proof: Common IsAdmin (max_values: None, max_size: Some(70), added: 2545, mode: MaxEncodedLen)
+ /// Storage: Common CollectionPropertyPermissions (r:1 w:0)
+ /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)
+ fn init_token_properties_common() -> Weight {
+ // Proof Size summary in bytes:
+ // Measured: `326`
+ // Estimated: `20191`
+ // Minimum execution time: 3_770_000 picoseconds.
+ Weight::from_parts(3_930_000, 20191)
+ .saturating_add(T::DbWeight::get().reads(2_u64))
+ }
}
// For backwards compatibility and tests
@@ -90,10 +103,10 @@
// Proof Size summary in bytes:
// Measured: `298`
// Estimated: `44457`
- // Minimum execution time: 4_862_000 picoseconds.
- Weight::from_parts(5_003_000, 44457)
- // Standard Error: 3_889
- .saturating_add(Weight::from_parts(4_918_195, 0).saturating_mul(b.into()))
+ // Minimum execution time: 2_831_000 picoseconds.
+ Weight::from_parts(8_612_860, 44457)
+ // Standard Error: 8_791
+ .saturating_add(Weight::from_parts(2_512_039, 0).saturating_mul(b.into()))
.saturating_add(RocksDbWeight::get().reads(1_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
@@ -104,10 +117,10 @@
// Proof Size summary in bytes:
// Measured: `303 + b * (33030 ±0)`
// Estimated: `44457`
- // Minimum execution time: 4_739_000 picoseconds.
- Weight::from_parts(4_887_000, 44457)
- // Standard Error: 37_951
- .saturating_add(Weight::from_parts(23_410_931, 0).saturating_mul(b.into()))
+ // Minimum execution time: 2_650_000 picoseconds.
+ Weight::from_parts(2_750_000, 44457)
+ // Standard Error: 28_392
+ .saturating_add(Weight::from_parts(8_897_514, 0).saturating_mul(b.into()))
.saturating_add(RocksDbWeight::get().reads(1_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
@@ -117,9 +130,21 @@
// Proof Size summary in bytes:
// Measured: `373`
// Estimated: `3535`
- // Minimum execution time: 4_183_000 picoseconds.
- Weight::from_parts(4_391_000, 3535)
+ // Minimum execution time: 2_730_000 picoseconds.
+ Weight::from_parts(2_850_000, 3535)
.saturating_add(RocksDbWeight::get().reads(1_u64))
}
+ /// Storage: Common IsAdmin (r:1 w:0)
+ /// Proof: Common IsAdmin (max_values: None, max_size: Some(70), added: 2545, mode: MaxEncodedLen)
+ /// Storage: Common CollectionPropertyPermissions (r:1 w:0)
+ /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)
+ fn init_token_properties_common() -> Weight {
+ // Proof Size summary in bytes:
+ // Measured: `326`
+ // Estimated: `20191`
+ // Minimum execution time: 3_770_000 picoseconds.
+ Weight::from_parts(3_930_000, 20191)
+ .saturating_add(RocksDbWeight::get().reads(2_u64))
+ }
}
pallets/nonfungible/src/weights.rsdiffbeforeafterboth3//! Autogenerated weights for pallet_nonfungible3//! Autogenerated weights for pallet_nonfungible4//!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-dev6//! DATE: 2023-09-26, STEPS: `50`, REPEAT: `400`, LOW RANGE: `[]`, HIGH RANGE: `[]`6//! DATE: 2023-09-30, STEPS: `50`, REPEAT: `80`, LOW RANGE: `[]`, HIGH RANGE: `[]`7//! WORST CASE MAP SIZE: `1000000`7//! WORST CASE MAP SIZE: `1000000`8//! HOSTNAME: `bench-host`, CPU: `Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz`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: 1024101011// Executed Command:11// Executed Command:20// *20// *21// --template=.maintain/frame-weight-template.hbs21// --template=.maintain/frame-weight-template.hbs22// --steps=5022// --steps=5023// --repeat=40023// --repeat=8024// --heap-pages=409624// --heap-pages=409625// --output=./pallets/nonfungible/src/weights.rs25// --output=./pallets/nonfungible/src/weights.rs262646 fn burn_from() -> Weight;46 fn burn_from() -> Weight;47 fn set_token_property_permissions(b: u32, ) -> Weight;47 fn set_token_property_permissions(b: u32, ) -> Weight;48 fn set_token_properties(b: u32, ) -> Weight;48 fn set_token_properties(b: u32, ) -> Weight;49 fn reset_token_properties(b: u32, ) -> Weight;49 fn init_token_properties(b: u32, ) -> Weight;50 fn delete_token_properties(b: u32, ) -> Weight;50 fn delete_token_properties(b: u32, ) -> Weight;51 fn token_owner() -> Weight;51 fn token_owner() -> Weight;52 fn set_allowance_for_all() -> Weight;52 fn set_allowance_for_all() -> Weight;69 // Proof Size summary in bytes:69 // Proof Size summary in bytes:70 // Measured: `142`70 // Measured: `142`71 // Estimated: `3530`71 // Estimated: `3530`72 // Minimum execution time: 10_723_000 picoseconds.72 // Minimum execution time: 4_981_000 picoseconds.73 Weight::from_parts(11_038_000, 3530)73 Weight::from_parts(5_160_000, 3530)74 .saturating_add(T::DbWeight::get().reads(2_u64))74 .saturating_add(T::DbWeight::get().reads(2_u64))75 .saturating_add(T::DbWeight::get().writes(4_u64))75 .saturating_add(T::DbWeight::get().writes(4_u64))76 }76 }87 // Proof Size summary in bytes:87 // Proof Size summary in bytes:88 // Measured: `142`88 // Measured: `142`89 // Estimated: `3530`89 // Estimated: `3530`90 // Minimum execution time: 3_170_000 picoseconds.90 // Minimum execution time: 1_701_000 picoseconds.91 Weight::from_parts(2_230_822, 3530)91 Weight::from_parts(1_750_000, 3530)92 // Standard Error: 41792 // Standard Error: 54993 .saturating_add(Weight::from_parts(3_552_754, 0).saturating_mul(b.into()))93 .saturating_add(Weight::from_parts(2_507_305, 0).saturating_mul(b.into()))94 .saturating_add(T::DbWeight::get().reads(2_u64))94 .saturating_add(T::DbWeight::get().reads(2_u64))95 .saturating_add(T::DbWeight::get().writes(2_u64))95 .saturating_add(T::DbWeight::get().writes(2_u64))96 .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())))108 // Proof Size summary in bytes:108 // Proof Size summary in bytes:109 // Measured: `142`109 // Measured: `142`110 // Estimated: `3481 + b * (2540 ±0)`110 // Estimated: `3481 + b * (2540 ±0)`111 // Minimum execution time: 3_234_000 picoseconds.111 // Minimum execution time: 1_600_000 picoseconds.112 Weight::from_parts(3_359_000, 3481)112 Weight::from_parts(1_661_000, 3481)113 // Standard Error: 598113 // Standard Error: 1_210114 .saturating_add(Weight::from_parts(4_872_803, 0).saturating_mul(b.into()))114 .saturating_add(Weight::from_parts(3_472_463, 0).saturating_mul(b.into()))115 .saturating_add(T::DbWeight::get().reads(1_u64))115 .saturating_add(T::DbWeight::get().reads(1_u64))116 .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())))117 .saturating_add(T::DbWeight::get().writes(1_u64))117 .saturating_add(T::DbWeight::get().writes(1_u64))136 // Proof Size summary in bytes:136 // Proof Size summary in bytes:137 // Measured: `380`137 // Measured: `380`138 // Estimated: `3530`138 // Estimated: `3530`139 // Minimum execution time: 17_970_000 picoseconds.139 // Minimum execution time: 10_401_000 picoseconds.140 Weight::from_parts(18_458_000, 3530)140 Weight::from_parts(10_701_000, 3530)141 .saturating_add(T::DbWeight::get().reads(5_u64))141 .saturating_add(T::DbWeight::get().reads(5_u64))142 .saturating_add(T::DbWeight::get().writes(5_u64))142 .saturating_add(T::DbWeight::get().writes(5_u64))143 }143 }159 // Proof Size summary in bytes:159 // Proof Size summary in bytes:160 // Measured: `380`160 // Measured: `380`161 // Estimated: `3530`161 // Estimated: `3530`162 // Minimum execution time: 22_995_000 picoseconds.162 // Minimum execution time: 12_982_000 picoseconds.163 Weight::from_parts(23_505_000, 3530)163 Weight::from_parts(13_522_000, 3530)164 .saturating_add(T::DbWeight::get().reads(5_u64))164 .saturating_add(T::DbWeight::get().reads(5_u64))165 .saturating_add(T::DbWeight::get().writes(5_u64))165 .saturating_add(T::DbWeight::get().writes(5_u64))166 }166 }185 // Proof Size summary in bytes:185 // Proof Size summary in bytes:186 // Measured: `1500 + b * (58 ±0)`186 // Measured: `1500 + b * (58 ±0)`187 // Estimated: `5874 + b * (5032 ±0)`187 // Estimated: `5874 + b * (5032 ±0)`188 // Minimum execution time: 22_854_000 picoseconds.188 // Minimum execution time: 13_201_000 picoseconds.189 Weight::from_parts(23_291_000, 5874)189 Weight::from_parts(13_371_000, 5874)190 // Standard Error: 83_594190 // Standard Error: 124_410191 .saturating_add(Weight::from_parts(59_695_924, 0).saturating_mul(b.into()))191 .saturating_add(Weight::from_parts(41_526_223, 0).saturating_mul(b.into()))192 .saturating_add(T::DbWeight::get().reads(7_u64))192 .saturating_add(T::DbWeight::get().reads(7_u64))193 .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())))194 .saturating_add(T::DbWeight::get().writes(6_u64))194 .saturating_add(T::DbWeight::get().writes(6_u64))207 // Proof Size summary in bytes:207 // Proof Size summary in bytes:208 // Measured: `380`208 // Measured: `380`209 // Estimated: `6070`209 // Estimated: `6070`210 // Minimum execution time: 13_873_000 picoseconds.210 // Minimum execution time: 8_681_000 picoseconds.211 Weight::from_parts(14_318_000, 6070)211 Weight::from_parts(8_891_000, 6070)212 .saturating_add(T::DbWeight::get().reads(4_u64))212 .saturating_add(T::DbWeight::get().reads(4_u64))213 .saturating_add(T::DbWeight::get().writes(5_u64))213 .saturating_add(T::DbWeight::get().writes(5_u64))214 }214 }220 // Proof Size summary in bytes:220 // Proof Size summary in bytes:221 // Measured: `326`221 // Measured: `326`222 // Estimated: `3522`222 // Estimated: `3522`223 // Minimum execution time: 7_895_000 picoseconds.223 // Minimum execution time: 4_651_000 picoseconds.224 Weight::from_parts(8_131_000, 3522)224 Weight::from_parts(4_830_000, 3522)225 .saturating_add(T::DbWeight::get().reads(2_u64))225 .saturating_add(T::DbWeight::get().reads(2_u64))226 .saturating_add(T::DbWeight::get().writes(1_u64))226 .saturating_add(T::DbWeight::get().writes(1_u64))227 }227 }233 // Proof Size summary in bytes:233 // Proof Size summary in bytes:234 // Measured: `313`234 // Measured: `313`235 // Estimated: `3522`235 // Estimated: `3522`236 // Minimum execution time: 7_931_000 picoseconds.236 // Minimum execution time: 4_721_000 picoseconds.237 Weight::from_parts(8_185_000, 3522)237 Weight::from_parts(4_851_000, 3522)238 .saturating_add(T::DbWeight::get().reads(2_u64))238 .saturating_add(T::DbWeight::get().reads(2_u64))239 .saturating_add(T::DbWeight::get().writes(1_u64))239 .saturating_add(T::DbWeight::get().writes(1_u64))240 }240 }244 // Proof Size summary in bytes:244 // Proof Size summary in bytes:245 // Measured: `362`245 // Measured: `362`246 // Estimated: `3522`246 // Estimated: `3522`247 // Minimum execution time: 4_111_000 picoseconds.247 // Minimum execution time: 2_621_000 picoseconds.248 Weight::from_parts(4_280_000, 3522)248 Weight::from_parts(2_760_000, 3522)249 .saturating_add(T::DbWeight::get().reads(1_u64))249 .saturating_add(T::DbWeight::get().reads(1_u64))250 }250 }251 /// Storage: Nonfungible Allowance (r:1 w:1)251 /// Storage: Nonfungible Allowance (r:1 w:1)266 // Proof Size summary in bytes:266 // Proof Size summary in bytes:267 // Measured: `463`267 // Measured: `463`268 // Estimated: `3530`268 // Estimated: `3530`269 // Minimum execution time: 21_756_000 picoseconds.269 // Minimum execution time: 13_432_000 picoseconds.270 Weight::from_parts(22_237_000, 3530)270 Weight::from_parts(13_681_000, 3530)271 .saturating_add(T::DbWeight::get().reads(5_u64))271 .saturating_add(T::DbWeight::get().reads(5_u64))272 .saturating_add(T::DbWeight::get().writes(6_u64))272 .saturating_add(T::DbWeight::get().writes(6_u64))273 }273 }278 // Proof Size summary in bytes:278 // Proof Size summary in bytes:279 // Measured: `314`279 // Measured: `314`280 // Estimated: `20191`280 // Estimated: `20191`281 // Minimum execution time: 1_411_000 picoseconds.281 // Minimum execution time: 610_000 picoseconds.282 Weight::from_parts(1_505_000, 20191)282 Weight::from_parts(640_000, 20191)283 // Standard Error: 14_327283 // Standard Error: 22_744284 .saturating_add(Weight::from_parts(8_366_431, 0).saturating_mul(b.into()))284 .saturating_add(Weight::from_parts(5_938_386, 0).saturating_mul(b.into()))285 .saturating_add(T::DbWeight::get().reads(1_u64))285 .saturating_add(T::DbWeight::get().reads(1_u64))286 .saturating_add(T::DbWeight::get().writes(1_u64))286 .saturating_add(T::DbWeight::get().writes(1_u64))287 }287 }288 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)289 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)288 /// Storage: Nonfungible TokenProperties (r:1 w:1)290 /// Storage: Nonfungible TokenProperties (r:1 w:1)289 /// Proof: Nonfungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)291 /// Proof: Nonfungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)290 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)291 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)292 /// Storage: Nonfungible TokenData (r:1 w:0)292 /// Storage: Nonfungible TokenData (r:1 w:0)293 /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen)293 /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen)294 /// The range of component `b` is `[0, 64]`.294 /// The range of component `b` is `[0, 64]`.295 fn set_token_properties(b: u32, ) -> Weight {295 fn set_token_properties(b: u32, ) -> Weight {296 // Proof Size summary in bytes:296 // Proof Size summary in bytes:297 // Measured: `640 + b * (261 ±0)`297 // Measured: `640 + b * (261 ±0)`298 // Estimated: `36269`298 // Estimated: `36269`299 // Minimum execution time: 3_628_000 picoseconds.299 // Minimum execution time: 360_000 picoseconds.300 Weight::from_parts(1_438_616, 36269)300 Weight::from_parts(3_526_074, 36269)301 // Standard Error: 13_799301 // Standard Error: 8_803302 .saturating_add(Weight::from_parts(5_486_048, 0).saturating_mul(b.into()))302 .saturating_add(Weight::from_parts(2_784_005, 0).saturating_mul(b.into()))303 .saturating_add(T::DbWeight::get().reads(3_u64))303 .saturating_add(T::DbWeight::get().reads(3_u64))304 .saturating_add(T::DbWeight::get().writes(1_u64))304 .saturating_add(T::DbWeight::get().writes(1_u64))305 }305 }306 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)307 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)308 /// Storage: Nonfungible TokenProperties (r:0 w:1)306 /// Storage: Nonfungible TokenProperties (r:0 w:1)309 /// Proof: Nonfungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)307 /// Proof: Nonfungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)310 /// The range of component `b` is `[0, 64]`.308 /// The range of component `b` is `[0, 64]`.311 fn reset_token_properties(b: u32, ) -> Weight {309 fn init_token_properties(b: u32, ) -> Weight {312 // Proof Size summary in bytes:310 // Proof Size summary in bytes:313 // Measured: `317 + b * (261 ±0)`311 // Measured: `0`314 // Estimated: `20191`312 // Estimated: `0`315 // Minimum execution time: 1_016_000 picoseconds.313 // Minimum execution time: 70_000 picoseconds.316 Weight::from_parts(4_628_460, 20191)314 Weight::from_parts(2_216_986, 0)317 // Standard Error: 23_738315 // Standard Error: 5_264318 .saturating_add(Weight::from_parts(5_023_391, 0).saturating_mul(b.into()))316 .saturating_add(Weight::from_parts(2_408_457, 0).saturating_mul(b.into()))319 .saturating_add(T::DbWeight::get().reads(1_u64))320 .saturating_add(T::DbWeight::get().writes(1_u64))317 .saturating_add(T::DbWeight::get().writes(1_u64))321 }318 }322 /// Storage: Nonfungible TokenProperties (r:1 w:1)323 /// Proof: Nonfungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)324 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)319 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)325 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)320 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)326 /// Storage: Nonfungible TokenData (r:1 w:0)321 /// Storage: Nonfungible TokenData (r:1 w:0)327 /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen)322 /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen)323 /// Storage: Nonfungible TokenProperties (r:1 w:1)324 /// Proof: Nonfungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)328 /// The range of component `b` is `[0, 64]`.325 /// The range of component `b` is `[0, 64]`.329 fn delete_token_properties(b: u32, ) -> Weight {326 fn delete_token_properties(b: u32, ) -> Weight {330 // Proof Size summary in bytes:327 // Proof Size summary in bytes:331 // Measured: `699 + b * (33291 ±0)`328 // Measured: `699 + b * (33291 ±0)`332 // Estimated: `36269`329 // Estimated: `36269`333 // Minimum execution time: 3_576_000 picoseconds.330 // Minimum execution time: 360_000 picoseconds.334 Weight::from_parts(3_709_000, 36269)331 Weight::from_parts(380_000, 36269)335 // Standard Error: 36_977332 // Standard Error: 26_060336 .saturating_add(Weight::from_parts(23_798_574, 0).saturating_mul(b.into()))333 .saturating_add(Weight::from_parts(9_230_365, 0).saturating_mul(b.into()))337 .saturating_add(T::DbWeight::get().reads(3_u64))334 .saturating_add(T::DbWeight::get().reads(3_u64))338 .saturating_add(T::DbWeight::get().writes(1_u64))335 .saturating_add(T::DbWeight::get().writes(1_u64))339 }336 }343 // Proof Size summary in bytes:340 // Proof Size summary in bytes:344 // Measured: `326`341 // Measured: `326`345 // Estimated: `3522`342 // Estimated: `3522`346 // Minimum execution time: 3_614_000 picoseconds.343 // Minimum execution time: 2_350_000 picoseconds.347 Weight::from_parts(3_776_000, 3522)344 Weight::from_parts(2_450_000, 3522)348 .saturating_add(T::DbWeight::get().reads(1_u64))345 .saturating_add(T::DbWeight::get().reads(1_u64))349 }346 }350 /// Storage: Nonfungible CollectionAllowance (r:0 w:1)347 /// Storage: Nonfungible CollectionAllowance (r:0 w:1)353 // Proof Size summary in bytes:350 // Proof Size summary in bytes:354 // Measured: `0`351 // Measured: `0`355 // Estimated: `0`352 // Estimated: `0`356 // Minimum execution time: 4_345_000 picoseconds.353 // Minimum execution time: 2_040_000 picoseconds.357 Weight::from_parts(4_555_000, 0)354 Weight::from_parts(2_150_000, 0)358 .saturating_add(T::DbWeight::get().writes(1_u64))355 .saturating_add(T::DbWeight::get().writes(1_u64))359 }356 }360 /// Storage: Nonfungible CollectionAllowance (r:1 w:0)357 /// Storage: Nonfungible CollectionAllowance (r:1 w:0)363 // Proof Size summary in bytes:360 // Proof Size summary in bytes:364 // Measured: `142`361 // Measured: `142`365 // Estimated: `3576`362 // Estimated: `3576`366 // Minimum execution time: 2_810_000 picoseconds.363 // Minimum execution time: 1_560_000 picoseconds.367 Weight::from_parts(2_982_000, 3576)364 Weight::from_parts(1_670_000, 3576)368 .saturating_add(T::DbWeight::get().reads(1_u64))365 .saturating_add(T::DbWeight::get().reads(1_u64))369 }366 }370 /// Storage: Nonfungible TokenProperties (r:1 w:1)367 /// Storage: Nonfungible TokenProperties (r:1 w:1)373 // Proof Size summary in bytes:370 // Proof Size summary in bytes:374 // Measured: `279`371 // Measured: `279`375 // Estimated: `36269`372 // Estimated: `36269`376 // Minimum execution time: 3_050_000 picoseconds.373 // Minimum execution time: 1_710_000 picoseconds.377 Weight::from_parts(3_169_000, 36269)374 Weight::from_parts(1_781_000, 36269)378 .saturating_add(T::DbWeight::get().reads(1_u64))375 .saturating_add(T::DbWeight::get().reads(1_u64))379 .saturating_add(T::DbWeight::get().writes(1_u64))376 .saturating_add(T::DbWeight::get().writes(1_u64))380 }377 }394 // Proof Size summary in bytes:391 // Proof Size summary in bytes:395 // Measured: `142`392 // Measured: `142`396 // Estimated: `3530`393 // Estimated: `3530`397 // Minimum execution time: 10_723_000 picoseconds.394 // Minimum execution time: 4_981_000 picoseconds.398 Weight::from_parts(11_038_000, 3530)395 Weight::from_parts(5_160_000, 3530)399 .saturating_add(RocksDbWeight::get().reads(2_u64))396 .saturating_add(RocksDbWeight::get().reads(2_u64))400 .saturating_add(RocksDbWeight::get().writes(4_u64))397 .saturating_add(RocksDbWeight::get().writes(4_u64))401 }398 }412 // Proof Size summary in bytes:409 // Proof Size summary in bytes:413 // Measured: `142`410 // Measured: `142`414 // Estimated: `3530`411 // Estimated: `3530`415 // Minimum execution time: 3_170_000 picoseconds.412 // Minimum execution time: 1_701_000 picoseconds.416 Weight::from_parts(2_230_822, 3530)413 Weight::from_parts(1_750_000, 3530)417 // Standard Error: 417414 // Standard Error: 549418 .saturating_add(Weight::from_parts(3_552_754, 0).saturating_mul(b.into()))415 .saturating_add(Weight::from_parts(2_507_305, 0).saturating_mul(b.into()))419 .saturating_add(RocksDbWeight::get().reads(2_u64))416 .saturating_add(RocksDbWeight::get().reads(2_u64))420 .saturating_add(RocksDbWeight::get().writes(2_u64))417 .saturating_add(RocksDbWeight::get().writes(2_u64))421 .saturating_add(RocksDbWeight::get().writes((2_u64).saturating_mul(b.into())))418 .saturating_add(RocksDbWeight::get().writes((2_u64).saturating_mul(b.into())))433 // Proof Size summary in bytes:430 // Proof Size summary in bytes:434 // Measured: `142`431 // Measured: `142`435 // Estimated: `3481 + b * (2540 ±0)`432 // Estimated: `3481 + b * (2540 ±0)`436 // Minimum execution time: 3_234_000 picoseconds.433 // Minimum execution time: 1_600_000 picoseconds.437 Weight::from_parts(3_359_000, 3481)434 Weight::from_parts(1_661_000, 3481)438 // Standard Error: 598435 // Standard Error: 1_210439 .saturating_add(Weight::from_parts(4_872_803, 0).saturating_mul(b.into()))436 .saturating_add(Weight::from_parts(3_472_463, 0).saturating_mul(b.into()))440 .saturating_add(RocksDbWeight::get().reads(1_u64))437 .saturating_add(RocksDbWeight::get().reads(1_u64))441 .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(b.into())))438 .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(b.into())))442 .saturating_add(RocksDbWeight::get().writes(1_u64))439 .saturating_add(RocksDbWeight::get().writes(1_u64))461 // Proof Size summary in bytes:458 // Proof Size summary in bytes:462 // Measured: `380`459 // Measured: `380`463 // Estimated: `3530`460 // Estimated: `3530`464 // Minimum execution time: 17_970_000 picoseconds.461 // Minimum execution time: 10_401_000 picoseconds.465 Weight::from_parts(18_458_000, 3530)462 Weight::from_parts(10_701_000, 3530)466 .saturating_add(RocksDbWeight::get().reads(5_u64))463 .saturating_add(RocksDbWeight::get().reads(5_u64))467 .saturating_add(RocksDbWeight::get().writes(5_u64))464 .saturating_add(RocksDbWeight::get().writes(5_u64))468 }465 }484 // Proof Size summary in bytes:481 // Proof Size summary in bytes:485 // Measured: `380`482 // Measured: `380`486 // Estimated: `3530`483 // Estimated: `3530`487 // Minimum execution time: 22_995_000 picoseconds.484 // Minimum execution time: 12_982_000 picoseconds.488 Weight::from_parts(23_505_000, 3530)485 Weight::from_parts(13_522_000, 3530)489 .saturating_add(RocksDbWeight::get().reads(5_u64))486 .saturating_add(RocksDbWeight::get().reads(5_u64))490 .saturating_add(RocksDbWeight::get().writes(5_u64))487 .saturating_add(RocksDbWeight::get().writes(5_u64))491 }488 }510 // Proof Size summary in bytes:507 // Proof Size summary in bytes:511 // Measured: `1500 + b * (58 ±0)`508 // Measured: `1500 + b * (58 ±0)`512 // Estimated: `5874 + b * (5032 ±0)`509 // Estimated: `5874 + b * (5032 ±0)`513 // Minimum execution time: 22_854_000 picoseconds.510 // Minimum execution time: 13_201_000 picoseconds.514 Weight::from_parts(23_291_000, 5874)511 Weight::from_parts(13_371_000, 5874)515 // Standard Error: 83_594512 // Standard Error: 124_410516 .saturating_add(Weight::from_parts(59_695_924, 0).saturating_mul(b.into()))513 .saturating_add(Weight::from_parts(41_526_223, 0).saturating_mul(b.into()))517 .saturating_add(RocksDbWeight::get().reads(7_u64))514 .saturating_add(RocksDbWeight::get().reads(7_u64))518 .saturating_add(RocksDbWeight::get().reads((4_u64).saturating_mul(b.into())))515 .saturating_add(RocksDbWeight::get().reads((4_u64).saturating_mul(b.into())))519 .saturating_add(RocksDbWeight::get().writes(6_u64))516 .saturating_add(RocksDbWeight::get().writes(6_u64))532 // Proof Size summary in bytes:529 // Proof Size summary in bytes:533 // Measured: `380`530 // Measured: `380`534 // Estimated: `6070`531 // Estimated: `6070`535 // Minimum execution time: 13_873_000 picoseconds.532 // Minimum execution time: 8_681_000 picoseconds.536 Weight::from_parts(14_318_000, 6070)533 Weight::from_parts(8_891_000, 6070)537 .saturating_add(RocksDbWeight::get().reads(4_u64))534 .saturating_add(RocksDbWeight::get().reads(4_u64))538 .saturating_add(RocksDbWeight::get().writes(5_u64))535 .saturating_add(RocksDbWeight::get().writes(5_u64))539 }536 }545 // Proof Size summary in bytes:542 // Proof Size summary in bytes:546 // Measured: `326`543 // Measured: `326`547 // Estimated: `3522`544 // Estimated: `3522`548 // Minimum execution time: 7_895_000 picoseconds.545 // Minimum execution time: 4_651_000 picoseconds.549 Weight::from_parts(8_131_000, 3522)546 Weight::from_parts(4_830_000, 3522)550 .saturating_add(RocksDbWeight::get().reads(2_u64))547 .saturating_add(RocksDbWeight::get().reads(2_u64))551 .saturating_add(RocksDbWeight::get().writes(1_u64))548 .saturating_add(RocksDbWeight::get().writes(1_u64))552 }549 }558 // Proof Size summary in bytes:555 // Proof Size summary in bytes:559 // Measured: `313`556 // Measured: `313`560 // Estimated: `3522`557 // Estimated: `3522`561 // Minimum execution time: 7_931_000 picoseconds.558 // Minimum execution time: 4_721_000 picoseconds.562 Weight::from_parts(8_185_000, 3522)559 Weight::from_parts(4_851_000, 3522)563 .saturating_add(RocksDbWeight::get().reads(2_u64))560 .saturating_add(RocksDbWeight::get().reads(2_u64))564 .saturating_add(RocksDbWeight::get().writes(1_u64))561 .saturating_add(RocksDbWeight::get().writes(1_u64))565 }562 }569 // Proof Size summary in bytes:566 // Proof Size summary in bytes:570 // Measured: `362`567 // Measured: `362`571 // Estimated: `3522`568 // Estimated: `3522`572 // Minimum execution time: 4_111_000 picoseconds.569 // Minimum execution time: 2_621_000 picoseconds.573 Weight::from_parts(4_280_000, 3522)570 Weight::from_parts(2_760_000, 3522)574 .saturating_add(RocksDbWeight::get().reads(1_u64))571 .saturating_add(RocksDbWeight::get().reads(1_u64))575 }572 }576 /// Storage: Nonfungible Allowance (r:1 w:1)573 /// Storage: Nonfungible Allowance (r:1 w:1)591 // Proof Size summary in bytes:588 // Proof Size summary in bytes:592 // Measured: `463`589 // Measured: `463`593 // Estimated: `3530`590 // Estimated: `3530`594 // Minimum execution time: 21_756_000 picoseconds.591 // Minimum execution time: 13_432_000 picoseconds.595 Weight::from_parts(22_237_000, 3530)592 Weight::from_parts(13_681_000, 3530)596 .saturating_add(RocksDbWeight::get().reads(5_u64))593 .saturating_add(RocksDbWeight::get().reads(5_u64))597 .saturating_add(RocksDbWeight::get().writes(6_u64))594 .saturating_add(RocksDbWeight::get().writes(6_u64))598 }595 }603 // Proof Size summary in bytes:600 // Proof Size summary in bytes:604 // Measured: `314`601 // Measured: `314`605 // Estimated: `20191`602 // Estimated: `20191`606 // Minimum execution time: 1_411_000 picoseconds.603 // Minimum execution time: 610_000 picoseconds.607 Weight::from_parts(1_505_000, 20191)604 Weight::from_parts(640_000, 20191)608 // Standard Error: 14_327605 // Standard Error: 22_744609 .saturating_add(Weight::from_parts(8_366_431, 0).saturating_mul(b.into()))606 .saturating_add(Weight::from_parts(5_938_386, 0).saturating_mul(b.into()))610 .saturating_add(RocksDbWeight::get().reads(1_u64))607 .saturating_add(RocksDbWeight::get().reads(1_u64))611 .saturating_add(RocksDbWeight::get().writes(1_u64))608 .saturating_add(RocksDbWeight::get().writes(1_u64))612 }609 }610 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)611 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)613 /// Storage: Nonfungible TokenProperties (r:1 w:1)612 /// Storage: Nonfungible TokenProperties (r:1 w:1)614 /// Proof: Nonfungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)613 /// Proof: Nonfungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)615 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)616 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)617 /// Storage: Nonfungible TokenData (r:1 w:0)614 /// Storage: Nonfungible TokenData (r:1 w:0)618 /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen)615 /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen)619 /// The range of component `b` is `[0, 64]`.616 /// The range of component `b` is `[0, 64]`.620 fn set_token_properties(b: u32, ) -> Weight {617 fn set_token_properties(b: u32, ) -> Weight {621 // Proof Size summary in bytes:618 // Proof Size summary in bytes:622 // Measured: `640 + b * (261 ±0)`619 // Measured: `640 + b * (261 ±0)`623 // Estimated: `36269`620 // Estimated: `36269`624 // Minimum execution time: 3_628_000 picoseconds.621 // Minimum execution time: 360_000 picoseconds.625 Weight::from_parts(1_438_616, 36269)622 Weight::from_parts(3_526_074, 36269)626 // Standard Error: 13_799623 // Standard Error: 8_803627 .saturating_add(Weight::from_parts(5_486_048, 0).saturating_mul(b.into()))624 .saturating_add(Weight::from_parts(2_784_005, 0).saturating_mul(b.into()))628 .saturating_add(RocksDbWeight::get().reads(3_u64))625 .saturating_add(RocksDbWeight::get().reads(3_u64))629 .saturating_add(RocksDbWeight::get().writes(1_u64))626 .saturating_add(RocksDbWeight::get().writes(1_u64))630 }627 }631 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)632 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)633 /// Storage: Nonfungible TokenProperties (r:0 w:1)628 /// Storage: Nonfungible TokenProperties (r:0 w:1)634 /// Proof: Nonfungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)629 /// Proof: Nonfungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)635 /// The range of component `b` is `[0, 64]`.630 /// The range of component `b` is `[0, 64]`.636 fn reset_token_properties(b: u32, ) -> Weight {631 fn init_token_properties(b: u32, ) -> Weight {637 // Proof Size summary in bytes:632 // Proof Size summary in bytes:638 // Measured: `317 + b * (261 ±0)`633 // Measured: `0`639 // Estimated: `20191`634 // Estimated: `0`640 // Minimum execution time: 1_016_000 picoseconds.635 // Minimum execution time: 70_000 picoseconds.641 Weight::from_parts(4_628_460, 20191)636 Weight::from_parts(2_216_986, 0)642 // Standard Error: 23_738637 // Standard Error: 5_264643 .saturating_add(Weight::from_parts(5_023_391, 0).saturating_mul(b.into()))638 .saturating_add(Weight::from_parts(2_408_457, 0).saturating_mul(b.into()))644 .saturating_add(RocksDbWeight::get().reads(1_u64))645 .saturating_add(RocksDbWeight::get().writes(1_u64))639 .saturating_add(RocksDbWeight::get().writes(1_u64))646 }640 }647 /// Storage: Nonfungible TokenProperties (r:1 w:1)648 /// Proof: Nonfungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)649 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)641 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)650 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)642 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)651 /// Storage: Nonfungible TokenData (r:1 w:0)643 /// Storage: Nonfungible TokenData (r:1 w:0)652 /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen)644 /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen)645 /// Storage: Nonfungible TokenProperties (r:1 w:1)646 /// Proof: Nonfungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)653 /// The range of component `b` is `[0, 64]`.647 /// The range of component `b` is `[0, 64]`.654 fn delete_token_properties(b: u32, ) -> Weight {648 fn delete_token_properties(b: u32, ) -> Weight {655 // Proof Size summary in bytes:649 // Proof Size summary in bytes:656 // Measured: `699 + b * (33291 ±0)`650 // Measured: `699 + b * (33291 ±0)`657 // Estimated: `36269`651 // Estimated: `36269`658 // Minimum execution time: 3_576_000 picoseconds.652 // Minimum execution time: 360_000 picoseconds.659 Weight::from_parts(3_709_000, 36269)653 Weight::from_parts(380_000, 36269)660 // Standard Error: 36_977654 // Standard Error: 26_060661 .saturating_add(Weight::from_parts(23_798_574, 0).saturating_mul(b.into()))655 .saturating_add(Weight::from_parts(9_230_365, 0).saturating_mul(b.into()))662 .saturating_add(RocksDbWeight::get().reads(3_u64))656 .saturating_add(RocksDbWeight::get().reads(3_u64))663 .saturating_add(RocksDbWeight::get().writes(1_u64))657 .saturating_add(RocksDbWeight::get().writes(1_u64))664 }658 }668 // Proof Size summary in bytes:662 // Proof Size summary in bytes:669 // Measured: `326`663 // Measured: `326`670 // Estimated: `3522`664 // Estimated: `3522`671 // Minimum execution time: 3_614_000 picoseconds.665 // Minimum execution time: 2_350_000 picoseconds.672 Weight::from_parts(3_776_000, 3522)666 Weight::from_parts(2_450_000, 3522)673 .saturating_add(RocksDbWeight::get().reads(1_u64))667 .saturating_add(RocksDbWeight::get().reads(1_u64))674 }668 }675 /// Storage: Nonfungible CollectionAllowance (r:0 w:1)669 /// Storage: Nonfungible CollectionAllowance (r:0 w:1)678 // Proof Size summary in bytes:672 // Proof Size summary in bytes:679 // Measured: `0`673 // Measured: `0`680 // Estimated: `0`674 // Estimated: `0`681 // Minimum execution time: 4_345_000 picoseconds.675 // Minimum execution time: 2_040_000 picoseconds.682 Weight::from_parts(4_555_000, 0)676 Weight::from_parts(2_150_000, 0)683 .saturating_add(RocksDbWeight::get().writes(1_u64))677 .saturating_add(RocksDbWeight::get().writes(1_u64))684 }678 }685 /// Storage: Nonfungible CollectionAllowance (r:1 w:0)679 /// Storage: Nonfungible CollectionAllowance (r:1 w:0)688 // Proof Size summary in bytes:682 // Proof Size summary in bytes:689 // Measured: `142`683 // Measured: `142`690 // Estimated: `3576`684 // Estimated: `3576`691 // Minimum execution time: 2_810_000 picoseconds.685 // Minimum execution time: 1_560_000 picoseconds.692 Weight::from_parts(2_982_000, 3576)686 Weight::from_parts(1_670_000, 3576)693 .saturating_add(RocksDbWeight::get().reads(1_u64))687 .saturating_add(RocksDbWeight::get().reads(1_u64))694 }688 }695 /// Storage: Nonfungible TokenProperties (r:1 w:1)689 /// Storage: Nonfungible TokenProperties (r:1 w:1)698 // Proof Size summary in bytes:692 // Proof Size summary in bytes:699 // Measured: `279`693 // Measured: `279`700 // Estimated: `36269`694 // Estimated: `36269`701 // Minimum execution time: 3_050_000 picoseconds.695 // Minimum execution time: 1_710_000 picoseconds.702 Weight::from_parts(3_169_000, 36269)696 Weight::from_parts(1_781_000, 36269)703 .saturating_add(RocksDbWeight::get().reads(1_u64))697 .saturating_add(RocksDbWeight::get().reads(1_u64))704 .saturating_add(RocksDbWeight::get().writes(1_u64))698 .saturating_add(RocksDbWeight::get().writes(1_u64))705 }699 }pallets/refungible/src/weights.rsdiffbeforeafterboth--- a/pallets/refungible/src/weights.rs
+++ b/pallets/refungible/src/weights.rs
@@ -3,9 +3,9 @@
//! Autogenerated weights for pallet_refungible
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
-//! DATE: 2023-09-26, STEPS: `50`, REPEAT: `400`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2023-09-30, STEPS: `50`, REPEAT: `80`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
-//! HOSTNAME: `bench-host`, CPU: `Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz`
+//! HOSTNAME: `hearthstone`, CPU: `AMD Ryzen 9 7950X3D 16-Core Processor`
//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
// Executed Command:
@@ -20,7 +20,7 @@
// *
// --template=.maintain/frame-weight-template.hbs
// --steps=50
-// --repeat=400
+// --repeat=80
// --heap-pages=4096
// --output=./pallets/refungible/src/weights.rs
@@ -52,7 +52,7 @@
fn burn_from() -> Weight;
fn set_token_property_permissions(b: u32, ) -> Weight;
fn set_token_properties(b: u32, ) -> Weight;
- fn reset_token_properties(b: u32, ) -> Weight;
+ fn init_token_properties(b: u32, ) -> Weight;
fn delete_token_properties(b: u32, ) -> Weight;
fn repartition_item() -> Weight;
fn token_owner() -> Weight;
@@ -78,8 +78,8 @@
// Proof Size summary in bytes:
// Measured: `4`
// Estimated: `3530`
- // Minimum execution time: 12_168_000 picoseconds.
- Weight::from_parts(12_531_000, 3530)
+ // Minimum execution time: 5_410_000 picoseconds.
+ Weight::from_parts(5_630_000, 3530)
.saturating_add(T::DbWeight::get().reads(2_u64))
.saturating_add(T::DbWeight::get().writes(5_u64))
}
@@ -98,10 +98,10 @@
// Proof Size summary in bytes:
// Measured: `4`
// Estimated: `3530`
- // Minimum execution time: 2_583_000 picoseconds.
- Weight::from_parts(2_726_000, 3530)
- // Standard Error: 1_051
- .saturating_add(Weight::from_parts(4_727_433, 0).saturating_mul(b.into()))
+ // Minimum execution time: 1_210_000 picoseconds.
+ Weight::from_parts(1_280_000, 3530)
+ // Standard Error: 1_172
+ .saturating_add(Weight::from_parts(3_145_627, 0).saturating_mul(b.into()))
.saturating_add(T::DbWeight::get().reads(2_u64))
.saturating_add(T::DbWeight::get().writes(2_u64))
.saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(b.into())))
@@ -121,10 +121,10 @@
// Proof Size summary in bytes:
// Measured: `4`
// Estimated: `3481 + b * (2540 ±0)`
- // Minimum execution time: 2_565_000 picoseconds.
- Weight::from_parts(2_710_000, 3481)
- // Standard Error: 862
- .saturating_add(Weight::from_parts(5_951_711, 0).saturating_mul(b.into()))
+ // Minimum execution time: 1_230_000 picoseconds.
+ Weight::from_parts(1_310_000, 3481)
+ // Standard Error: 1_385
+ .saturating_add(Weight::from_parts(3_942_825, 0).saturating_mul(b.into()))
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(b.into())))
.saturating_add(T::DbWeight::get().writes(1_u64))
@@ -146,10 +146,10 @@
// Proof Size summary in bytes:
// Measured: `4`
// Estimated: `3481 + b * (2540 ±0)`
- // Minimum execution time: 4_281_000 picoseconds.
- Weight::from_parts(3_252_037, 3481)
- // Standard Error: 568
- .saturating_add(Weight::from_parts(4_380_356, 0).saturating_mul(b.into()))
+ // Minimum execution time: 1_610_000 picoseconds.
+ Weight::from_parts(1_650_000, 3481)
+ // Standard Error: 1_090
+ .saturating_add(Weight::from_parts(3_125_098, 0).saturating_mul(b.into()))
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(b.into())))
.saturating_add(T::DbWeight::get().writes(2_u64))
@@ -168,8 +168,8 @@
// Proof Size summary in bytes:
// Measured: `456`
// Estimated: `8682`
- // Minimum execution time: 22_354_000 picoseconds.
- Weight::from_parts(22_787_000, 8682)
+ // Minimum execution time: 12_180_000 picoseconds.
+ Weight::from_parts(12_580_000, 8682)
.saturating_add(T::DbWeight::get().reads(5_u64))
.saturating_add(T::DbWeight::get().writes(4_u64))
}
@@ -189,8 +189,8 @@
// Proof Size summary in bytes:
// Measured: `341`
// Estimated: `3554`
- // Minimum execution time: 21_689_000 picoseconds.
- Weight::from_parts(22_199_000, 3554)
+ // Minimum execution time: 12_230_000 picoseconds.
+ Weight::from_parts(12_550_000, 3554)
.saturating_add(T::DbWeight::get().reads(4_u64))
.saturating_add(T::DbWeight::get().writes(6_u64))
}
@@ -202,8 +202,8 @@
// Proof Size summary in bytes:
// Measured: `365`
// Estimated: `6118`
- // Minimum execution time: 13_673_000 picoseconds.
- Weight::from_parts(14_067_000, 6118)
+ // Minimum execution time: 7_630_000 picoseconds.
+ Weight::from_parts(7_919_000, 6118)
.saturating_add(T::DbWeight::get().reads(3_u64))
.saturating_add(T::DbWeight::get().writes(2_u64))
}
@@ -219,8 +219,8 @@
// Proof Size summary in bytes:
// Measured: `341`
// Estimated: `6118`
- // Minimum execution time: 15_863_000 picoseconds.
- Weight::from_parts(16_197_000, 6118)
+ // Minimum execution time: 8_840_000 picoseconds.
+ Weight::from_parts(9_080_000, 6118)
.saturating_add(T::DbWeight::get().reads(4_u64))
.saturating_add(T::DbWeight::get().writes(4_u64))
}
@@ -236,8 +236,8 @@
// Proof Size summary in bytes:
// Measured: `456`
// Estimated: `6118`
- // Minimum execution time: 18_123_000 picoseconds.
- Weight::from_parts(18_501_000, 6118)
+ // Minimum execution time: 10_270_000 picoseconds.
+ Weight::from_parts(10_670_000, 6118)
.saturating_add(T::DbWeight::get().reads(4_u64))
.saturating_add(T::DbWeight::get().writes(4_u64))
}
@@ -253,8 +253,8 @@
// Proof Size summary in bytes:
// Measured: `341`
// Estimated: `6118`
- // Minimum execution time: 17_966_000 picoseconds.
- Weight::from_parts(18_305_000, 6118)
+ // Minimum execution time: 10_199_000 picoseconds.
+ Weight::from_parts(10_479_000, 6118)
.saturating_add(T::DbWeight::get().reads(5_u64))
.saturating_add(T::DbWeight::get().writes(6_u64))
}
@@ -266,8 +266,8 @@
// Proof Size summary in bytes:
// Measured: `223`
// Estimated: `3554`
- // Minimum execution time: 8_636_000 picoseconds.
- Weight::from_parts(8_882_000, 3554)
+ // Minimum execution time: 4_750_000 picoseconds.
+ Weight::from_parts(4_910_000, 3554)
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -279,8 +279,8 @@
// Proof Size summary in bytes:
// Measured: `211`
// Estimated: `3554`
- // Minimum execution time: 8_756_000 picoseconds.
- Weight::from_parts(8_978_000, 3554)
+ // Minimum execution time: 4_700_000 picoseconds.
+ Weight::from_parts(4_840_000, 3554)
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -294,8 +294,8 @@
// Proof Size summary in bytes:
// Measured: `495`
// Estimated: `6118`
- // Minimum execution time: 19_417_000 picoseconds.
- Weight::from_parts(19_945_000, 6118)
+ // Minimum execution time: 11_419_000 picoseconds.
+ Weight::from_parts(11_800_000, 6118)
.saturating_add(T::DbWeight::get().reads(4_u64))
.saturating_add(T::DbWeight::get().writes(3_u64))
}
@@ -313,8 +313,8 @@
// Proof Size summary in bytes:
// Measured: `471`
// Estimated: `6118`
- // Minimum execution time: 21_425_000 picoseconds.
- Weight::from_parts(21_829_000, 6118)
+ // Minimum execution time: 12_440_000 picoseconds.
+ Weight::from_parts(12_740_000, 6118)
.saturating_add(T::DbWeight::get().reads(5_u64))
.saturating_add(T::DbWeight::get().writes(5_u64))
}
@@ -332,8 +332,8 @@
// Proof Size summary in bytes:
// Measured: `586`
// Estimated: `6118`
- // Minimum execution time: 23_854_000 picoseconds.
- Weight::from_parts(24_352_000, 6118)
+ // Minimum execution time: 14_030_000 picoseconds.
+ Weight::from_parts(14_380_000, 6118)
.saturating_add(T::DbWeight::get().reads(5_u64))
.saturating_add(T::DbWeight::get().writes(5_u64))
}
@@ -351,8 +351,8 @@
// Proof Size summary in bytes:
// Measured: `471`
// Estimated: `6118`
- // Minimum execution time: 23_775_000 picoseconds.
- Weight::from_parts(24_236_000, 6118)
+ // Minimum execution time: 14_200_000 picoseconds.
+ Weight::from_parts(14_560_000, 6118)
.saturating_add(T::DbWeight::get().reads(6_u64))
.saturating_add(T::DbWeight::get().writes(7_u64))
}
@@ -374,8 +374,8 @@
// Proof Size summary in bytes:
// Measured: `471`
// Estimated: `3570`
- // Minimum execution time: 27_885_000 picoseconds.
- Weight::from_parts(28_492_000, 3570)
+ // Minimum execution time: 16_590_000 picoseconds.
+ Weight::from_parts(17_079_000, 3570)
.saturating_add(T::DbWeight::get().reads(5_u64))
.saturating_add(T::DbWeight::get().writes(7_u64))
}
@@ -386,17 +386,17 @@
// Proof Size summary in bytes:
// Measured: `314`
// Estimated: `20191`
- // Minimum execution time: 1_299_000 picoseconds.
- Weight::from_parts(1_410_000, 20191)
- // Standard Error: 14_247
- .saturating_add(Weight::from_parts(8_221_449, 0).saturating_mul(b.into()))
+ // Minimum execution time: 560_000 picoseconds.
+ Weight::from_parts(590_000, 20191)
+ // Standard Error: 20_539
+ .saturating_add(Weight::from_parts(5_317_277, 0).saturating_mul(b.into()))
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
- /// Storage: Refungible TokenProperties (r:1 w:1)
- /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)
/// Storage: Common CollectionPropertyPermissions (r:1 w:0)
/// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)
+ /// Storage: Refungible TokenProperties (r:1 w:1)
+ /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)
/// Storage: Refungible TotalSupply (r:1 w:0)
/// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)
/// The range of component `b` is `[0, 64]`.
@@ -404,44 +404,41 @@
// Proof Size summary in bytes:
// Measured: `502 + b * (261 ±0)`
// Estimated: `36269`
- // Minimum execution time: 2_717_000 picoseconds.
- Weight::from_parts(6_076_231, 36269)
- // Standard Error: 10_349
- .saturating_add(Weight::from_parts(4_950_943, 0).saturating_mul(b.into()))
+ // Minimum execution time: 340_000 picoseconds.
+ Weight::from_parts(4_825_296, 36269)
+ // Standard Error: 4_846
+ .saturating_add(Weight::from_parts(2_632_821, 0).saturating_mul(b.into()))
.saturating_add(T::DbWeight::get().reads(3_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
- /// Storage: Common CollectionPropertyPermissions (r:1 w:0)
- /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)
/// Storage: Refungible TokenProperties (r:0 w:1)
/// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)
/// The range of component `b` is `[0, 64]`.
- fn reset_token_properties(b: u32, ) -> Weight {
+ fn init_token_properties(b: u32, ) -> Weight {
// Proof Size summary in bytes:
- // Measured: `317 + b * (261 ±0)`
- // Estimated: `20191`
- // Minimum execution time: 936_000 picoseconds.
- Weight::from_parts(1_015_000, 20191)
- // Standard Error: 9_051
- .saturating_add(Weight::from_parts(5_454_224, 0).saturating_mul(b.into()))
- .saturating_add(T::DbWeight::get().reads(1_u64))
+ // Measured: `0`
+ // Estimated: `0`
+ // Minimum execution time: 70_000 picoseconds.
+ Weight::from_parts(70_000, 0)
+ // Standard Error: 2_858
+ .saturating_add(Weight::from_parts(2_259_760, 0).saturating_mul(b.into()))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
- /// Storage: Refungible TokenProperties (r:1 w:1)
- /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)
/// Storage: Common CollectionPropertyPermissions (r:1 w:0)
/// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)
/// Storage: Refungible TotalSupply (r:1 w:0)
/// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)
+ /// Storage: Refungible TokenProperties (r:1 w:1)
+ /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)
/// The range of component `b` is `[0, 64]`.
fn delete_token_properties(b: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `561 + b * (33291 ±0)`
// Estimated: `36269`
- // Minimum execution time: 2_707_000 picoseconds.
- Weight::from_parts(2_851_000, 36269)
- // Standard Error: 36_568
- .saturating_add(Weight::from_parts(23_557_445, 0).saturating_mul(b.into()))
+ // Minimum execution time: 320_000 picoseconds.
+ Weight::from_parts(350_000, 36269)
+ // Standard Error: 24_256
+ .saturating_add(Weight::from_parts(8_471_382, 0).saturating_mul(b.into()))
.saturating_add(T::DbWeight::get().reads(3_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -453,8 +450,8 @@
// Proof Size summary in bytes:
// Measured: `288`
// Estimated: `3554`
- // Minimum execution time: 10_556_000 picoseconds.
- Weight::from_parts(10_904_000, 3554)
+ // Minimum execution time: 5_600_000 picoseconds.
+ Weight::from_parts(5_850_000, 3554)
.saturating_add(T::DbWeight::get().reads(2_u64))
.saturating_add(T::DbWeight::get().writes(2_u64))
}
@@ -464,8 +461,8 @@
// Proof Size summary in bytes:
// Measured: `288`
// Estimated: `6118`
- // Minimum execution time: 4_708_000 picoseconds.
- Weight::from_parts(4_974_000, 6118)
+ // Minimum execution time: 2_430_000 picoseconds.
+ Weight::from_parts(2_590_000, 6118)
.saturating_add(T::DbWeight::get().reads(2_u64))
}
/// Storage: Refungible CollectionAllowance (r:0 w:1)
@@ -474,8 +471,8 @@
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
- // Minimum execution time: 4_332_000 picoseconds.
- Weight::from_parts(4_506_000, 0)
+ // Minimum execution time: 1_970_000 picoseconds.
+ Weight::from_parts(2_050_000, 0)
.saturating_add(T::DbWeight::get().writes(1_u64))
}
/// Storage: Refungible CollectionAllowance (r:1 w:0)
@@ -484,8 +481,8 @@
// Proof Size summary in bytes:
// Measured: `4`
// Estimated: `3576`
- // Minimum execution time: 2_207_000 picoseconds.
- Weight::from_parts(2_358_000, 3576)
+ // Minimum execution time: 1_140_000 picoseconds.
+ Weight::from_parts(1_240_000, 3576)
.saturating_add(T::DbWeight::get().reads(1_u64))
}
/// Storage: Refungible TokenProperties (r:1 w:1)
@@ -494,8 +491,8 @@
// Proof Size summary in bytes:
// Measured: `120`
// Estimated: `36269`
- // Minimum execution time: 2_230_000 picoseconds.
- Weight::from_parts(2_337_000, 36269)
+ // Minimum execution time: 1_000_000 picoseconds.
+ Weight::from_parts(1_060_000, 36269)
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -517,8 +514,8 @@
// Proof Size summary in bytes:
// Measured: `4`
// Estimated: `3530`
- // Minimum execution time: 12_168_000 picoseconds.
- Weight::from_parts(12_531_000, 3530)
+ // Minimum execution time: 5_410_000 picoseconds.
+ Weight::from_parts(5_630_000, 3530)
.saturating_add(RocksDbWeight::get().reads(2_u64))
.saturating_add(RocksDbWeight::get().writes(5_u64))
}
@@ -537,10 +534,10 @@
// Proof Size summary in bytes:
// Measured: `4`
// Estimated: `3530`
- // Minimum execution time: 2_583_000 picoseconds.
- Weight::from_parts(2_726_000, 3530)
- // Standard Error: 1_051
- .saturating_add(Weight::from_parts(4_727_433, 0).saturating_mul(b.into()))
+ // Minimum execution time: 1_210_000 picoseconds.
+ Weight::from_parts(1_280_000, 3530)
+ // Standard Error: 1_172
+ .saturating_add(Weight::from_parts(3_145_627, 0).saturating_mul(b.into()))
.saturating_add(RocksDbWeight::get().reads(2_u64))
.saturating_add(RocksDbWeight::get().writes(2_u64))
.saturating_add(RocksDbWeight::get().writes((3_u64).saturating_mul(b.into())))
@@ -560,10 +557,10 @@
// Proof Size summary in bytes:
// Measured: `4`
// Estimated: `3481 + b * (2540 ±0)`
- // Minimum execution time: 2_565_000 picoseconds.
- Weight::from_parts(2_710_000, 3481)
- // Standard Error: 862
- .saturating_add(Weight::from_parts(5_951_711, 0).saturating_mul(b.into()))
+ // Minimum execution time: 1_230_000 picoseconds.
+ Weight::from_parts(1_310_000, 3481)
+ // Standard Error: 1_385
+ .saturating_add(Weight::from_parts(3_942_825, 0).saturating_mul(b.into()))
.saturating_add(RocksDbWeight::get().reads(1_u64))
.saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(b.into())))
.saturating_add(RocksDbWeight::get().writes(1_u64))
@@ -585,10 +582,10 @@
// Proof Size summary in bytes:
// Measured: `4`
// Estimated: `3481 + b * (2540 ±0)`
- // Minimum execution time: 4_281_000 picoseconds.
- Weight::from_parts(3_252_037, 3481)
- // Standard Error: 568
- .saturating_add(Weight::from_parts(4_380_356, 0).saturating_mul(b.into()))
+ // Minimum execution time: 1_610_000 picoseconds.
+ Weight::from_parts(1_650_000, 3481)
+ // Standard Error: 1_090
+ .saturating_add(Weight::from_parts(3_125_098, 0).saturating_mul(b.into()))
.saturating_add(RocksDbWeight::get().reads(1_u64))
.saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(b.into())))
.saturating_add(RocksDbWeight::get().writes(2_u64))
@@ -607,8 +604,8 @@
// Proof Size summary in bytes:
// Measured: `456`
// Estimated: `8682`
- // Minimum execution time: 22_354_000 picoseconds.
- Weight::from_parts(22_787_000, 8682)
+ // Minimum execution time: 12_180_000 picoseconds.
+ Weight::from_parts(12_580_000, 8682)
.saturating_add(RocksDbWeight::get().reads(5_u64))
.saturating_add(RocksDbWeight::get().writes(4_u64))
}
@@ -628,8 +625,8 @@
// Proof Size summary in bytes:
// Measured: `341`
// Estimated: `3554`
- // Minimum execution time: 21_689_000 picoseconds.
- Weight::from_parts(22_199_000, 3554)
+ // Minimum execution time: 12_230_000 picoseconds.
+ Weight::from_parts(12_550_000, 3554)
.saturating_add(RocksDbWeight::get().reads(4_u64))
.saturating_add(RocksDbWeight::get().writes(6_u64))
}
@@ -641,8 +638,8 @@
// Proof Size summary in bytes:
// Measured: `365`
// Estimated: `6118`
- // Minimum execution time: 13_673_000 picoseconds.
- Weight::from_parts(14_067_000, 6118)
+ // Minimum execution time: 7_630_000 picoseconds.
+ Weight::from_parts(7_919_000, 6118)
.saturating_add(RocksDbWeight::get().reads(3_u64))
.saturating_add(RocksDbWeight::get().writes(2_u64))
}
@@ -658,8 +655,8 @@
// Proof Size summary in bytes:
// Measured: `341`
// Estimated: `6118`
- // Minimum execution time: 15_863_000 picoseconds.
- Weight::from_parts(16_197_000, 6118)
+ // Minimum execution time: 8_840_000 picoseconds.
+ Weight::from_parts(9_080_000, 6118)
.saturating_add(RocksDbWeight::get().reads(4_u64))
.saturating_add(RocksDbWeight::get().writes(4_u64))
}
@@ -675,8 +672,8 @@
// Proof Size summary in bytes:
// Measured: `456`
// Estimated: `6118`
- // Minimum execution time: 18_123_000 picoseconds.
- Weight::from_parts(18_501_000, 6118)
+ // Minimum execution time: 10_270_000 picoseconds.
+ Weight::from_parts(10_670_000, 6118)
.saturating_add(RocksDbWeight::get().reads(4_u64))
.saturating_add(RocksDbWeight::get().writes(4_u64))
}
@@ -692,8 +689,8 @@
// Proof Size summary in bytes:
// Measured: `341`
// Estimated: `6118`
- // Minimum execution time: 17_966_000 picoseconds.
- Weight::from_parts(18_305_000, 6118)
+ // Minimum execution time: 10_199_000 picoseconds.
+ Weight::from_parts(10_479_000, 6118)
.saturating_add(RocksDbWeight::get().reads(5_u64))
.saturating_add(RocksDbWeight::get().writes(6_u64))
}
@@ -705,8 +702,8 @@
// Proof Size summary in bytes:
// Measured: `223`
// Estimated: `3554`
- // Minimum execution time: 8_636_000 picoseconds.
- Weight::from_parts(8_882_000, 3554)
+ // Minimum execution time: 4_750_000 picoseconds.
+ Weight::from_parts(4_910_000, 3554)
.saturating_add(RocksDbWeight::get().reads(1_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
@@ -718,8 +715,8 @@
// Proof Size summary in bytes:
// Measured: `211`
// Estimated: `3554`
- // Minimum execution time: 8_756_000 picoseconds.
- Weight::from_parts(8_978_000, 3554)
+ // Minimum execution time: 4_700_000 picoseconds.
+ Weight::from_parts(4_840_000, 3554)
.saturating_add(RocksDbWeight::get().reads(1_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
@@ -733,8 +730,8 @@
// Proof Size summary in bytes:
// Measured: `495`
// Estimated: `6118`
- // Minimum execution time: 19_417_000 picoseconds.
- Weight::from_parts(19_945_000, 6118)
+ // Minimum execution time: 11_419_000 picoseconds.
+ Weight::from_parts(11_800_000, 6118)
.saturating_add(RocksDbWeight::get().reads(4_u64))
.saturating_add(RocksDbWeight::get().writes(3_u64))
}
@@ -752,8 +749,8 @@
// Proof Size summary in bytes:
// Measured: `471`
// Estimated: `6118`
- // Minimum execution time: 21_425_000 picoseconds.
- Weight::from_parts(21_829_000, 6118)
+ // Minimum execution time: 12_440_000 picoseconds.
+ Weight::from_parts(12_740_000, 6118)
.saturating_add(RocksDbWeight::get().reads(5_u64))
.saturating_add(RocksDbWeight::get().writes(5_u64))
}
@@ -771,8 +768,8 @@
// Proof Size summary in bytes:
// Measured: `586`
// Estimated: `6118`
- // Minimum execution time: 23_854_000 picoseconds.
- Weight::from_parts(24_352_000, 6118)
+ // Minimum execution time: 14_030_000 picoseconds.
+ Weight::from_parts(14_380_000, 6118)
.saturating_add(RocksDbWeight::get().reads(5_u64))
.saturating_add(RocksDbWeight::get().writes(5_u64))
}
@@ -790,8 +787,8 @@
// Proof Size summary in bytes:
// Measured: `471`
// Estimated: `6118`
- // Minimum execution time: 23_775_000 picoseconds.
- Weight::from_parts(24_236_000, 6118)
+ // Minimum execution time: 14_200_000 picoseconds.
+ Weight::from_parts(14_560_000, 6118)
.saturating_add(RocksDbWeight::get().reads(6_u64))
.saturating_add(RocksDbWeight::get().writes(7_u64))
}
@@ -813,8 +810,8 @@
// Proof Size summary in bytes:
// Measured: `471`
// Estimated: `3570`
- // Minimum execution time: 27_885_000 picoseconds.
- Weight::from_parts(28_492_000, 3570)
+ // Minimum execution time: 16_590_000 picoseconds.
+ Weight::from_parts(17_079_000, 3570)
.saturating_add(RocksDbWeight::get().reads(5_u64))
.saturating_add(RocksDbWeight::get().writes(7_u64))
}
@@ -825,17 +822,17 @@
// Proof Size summary in bytes:
// Measured: `314`
// Estimated: `20191`
- // Minimum execution time: 1_299_000 picoseconds.
- Weight::from_parts(1_410_000, 20191)
- // Standard Error: 14_247
- .saturating_add(Weight::from_parts(8_221_449, 0).saturating_mul(b.into()))
+ // Minimum execution time: 560_000 picoseconds.
+ Weight::from_parts(590_000, 20191)
+ // Standard Error: 20_539
+ .saturating_add(Weight::from_parts(5_317_277, 0).saturating_mul(b.into()))
.saturating_add(RocksDbWeight::get().reads(1_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
+ /// Storage: Common CollectionPropertyPermissions (r:1 w:0)
+ /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)
/// Storage: Refungible TokenProperties (r:1 w:1)
/// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)
- /// Storage: Common CollectionPropertyPermissions (r:1 w:0)
- /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)
/// Storage: Refungible TotalSupply (r:1 w:0)
/// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)
/// The range of component `b` is `[0, 64]`.
@@ -843,44 +840,41 @@
// Proof Size summary in bytes:
// Measured: `502 + b * (261 ±0)`
// Estimated: `36269`
- // Minimum execution time: 2_717_000 picoseconds.
- Weight::from_parts(6_076_231, 36269)
- // Standard Error: 10_349
- .saturating_add(Weight::from_parts(4_950_943, 0).saturating_mul(b.into()))
+ // Minimum execution time: 340_000 picoseconds.
+ Weight::from_parts(4_825_296, 36269)
+ // Standard Error: 4_846
+ .saturating_add(Weight::from_parts(2_632_821, 0).saturating_mul(b.into()))
.saturating_add(RocksDbWeight::get().reads(3_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
- /// Storage: Common CollectionPropertyPermissions (r:1 w:0)
- /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)
/// Storage: Refungible TokenProperties (r:0 w:1)
/// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)
/// The range of component `b` is `[0, 64]`.
- fn reset_token_properties(b: u32, ) -> Weight {
+ fn init_token_properties(b: u32, ) -> Weight {
// Proof Size summary in bytes:
- // Measured: `317 + b * (261 ±0)`
- // Estimated: `20191`
- // Minimum execution time: 936_000 picoseconds.
- Weight::from_parts(1_015_000, 20191)
- // Standard Error: 9_051
- .saturating_add(Weight::from_parts(5_454_224, 0).saturating_mul(b.into()))
- .saturating_add(RocksDbWeight::get().reads(1_u64))
+ // Measured: `0`
+ // Estimated: `0`
+ // Minimum execution time: 70_000 picoseconds.
+ Weight::from_parts(70_000, 0)
+ // Standard Error: 2_858
+ .saturating_add(Weight::from_parts(2_259_760, 0).saturating_mul(b.into()))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
- /// Storage: Refungible TokenProperties (r:1 w:1)
- /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)
/// Storage: Common CollectionPropertyPermissions (r:1 w:0)
/// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)
/// Storage: Refungible TotalSupply (r:1 w:0)
/// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)
+ /// Storage: Refungible TokenProperties (r:1 w:1)
+ /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)
/// The range of component `b` is `[0, 64]`.
fn delete_token_properties(b: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `561 + b * (33291 ±0)`
// Estimated: `36269`
- // Minimum execution time: 2_707_000 picoseconds.
- Weight::from_parts(2_851_000, 36269)
- // Standard Error: 36_568
- .saturating_add(Weight::from_parts(23_557_445, 0).saturating_mul(b.into()))
+ // Minimum execution time: 320_000 picoseconds.
+ Weight::from_parts(350_000, 36269)
+ // Standard Error: 24_256
+ .saturating_add(Weight::from_parts(8_471_382, 0).saturating_mul(b.into()))
.saturating_add(RocksDbWeight::get().reads(3_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
@@ -892,8 +886,8 @@
// Proof Size summary in bytes:
// Measured: `288`
// Estimated: `3554`
- // Minimum execution time: 10_556_000 picoseconds.
- Weight::from_parts(10_904_000, 3554)
+ // Minimum execution time: 5_600_000 picoseconds.
+ Weight::from_parts(5_850_000, 3554)
.saturating_add(RocksDbWeight::get().reads(2_u64))
.saturating_add(RocksDbWeight::get().writes(2_u64))
}
@@ -903,8 +897,8 @@
// Proof Size summary in bytes:
// Measured: `288`
// Estimated: `6118`
- // Minimum execution time: 4_708_000 picoseconds.
- Weight::from_parts(4_974_000, 6118)
+ // Minimum execution time: 2_430_000 picoseconds.
+ Weight::from_parts(2_590_000, 6118)
.saturating_add(RocksDbWeight::get().reads(2_u64))
}
/// Storage: Refungible CollectionAllowance (r:0 w:1)
@@ -913,8 +907,8 @@
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
- // Minimum execution time: 4_332_000 picoseconds.
- Weight::from_parts(4_506_000, 0)
+ // Minimum execution time: 1_970_000 picoseconds.
+ Weight::from_parts(2_050_000, 0)
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
/// Storage: Refungible CollectionAllowance (r:1 w:0)
@@ -923,8 +917,8 @@
// Proof Size summary in bytes:
// Measured: `4`
// Estimated: `3576`
- // Minimum execution time: 2_207_000 picoseconds.
- Weight::from_parts(2_358_000, 3576)
+ // Minimum execution time: 1_140_000 picoseconds.
+ Weight::from_parts(1_240_000, 3576)
.saturating_add(RocksDbWeight::get().reads(1_u64))
}
/// Storage: Refungible TokenProperties (r:1 w:1)
@@ -933,8 +927,8 @@
// Proof Size summary in bytes:
// Measured: `120`
// Estimated: `36269`
- // Minimum execution time: 2_230_000 picoseconds.
- Weight::from_parts(2_337_000, 36269)
+ // Minimum execution time: 1_000_000 picoseconds.
+ Weight::from_parts(1_060_000, 36269)
.saturating_add(RocksDbWeight::get().reads(1_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}