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.rsdiffbeforeafterboth--- a/pallets/nonfungible/src/weights.rs
+++ b/pallets/nonfungible/src/weights.rs
@@ -3,9 +3,9 @@
//! Autogenerated weights for pallet_nonfungible
//!
//! 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/nonfungible/src/weights.rs
@@ -46,7 +46,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 token_owner() -> Weight;
fn set_allowance_for_all() -> Weight;
@@ -69,8 +69,8 @@
// Proof Size summary in bytes:
// Measured: `142`
// Estimated: `3530`
- // Minimum execution time: 10_723_000 picoseconds.
- Weight::from_parts(11_038_000, 3530)
+ // Minimum execution time: 4_981_000 picoseconds.
+ Weight::from_parts(5_160_000, 3530)
.saturating_add(T::DbWeight::get().reads(2_u64))
.saturating_add(T::DbWeight::get().writes(4_u64))
}
@@ -87,10 +87,10 @@
// Proof Size summary in bytes:
// Measured: `142`
// Estimated: `3530`
- // Minimum execution time: 3_170_000 picoseconds.
- Weight::from_parts(2_230_822, 3530)
- // Standard Error: 417
- .saturating_add(Weight::from_parts(3_552_754, 0).saturating_mul(b.into()))
+ // Minimum execution time: 1_701_000 picoseconds.
+ Weight::from_parts(1_750_000, 3530)
+ // Standard Error: 549
+ .saturating_add(Weight::from_parts(2_507_305, 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((2_u64).saturating_mul(b.into())))
@@ -108,10 +108,10 @@
// Proof Size summary in bytes:
// Measured: `142`
// Estimated: `3481 + b * (2540 ±0)`
- // Minimum execution time: 3_234_000 picoseconds.
- Weight::from_parts(3_359_000, 3481)
- // Standard Error: 598
- .saturating_add(Weight::from_parts(4_872_803, 0).saturating_mul(b.into()))
+ // Minimum execution time: 1_600_000 picoseconds.
+ Weight::from_parts(1_661_000, 3481)
+ // Standard Error: 1_210
+ .saturating_add(Weight::from_parts(3_472_463, 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))
@@ -136,8 +136,8 @@
// Proof Size summary in bytes:
// Measured: `380`
// Estimated: `3530`
- // Minimum execution time: 17_970_000 picoseconds.
- Weight::from_parts(18_458_000, 3530)
+ // Minimum execution time: 10_401_000 picoseconds.
+ Weight::from_parts(10_701_000, 3530)
.saturating_add(T::DbWeight::get().reads(5_u64))
.saturating_add(T::DbWeight::get().writes(5_u64))
}
@@ -159,8 +159,8 @@
// Proof Size summary in bytes:
// Measured: `380`
// Estimated: `3530`
- // Minimum execution time: 22_995_000 picoseconds.
- Weight::from_parts(23_505_000, 3530)
+ // Minimum execution time: 12_982_000 picoseconds.
+ Weight::from_parts(13_522_000, 3530)
.saturating_add(T::DbWeight::get().reads(5_u64))
.saturating_add(T::DbWeight::get().writes(5_u64))
}
@@ -185,10 +185,10 @@
// Proof Size summary in bytes:
// Measured: `1500 + b * (58 ±0)`
// Estimated: `5874 + b * (5032 ±0)`
- // Minimum execution time: 22_854_000 picoseconds.
- Weight::from_parts(23_291_000, 5874)
- // Standard Error: 83_594
- .saturating_add(Weight::from_parts(59_695_924, 0).saturating_mul(b.into()))
+ // Minimum execution time: 13_201_000 picoseconds.
+ Weight::from_parts(13_371_000, 5874)
+ // Standard Error: 124_410
+ .saturating_add(Weight::from_parts(41_526_223, 0).saturating_mul(b.into()))
.saturating_add(T::DbWeight::get().reads(7_u64))
.saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(b.into())))
.saturating_add(T::DbWeight::get().writes(6_u64))
@@ -207,8 +207,8 @@
// Proof Size summary in bytes:
// Measured: `380`
// Estimated: `6070`
- // Minimum execution time: 13_873_000 picoseconds.
- Weight::from_parts(14_318_000, 6070)
+ // Minimum execution time: 8_681_000 picoseconds.
+ Weight::from_parts(8_891_000, 6070)
.saturating_add(T::DbWeight::get().reads(4_u64))
.saturating_add(T::DbWeight::get().writes(5_u64))
}
@@ -220,8 +220,8 @@
// Proof Size summary in bytes:
// Measured: `326`
// Estimated: `3522`
- // Minimum execution time: 7_895_000 picoseconds.
- Weight::from_parts(8_131_000, 3522)
+ // Minimum execution time: 4_651_000 picoseconds.
+ Weight::from_parts(4_830_000, 3522)
.saturating_add(T::DbWeight::get().reads(2_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -233,8 +233,8 @@
// Proof Size summary in bytes:
// Measured: `313`
// Estimated: `3522`
- // Minimum execution time: 7_931_000 picoseconds.
- Weight::from_parts(8_185_000, 3522)
+ // Minimum execution time: 4_721_000 picoseconds.
+ Weight::from_parts(4_851_000, 3522)
.saturating_add(T::DbWeight::get().reads(2_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -244,8 +244,8 @@
// Proof Size summary in bytes:
// Measured: `362`
// Estimated: `3522`
- // Minimum execution time: 4_111_000 picoseconds.
- Weight::from_parts(4_280_000, 3522)
+ // Minimum execution time: 2_621_000 picoseconds.
+ Weight::from_parts(2_760_000, 3522)
.saturating_add(T::DbWeight::get().reads(1_u64))
}
/// Storage: Nonfungible Allowance (r:1 w:1)
@@ -266,8 +266,8 @@
// Proof Size summary in bytes:
// Measured: `463`
// Estimated: `3530`
- // Minimum execution time: 21_756_000 picoseconds.
- Weight::from_parts(22_237_000, 3530)
+ // Minimum execution time: 13_432_000 picoseconds.
+ Weight::from_parts(13_681_000, 3530)
.saturating_add(T::DbWeight::get().reads(5_u64))
.saturating_add(T::DbWeight::get().writes(6_u64))
}
@@ -278,17 +278,17 @@
// Proof Size summary in bytes:
// Measured: `314`
// Estimated: `20191`
- // Minimum execution time: 1_411_000 picoseconds.
- Weight::from_parts(1_505_000, 20191)
- // Standard Error: 14_327
- .saturating_add(Weight::from_parts(8_366_431, 0).saturating_mul(b.into()))
+ // Minimum execution time: 610_000 picoseconds.
+ Weight::from_parts(640_000, 20191)
+ // Standard Error: 22_744
+ .saturating_add(Weight::from_parts(5_938_386, 0).saturating_mul(b.into()))
.saturating_add(T::DbWeight::get().reads(1_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: Nonfungible TokenProperties (r:1 w:1)
/// Proof: Nonfungible 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: Nonfungible TokenData (r:1 w:0)
/// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen)
/// The range of component `b` is `[0, 64]`.
@@ -296,44 +296,41 @@
// Proof Size summary in bytes:
// Measured: `640 + b * (261 ±0)`
// Estimated: `36269`
- // Minimum execution time: 3_628_000 picoseconds.
- Weight::from_parts(1_438_616, 36269)
- // Standard Error: 13_799
- .saturating_add(Weight::from_parts(5_486_048, 0).saturating_mul(b.into()))
+ // Minimum execution time: 360_000 picoseconds.
+ Weight::from_parts(3_526_074, 36269)
+ // Standard Error: 8_803
+ .saturating_add(Weight::from_parts(2_784_005, 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: Nonfungible TokenProperties (r:0 w:1)
/// Proof: Nonfungible 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: 1_016_000 picoseconds.
- Weight::from_parts(4_628_460, 20191)
- // Standard Error: 23_738
- .saturating_add(Weight::from_parts(5_023_391, 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(2_216_986, 0)
+ // Standard Error: 5_264
+ .saturating_add(Weight::from_parts(2_408_457, 0).saturating_mul(b.into()))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
- /// Storage: Nonfungible TokenProperties (r:1 w:1)
- /// Proof: Nonfungible 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: Nonfungible TokenData (r:1 w:0)
/// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen)
+ /// Storage: Nonfungible TokenProperties (r:1 w:1)
+ /// Proof: Nonfungible 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: `699 + b * (33291 ±0)`
// Estimated: `36269`
- // Minimum execution time: 3_576_000 picoseconds.
- Weight::from_parts(3_709_000, 36269)
- // Standard Error: 36_977
- .saturating_add(Weight::from_parts(23_798_574, 0).saturating_mul(b.into()))
+ // Minimum execution time: 360_000 picoseconds.
+ Weight::from_parts(380_000, 36269)
+ // Standard Error: 26_060
+ .saturating_add(Weight::from_parts(9_230_365, 0).saturating_mul(b.into()))
.saturating_add(T::DbWeight::get().reads(3_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -343,8 +340,8 @@
// Proof Size summary in bytes:
// Measured: `326`
// Estimated: `3522`
- // Minimum execution time: 3_614_000 picoseconds.
- Weight::from_parts(3_776_000, 3522)
+ // Minimum execution time: 2_350_000 picoseconds.
+ Weight::from_parts(2_450_000, 3522)
.saturating_add(T::DbWeight::get().reads(1_u64))
}
/// Storage: Nonfungible CollectionAllowance (r:0 w:1)
@@ -353,8 +350,8 @@
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
- // Minimum execution time: 4_345_000 picoseconds.
- Weight::from_parts(4_555_000, 0)
+ // Minimum execution time: 2_040_000 picoseconds.
+ Weight::from_parts(2_150_000, 0)
.saturating_add(T::DbWeight::get().writes(1_u64))
}
/// Storage: Nonfungible CollectionAllowance (r:1 w:0)
@@ -363,8 +360,8 @@
// Proof Size summary in bytes:
// Measured: `142`
// Estimated: `3576`
- // Minimum execution time: 2_810_000 picoseconds.
- Weight::from_parts(2_982_000, 3576)
+ // Minimum execution time: 1_560_000 picoseconds.
+ Weight::from_parts(1_670_000, 3576)
.saturating_add(T::DbWeight::get().reads(1_u64))
}
/// Storage: Nonfungible TokenProperties (r:1 w:1)
@@ -373,8 +370,8 @@
// Proof Size summary in bytes:
// Measured: `279`
// Estimated: `36269`
- // Minimum execution time: 3_050_000 picoseconds.
- Weight::from_parts(3_169_000, 36269)
+ // Minimum execution time: 1_710_000 picoseconds.
+ Weight::from_parts(1_781_000, 36269)
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -394,8 +391,8 @@
// Proof Size summary in bytes:
// Measured: `142`
// Estimated: `3530`
- // Minimum execution time: 10_723_000 picoseconds.
- Weight::from_parts(11_038_000, 3530)
+ // Minimum execution time: 4_981_000 picoseconds.
+ Weight::from_parts(5_160_000, 3530)
.saturating_add(RocksDbWeight::get().reads(2_u64))
.saturating_add(RocksDbWeight::get().writes(4_u64))
}
@@ -412,10 +409,10 @@
// Proof Size summary in bytes:
// Measured: `142`
// Estimated: `3530`
- // Minimum execution time: 3_170_000 picoseconds.
- Weight::from_parts(2_230_822, 3530)
- // Standard Error: 417
- .saturating_add(Weight::from_parts(3_552_754, 0).saturating_mul(b.into()))
+ // Minimum execution time: 1_701_000 picoseconds.
+ Weight::from_parts(1_750_000, 3530)
+ // Standard Error: 549
+ .saturating_add(Weight::from_parts(2_507_305, 0).saturating_mul(b.into()))
.saturating_add(RocksDbWeight::get().reads(2_u64))
.saturating_add(RocksDbWeight::get().writes(2_u64))
.saturating_add(RocksDbWeight::get().writes((2_u64).saturating_mul(b.into())))
@@ -433,10 +430,10 @@
// Proof Size summary in bytes:
// Measured: `142`
// Estimated: `3481 + b * (2540 ±0)`
- // Minimum execution time: 3_234_000 picoseconds.
- Weight::from_parts(3_359_000, 3481)
- // Standard Error: 598
- .saturating_add(Weight::from_parts(4_872_803, 0).saturating_mul(b.into()))
+ // Minimum execution time: 1_600_000 picoseconds.
+ Weight::from_parts(1_661_000, 3481)
+ // Standard Error: 1_210
+ .saturating_add(Weight::from_parts(3_472_463, 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))
@@ -461,8 +458,8 @@
// Proof Size summary in bytes:
// Measured: `380`
// Estimated: `3530`
- // Minimum execution time: 17_970_000 picoseconds.
- Weight::from_parts(18_458_000, 3530)
+ // Minimum execution time: 10_401_000 picoseconds.
+ Weight::from_parts(10_701_000, 3530)
.saturating_add(RocksDbWeight::get().reads(5_u64))
.saturating_add(RocksDbWeight::get().writes(5_u64))
}
@@ -484,8 +481,8 @@
// Proof Size summary in bytes:
// Measured: `380`
// Estimated: `3530`
- // Minimum execution time: 22_995_000 picoseconds.
- Weight::from_parts(23_505_000, 3530)
+ // Minimum execution time: 12_982_000 picoseconds.
+ Weight::from_parts(13_522_000, 3530)
.saturating_add(RocksDbWeight::get().reads(5_u64))
.saturating_add(RocksDbWeight::get().writes(5_u64))
}
@@ -510,10 +507,10 @@
// Proof Size summary in bytes:
// Measured: `1500 + b * (58 ±0)`
// Estimated: `5874 + b * (5032 ±0)`
- // Minimum execution time: 22_854_000 picoseconds.
- Weight::from_parts(23_291_000, 5874)
- // Standard Error: 83_594
- .saturating_add(Weight::from_parts(59_695_924, 0).saturating_mul(b.into()))
+ // Minimum execution time: 13_201_000 picoseconds.
+ Weight::from_parts(13_371_000, 5874)
+ // Standard Error: 124_410
+ .saturating_add(Weight::from_parts(41_526_223, 0).saturating_mul(b.into()))
.saturating_add(RocksDbWeight::get().reads(7_u64))
.saturating_add(RocksDbWeight::get().reads((4_u64).saturating_mul(b.into())))
.saturating_add(RocksDbWeight::get().writes(6_u64))
@@ -532,8 +529,8 @@
// Proof Size summary in bytes:
// Measured: `380`
// Estimated: `6070`
- // Minimum execution time: 13_873_000 picoseconds.
- Weight::from_parts(14_318_000, 6070)
+ // Minimum execution time: 8_681_000 picoseconds.
+ Weight::from_parts(8_891_000, 6070)
.saturating_add(RocksDbWeight::get().reads(4_u64))
.saturating_add(RocksDbWeight::get().writes(5_u64))
}
@@ -545,8 +542,8 @@
// Proof Size summary in bytes:
// Measured: `326`
// Estimated: `3522`
- // Minimum execution time: 7_895_000 picoseconds.
- Weight::from_parts(8_131_000, 3522)
+ // Minimum execution time: 4_651_000 picoseconds.
+ Weight::from_parts(4_830_000, 3522)
.saturating_add(RocksDbWeight::get().reads(2_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
@@ -558,8 +555,8 @@
// Proof Size summary in bytes:
// Measured: `313`
// Estimated: `3522`
- // Minimum execution time: 7_931_000 picoseconds.
- Weight::from_parts(8_185_000, 3522)
+ // Minimum execution time: 4_721_000 picoseconds.
+ Weight::from_parts(4_851_000, 3522)
.saturating_add(RocksDbWeight::get().reads(2_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
@@ -569,8 +566,8 @@
// Proof Size summary in bytes:
// Measured: `362`
// Estimated: `3522`
- // Minimum execution time: 4_111_000 picoseconds.
- Weight::from_parts(4_280_000, 3522)
+ // Minimum execution time: 2_621_000 picoseconds.
+ Weight::from_parts(2_760_000, 3522)
.saturating_add(RocksDbWeight::get().reads(1_u64))
}
/// Storage: Nonfungible Allowance (r:1 w:1)
@@ -591,8 +588,8 @@
// Proof Size summary in bytes:
// Measured: `463`
// Estimated: `3530`
- // Minimum execution time: 21_756_000 picoseconds.
- Weight::from_parts(22_237_000, 3530)
+ // Minimum execution time: 13_432_000 picoseconds.
+ Weight::from_parts(13_681_000, 3530)
.saturating_add(RocksDbWeight::get().reads(5_u64))
.saturating_add(RocksDbWeight::get().writes(6_u64))
}
@@ -603,17 +600,17 @@
// Proof Size summary in bytes:
// Measured: `314`
// Estimated: `20191`
- // Minimum execution time: 1_411_000 picoseconds.
- Weight::from_parts(1_505_000, 20191)
- // Standard Error: 14_327
- .saturating_add(Weight::from_parts(8_366_431, 0).saturating_mul(b.into()))
+ // Minimum execution time: 610_000 picoseconds.
+ Weight::from_parts(640_000, 20191)
+ // Standard Error: 22_744
+ .saturating_add(Weight::from_parts(5_938_386, 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: Nonfungible TokenProperties (r:1 w:1)
/// Proof: Nonfungible 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: Nonfungible TokenData (r:1 w:0)
/// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen)
/// The range of component `b` is `[0, 64]`.
@@ -621,44 +618,41 @@
// Proof Size summary in bytes:
// Measured: `640 + b * (261 ±0)`
// Estimated: `36269`
- // Minimum execution time: 3_628_000 picoseconds.
- Weight::from_parts(1_438_616, 36269)
- // Standard Error: 13_799
- .saturating_add(Weight::from_parts(5_486_048, 0).saturating_mul(b.into()))
+ // Minimum execution time: 360_000 picoseconds.
+ Weight::from_parts(3_526_074, 36269)
+ // Standard Error: 8_803
+ .saturating_add(Weight::from_parts(2_784_005, 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: Nonfungible TokenProperties (r:0 w:1)
/// Proof: Nonfungible 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: 1_016_000 picoseconds.
- Weight::from_parts(4_628_460, 20191)
- // Standard Error: 23_738
- .saturating_add(Weight::from_parts(5_023_391, 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(2_216_986, 0)
+ // Standard Error: 5_264
+ .saturating_add(Weight::from_parts(2_408_457, 0).saturating_mul(b.into()))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
- /// Storage: Nonfungible TokenProperties (r:1 w:1)
- /// Proof: Nonfungible 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: Nonfungible TokenData (r:1 w:0)
/// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen)
+ /// Storage: Nonfungible TokenProperties (r:1 w:1)
+ /// Proof: Nonfungible 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: `699 + b * (33291 ±0)`
// Estimated: `36269`
- // Minimum execution time: 3_576_000 picoseconds.
- Weight::from_parts(3_709_000, 36269)
- // Standard Error: 36_977
- .saturating_add(Weight::from_parts(23_798_574, 0).saturating_mul(b.into()))
+ // Minimum execution time: 360_000 picoseconds.
+ Weight::from_parts(380_000, 36269)
+ // Standard Error: 26_060
+ .saturating_add(Weight::from_parts(9_230_365, 0).saturating_mul(b.into()))
.saturating_add(RocksDbWeight::get().reads(3_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
@@ -668,8 +662,8 @@
// Proof Size summary in bytes:
// Measured: `326`
// Estimated: `3522`
- // Minimum execution time: 3_614_000 picoseconds.
- Weight::from_parts(3_776_000, 3522)
+ // Minimum execution time: 2_350_000 picoseconds.
+ Weight::from_parts(2_450_000, 3522)
.saturating_add(RocksDbWeight::get().reads(1_u64))
}
/// Storage: Nonfungible CollectionAllowance (r:0 w:1)
@@ -678,8 +672,8 @@
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
- // Minimum execution time: 4_345_000 picoseconds.
- Weight::from_parts(4_555_000, 0)
+ // Minimum execution time: 2_040_000 picoseconds.
+ Weight::from_parts(2_150_000, 0)
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
/// Storage: Nonfungible CollectionAllowance (r:1 w:0)
@@ -688,8 +682,8 @@
// Proof Size summary in bytes:
// Measured: `142`
// Estimated: `3576`
- // Minimum execution time: 2_810_000 picoseconds.
- Weight::from_parts(2_982_000, 3576)
+ // Minimum execution time: 1_560_000 picoseconds.
+ Weight::from_parts(1_670_000, 3576)
.saturating_add(RocksDbWeight::get().reads(1_u64))
}
/// Storage: Nonfungible TokenProperties (r:1 w:1)
@@ -698,8 +692,8 @@
// Proof Size summary in bytes:
// Measured: `279`
// Estimated: `36269`
- // Minimum execution time: 3_050_000 picoseconds.
- Weight::from_parts(3_169_000, 36269)
+ // Minimum execution time: 1_710_000 picoseconds.
+ Weight::from_parts(1_781_000, 36269)
.saturating_add(RocksDbWeight::get().reads(1_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
pallets/refungible/src/weights.rsdiffbeforeafterboth3//! Autogenerated weights for pallet_refungible3//! Autogenerated weights for pallet_refungible4//!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/refungible/src/weights.rs25// --output=./pallets/refungible/src/weights.rs262652 fn burn_from() -> Weight;52 fn burn_from() -> Weight;53 fn set_token_property_permissions(b: u32, ) -> Weight;53 fn set_token_property_permissions(b: u32, ) -> Weight;54 fn set_token_properties(b: u32, ) -> Weight;54 fn set_token_properties(b: u32, ) -> Weight;55 fn reset_token_properties(b: u32, ) -> Weight;55 fn init_token_properties(b: u32, ) -> Weight;56 fn delete_token_properties(b: u32, ) -> Weight;56 fn delete_token_properties(b: u32, ) -> Weight;57 fn repartition_item() -> Weight;57 fn repartition_item() -> Weight;58 fn token_owner() -> Weight;58 fn token_owner() -> Weight;78 // Proof Size summary in bytes:78 // Proof Size summary in bytes:79 // Measured: `4`79 // Measured: `4`80 // Estimated: `3530`80 // Estimated: `3530`81 // Minimum execution time: 12_168_000 picoseconds.81 // Minimum execution time: 5_410_000 picoseconds.82 Weight::from_parts(12_531_000, 3530)82 Weight::from_parts(5_630_000, 3530)83 .saturating_add(T::DbWeight::get().reads(2_u64))83 .saturating_add(T::DbWeight::get().reads(2_u64))84 .saturating_add(T::DbWeight::get().writes(5_u64))84 .saturating_add(T::DbWeight::get().writes(5_u64))85 }85 }98 // Proof Size summary in bytes:98 // Proof Size summary in bytes:99 // Measured: `4`99 // Measured: `4`100 // Estimated: `3530`100 // Estimated: `3530`101 // Minimum execution time: 2_583_000 picoseconds.101 // Minimum execution time: 1_210_000 picoseconds.102 Weight::from_parts(2_726_000, 3530)102 Weight::from_parts(1_280_000, 3530)103 // Standard Error: 1_051103 // Standard Error: 1_172104 .saturating_add(Weight::from_parts(4_727_433, 0).saturating_mul(b.into()))104 .saturating_add(Weight::from_parts(3_145_627, 0).saturating_mul(b.into()))105 .saturating_add(T::DbWeight::get().reads(2_u64))105 .saturating_add(T::DbWeight::get().reads(2_u64))106 .saturating_add(T::DbWeight::get().writes(2_u64))106 .saturating_add(T::DbWeight::get().writes(2_u64))107 .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())))121 // Proof Size summary in bytes:121 // Proof Size summary in bytes:122 // Measured: `4`122 // Measured: `4`123 // Estimated: `3481 + b * (2540 ±0)`123 // Estimated: `3481 + b * (2540 ±0)`124 // Minimum execution time: 2_565_000 picoseconds.124 // Minimum execution time: 1_230_000 picoseconds.125 Weight::from_parts(2_710_000, 3481)125 Weight::from_parts(1_310_000, 3481)126 // Standard Error: 862126 // Standard Error: 1_385127 .saturating_add(Weight::from_parts(5_951_711, 0).saturating_mul(b.into()))127 .saturating_add(Weight::from_parts(3_942_825, 0).saturating_mul(b.into()))128 .saturating_add(T::DbWeight::get().reads(1_u64))128 .saturating_add(T::DbWeight::get().reads(1_u64))129 .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())))130 .saturating_add(T::DbWeight::get().writes(1_u64))130 .saturating_add(T::DbWeight::get().writes(1_u64))146 // Proof Size summary in bytes:146 // Proof Size summary in bytes:147 // Measured: `4`147 // Measured: `4`148 // Estimated: `3481 + b * (2540 ±0)`148 // Estimated: `3481 + b * (2540 ±0)`149 // Minimum execution time: 4_281_000 picoseconds.149 // Minimum execution time: 1_610_000 picoseconds.150 Weight::from_parts(3_252_037, 3481)150 Weight::from_parts(1_650_000, 3481)151 // Standard Error: 568151 // Standard Error: 1_090152 .saturating_add(Weight::from_parts(4_380_356, 0).saturating_mul(b.into()))152 .saturating_add(Weight::from_parts(3_125_098, 0).saturating_mul(b.into()))153 .saturating_add(T::DbWeight::get().reads(1_u64))153 .saturating_add(T::DbWeight::get().reads(1_u64))154 .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())))155 .saturating_add(T::DbWeight::get().writes(2_u64))155 .saturating_add(T::DbWeight::get().writes(2_u64))168 // Proof Size summary in bytes:168 // Proof Size summary in bytes:169 // Measured: `456`169 // Measured: `456`170 // Estimated: `8682`170 // Estimated: `8682`171 // Minimum execution time: 22_354_000 picoseconds.171 // Minimum execution time: 12_180_000 picoseconds.172 Weight::from_parts(22_787_000, 8682)172 Weight::from_parts(12_580_000, 8682)173 .saturating_add(T::DbWeight::get().reads(5_u64))173 .saturating_add(T::DbWeight::get().reads(5_u64))174 .saturating_add(T::DbWeight::get().writes(4_u64))174 .saturating_add(T::DbWeight::get().writes(4_u64))175 }175 }189 // Proof Size summary in bytes:189 // Proof Size summary in bytes:190 // Measured: `341`190 // Measured: `341`191 // Estimated: `3554`191 // Estimated: `3554`192 // Minimum execution time: 21_689_000 picoseconds.192 // Minimum execution time: 12_230_000 picoseconds.193 Weight::from_parts(22_199_000, 3554)193 Weight::from_parts(12_550_000, 3554)194 .saturating_add(T::DbWeight::get().reads(4_u64))194 .saturating_add(T::DbWeight::get().reads(4_u64))195 .saturating_add(T::DbWeight::get().writes(6_u64))195 .saturating_add(T::DbWeight::get().writes(6_u64))196 }196 }202 // Proof Size summary in bytes:202 // Proof Size summary in bytes:203 // Measured: `365`203 // Measured: `365`204 // Estimated: `6118`204 // Estimated: `6118`205 // Minimum execution time: 13_673_000 picoseconds.205 // Minimum execution time: 7_630_000 picoseconds.206 Weight::from_parts(14_067_000, 6118)206 Weight::from_parts(7_919_000, 6118)207 .saturating_add(T::DbWeight::get().reads(3_u64))207 .saturating_add(T::DbWeight::get().reads(3_u64))208 .saturating_add(T::DbWeight::get().writes(2_u64))208 .saturating_add(T::DbWeight::get().writes(2_u64))209 }209 }219 // Proof Size summary in bytes:219 // Proof Size summary in bytes:220 // Measured: `341`220 // Measured: `341`221 // Estimated: `6118`221 // Estimated: `6118`222 // Minimum execution time: 15_863_000 picoseconds.222 // Minimum execution time: 8_840_000 picoseconds.223 Weight::from_parts(16_197_000, 6118)223 Weight::from_parts(9_080_000, 6118)224 .saturating_add(T::DbWeight::get().reads(4_u64))224 .saturating_add(T::DbWeight::get().reads(4_u64))225 .saturating_add(T::DbWeight::get().writes(4_u64))225 .saturating_add(T::DbWeight::get().writes(4_u64))226 }226 }236 // Proof Size summary in bytes:236 // Proof Size summary in bytes:237 // Measured: `456`237 // Measured: `456`238 // Estimated: `6118`238 // Estimated: `6118`239 // Minimum execution time: 18_123_000 picoseconds.239 // Minimum execution time: 10_270_000 picoseconds.240 Weight::from_parts(18_501_000, 6118)240 Weight::from_parts(10_670_000, 6118)241 .saturating_add(T::DbWeight::get().reads(4_u64))241 .saturating_add(T::DbWeight::get().reads(4_u64))242 .saturating_add(T::DbWeight::get().writes(4_u64))242 .saturating_add(T::DbWeight::get().writes(4_u64))243 }243 }253 // Proof Size summary in bytes:253 // Proof Size summary in bytes:254 // Measured: `341`254 // Measured: `341`255 // Estimated: `6118`255 // Estimated: `6118`256 // Minimum execution time: 17_966_000 picoseconds.256 // Minimum execution time: 10_199_000 picoseconds.257 Weight::from_parts(18_305_000, 6118)257 Weight::from_parts(10_479_000, 6118)258 .saturating_add(T::DbWeight::get().reads(5_u64))258 .saturating_add(T::DbWeight::get().reads(5_u64))259 .saturating_add(T::DbWeight::get().writes(6_u64))259 .saturating_add(T::DbWeight::get().writes(6_u64))260 }260 }266 // Proof Size summary in bytes:266 // Proof Size summary in bytes:267 // Measured: `223`267 // Measured: `223`268 // Estimated: `3554`268 // Estimated: `3554`269 // Minimum execution time: 8_636_000 picoseconds.269 // Minimum execution time: 4_750_000 picoseconds.270 Weight::from_parts(8_882_000, 3554)270 Weight::from_parts(4_910_000, 3554)271 .saturating_add(T::DbWeight::get().reads(1_u64))271 .saturating_add(T::DbWeight::get().reads(1_u64))272 .saturating_add(T::DbWeight::get().writes(1_u64))272 .saturating_add(T::DbWeight::get().writes(1_u64))273 }273 }279 // Proof Size summary in bytes:279 // Proof Size summary in bytes:280 // Measured: `211`280 // Measured: `211`281 // Estimated: `3554`281 // Estimated: `3554`282 // Minimum execution time: 8_756_000 picoseconds.282 // Minimum execution time: 4_700_000 picoseconds.283 Weight::from_parts(8_978_000, 3554)283 Weight::from_parts(4_840_000, 3554)284 .saturating_add(T::DbWeight::get().reads(1_u64))284 .saturating_add(T::DbWeight::get().reads(1_u64))285 .saturating_add(T::DbWeight::get().writes(1_u64))285 .saturating_add(T::DbWeight::get().writes(1_u64))286 }286 }294 // Proof Size summary in bytes:294 // Proof Size summary in bytes:295 // Measured: `495`295 // Measured: `495`296 // Estimated: `6118`296 // Estimated: `6118`297 // Minimum execution time: 19_417_000 picoseconds.297 // Minimum execution time: 11_419_000 picoseconds.298 Weight::from_parts(19_945_000, 6118)298 Weight::from_parts(11_800_000, 6118)299 .saturating_add(T::DbWeight::get().reads(4_u64))299 .saturating_add(T::DbWeight::get().reads(4_u64))300 .saturating_add(T::DbWeight::get().writes(3_u64))300 .saturating_add(T::DbWeight::get().writes(3_u64))301 }301 }313 // Proof Size summary in bytes:313 // Proof Size summary in bytes:314 // Measured: `471`314 // Measured: `471`315 // Estimated: `6118`315 // Estimated: `6118`316 // Minimum execution time: 21_425_000 picoseconds.316 // Minimum execution time: 12_440_000 picoseconds.317 Weight::from_parts(21_829_000, 6118)317 Weight::from_parts(12_740_000, 6118)318 .saturating_add(T::DbWeight::get().reads(5_u64))318 .saturating_add(T::DbWeight::get().reads(5_u64))319 .saturating_add(T::DbWeight::get().writes(5_u64))319 .saturating_add(T::DbWeight::get().writes(5_u64))320 }320 }332 // Proof Size summary in bytes:332 // Proof Size summary in bytes:333 // Measured: `586`333 // Measured: `586`334 // Estimated: `6118`334 // Estimated: `6118`335 // Minimum execution time: 23_854_000 picoseconds.335 // Minimum execution time: 14_030_000 picoseconds.336 Weight::from_parts(24_352_000, 6118)336 Weight::from_parts(14_380_000, 6118)337 .saturating_add(T::DbWeight::get().reads(5_u64))337 .saturating_add(T::DbWeight::get().reads(5_u64))338 .saturating_add(T::DbWeight::get().writes(5_u64))338 .saturating_add(T::DbWeight::get().writes(5_u64))339 }339 }351 // Proof Size summary in bytes:351 // Proof Size summary in bytes:352 // Measured: `471`352 // Measured: `471`353 // Estimated: `6118`353 // Estimated: `6118`354 // Minimum execution time: 23_775_000 picoseconds.354 // Minimum execution time: 14_200_000 picoseconds.355 Weight::from_parts(24_236_000, 6118)355 Weight::from_parts(14_560_000, 6118)356 .saturating_add(T::DbWeight::get().reads(6_u64))356 .saturating_add(T::DbWeight::get().reads(6_u64))357 .saturating_add(T::DbWeight::get().writes(7_u64))357 .saturating_add(T::DbWeight::get().writes(7_u64))358 }358 }374 // Proof Size summary in bytes:374 // Proof Size summary in bytes:375 // Measured: `471`375 // Measured: `471`376 // Estimated: `3570`376 // Estimated: `3570`377 // Minimum execution time: 27_885_000 picoseconds.377 // Minimum execution time: 16_590_000 picoseconds.378 Weight::from_parts(28_492_000, 3570)378 Weight::from_parts(17_079_000, 3570)379 .saturating_add(T::DbWeight::get().reads(5_u64))379 .saturating_add(T::DbWeight::get().reads(5_u64))380 .saturating_add(T::DbWeight::get().writes(7_u64))380 .saturating_add(T::DbWeight::get().writes(7_u64))381 }381 }386 // Proof Size summary in bytes:386 // Proof Size summary in bytes:387 // Measured: `314`387 // Measured: `314`388 // Estimated: `20191`388 // Estimated: `20191`389 // Minimum execution time: 1_299_000 picoseconds.389 // Minimum execution time: 560_000 picoseconds.390 Weight::from_parts(1_410_000, 20191)390 Weight::from_parts(590_000, 20191)391 // Standard Error: 14_247391 // Standard Error: 20_539392 .saturating_add(Weight::from_parts(8_221_449, 0).saturating_mul(b.into()))392 .saturating_add(Weight::from_parts(5_317_277, 0).saturating_mul(b.into()))393 .saturating_add(T::DbWeight::get().reads(1_u64))393 .saturating_add(T::DbWeight::get().reads(1_u64))394 .saturating_add(T::DbWeight::get().writes(1_u64))394 .saturating_add(T::DbWeight::get().writes(1_u64))395 }395 }396 /// Storage: Refungible TokenProperties (r:1 w:1)397 /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)398 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)396 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)399 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)397 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)398 /// Storage: Refungible TokenProperties (r:1 w:1)399 /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)400 /// Storage: Refungible TotalSupply (r:1 w:0)400 /// Storage: Refungible TotalSupply (r:1 w:0)401 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)401 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)402 /// The range of component `b` is `[0, 64]`.402 /// The range of component `b` is `[0, 64]`.403 fn set_token_properties(b: u32, ) -> Weight {403 fn set_token_properties(b: u32, ) -> Weight {404 // Proof Size summary in bytes:404 // Proof Size summary in bytes:405 // Measured: `502 + b * (261 ±0)`405 // Measured: `502 + b * (261 ±0)`406 // Estimated: `36269`406 // Estimated: `36269`407 // Minimum execution time: 2_717_000 picoseconds.407 // Minimum execution time: 340_000 picoseconds.408 Weight::from_parts(6_076_231, 36269)408 Weight::from_parts(4_825_296, 36269)409 // Standard Error: 10_349409 // Standard Error: 4_846410 .saturating_add(Weight::from_parts(4_950_943, 0).saturating_mul(b.into()))410 .saturating_add(Weight::from_parts(2_632_821, 0).saturating_mul(b.into()))411 .saturating_add(T::DbWeight::get().reads(3_u64))411 .saturating_add(T::DbWeight::get().reads(3_u64))412 .saturating_add(T::DbWeight::get().writes(1_u64))412 .saturating_add(T::DbWeight::get().writes(1_u64))413 }413 }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: Refungible TokenProperties (r:0 w:1)414 /// Storage: Refungible TokenProperties (r:0 w:1)417 /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)415 /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)418 /// The range of component `b` is `[0, 64]`.416 /// The range of component `b` is `[0, 64]`.419 fn reset_token_properties(b: u32, ) -> Weight {417 fn init_token_properties(b: u32, ) -> Weight {420 // Proof Size summary in bytes:418 // Proof Size summary in bytes:421 // Measured: `317 + b * (261 ±0)`419 // Measured: `0`422 // Estimated: `20191`420 // Estimated: `0`423 // Minimum execution time: 936_000 picoseconds.421 // Minimum execution time: 70_000 picoseconds.424 Weight::from_parts(1_015_000, 20191)422 Weight::from_parts(70_000, 0)425 // Standard Error: 9_051423 // Standard Error: 2_858426 .saturating_add(Weight::from_parts(5_454_224, 0).saturating_mul(b.into()))424 .saturating_add(Weight::from_parts(2_259_760, 0).saturating_mul(b.into()))427 .saturating_add(T::DbWeight::get().reads(1_u64))428 .saturating_add(T::DbWeight::get().writes(1_u64))425 .saturating_add(T::DbWeight::get().writes(1_u64))429 }426 }430 /// Storage: Refungible TokenProperties (r:1 w:1)431 /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)432 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)427 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)433 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)428 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)434 /// Storage: Refungible TotalSupply (r:1 w:0)429 /// Storage: Refungible TotalSupply (r:1 w:0)435 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)430 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)431 /// Storage: Refungible TokenProperties (r:1 w:1)432 /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)436 /// The range of component `b` is `[0, 64]`.433 /// The range of component `b` is `[0, 64]`.437 fn delete_token_properties(b: u32, ) -> Weight {434 fn delete_token_properties(b: u32, ) -> Weight {438 // Proof Size summary in bytes:435 // Proof Size summary in bytes:439 // Measured: `561 + b * (33291 ±0)`436 // Measured: `561 + b * (33291 ±0)`440 // Estimated: `36269`437 // Estimated: `36269`441 // Minimum execution time: 2_707_000 picoseconds.438 // Minimum execution time: 320_000 picoseconds.442 Weight::from_parts(2_851_000, 36269)439 Weight::from_parts(350_000, 36269)443 // Standard Error: 36_568440 // Standard Error: 24_256444 .saturating_add(Weight::from_parts(23_557_445, 0).saturating_mul(b.into()))441 .saturating_add(Weight::from_parts(8_471_382, 0).saturating_mul(b.into()))445 .saturating_add(T::DbWeight::get().reads(3_u64))442 .saturating_add(T::DbWeight::get().reads(3_u64))446 .saturating_add(T::DbWeight::get().writes(1_u64))443 .saturating_add(T::DbWeight::get().writes(1_u64))447 }444 }453 // Proof Size summary in bytes:450 // Proof Size summary in bytes:454 // Measured: `288`451 // Measured: `288`455 // Estimated: `3554`452 // Estimated: `3554`456 // Minimum execution time: 10_556_000 picoseconds.453 // Minimum execution time: 5_600_000 picoseconds.457 Weight::from_parts(10_904_000, 3554)454 Weight::from_parts(5_850_000, 3554)458 .saturating_add(T::DbWeight::get().reads(2_u64))455 .saturating_add(T::DbWeight::get().reads(2_u64))459 .saturating_add(T::DbWeight::get().writes(2_u64))456 .saturating_add(T::DbWeight::get().writes(2_u64))460 }457 }464 // Proof Size summary in bytes:461 // Proof Size summary in bytes:465 // Measured: `288`462 // Measured: `288`466 // Estimated: `6118`463 // Estimated: `6118`467 // Minimum execution time: 4_708_000 picoseconds.464 // Minimum execution time: 2_430_000 picoseconds.468 Weight::from_parts(4_974_000, 6118)465 Weight::from_parts(2_590_000, 6118)469 .saturating_add(T::DbWeight::get().reads(2_u64))466 .saturating_add(T::DbWeight::get().reads(2_u64))470 }467 }471 /// Storage: Refungible CollectionAllowance (r:0 w:1)468 /// Storage: Refungible CollectionAllowance (r:0 w:1)474 // Proof Size summary in bytes:471 // Proof Size summary in bytes:475 // Measured: `0`472 // Measured: `0`476 // Estimated: `0`473 // Estimated: `0`477 // Minimum execution time: 4_332_000 picoseconds.474 // Minimum execution time: 1_970_000 picoseconds.478 Weight::from_parts(4_506_000, 0)475 Weight::from_parts(2_050_000, 0)479 .saturating_add(T::DbWeight::get().writes(1_u64))476 .saturating_add(T::DbWeight::get().writes(1_u64))480 }477 }481 /// Storage: Refungible CollectionAllowance (r:1 w:0)478 /// Storage: Refungible CollectionAllowance (r:1 w:0)484 // Proof Size summary in bytes:481 // Proof Size summary in bytes:485 // Measured: `4`482 // Measured: `4`486 // Estimated: `3576`483 // Estimated: `3576`487 // Minimum execution time: 2_207_000 picoseconds.484 // Minimum execution time: 1_140_000 picoseconds.488 Weight::from_parts(2_358_000, 3576)485 Weight::from_parts(1_240_000, 3576)489 .saturating_add(T::DbWeight::get().reads(1_u64))486 .saturating_add(T::DbWeight::get().reads(1_u64))490 }487 }491 /// Storage: Refungible TokenProperties (r:1 w:1)488 /// Storage: Refungible TokenProperties (r:1 w:1)494 // Proof Size summary in bytes:491 // Proof Size summary in bytes:495 // Measured: `120`492 // Measured: `120`496 // Estimated: `36269`493 // Estimated: `36269`497 // Minimum execution time: 2_230_000 picoseconds.494 // Minimum execution time: 1_000_000 picoseconds.498 Weight::from_parts(2_337_000, 36269)495 Weight::from_parts(1_060_000, 36269)499 .saturating_add(T::DbWeight::get().reads(1_u64))496 .saturating_add(T::DbWeight::get().reads(1_u64))500 .saturating_add(T::DbWeight::get().writes(1_u64))497 .saturating_add(T::DbWeight::get().writes(1_u64))501 }498 }517 // Proof Size summary in bytes:514 // Proof Size summary in bytes:518 // Measured: `4`515 // Measured: `4`519 // Estimated: `3530`516 // Estimated: `3530`520 // Minimum execution time: 12_168_000 picoseconds.517 // Minimum execution time: 5_410_000 picoseconds.521 Weight::from_parts(12_531_000, 3530)518 Weight::from_parts(5_630_000, 3530)522 .saturating_add(RocksDbWeight::get().reads(2_u64))519 .saturating_add(RocksDbWeight::get().reads(2_u64))523 .saturating_add(RocksDbWeight::get().writes(5_u64))520 .saturating_add(RocksDbWeight::get().writes(5_u64))524 }521 }537 // Proof Size summary in bytes:534 // Proof Size summary in bytes:538 // Measured: `4`535 // Measured: `4`539 // Estimated: `3530`536 // Estimated: `3530`540 // Minimum execution time: 2_583_000 picoseconds.537 // Minimum execution time: 1_210_000 picoseconds.541 Weight::from_parts(2_726_000, 3530)538 Weight::from_parts(1_280_000, 3530)542 // Standard Error: 1_051539 // Standard Error: 1_172543 .saturating_add(Weight::from_parts(4_727_433, 0).saturating_mul(b.into()))540 .saturating_add(Weight::from_parts(3_145_627, 0).saturating_mul(b.into()))544 .saturating_add(RocksDbWeight::get().reads(2_u64))541 .saturating_add(RocksDbWeight::get().reads(2_u64))545 .saturating_add(RocksDbWeight::get().writes(2_u64))542 .saturating_add(RocksDbWeight::get().writes(2_u64))546 .saturating_add(RocksDbWeight::get().writes((3_u64).saturating_mul(b.into())))543 .saturating_add(RocksDbWeight::get().writes((3_u64).saturating_mul(b.into())))560 // Proof Size summary in bytes:557 // Proof Size summary in bytes:561 // Measured: `4`558 // Measured: `4`562 // Estimated: `3481 + b * (2540 ±0)`559 // Estimated: `3481 + b * (2540 ±0)`563 // Minimum execution time: 2_565_000 picoseconds.560 // Minimum execution time: 1_230_000 picoseconds.564 Weight::from_parts(2_710_000, 3481)561 Weight::from_parts(1_310_000, 3481)565 // Standard Error: 862562 // Standard Error: 1_385566 .saturating_add(Weight::from_parts(5_951_711, 0).saturating_mul(b.into()))563 .saturating_add(Weight::from_parts(3_942_825, 0).saturating_mul(b.into()))567 .saturating_add(RocksDbWeight::get().reads(1_u64))564 .saturating_add(RocksDbWeight::get().reads(1_u64))568 .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(b.into())))565 .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(b.into())))569 .saturating_add(RocksDbWeight::get().writes(1_u64))566 .saturating_add(RocksDbWeight::get().writes(1_u64))585 // Proof Size summary in bytes:582 // Proof Size summary in bytes:586 // Measured: `4`583 // Measured: `4`587 // Estimated: `3481 + b * (2540 ±0)`584 // Estimated: `3481 + b * (2540 ±0)`588 // Minimum execution time: 4_281_000 picoseconds.585 // Minimum execution time: 1_610_000 picoseconds.589 Weight::from_parts(3_252_037, 3481)586 Weight::from_parts(1_650_000, 3481)590 // Standard Error: 568587 // Standard Error: 1_090591 .saturating_add(Weight::from_parts(4_380_356, 0).saturating_mul(b.into()))588 .saturating_add(Weight::from_parts(3_125_098, 0).saturating_mul(b.into()))592 .saturating_add(RocksDbWeight::get().reads(1_u64))589 .saturating_add(RocksDbWeight::get().reads(1_u64))593 .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(b.into())))590 .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(b.into())))594 .saturating_add(RocksDbWeight::get().writes(2_u64))591 .saturating_add(RocksDbWeight::get().writes(2_u64))607 // Proof Size summary in bytes:604 // Proof Size summary in bytes:608 // Measured: `456`605 // Measured: `456`609 // Estimated: `8682`606 // Estimated: `8682`610 // Minimum execution time: 22_354_000 picoseconds.607 // Minimum execution time: 12_180_000 picoseconds.611 Weight::from_parts(22_787_000, 8682)608 Weight::from_parts(12_580_000, 8682)612 .saturating_add(RocksDbWeight::get().reads(5_u64))609 .saturating_add(RocksDbWeight::get().reads(5_u64))613 .saturating_add(RocksDbWeight::get().writes(4_u64))610 .saturating_add(RocksDbWeight::get().writes(4_u64))614 }611 }628 // Proof Size summary in bytes:625 // Proof Size summary in bytes:629 // Measured: `341`626 // Measured: `341`630 // Estimated: `3554`627 // Estimated: `3554`631 // Minimum execution time: 21_689_000 picoseconds.628 // Minimum execution time: 12_230_000 picoseconds.632 Weight::from_parts(22_199_000, 3554)629 Weight::from_parts(12_550_000, 3554)633 .saturating_add(RocksDbWeight::get().reads(4_u64))630 .saturating_add(RocksDbWeight::get().reads(4_u64))634 .saturating_add(RocksDbWeight::get().writes(6_u64))631 .saturating_add(RocksDbWeight::get().writes(6_u64))635 }632 }641 // Proof Size summary in bytes:638 // Proof Size summary in bytes:642 // Measured: `365`639 // Measured: `365`643 // Estimated: `6118`640 // Estimated: `6118`644 // Minimum execution time: 13_673_000 picoseconds.641 // Minimum execution time: 7_630_000 picoseconds.645 Weight::from_parts(14_067_000, 6118)642 Weight::from_parts(7_919_000, 6118)646 .saturating_add(RocksDbWeight::get().reads(3_u64))643 .saturating_add(RocksDbWeight::get().reads(3_u64))647 .saturating_add(RocksDbWeight::get().writes(2_u64))644 .saturating_add(RocksDbWeight::get().writes(2_u64))648 }645 }658 // Proof Size summary in bytes:655 // Proof Size summary in bytes:659 // Measured: `341`656 // Measured: `341`660 // Estimated: `6118`657 // Estimated: `6118`661 // Minimum execution time: 15_863_000 picoseconds.658 // Minimum execution time: 8_840_000 picoseconds.662 Weight::from_parts(16_197_000, 6118)659 Weight::from_parts(9_080_000, 6118)663 .saturating_add(RocksDbWeight::get().reads(4_u64))660 .saturating_add(RocksDbWeight::get().reads(4_u64))664 .saturating_add(RocksDbWeight::get().writes(4_u64))661 .saturating_add(RocksDbWeight::get().writes(4_u64))665 }662 }675 // Proof Size summary in bytes:672 // Proof Size summary in bytes:676 // Measured: `456`673 // Measured: `456`677 // Estimated: `6118`674 // Estimated: `6118`678 // Minimum execution time: 18_123_000 picoseconds.675 // Minimum execution time: 10_270_000 picoseconds.679 Weight::from_parts(18_501_000, 6118)676 Weight::from_parts(10_670_000, 6118)680 .saturating_add(RocksDbWeight::get().reads(4_u64))677 .saturating_add(RocksDbWeight::get().reads(4_u64))681 .saturating_add(RocksDbWeight::get().writes(4_u64))678 .saturating_add(RocksDbWeight::get().writes(4_u64))682 }679 }692 // Proof Size summary in bytes:689 // Proof Size summary in bytes:693 // Measured: `341`690 // Measured: `341`694 // Estimated: `6118`691 // Estimated: `6118`695 // Minimum execution time: 17_966_000 picoseconds.692 // Minimum execution time: 10_199_000 picoseconds.696 Weight::from_parts(18_305_000, 6118)693 Weight::from_parts(10_479_000, 6118)697 .saturating_add(RocksDbWeight::get().reads(5_u64))694 .saturating_add(RocksDbWeight::get().reads(5_u64))698 .saturating_add(RocksDbWeight::get().writes(6_u64))695 .saturating_add(RocksDbWeight::get().writes(6_u64))699 }696 }705 // Proof Size summary in bytes:702 // Proof Size summary in bytes:706 // Measured: `223`703 // Measured: `223`707 // Estimated: `3554`704 // Estimated: `3554`708 // Minimum execution time: 8_636_000 picoseconds.705 // Minimum execution time: 4_750_000 picoseconds.709 Weight::from_parts(8_882_000, 3554)706 Weight::from_parts(4_910_000, 3554)710 .saturating_add(RocksDbWeight::get().reads(1_u64))707 .saturating_add(RocksDbWeight::get().reads(1_u64))711 .saturating_add(RocksDbWeight::get().writes(1_u64))708 .saturating_add(RocksDbWeight::get().writes(1_u64))712 }709 }718 // Proof Size summary in bytes:715 // Proof Size summary in bytes:719 // Measured: `211`716 // Measured: `211`720 // Estimated: `3554`717 // Estimated: `3554`721 // Minimum execution time: 8_756_000 picoseconds.718 // Minimum execution time: 4_700_000 picoseconds.722 Weight::from_parts(8_978_000, 3554)719 Weight::from_parts(4_840_000, 3554)723 .saturating_add(RocksDbWeight::get().reads(1_u64))720 .saturating_add(RocksDbWeight::get().reads(1_u64))724 .saturating_add(RocksDbWeight::get().writes(1_u64))721 .saturating_add(RocksDbWeight::get().writes(1_u64))725 }722 }733 // Proof Size summary in bytes:730 // Proof Size summary in bytes:734 // Measured: `495`731 // Measured: `495`735 // Estimated: `6118`732 // Estimated: `6118`736 // Minimum execution time: 19_417_000 picoseconds.733 // Minimum execution time: 11_419_000 picoseconds.737 Weight::from_parts(19_945_000, 6118)734 Weight::from_parts(11_800_000, 6118)738 .saturating_add(RocksDbWeight::get().reads(4_u64))735 .saturating_add(RocksDbWeight::get().reads(4_u64))739 .saturating_add(RocksDbWeight::get().writes(3_u64))736 .saturating_add(RocksDbWeight::get().writes(3_u64))740 }737 }752 // Proof Size summary in bytes:749 // Proof Size summary in bytes:753 // Measured: `471`750 // Measured: `471`754 // Estimated: `6118`751 // Estimated: `6118`755 // Minimum execution time: 21_425_000 picoseconds.752 // Minimum execution time: 12_440_000 picoseconds.756 Weight::from_parts(21_829_000, 6118)753 Weight::from_parts(12_740_000, 6118)757 .saturating_add(RocksDbWeight::get().reads(5_u64))754 .saturating_add(RocksDbWeight::get().reads(5_u64))758 .saturating_add(RocksDbWeight::get().writes(5_u64))755 .saturating_add(RocksDbWeight::get().writes(5_u64))759 }756 }771 // Proof Size summary in bytes:768 // Proof Size summary in bytes:772 // Measured: `586`769 // Measured: `586`773 // Estimated: `6118`770 // Estimated: `6118`774 // Minimum execution time: 23_854_000 picoseconds.771 // Minimum execution time: 14_030_000 picoseconds.775 Weight::from_parts(24_352_000, 6118)772 Weight::from_parts(14_380_000, 6118)776 .saturating_add(RocksDbWeight::get().reads(5_u64))773 .saturating_add(RocksDbWeight::get().reads(5_u64))777 .saturating_add(RocksDbWeight::get().writes(5_u64))774 .saturating_add(RocksDbWeight::get().writes(5_u64))778 }775 }790 // Proof Size summary in bytes:787 // Proof Size summary in bytes:791 // Measured: `471`788 // Measured: `471`792 // Estimated: `6118`789 // Estimated: `6118`793 // Minimum execution time: 23_775_000 picoseconds.790 // Minimum execution time: 14_200_000 picoseconds.794 Weight::from_parts(24_236_000, 6118)791 Weight::from_parts(14_560_000, 6118)795 .saturating_add(RocksDbWeight::get().reads(6_u64))792 .saturating_add(RocksDbWeight::get().reads(6_u64))796 .saturating_add(RocksDbWeight::get().writes(7_u64))793 .saturating_add(RocksDbWeight::get().writes(7_u64))797 }794 }813 // Proof Size summary in bytes:810 // Proof Size summary in bytes:814 // Measured: `471`811 // Measured: `471`815 // Estimated: `3570`812 // Estimated: `3570`816 // Minimum execution time: 27_885_000 picoseconds.813 // Minimum execution time: 16_590_000 picoseconds.817 Weight::from_parts(28_492_000, 3570)814 Weight::from_parts(17_079_000, 3570)818 .saturating_add(RocksDbWeight::get().reads(5_u64))815 .saturating_add(RocksDbWeight::get().reads(5_u64))819 .saturating_add(RocksDbWeight::get().writes(7_u64))816 .saturating_add(RocksDbWeight::get().writes(7_u64))820 }817 }825 // Proof Size summary in bytes:822 // Proof Size summary in bytes:826 // Measured: `314`823 // Measured: `314`827 // Estimated: `20191`824 // Estimated: `20191`828 // Minimum execution time: 1_299_000 picoseconds.825 // Minimum execution time: 560_000 picoseconds.829 Weight::from_parts(1_410_000, 20191)826 Weight::from_parts(590_000, 20191)830 // Standard Error: 14_247827 // Standard Error: 20_539831 .saturating_add(Weight::from_parts(8_221_449, 0).saturating_mul(b.into()))828 .saturating_add(Weight::from_parts(5_317_277, 0).saturating_mul(b.into()))832 .saturating_add(RocksDbWeight::get().reads(1_u64))829 .saturating_add(RocksDbWeight::get().reads(1_u64))833 .saturating_add(RocksDbWeight::get().writes(1_u64))830 .saturating_add(RocksDbWeight::get().writes(1_u64))834 }831 }835 /// Storage: Refungible TokenProperties (r:1 w:1)836 /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)837 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)832 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)838 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)833 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)834 /// Storage: Refungible TokenProperties (r:1 w:1)835 /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)839 /// Storage: Refungible TotalSupply (r:1 w:0)836 /// Storage: Refungible TotalSupply (r:1 w:0)840 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)837 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)841 /// The range of component `b` is `[0, 64]`.838 /// The range of component `b` is `[0, 64]`.842 fn set_token_properties(b: u32, ) -> Weight {839 fn set_token_properties(b: u32, ) -> Weight {843 // Proof Size summary in bytes:840 // Proof Size summary in bytes:844 // Measured: `502 + b * (261 ±0)`841 // Measured: `502 + b * (261 ±0)`845 // Estimated: `36269`842 // Estimated: `36269`846 // Minimum execution time: 2_717_000 picoseconds.843 // Minimum execution time: 340_000 picoseconds.847 Weight::from_parts(6_076_231, 36269)844 Weight::from_parts(4_825_296, 36269)848 // Standard Error: 10_349845 // Standard Error: 4_846849 .saturating_add(Weight::from_parts(4_950_943, 0).saturating_mul(b.into()))846 .saturating_add(Weight::from_parts(2_632_821, 0).saturating_mul(b.into()))850 .saturating_add(RocksDbWeight::get().reads(3_u64))847 .saturating_add(RocksDbWeight::get().reads(3_u64))851 .saturating_add(RocksDbWeight::get().writes(1_u64))848 .saturating_add(RocksDbWeight::get().writes(1_u64))852 }849 }853 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)854 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)855 /// Storage: Refungible TokenProperties (r:0 w:1)850 /// Storage: Refungible TokenProperties (r:0 w:1)856 /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)851 /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)857 /// The range of component `b` is `[0, 64]`.852 /// The range of component `b` is `[0, 64]`.858 fn reset_token_properties(b: u32, ) -> Weight {853 fn init_token_properties(b: u32, ) -> Weight {859 // Proof Size summary in bytes:854 // Proof Size summary in bytes:860 // Measured: `317 + b * (261 ±0)`855 // Measured: `0`861 // Estimated: `20191`856 // Estimated: `0`862 // Minimum execution time: 936_000 picoseconds.857 // Minimum execution time: 70_000 picoseconds.863 Weight::from_parts(1_015_000, 20191)858 Weight::from_parts(70_000, 0)864 // Standard Error: 9_051859 // Standard Error: 2_858865 .saturating_add(Weight::from_parts(5_454_224, 0).saturating_mul(b.into()))860 .saturating_add(Weight::from_parts(2_259_760, 0).saturating_mul(b.into()))866 .saturating_add(RocksDbWeight::get().reads(1_u64))867 .saturating_add(RocksDbWeight::get().writes(1_u64))861 .saturating_add(RocksDbWeight::get().writes(1_u64))868 }862 }869 /// Storage: Refungible TokenProperties (r:1 w:1)870 /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)871 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)863 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)872 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)864 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)873 /// Storage: Refungible TotalSupply (r:1 w:0)865 /// Storage: Refungible TotalSupply (r:1 w:0)874 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)866 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)867 /// Storage: Refungible TokenProperties (r:1 w:1)868 /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)875 /// The range of component `b` is `[0, 64]`.869 /// The range of component `b` is `[0, 64]`.876 fn delete_token_properties(b: u32, ) -> Weight {870 fn delete_token_properties(b: u32, ) -> Weight {877 // Proof Size summary in bytes:871 // Proof Size summary in bytes:878 // Measured: `561 + b * (33291 ±0)`872 // Measured: `561 + b * (33291 ±0)`879 // Estimated: `36269`873 // Estimated: `36269`880 // Minimum execution time: 2_707_000 picoseconds.874 // Minimum execution time: 320_000 picoseconds.881 Weight::from_parts(2_851_000, 36269)875 Weight::from_parts(350_000, 36269)882 // Standard Error: 36_568876 // Standard Error: 24_256883 .saturating_add(Weight::from_parts(23_557_445, 0).saturating_mul(b.into()))877 .saturating_add(Weight::from_parts(8_471_382, 0).saturating_mul(b.into()))884 .saturating_add(RocksDbWeight::get().reads(3_u64))878 .saturating_add(RocksDbWeight::get().reads(3_u64))885 .saturating_add(RocksDbWeight::get().writes(1_u64))879 .saturating_add(RocksDbWeight::get().writes(1_u64))886 }880 }892 // Proof Size summary in bytes:886 // Proof Size summary in bytes:893 // Measured: `288`887 // Measured: `288`894 // Estimated: `3554`888 // Estimated: `3554`895 // Minimum execution time: 10_556_000 picoseconds.889 // Minimum execution time: 5_600_000 picoseconds.896 Weight::from_parts(10_904_000, 3554)890 Weight::from_parts(5_850_000, 3554)897 .saturating_add(RocksDbWeight::get().reads(2_u64))891 .saturating_add(RocksDbWeight::get().reads(2_u64))898 .saturating_add(RocksDbWeight::get().writes(2_u64))892 .saturating_add(RocksDbWeight::get().writes(2_u64))899 }893 }903 // Proof Size summary in bytes:897 // Proof Size summary in bytes:904 // Measured: `288`898 // Measured: `288`905 // Estimated: `6118`899 // Estimated: `6118`906 // Minimum execution time: 4_708_000 picoseconds.900 // Minimum execution time: 2_430_000 picoseconds.907 Weight::from_parts(4_974_000, 6118)901 Weight::from_parts(2_590_000, 6118)908 .saturating_add(RocksDbWeight::get().reads(2_u64))902 .saturating_add(RocksDbWeight::get().reads(2_u64))909 }903 }910 /// Storage: Refungible CollectionAllowance (r:0 w:1)904 /// Storage: Refungible CollectionAllowance (r:0 w:1)913 // Proof Size summary in bytes:907 // Proof Size summary in bytes:914 // Measured: `0`908 // Measured: `0`915 // Estimated: `0`909 // Estimated: `0`916 // Minimum execution time: 4_332_000 picoseconds.910 // Minimum execution time: 1_970_000 picoseconds.917 Weight::from_parts(4_506_000, 0)911 Weight::from_parts(2_050_000, 0)918 .saturating_add(RocksDbWeight::get().writes(1_u64))912 .saturating_add(RocksDbWeight::get().writes(1_u64))919 }913 }920 /// Storage: Refungible CollectionAllowance (r:1 w:0)914 /// Storage: Refungible CollectionAllowance (r:1 w:0)923 // Proof Size summary in bytes:917 // Proof Size summary in bytes:924 // Measured: `4`918 // Measured: `4`925 // Estimated: `3576`919 // Estimated: `3576`926 // Minimum execution time: 2_207_000 picoseconds.920 // Minimum execution time: 1_140_000 picoseconds.927 Weight::from_parts(2_358_000, 3576)921 Weight::from_parts(1_240_000, 3576)928 .saturating_add(RocksDbWeight::get().reads(1_u64))922 .saturating_add(RocksDbWeight::get().reads(1_u64))929 }923 }930 /// Storage: Refungible TokenProperties (r:1 w:1)924 /// Storage: Refungible TokenProperties (r:1 w:1)933 // Proof Size summary in bytes:927 // Proof Size summary in bytes:934 // Measured: `120`928 // Measured: `120`935 // Estimated: `36269`929 // Estimated: `36269`936 // Minimum execution time: 2_230_000 picoseconds.930 // Minimum execution time: 1_000_000 picoseconds.937 Weight::from_parts(2_337_000, 36269)931 Weight::from_parts(1_060_000, 36269)938 .saturating_add(RocksDbWeight::get().reads(1_u64))932 .saturating_add(RocksDbWeight::get().reads(1_u64))939 .saturating_add(RocksDbWeight::get().writes(1_u64))933 .saturating_add(RocksDbWeight::get().writes(1_u64))940 }934 }