git.delta.rocks / unique-network / refs/commits / 42bd0c6b380a

difftreelog

chore bench nft/rft/common

Daniel Shiposha2023-09-30parent: #0900b3d.patch.diff
in: master

3 files changed

modifiedpallets/common/src/weights.rsdiffbeforeafterboth
before · pallets/common/src/weights.rs
1// Template adopted from https://github.com/paritytech/substrate/blob/master/.maintain/frame-weight-template.hbs23//! Autogenerated weights for pallet_common4//!5//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev6//! DATE: 2023-09-30, STEPS: `50`, REPEAT: `80`, LOW RANGE: `[]`, HIGH RANGE: `[]`7//! WORST CASE MAP SIZE: `1000000`8//! HOSTNAME: `hearthstone`, CPU: `AMD Ryzen 9 7950X3D 16-Core Processor`9//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 10241011// Executed Command:12// target/production/unique-collator13// benchmark14// pallet15// --pallet16// pallet-common17// --wasm-execution18// compiled19// --extrinsic20// *21// --template=.maintain/frame-weight-template.hbs22// --steps=5023// --repeat=8024// --heap-pages=409625// --output=./pallets/common/src/weights.rs2627#![cfg_attr(rustfmt, rustfmt_skip)]28#![allow(unused_parens)]29#![allow(unused_imports)]3031use frame_support::{traits::Get, weights::{Weight, constants::RocksDbWeight}};32use sp_std::marker::PhantomData;3334/// Weight functions needed for pallet_common.35pub trait WeightInfo {36	fn set_collection_properties(b: u32, ) -> Weight;37	fn delete_collection_properties(b: u32, ) -> Weight;38	fn check_accesslist() -> Weight;39	fn init_token_properties_common() -> Weight;40}4142/// Weights for pallet_common using the Substrate node and recommended hardware.43pub struct SubstrateWeight<T>(PhantomData<T>);44impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {45	/// Storage: Common CollectionProperties (r:1 w:1)46	/// Proof: Common CollectionProperties (max_values: None, max_size: Some(40992), added: 43467, mode: MaxEncodedLen)47	/// The range of component `b` is `[0, 64]`.48	fn set_collection_properties(b: u32, ) -> Weight {49		// Proof Size summary in bytes:50		//  Measured:  `298`51		//  Estimated: `44457`52		// Minimum execution time: 2_831_000 picoseconds.53		Weight::from_parts(8_612_860, 44457)54			// Standard Error: 8_79155			.saturating_add(Weight::from_parts(2_512_039, 0).saturating_mul(b.into()))56			.saturating_add(T::DbWeight::get().reads(1_u64))57			.saturating_add(T::DbWeight::get().writes(1_u64))58	}59	/// Storage: Common CollectionProperties (r:1 w:1)60	/// Proof: Common CollectionProperties (max_values: None, max_size: Some(40992), added: 43467, mode: MaxEncodedLen)61	/// The range of component `b` is `[0, 64]`.62	fn delete_collection_properties(b: u32, ) -> Weight {63		// Proof Size summary in bytes:64		//  Measured:  `303 + b * (33030 ±0)`65		//  Estimated: `44457`66		// Minimum execution time: 2_650_000 picoseconds.67		Weight::from_parts(2_750_000, 44457)68			// Standard Error: 28_39269			.saturating_add(Weight::from_parts(8_897_514, 0).saturating_mul(b.into()))70			.saturating_add(T::DbWeight::get().reads(1_u64))71			.saturating_add(T::DbWeight::get().writes(1_u64))72	}73	/// Storage: Common Allowlist (r:1 w:0)74	/// Proof: Common Allowlist (max_values: None, max_size: Some(70), added: 2545, mode: MaxEncodedLen)75	fn check_accesslist() -> Weight {76		// Proof Size summary in bytes:77		//  Measured:  `373`78		//  Estimated: `3535`79		// Minimum execution time: 2_730_000 picoseconds.80		Weight::from_parts(2_850_000, 3535)81			.saturating_add(T::DbWeight::get().reads(1_u64))82	}83	/// Storage: Common IsAdmin (r:1 w:0)84	/// Proof: Common IsAdmin (max_values: None, max_size: Some(70), added: 2545, mode: MaxEncodedLen)85	/// Storage: Common CollectionPropertyPermissions (r:1 w:0)86	/// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)87	fn init_token_properties_common() -> Weight {88		// Proof Size summary in bytes:89		//  Measured:  `326`90		//  Estimated: `20191`91		// Minimum execution time: 3_770_000 picoseconds.92		Weight::from_parts(3_930_000, 20191)93			.saturating_add(T::DbWeight::get().reads(2_u64))94	}95}9697// For backwards compatibility and tests98impl WeightInfo for () {99	/// Storage: Common CollectionProperties (r:1 w:1)100	/// Proof: Common CollectionProperties (max_values: None, max_size: Some(40992), added: 43467, mode: MaxEncodedLen)101	/// The range of component `b` is `[0, 64]`.102	fn set_collection_properties(b: u32, ) -> Weight {103		// Proof Size summary in bytes:104		//  Measured:  `298`105		//  Estimated: `44457`106		// Minimum execution time: 2_831_000 picoseconds.107		Weight::from_parts(8_612_860, 44457)108			// Standard Error: 8_791109			.saturating_add(Weight::from_parts(2_512_039, 0).saturating_mul(b.into()))110			.saturating_add(RocksDbWeight::get().reads(1_u64))111			.saturating_add(RocksDbWeight::get().writes(1_u64))112	}113	/// Storage: Common CollectionProperties (r:1 w:1)114	/// Proof: Common CollectionProperties (max_values: None, max_size: Some(40992), added: 43467, mode: MaxEncodedLen)115	/// The range of component `b` is `[0, 64]`.116	fn delete_collection_properties(b: u32, ) -> Weight {117		// Proof Size summary in bytes:118		//  Measured:  `303 + b * (33030 ±0)`119		//  Estimated: `44457`120		// Minimum execution time: 2_650_000 picoseconds.121		Weight::from_parts(2_750_000, 44457)122			// Standard Error: 28_392123			.saturating_add(Weight::from_parts(8_897_514, 0).saturating_mul(b.into()))124			.saturating_add(RocksDbWeight::get().reads(1_u64))125			.saturating_add(RocksDbWeight::get().writes(1_u64))126	}127	/// Storage: Common Allowlist (r:1 w:0)128	/// Proof: Common Allowlist (max_values: None, max_size: Some(70), added: 2545, mode: MaxEncodedLen)129	fn check_accesslist() -> Weight {130		// Proof Size summary in bytes:131		//  Measured:  `373`132		//  Estimated: `3535`133		// Minimum execution time: 2_730_000 picoseconds.134		Weight::from_parts(2_850_000, 3535)135			.saturating_add(RocksDbWeight::get().reads(1_u64))136	}137	/// Storage: Common IsAdmin (r:1 w:0)138	/// Proof: Common IsAdmin (max_values: None, max_size: Some(70), added: 2545, mode: MaxEncodedLen)139	/// Storage: Common CollectionPropertyPermissions (r:1 w:0)140	/// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)141	fn init_token_properties_common() -> Weight {142		// Proof Size summary in bytes:143		//  Measured:  `326`144		//  Estimated: `20191`145		// Minimum execution time: 3_770_000 picoseconds.146		Weight::from_parts(3_930_000, 20191)147			.saturating_add(RocksDbWeight::get().reads(2_u64))148	}149}150
after · pallets/common/src/weights.rs
1// Template adopted from https://github.com/paritytech/substrate/blob/master/.maintain/frame-weight-template.hbs23//! Autogenerated weights for pallet_common4//!5//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev6//! DATE: 2023-09-30, STEPS: `50`, REPEAT: `400`, LOW RANGE: `[]`, HIGH RANGE: `[]`7//! WORST CASE MAP SIZE: `1000000`8//! HOSTNAME: `bench-host`, CPU: `Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz`9//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 10241011// Executed Command:12// target/production/unique-collator13// benchmark14// pallet15// --pallet16// pallet-common17// --wasm-execution18// compiled19// --extrinsic20// *21// --template=.maintain/frame-weight-template.hbs22// --steps=5023// --repeat=40024// --heap-pages=409625// --output=./pallets/common/src/weights.rs2627#![cfg_attr(rustfmt, rustfmt_skip)]28#![allow(unused_parens)]29#![allow(unused_imports)]3031use frame_support::{traits::Get, weights::{Weight, constants::RocksDbWeight}};32use sp_std::marker::PhantomData;3334/// Weight functions needed for pallet_common.35pub trait WeightInfo {36	fn set_collection_properties(b: u32, ) -> Weight;37	fn delete_collection_properties(b: u32, ) -> Weight;38	fn check_accesslist() -> Weight;39	fn init_token_properties_common() -> Weight;40}4142/// Weights for pallet_common using the Substrate node and recommended hardware.43pub struct SubstrateWeight<T>(PhantomData<T>);44impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {45	/// Storage: Common CollectionProperties (r:1 w:1)46	/// Proof: Common CollectionProperties (max_values: None, max_size: Some(40992), added: 43467, mode: MaxEncodedLen)47	/// The range of component `b` is `[0, 64]`.48	fn set_collection_properties(b: u32, ) -> Weight {49		// Proof Size summary in bytes:50		//  Measured:  `298`51		//  Estimated: `44457`52		// Minimum execution time: 4_987_000 picoseconds.53		Weight::from_parts(5_119_000, 44457)54			// Standard Error: 7_60955			.saturating_add(Weight::from_parts(5_750_459, 0).saturating_mul(b.into()))56			.saturating_add(T::DbWeight::get().reads(1_u64))57			.saturating_add(T::DbWeight::get().writes(1_u64))58	}59	/// Storage: Common CollectionProperties (r:1 w:1)60	/// Proof: Common CollectionProperties (max_values: None, max_size: Some(40992), added: 43467, mode: MaxEncodedLen)61	/// The range of component `b` is `[0, 64]`.62	fn delete_collection_properties(b: u32, ) -> Weight {63		// Proof Size summary in bytes:64		//  Measured:  `303 + b * (33030 ±0)`65		//  Estimated: `44457`66		// Minimum execution time: 4_923_000 picoseconds.67		Weight::from_parts(5_074_000, 44457)68			// Standard Error: 36_65169			.saturating_add(Weight::from_parts(23_145_677, 0).saturating_mul(b.into()))70			.saturating_add(T::DbWeight::get().reads(1_u64))71			.saturating_add(T::DbWeight::get().writes(1_u64))72	}73	/// Storage: Common Allowlist (r:1 w:0)74	/// Proof: Common Allowlist (max_values: None, max_size: Some(70), added: 2545, mode: MaxEncodedLen)75	fn check_accesslist() -> Weight {76		// Proof Size summary in bytes:77		//  Measured:  `373`78		//  Estimated: `3535`79		// Minimum execution time: 4_271_000 picoseconds.80		Weight::from_parts(4_461_000, 3535)81			.saturating_add(T::DbWeight::get().reads(1_u64))82	}83	/// Storage: Common IsAdmin (r:1 w:0)84	/// Proof: Common IsAdmin (max_values: None, max_size: Some(70), added: 2545, mode: MaxEncodedLen)85	/// Storage: Common CollectionPropertyPermissions (r:1 w:0)86	/// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)87	fn init_token_properties_common() -> Weight {88		// Proof Size summary in bytes:89		//  Measured:  `326`90		//  Estimated: `20191`91		// Minimum execution time: 5_889_000 picoseconds.92		Weight::from_parts(6_138_000, 20191)93			.saturating_add(T::DbWeight::get().reads(2_u64))94	}95}9697// For backwards compatibility and tests98impl WeightInfo for () {99	/// Storage: Common CollectionProperties (r:1 w:1)100	/// Proof: Common CollectionProperties (max_values: None, max_size: Some(40992), added: 43467, mode: MaxEncodedLen)101	/// The range of component `b` is `[0, 64]`.102	fn set_collection_properties(b: u32, ) -> Weight {103		// Proof Size summary in bytes:104		//  Measured:  `298`105		//  Estimated: `44457`106		// Minimum execution time: 4_987_000 picoseconds.107		Weight::from_parts(5_119_000, 44457)108			// Standard Error: 7_609109			.saturating_add(Weight::from_parts(5_750_459, 0).saturating_mul(b.into()))110			.saturating_add(RocksDbWeight::get().reads(1_u64))111			.saturating_add(RocksDbWeight::get().writes(1_u64))112	}113	/// Storage: Common CollectionProperties (r:1 w:1)114	/// Proof: Common CollectionProperties (max_values: None, max_size: Some(40992), added: 43467, mode: MaxEncodedLen)115	/// The range of component `b` is `[0, 64]`.116	fn delete_collection_properties(b: u32, ) -> Weight {117		// Proof Size summary in bytes:118		//  Measured:  `303 + b * (33030 ±0)`119		//  Estimated: `44457`120		// Minimum execution time: 4_923_000 picoseconds.121		Weight::from_parts(5_074_000, 44457)122			// Standard Error: 36_651123			.saturating_add(Weight::from_parts(23_145_677, 0).saturating_mul(b.into()))124			.saturating_add(RocksDbWeight::get().reads(1_u64))125			.saturating_add(RocksDbWeight::get().writes(1_u64))126	}127	/// Storage: Common Allowlist (r:1 w:0)128	/// Proof: Common Allowlist (max_values: None, max_size: Some(70), added: 2545, mode: MaxEncodedLen)129	fn check_accesslist() -> Weight {130		// Proof Size summary in bytes:131		//  Measured:  `373`132		//  Estimated: `3535`133		// Minimum execution time: 4_271_000 picoseconds.134		Weight::from_parts(4_461_000, 3535)135			.saturating_add(RocksDbWeight::get().reads(1_u64))136	}137	/// Storage: Common IsAdmin (r:1 w:0)138	/// Proof: Common IsAdmin (max_values: None, max_size: Some(70), added: 2545, mode: MaxEncodedLen)139	/// Storage: Common CollectionPropertyPermissions (r:1 w:0)140	/// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)141	fn init_token_properties_common() -> Weight {142		// Proof Size summary in bytes:143		//  Measured:  `326`144		//  Estimated: `20191`145		// Minimum execution time: 5_889_000 picoseconds.146		Weight::from_parts(6_138_000, 20191)147			.saturating_add(RocksDbWeight::get().reads(2_u64))148	}149}150
modifiedpallets/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-30, STEPS: `50`, REPEAT: `80`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2023-09-30, STEPS: `50`, REPEAT: `400`, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! WORST CASE MAP SIZE: `1000000`
-//! HOSTNAME: `hearthstone`, CPU: `AMD Ryzen 9 7950X3D 16-Core Processor`
+//! HOSTNAME: `bench-host`, CPU: `Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz`
 //! 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=80
+// --repeat=400
 // --heap-pages=4096
 // --output=./pallets/nonfungible/src/weights.rs
 
@@ -69,8 +69,8 @@
 		// Proof Size summary in bytes:
 		//  Measured:  `142`
 		//  Estimated: `3530`
-		// Minimum execution time: 4_981_000 picoseconds.
-		Weight::from_parts(5_160_000, 3530)
+		// Minimum execution time: 9_726_000 picoseconds.
+		Weight::from_parts(10_059_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: 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()))
+		// Minimum execution time: 3_270_000 picoseconds.
+		Weight::from_parts(3_693_659, 3530)
+			// Standard Error: 255
+			.saturating_add(Weight::from_parts(3_024_284, 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: 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()))
+		// Minimum execution time: 3_188_000 picoseconds.
+		Weight::from_parts(3_307_000, 3481)
+			// Standard Error: 567
+			.saturating_add(Weight::from_parts(4_320_449, 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: 10_401_000 picoseconds.
-		Weight::from_parts(10_701_000, 3530)
+		// Minimum execution time: 18_062_000 picoseconds.
+		Weight::from_parts(18_433_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: 12_982_000 picoseconds.
-		Weight::from_parts(13_522_000, 3530)
+		// Minimum execution time: 22_942_000 picoseconds.
+		Weight::from_parts(23_527_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: 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()))
+		// Minimum execution time: 22_709_000 picoseconds.
+		Weight::from_parts(23_287_000, 5874)
+			// Standard Error: 89_471
+			.saturating_add(Weight::from_parts(63_285_201, 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: 8_681_000 picoseconds.
-		Weight::from_parts(8_891_000, 6070)
+		// Minimum execution time: 13_652_000 picoseconds.
+		Weight::from_parts(13_981_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: 4_651_000 picoseconds.
-		Weight::from_parts(4_830_000, 3522)
+		// Minimum execution time: 7_837_000 picoseconds.
+		Weight::from_parts(8_113_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: 4_721_000 picoseconds.
-		Weight::from_parts(4_851_000, 3522)
+		// Minimum execution time: 7_769_000 picoseconds.
+		Weight::from_parts(7_979_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: 2_621_000 picoseconds.
-		Weight::from_parts(2_760_000, 3522)
+		// Minimum execution time: 4_194_000 picoseconds.
+		Weight::from_parts(4_353_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: 13_432_000 picoseconds.
-		Weight::from_parts(13_681_000, 3530)
+		// Minimum execution time: 21_978_000 picoseconds.
+		Weight::from_parts(22_519_000, 3530)
 			.saturating_add(T::DbWeight::get().reads(5_u64))
 			.saturating_add(T::DbWeight::get().writes(6_u64))
 	}
@@ -278,10 +278,10 @@
 		// Proof Size summary in bytes:
 		//  Measured:  `314`
 		//  Estimated: `20191`
-		// 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()))
+		// Minimum execution time: 1_457_000 picoseconds.
+		Weight::from_parts(1_563_000, 20191)
+			// Standard Error: 14_041
+			.saturating_add(Weight::from_parts(8_452_415, 0).saturating_mul(b.into()))
 			.saturating_add(T::DbWeight::get().reads(1_u64))
 			.saturating_add(T::DbWeight::get().writes(1_u64))
 	}
@@ -296,10 +296,10 @@
 		// Proof Size summary in bytes:
 		//  Measured:  `640 + b * (261 ±0)`
 		//  Estimated: `36269`
-		// 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()))
+		// Minimum execution time: 963_000 picoseconds.
+		Weight::from_parts(1_126_511, 36269)
+			// Standard Error: 9_175
+			.saturating_add(Weight::from_parts(5_096_011, 0).saturating_mul(b.into()))
 			.saturating_add(T::DbWeight::get().reads(3_u64))
 			.saturating_add(T::DbWeight::get().writes(1_u64))
 	}
@@ -310,10 +310,10 @@
 		// Proof Size summary in bytes:
 		//  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()))
+		// Minimum execution time: 194_000 picoseconds.
+		Weight::from_parts(222_000, 0)
+			// Standard Error: 7_295
+			.saturating_add(Weight::from_parts(4_499_463, 0).saturating_mul(b.into()))
 			.saturating_add(T::DbWeight::get().writes(1_u64))
 	}
 	/// Storage: Common CollectionPropertyPermissions (r:1 w:0)
@@ -327,10 +327,10 @@
 		// Proof Size summary in bytes:
 		//  Measured:  `699 + b * (33291 ±0)`
 		//  Estimated: `36269`
-		// 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()))
+		// Minimum execution time: 992_000 picoseconds.
+		Weight::from_parts(1_043_000, 36269)
+			// Standard Error: 37_370
+			.saturating_add(Weight::from_parts(23_672_870, 0).saturating_mul(b.into()))
 			.saturating_add(T::DbWeight::get().reads(3_u64))
 			.saturating_add(T::DbWeight::get().writes(1_u64))
 	}
@@ -340,8 +340,8 @@
 		// Proof Size summary in bytes:
 		//  Measured:  `326`
 		//  Estimated: `3522`
-		// Minimum execution time: 2_350_000 picoseconds.
-		Weight::from_parts(2_450_000, 3522)
+		// Minimum execution time: 3_743_000 picoseconds.
+		Weight::from_parts(3_908_000, 3522)
 			.saturating_add(T::DbWeight::get().reads(1_u64))
 	}
 	/// Storage: Nonfungible CollectionAllowance (r:0 w:1)
@@ -350,8 +350,8 @@
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 2_040_000 picoseconds.
-		Weight::from_parts(2_150_000, 0)
+		// Minimum execution time: 4_106_000 picoseconds.
+		Weight::from_parts(4_293_000, 0)
 			.saturating_add(T::DbWeight::get().writes(1_u64))
 	}
 	/// Storage: Nonfungible CollectionAllowance (r:1 w:0)
@@ -360,8 +360,8 @@
 		// Proof Size summary in bytes:
 		//  Measured:  `142`
 		//  Estimated: `3576`
-		// Minimum execution time: 1_560_000 picoseconds.
-		Weight::from_parts(1_670_000, 3576)
+		// Minimum execution time: 2_775_000 picoseconds.
+		Weight::from_parts(2_923_000, 3576)
 			.saturating_add(T::DbWeight::get().reads(1_u64))
 	}
 	/// Storage: Nonfungible TokenProperties (r:1 w:1)
@@ -370,8 +370,8 @@
 		// Proof Size summary in bytes:
 		//  Measured:  `279`
 		//  Estimated: `36269`
-		// Minimum execution time: 1_710_000 picoseconds.
-		Weight::from_parts(1_781_000, 36269)
+		// Minimum execution time: 3_033_000 picoseconds.
+		Weight::from_parts(3_174_000, 36269)
 			.saturating_add(T::DbWeight::get().reads(1_u64))
 			.saturating_add(T::DbWeight::get().writes(1_u64))
 	}
@@ -391,8 +391,8 @@
 		// Proof Size summary in bytes:
 		//  Measured:  `142`
 		//  Estimated: `3530`
-		// Minimum execution time: 4_981_000 picoseconds.
-		Weight::from_parts(5_160_000, 3530)
+		// Minimum execution time: 9_726_000 picoseconds.
+		Weight::from_parts(10_059_000, 3530)
 			.saturating_add(RocksDbWeight::get().reads(2_u64))
 			.saturating_add(RocksDbWeight::get().writes(4_u64))
 	}
@@ -409,10 +409,10 @@
 		// Proof Size summary in bytes:
 		//  Measured:  `142`
 		//  Estimated: `3530`
-		// 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()))
+		// Minimum execution time: 3_270_000 picoseconds.
+		Weight::from_parts(3_693_659, 3530)
+			// Standard Error: 255
+			.saturating_add(Weight::from_parts(3_024_284, 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())))
@@ -430,10 +430,10 @@
 		// Proof Size summary in bytes:
 		//  Measured:  `142`
 		//  Estimated: `3481 + b * (2540 ±0)`
-		// 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()))
+		// Minimum execution time: 3_188_000 picoseconds.
+		Weight::from_parts(3_307_000, 3481)
+			// Standard Error: 567
+			.saturating_add(Weight::from_parts(4_320_449, 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))
@@ -458,8 +458,8 @@
 		// Proof Size summary in bytes:
 		//  Measured:  `380`
 		//  Estimated: `3530`
-		// Minimum execution time: 10_401_000 picoseconds.
-		Weight::from_parts(10_701_000, 3530)
+		// Minimum execution time: 18_062_000 picoseconds.
+		Weight::from_parts(18_433_000, 3530)
 			.saturating_add(RocksDbWeight::get().reads(5_u64))
 			.saturating_add(RocksDbWeight::get().writes(5_u64))
 	}
@@ -481,8 +481,8 @@
 		// Proof Size summary in bytes:
 		//  Measured:  `380`
 		//  Estimated: `3530`
-		// Minimum execution time: 12_982_000 picoseconds.
-		Weight::from_parts(13_522_000, 3530)
+		// Minimum execution time: 22_942_000 picoseconds.
+		Weight::from_parts(23_527_000, 3530)
 			.saturating_add(RocksDbWeight::get().reads(5_u64))
 			.saturating_add(RocksDbWeight::get().writes(5_u64))
 	}
@@ -507,10 +507,10 @@
 		// Proof Size summary in bytes:
 		//  Measured:  `1500 + b * (58 ±0)`
 		//  Estimated: `5874 + b * (5032 ±0)`
-		// 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()))
+		// Minimum execution time: 22_709_000 picoseconds.
+		Weight::from_parts(23_287_000, 5874)
+			// Standard Error: 89_471
+			.saturating_add(Weight::from_parts(63_285_201, 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))
@@ -529,8 +529,8 @@
 		// Proof Size summary in bytes:
 		//  Measured:  `380`
 		//  Estimated: `6070`
-		// Minimum execution time: 8_681_000 picoseconds.
-		Weight::from_parts(8_891_000, 6070)
+		// Minimum execution time: 13_652_000 picoseconds.
+		Weight::from_parts(13_981_000, 6070)
 			.saturating_add(RocksDbWeight::get().reads(4_u64))
 			.saturating_add(RocksDbWeight::get().writes(5_u64))
 	}
@@ -542,8 +542,8 @@
 		// Proof Size summary in bytes:
 		//  Measured:  `326`
 		//  Estimated: `3522`
-		// Minimum execution time: 4_651_000 picoseconds.
-		Weight::from_parts(4_830_000, 3522)
+		// Minimum execution time: 7_837_000 picoseconds.
+		Weight::from_parts(8_113_000, 3522)
 			.saturating_add(RocksDbWeight::get().reads(2_u64))
 			.saturating_add(RocksDbWeight::get().writes(1_u64))
 	}
@@ -555,8 +555,8 @@
 		// Proof Size summary in bytes:
 		//  Measured:  `313`
 		//  Estimated: `3522`
-		// Minimum execution time: 4_721_000 picoseconds.
-		Weight::from_parts(4_851_000, 3522)
+		// Minimum execution time: 7_769_000 picoseconds.
+		Weight::from_parts(7_979_000, 3522)
 			.saturating_add(RocksDbWeight::get().reads(2_u64))
 			.saturating_add(RocksDbWeight::get().writes(1_u64))
 	}
@@ -566,8 +566,8 @@
 		// Proof Size summary in bytes:
 		//  Measured:  `362`
 		//  Estimated: `3522`
-		// Minimum execution time: 2_621_000 picoseconds.
-		Weight::from_parts(2_760_000, 3522)
+		// Minimum execution time: 4_194_000 picoseconds.
+		Weight::from_parts(4_353_000, 3522)
 			.saturating_add(RocksDbWeight::get().reads(1_u64))
 	}
 	/// Storage: Nonfungible Allowance (r:1 w:1)
@@ -588,8 +588,8 @@
 		// Proof Size summary in bytes:
 		//  Measured:  `463`
 		//  Estimated: `3530`
-		// Minimum execution time: 13_432_000 picoseconds.
-		Weight::from_parts(13_681_000, 3530)
+		// Minimum execution time: 21_978_000 picoseconds.
+		Weight::from_parts(22_519_000, 3530)
 			.saturating_add(RocksDbWeight::get().reads(5_u64))
 			.saturating_add(RocksDbWeight::get().writes(6_u64))
 	}
@@ -600,10 +600,10 @@
 		// Proof Size summary in bytes:
 		//  Measured:  `314`
 		//  Estimated: `20191`
-		// 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()))
+		// Minimum execution time: 1_457_000 picoseconds.
+		Weight::from_parts(1_563_000, 20191)
+			// Standard Error: 14_041
+			.saturating_add(Weight::from_parts(8_452_415, 0).saturating_mul(b.into()))
 			.saturating_add(RocksDbWeight::get().reads(1_u64))
 			.saturating_add(RocksDbWeight::get().writes(1_u64))
 	}
@@ -618,10 +618,10 @@
 		// Proof Size summary in bytes:
 		//  Measured:  `640 + b * (261 ±0)`
 		//  Estimated: `36269`
-		// 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()))
+		// Minimum execution time: 963_000 picoseconds.
+		Weight::from_parts(1_126_511, 36269)
+			// Standard Error: 9_175
+			.saturating_add(Weight::from_parts(5_096_011, 0).saturating_mul(b.into()))
 			.saturating_add(RocksDbWeight::get().reads(3_u64))
 			.saturating_add(RocksDbWeight::get().writes(1_u64))
 	}
@@ -632,10 +632,10 @@
 		// Proof Size summary in bytes:
 		//  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()))
+		// Minimum execution time: 194_000 picoseconds.
+		Weight::from_parts(222_000, 0)
+			// Standard Error: 7_295
+			.saturating_add(Weight::from_parts(4_499_463, 0).saturating_mul(b.into()))
 			.saturating_add(RocksDbWeight::get().writes(1_u64))
 	}
 	/// Storage: Common CollectionPropertyPermissions (r:1 w:0)
@@ -649,10 +649,10 @@
 		// Proof Size summary in bytes:
 		//  Measured:  `699 + b * (33291 ±0)`
 		//  Estimated: `36269`
-		// 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()))
+		// Minimum execution time: 992_000 picoseconds.
+		Weight::from_parts(1_043_000, 36269)
+			// Standard Error: 37_370
+			.saturating_add(Weight::from_parts(23_672_870, 0).saturating_mul(b.into()))
 			.saturating_add(RocksDbWeight::get().reads(3_u64))
 			.saturating_add(RocksDbWeight::get().writes(1_u64))
 	}
@@ -662,8 +662,8 @@
 		// Proof Size summary in bytes:
 		//  Measured:  `326`
 		//  Estimated: `3522`
-		// Minimum execution time: 2_350_000 picoseconds.
-		Weight::from_parts(2_450_000, 3522)
+		// Minimum execution time: 3_743_000 picoseconds.
+		Weight::from_parts(3_908_000, 3522)
 			.saturating_add(RocksDbWeight::get().reads(1_u64))
 	}
 	/// Storage: Nonfungible CollectionAllowance (r:0 w:1)
@@ -672,8 +672,8 @@
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 2_040_000 picoseconds.
-		Weight::from_parts(2_150_000, 0)
+		// Minimum execution time: 4_106_000 picoseconds.
+		Weight::from_parts(4_293_000, 0)
 			.saturating_add(RocksDbWeight::get().writes(1_u64))
 	}
 	/// Storage: Nonfungible CollectionAllowance (r:1 w:0)
@@ -682,8 +682,8 @@
 		// Proof Size summary in bytes:
 		//  Measured:  `142`
 		//  Estimated: `3576`
-		// Minimum execution time: 1_560_000 picoseconds.
-		Weight::from_parts(1_670_000, 3576)
+		// Minimum execution time: 2_775_000 picoseconds.
+		Weight::from_parts(2_923_000, 3576)
 			.saturating_add(RocksDbWeight::get().reads(1_u64))
 	}
 	/// Storage: Nonfungible TokenProperties (r:1 w:1)
@@ -692,8 +692,8 @@
 		// Proof Size summary in bytes:
 		//  Measured:  `279`
 		//  Estimated: `36269`
-		// Minimum execution time: 1_710_000 picoseconds.
-		Weight::from_parts(1_781_000, 36269)
+		// Minimum execution time: 3_033_000 picoseconds.
+		Weight::from_parts(3_174_000, 36269)
 			.saturating_add(RocksDbWeight::get().reads(1_u64))
 			.saturating_add(RocksDbWeight::get().writes(1_u64))
 	}
modifiedpallets/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-30, STEPS: `50`, REPEAT: `80`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2023-09-30, STEPS: `50`, REPEAT: `400`, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! WORST CASE MAP SIZE: `1000000`
-//! HOSTNAME: `hearthstone`, CPU: `AMD Ryzen 9 7950X3D 16-Core Processor`
+//! HOSTNAME: `bench-host`, CPU: `Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz`
 //! 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=80
+// --repeat=400
 // --heap-pages=4096
 // --output=./pallets/refungible/src/weights.rs
 
@@ -78,8 +78,8 @@
 		// Proof Size summary in bytes:
 		//  Measured:  `4`
 		//  Estimated: `3530`
-		// Minimum execution time: 5_410_000 picoseconds.
-		Weight::from_parts(5_630_000, 3530)
+		// Minimum execution time: 11_341_000 picoseconds.
+		Weight::from_parts(11_741_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: 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()))
+		// Minimum execution time: 2_665_000 picoseconds.
+		Weight::from_parts(2_791_000, 3530)
+			// Standard Error: 996
+			.saturating_add(Weight::from_parts(4_343_736, 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: 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()))
+		// Minimum execution time: 2_616_000 picoseconds.
+		Weight::from_parts(2_726_000, 3481)
+			// Standard Error: 665
+			.saturating_add(Weight::from_parts(5_554_066, 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: 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()))
+		// Minimum execution time: 3_697_000 picoseconds.
+		Weight::from_parts(2_136_481, 3481)
+			// Standard Error: 567
+			.saturating_add(Weight::from_parts(4_390_621, 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: 12_180_000 picoseconds.
-		Weight::from_parts(12_580_000, 8682)
+		// Minimum execution time: 22_859_000 picoseconds.
+		Weight::from_parts(23_295_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: 12_230_000 picoseconds.
-		Weight::from_parts(12_550_000, 3554)
+		// Minimum execution time: 21_477_000 picoseconds.
+		Weight::from_parts(22_037_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: 7_630_000 picoseconds.
-		Weight::from_parts(7_919_000, 6118)
+		// Minimum execution time: 13_714_000 picoseconds.
+		Weight::from_parts(14_050_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: 8_840_000 picoseconds.
-		Weight::from_parts(9_080_000, 6118)
+		// Minimum execution time: 15_879_000 picoseconds.
+		Weight::from_parts(16_266_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: 10_270_000 picoseconds.
-		Weight::from_parts(10_670_000, 6118)
+		// Minimum execution time: 18_186_000 picoseconds.
+		Weight::from_parts(18_682_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: 10_199_000 picoseconds.
-		Weight::from_parts(10_479_000, 6118)
+		// Minimum execution time: 17_943_000 picoseconds.
+		Weight::from_parts(18_333_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: 4_750_000 picoseconds.
-		Weight::from_parts(4_910_000, 3554)
+		// Minimum execution time: 8_391_000 picoseconds.
+		Weight::from_parts(8_637_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: 4_700_000 picoseconds.
-		Weight::from_parts(4_840_000, 3554)
+		// Minimum execution time: 8_519_000 picoseconds.
+		Weight::from_parts(8_760_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: 11_419_000 picoseconds.
-		Weight::from_parts(11_800_000, 6118)
+		// Minimum execution time: 19_554_000 picoseconds.
+		Weight::from_parts(20_031_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: 12_440_000 picoseconds.
-		Weight::from_parts(12_740_000, 6118)
+		// Minimum execution time: 21_338_000 picoseconds.
+		Weight::from_parts(21_803_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: 14_030_000 picoseconds.
-		Weight::from_parts(14_380_000, 6118)
+		// Minimum execution time: 24_179_000 picoseconds.
+		Weight::from_parts(24_647_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: 14_200_000 picoseconds.
-		Weight::from_parts(14_560_000, 6118)
+		// Minimum execution time: 24_008_000 picoseconds.
+		Weight::from_parts(24_545_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: 16_590_000 picoseconds.
-		Weight::from_parts(17_079_000, 3570)
+		// Minimum execution time: 27_907_000 picoseconds.
+		Weight::from_parts(28_489_000, 3570)
 			.saturating_add(T::DbWeight::get().reads(5_u64))
 			.saturating_add(T::DbWeight::get().writes(7_u64))
 	}
@@ -386,10 +386,10 @@
 		// Proof Size summary in bytes:
 		//  Measured:  `314`
 		//  Estimated: `20191`
-		// 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()))
+		// Minimum execution time: 1_460_000 picoseconds.
+		Weight::from_parts(1_564_000, 20191)
+			// Standard Error: 14_117
+			.saturating_add(Weight::from_parts(8_196_214, 0).saturating_mul(b.into()))
 			.saturating_add(T::DbWeight::get().reads(1_u64))
 			.saturating_add(T::DbWeight::get().writes(1_u64))
 	}
@@ -404,10 +404,10 @@
 		// Proof Size summary in bytes:
 		//  Measured:  `502 + b * (261 ±0)`
 		//  Estimated: `36269`
-		// 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()))
+		// Minimum execution time: 1_012_000 picoseconds.
+		Weight::from_parts(1_081_000, 36269)
+			// Standard Error: 6_838
+			.saturating_add(Weight::from_parts(5_801_181, 0).saturating_mul(b.into()))
 			.saturating_add(T::DbWeight::get().reads(3_u64))
 			.saturating_add(T::DbWeight::get().writes(1_u64))
 	}
@@ -418,10 +418,10 @@
 		// Proof Size summary in bytes:
 		//  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()))
+		// Minimum execution time: 229_000 picoseconds.
+		Weight::from_parts(253_000, 0)
+			// Standard Error: 100_218
+			.saturating_add(Weight::from_parts(12_632_221, 0).saturating_mul(b.into()))
 			.saturating_add(T::DbWeight::get().writes(1_u64))
 	}
 	/// Storage: Common CollectionPropertyPermissions (r:1 w:0)
@@ -435,10 +435,10 @@
 		// Proof Size summary in bytes:
 		//  Measured:  `561 + b * (33291 ±0)`
 		//  Estimated: `36269`
-		// 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()))
+		// Minimum execution time: 1_014_000 picoseconds.
+		Weight::from_parts(1_065_000, 36269)
+			// Standard Error: 39_536
+			.saturating_add(Weight::from_parts(24_125_838, 0).saturating_mul(b.into()))
 			.saturating_add(T::DbWeight::get().reads(3_u64))
 			.saturating_add(T::DbWeight::get().writes(1_u64))
 	}
@@ -450,8 +450,8 @@
 		// Proof Size summary in bytes:
 		//  Measured:  `288`
 		//  Estimated: `3554`
-		// Minimum execution time: 5_600_000 picoseconds.
-		Weight::from_parts(5_850_000, 3554)
+		// Minimum execution time: 10_315_000 picoseconds.
+		Weight::from_parts(10_601_000, 3554)
 			.saturating_add(T::DbWeight::get().reads(2_u64))
 			.saturating_add(T::DbWeight::get().writes(2_u64))
 	}
@@ -461,8 +461,8 @@
 		// Proof Size summary in bytes:
 		//  Measured:  `288`
 		//  Estimated: `6118`
-		// Minimum execution time: 2_430_000 picoseconds.
-		Weight::from_parts(2_590_000, 6118)
+		// Minimum execution time: 4_898_000 picoseconds.
+		Weight::from_parts(5_136_000, 6118)
 			.saturating_add(T::DbWeight::get().reads(2_u64))
 	}
 	/// Storage: Refungible CollectionAllowance (r:0 w:1)
@@ -471,8 +471,8 @@
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 1_970_000 picoseconds.
-		Weight::from_parts(2_050_000, 0)
+		// Minimum execution time: 4_146_000 picoseconds.
+		Weight::from_parts(4_337_000, 0)
 			.saturating_add(T::DbWeight::get().writes(1_u64))
 	}
 	/// Storage: Refungible CollectionAllowance (r:1 w:0)
@@ -481,8 +481,8 @@
 		// Proof Size summary in bytes:
 		//  Measured:  `4`
 		//  Estimated: `3576`
-		// Minimum execution time: 1_140_000 picoseconds.
-		Weight::from_parts(1_240_000, 3576)
+		// Minimum execution time: 2_170_000 picoseconds.
+		Weight::from_parts(2_301_000, 3576)
 			.saturating_add(T::DbWeight::get().reads(1_u64))
 	}
 	/// Storage: Refungible TokenProperties (r:1 w:1)
@@ -491,8 +491,8 @@
 		// Proof Size summary in bytes:
 		//  Measured:  `120`
 		//  Estimated: `36269`
-		// Minimum execution time: 1_000_000 picoseconds.
-		Weight::from_parts(1_060_000, 36269)
+		// Minimum execution time: 2_098_000 picoseconds.
+		Weight::from_parts(2_251_000, 36269)
 			.saturating_add(T::DbWeight::get().reads(1_u64))
 			.saturating_add(T::DbWeight::get().writes(1_u64))
 	}
@@ -514,8 +514,8 @@
 		// Proof Size summary in bytes:
 		//  Measured:  `4`
 		//  Estimated: `3530`
-		// Minimum execution time: 5_410_000 picoseconds.
-		Weight::from_parts(5_630_000, 3530)
+		// Minimum execution time: 11_341_000 picoseconds.
+		Weight::from_parts(11_741_000, 3530)
 			.saturating_add(RocksDbWeight::get().reads(2_u64))
 			.saturating_add(RocksDbWeight::get().writes(5_u64))
 	}
@@ -534,10 +534,10 @@
 		// Proof Size summary in bytes:
 		//  Measured:  `4`
 		//  Estimated: `3530`
-		// 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()))
+		// Minimum execution time: 2_665_000 picoseconds.
+		Weight::from_parts(2_791_000, 3530)
+			// Standard Error: 996
+			.saturating_add(Weight::from_parts(4_343_736, 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())))
@@ -557,10 +557,10 @@
 		// Proof Size summary in bytes:
 		//  Measured:  `4`
 		//  Estimated: `3481 + b * (2540 ±0)`
-		// 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()))
+		// Minimum execution time: 2_616_000 picoseconds.
+		Weight::from_parts(2_726_000, 3481)
+			// Standard Error: 665
+			.saturating_add(Weight::from_parts(5_554_066, 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))
@@ -582,10 +582,10 @@
 		// Proof Size summary in bytes:
 		//  Measured:  `4`
 		//  Estimated: `3481 + b * (2540 ±0)`
-		// 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()))
+		// Minimum execution time: 3_697_000 picoseconds.
+		Weight::from_parts(2_136_481, 3481)
+			// Standard Error: 567
+			.saturating_add(Weight::from_parts(4_390_621, 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))
@@ -604,8 +604,8 @@
 		// Proof Size summary in bytes:
 		//  Measured:  `456`
 		//  Estimated: `8682`
-		// Minimum execution time: 12_180_000 picoseconds.
-		Weight::from_parts(12_580_000, 8682)
+		// Minimum execution time: 22_859_000 picoseconds.
+		Weight::from_parts(23_295_000, 8682)
 			.saturating_add(RocksDbWeight::get().reads(5_u64))
 			.saturating_add(RocksDbWeight::get().writes(4_u64))
 	}
@@ -625,8 +625,8 @@
 		// Proof Size summary in bytes:
 		//  Measured:  `341`
 		//  Estimated: `3554`
-		// Minimum execution time: 12_230_000 picoseconds.
-		Weight::from_parts(12_550_000, 3554)
+		// Minimum execution time: 21_477_000 picoseconds.
+		Weight::from_parts(22_037_000, 3554)
 			.saturating_add(RocksDbWeight::get().reads(4_u64))
 			.saturating_add(RocksDbWeight::get().writes(6_u64))
 	}
@@ -638,8 +638,8 @@
 		// Proof Size summary in bytes:
 		//  Measured:  `365`
 		//  Estimated: `6118`
-		// Minimum execution time: 7_630_000 picoseconds.
-		Weight::from_parts(7_919_000, 6118)
+		// Minimum execution time: 13_714_000 picoseconds.
+		Weight::from_parts(14_050_000, 6118)
 			.saturating_add(RocksDbWeight::get().reads(3_u64))
 			.saturating_add(RocksDbWeight::get().writes(2_u64))
 	}
@@ -655,8 +655,8 @@
 		// Proof Size summary in bytes:
 		//  Measured:  `341`
 		//  Estimated: `6118`
-		// Minimum execution time: 8_840_000 picoseconds.
-		Weight::from_parts(9_080_000, 6118)
+		// Minimum execution time: 15_879_000 picoseconds.
+		Weight::from_parts(16_266_000, 6118)
 			.saturating_add(RocksDbWeight::get().reads(4_u64))
 			.saturating_add(RocksDbWeight::get().writes(4_u64))
 	}
@@ -672,8 +672,8 @@
 		// Proof Size summary in bytes:
 		//  Measured:  `456`
 		//  Estimated: `6118`
-		// Minimum execution time: 10_270_000 picoseconds.
-		Weight::from_parts(10_670_000, 6118)
+		// Minimum execution time: 18_186_000 picoseconds.
+		Weight::from_parts(18_682_000, 6118)
 			.saturating_add(RocksDbWeight::get().reads(4_u64))
 			.saturating_add(RocksDbWeight::get().writes(4_u64))
 	}
@@ -689,8 +689,8 @@
 		// Proof Size summary in bytes:
 		//  Measured:  `341`
 		//  Estimated: `6118`
-		// Minimum execution time: 10_199_000 picoseconds.
-		Weight::from_parts(10_479_000, 6118)
+		// Minimum execution time: 17_943_000 picoseconds.
+		Weight::from_parts(18_333_000, 6118)
 			.saturating_add(RocksDbWeight::get().reads(5_u64))
 			.saturating_add(RocksDbWeight::get().writes(6_u64))
 	}
@@ -702,8 +702,8 @@
 		// Proof Size summary in bytes:
 		//  Measured:  `223`
 		//  Estimated: `3554`
-		// Minimum execution time: 4_750_000 picoseconds.
-		Weight::from_parts(4_910_000, 3554)
+		// Minimum execution time: 8_391_000 picoseconds.
+		Weight::from_parts(8_637_000, 3554)
 			.saturating_add(RocksDbWeight::get().reads(1_u64))
 			.saturating_add(RocksDbWeight::get().writes(1_u64))
 	}
@@ -715,8 +715,8 @@
 		// Proof Size summary in bytes:
 		//  Measured:  `211`
 		//  Estimated: `3554`
-		// Minimum execution time: 4_700_000 picoseconds.
-		Weight::from_parts(4_840_000, 3554)
+		// Minimum execution time: 8_519_000 picoseconds.
+		Weight::from_parts(8_760_000, 3554)
 			.saturating_add(RocksDbWeight::get().reads(1_u64))
 			.saturating_add(RocksDbWeight::get().writes(1_u64))
 	}
@@ -730,8 +730,8 @@
 		// Proof Size summary in bytes:
 		//  Measured:  `495`
 		//  Estimated: `6118`
-		// Minimum execution time: 11_419_000 picoseconds.
-		Weight::from_parts(11_800_000, 6118)
+		// Minimum execution time: 19_554_000 picoseconds.
+		Weight::from_parts(20_031_000, 6118)
 			.saturating_add(RocksDbWeight::get().reads(4_u64))
 			.saturating_add(RocksDbWeight::get().writes(3_u64))
 	}
@@ -749,8 +749,8 @@
 		// Proof Size summary in bytes:
 		//  Measured:  `471`
 		//  Estimated: `6118`
-		// Minimum execution time: 12_440_000 picoseconds.
-		Weight::from_parts(12_740_000, 6118)
+		// Minimum execution time: 21_338_000 picoseconds.
+		Weight::from_parts(21_803_000, 6118)
 			.saturating_add(RocksDbWeight::get().reads(5_u64))
 			.saturating_add(RocksDbWeight::get().writes(5_u64))
 	}
@@ -768,8 +768,8 @@
 		// Proof Size summary in bytes:
 		//  Measured:  `586`
 		//  Estimated: `6118`
-		// Minimum execution time: 14_030_000 picoseconds.
-		Weight::from_parts(14_380_000, 6118)
+		// Minimum execution time: 24_179_000 picoseconds.
+		Weight::from_parts(24_647_000, 6118)
 			.saturating_add(RocksDbWeight::get().reads(5_u64))
 			.saturating_add(RocksDbWeight::get().writes(5_u64))
 	}
@@ -787,8 +787,8 @@
 		// Proof Size summary in bytes:
 		//  Measured:  `471`
 		//  Estimated: `6118`
-		// Minimum execution time: 14_200_000 picoseconds.
-		Weight::from_parts(14_560_000, 6118)
+		// Minimum execution time: 24_008_000 picoseconds.
+		Weight::from_parts(24_545_000, 6118)
 			.saturating_add(RocksDbWeight::get().reads(6_u64))
 			.saturating_add(RocksDbWeight::get().writes(7_u64))
 	}
@@ -810,8 +810,8 @@
 		// Proof Size summary in bytes:
 		//  Measured:  `471`
 		//  Estimated: `3570`
-		// Minimum execution time: 16_590_000 picoseconds.
-		Weight::from_parts(17_079_000, 3570)
+		// Minimum execution time: 27_907_000 picoseconds.
+		Weight::from_parts(28_489_000, 3570)
 			.saturating_add(RocksDbWeight::get().reads(5_u64))
 			.saturating_add(RocksDbWeight::get().writes(7_u64))
 	}
@@ -822,10 +822,10 @@
 		// Proof Size summary in bytes:
 		//  Measured:  `314`
 		//  Estimated: `20191`
-		// 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()))
+		// Minimum execution time: 1_460_000 picoseconds.
+		Weight::from_parts(1_564_000, 20191)
+			// Standard Error: 14_117
+			.saturating_add(Weight::from_parts(8_196_214, 0).saturating_mul(b.into()))
 			.saturating_add(RocksDbWeight::get().reads(1_u64))
 			.saturating_add(RocksDbWeight::get().writes(1_u64))
 	}
@@ -840,10 +840,10 @@
 		// Proof Size summary in bytes:
 		//  Measured:  `502 + b * (261 ±0)`
 		//  Estimated: `36269`
-		// 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()))
+		// Minimum execution time: 1_012_000 picoseconds.
+		Weight::from_parts(1_081_000, 36269)
+			// Standard Error: 6_838
+			.saturating_add(Weight::from_parts(5_801_181, 0).saturating_mul(b.into()))
 			.saturating_add(RocksDbWeight::get().reads(3_u64))
 			.saturating_add(RocksDbWeight::get().writes(1_u64))
 	}
@@ -854,10 +854,10 @@
 		// Proof Size summary in bytes:
 		//  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()))
+		// Minimum execution time: 229_000 picoseconds.
+		Weight::from_parts(253_000, 0)
+			// Standard Error: 100_218
+			.saturating_add(Weight::from_parts(12_632_221, 0).saturating_mul(b.into()))
 			.saturating_add(RocksDbWeight::get().writes(1_u64))
 	}
 	/// Storage: Common CollectionPropertyPermissions (r:1 w:0)
@@ -871,10 +871,10 @@
 		// Proof Size summary in bytes:
 		//  Measured:  `561 + b * (33291 ±0)`
 		//  Estimated: `36269`
-		// 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()))
+		// Minimum execution time: 1_014_000 picoseconds.
+		Weight::from_parts(1_065_000, 36269)
+			// Standard Error: 39_536
+			.saturating_add(Weight::from_parts(24_125_838, 0).saturating_mul(b.into()))
 			.saturating_add(RocksDbWeight::get().reads(3_u64))
 			.saturating_add(RocksDbWeight::get().writes(1_u64))
 	}
@@ -886,8 +886,8 @@
 		// Proof Size summary in bytes:
 		//  Measured:  `288`
 		//  Estimated: `3554`
-		// Minimum execution time: 5_600_000 picoseconds.
-		Weight::from_parts(5_850_000, 3554)
+		// Minimum execution time: 10_315_000 picoseconds.
+		Weight::from_parts(10_601_000, 3554)
 			.saturating_add(RocksDbWeight::get().reads(2_u64))
 			.saturating_add(RocksDbWeight::get().writes(2_u64))
 	}
@@ -897,8 +897,8 @@
 		// Proof Size summary in bytes:
 		//  Measured:  `288`
 		//  Estimated: `6118`
-		// Minimum execution time: 2_430_000 picoseconds.
-		Weight::from_parts(2_590_000, 6118)
+		// Minimum execution time: 4_898_000 picoseconds.
+		Weight::from_parts(5_136_000, 6118)
 			.saturating_add(RocksDbWeight::get().reads(2_u64))
 	}
 	/// Storage: Refungible CollectionAllowance (r:0 w:1)
@@ -907,8 +907,8 @@
 		// Proof Size summary in bytes:
 		//  Measured:  `0`
 		//  Estimated: `0`
-		// Minimum execution time: 1_970_000 picoseconds.
-		Weight::from_parts(2_050_000, 0)
+		// Minimum execution time: 4_146_000 picoseconds.
+		Weight::from_parts(4_337_000, 0)
 			.saturating_add(RocksDbWeight::get().writes(1_u64))
 	}
 	/// Storage: Refungible CollectionAllowance (r:1 w:0)
@@ -917,8 +917,8 @@
 		// Proof Size summary in bytes:
 		//  Measured:  `4`
 		//  Estimated: `3576`
-		// Minimum execution time: 1_140_000 picoseconds.
-		Weight::from_parts(1_240_000, 3576)
+		// Minimum execution time: 2_170_000 picoseconds.
+		Weight::from_parts(2_301_000, 3576)
 			.saturating_add(RocksDbWeight::get().reads(1_u64))
 	}
 	/// Storage: Refungible TokenProperties (r:1 w:1)
@@ -927,8 +927,8 @@
 		// Proof Size summary in bytes:
 		//  Measured:  `120`
 		//  Estimated: `36269`
-		// Minimum execution time: 1_000_000 picoseconds.
-		Weight::from_parts(1_060_000, 36269)
+		// Minimum execution time: 2_098_000 picoseconds.
+		Weight::from_parts(2_251_000, 36269)
 			.saturating_add(RocksDbWeight::get().reads(1_u64))
 			.saturating_add(RocksDbWeight::get().writes(1_u64))
 	}