difftreelog
build run benchmarks
in: master
12 files changed
pallets/common/src/weights.rsdiffbeforeafterboth--- a/pallets/common/src/weights.rs
+++ b/pallets/common/src/weights.rs
@@ -3,7 +3,8 @@
//! Autogenerated weights for pallet_common
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
-//! DATE: 2023-02-15, STEPS: `50`, REPEAT: 80, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2023-03-30, STEPS: `50`, REPEAT: 80, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! WORST CASE MAP SIZE: `1000000`
//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
// Executed Command:
@@ -16,8 +17,7 @@
// compiled
// --extrinsic
// *
-// --template
-// .maintain/frame-weight-template.hbs
+// --template=.maintain/frame-weight-template.hbs
// --steps=50
// --repeat=80
// --heap-pages=4096
@@ -41,40 +41,65 @@
/// Weights for pallet_common using the Substrate node and recommended hardware.
pub struct SubstrateWeight<T>(PhantomData<T>);
impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
- // Storage: Common CollectionProperties (r:1 w:1)
+ /// Storage: Common CollectionProperties (r:1 w:1)
+ /// Proof: Common CollectionProperties (max_values: None, max_size: Some(40992), added: 43467, mode: MaxEncodedLen)
+ /// The range of component `b` is `[0, 64]`.
fn set_collection_properties(b: u32, ) -> Weight {
- Weight::from_ref_time(9_293_000 as u64)
- // Standard Error: 14_275
- .saturating_add(Weight::from_ref_time(6_172_391 as u64).saturating_mul(b as u64))
- .saturating_add(T::DbWeight::get().reads(1 as u64))
- .saturating_add(T::DbWeight::get().writes(1 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `265`
+ // Estimated: `43467`
+ // Minimum execution time: 7_163_000 picoseconds.
+ Weight::from_parts(586_898, 43467)
+ // Standard Error: 23_783
+ .saturating_add(Weight::from_parts(6_089_494, 0).saturating_mul(b.into()))
+ .saturating_add(T::DbWeight::get().reads(1_u64))
+ .saturating_add(T::DbWeight::get().writes(1_u64))
}
- // Storage: Common CollectionProperties (r:1 w:1)
+ /// Storage: Common CollectionProperties (r:1 w:1)
+ /// Proof: Common CollectionProperties (max_values: None, max_size: Some(40992), added: 43467, mode: MaxEncodedLen)
+ /// The range of component `b` is `[0, 64]`.
fn delete_collection_properties(b: u32, ) -> Weight {
- Weight::from_ref_time(8_945_000 as u64)
- // Standard Error: 65_313
- .saturating_add(Weight::from_ref_time(21_617_763 as u64).saturating_mul(b as u64))
- .saturating_add(T::DbWeight::get().reads(1 as u64))
- .saturating_add(T::DbWeight::get().writes(1 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `302 + b * (33030 ±0)`
+ // Estimated: `43467`
+ // Minimum execution time: 6_540_000 picoseconds.
+ Weight::from_parts(6_684_000, 43467)
+ // Standard Error: 67_984
+ .saturating_add(Weight::from_parts(21_502_829, 0).saturating_mul(b.into()))
+ .saturating_add(T::DbWeight::get().reads(1_u64))
+ .saturating_add(T::DbWeight::get().writes(1_u64))
}
}
// For backwards compatibility and tests
impl WeightInfo for () {
- // Storage: Common CollectionProperties (r:1 w:1)
+ /// Storage: Common CollectionProperties (r:1 w:1)
+ /// Proof: Common CollectionProperties (max_values: None, max_size: Some(40992), added: 43467, mode: MaxEncodedLen)
+ /// The range of component `b` is `[0, 64]`.
fn set_collection_properties(b: u32, ) -> Weight {
- Weight::from_ref_time(9_293_000 as u64)
- // Standard Error: 14_275
- .saturating_add(Weight::from_ref_time(6_172_391 as u64).saturating_mul(b as u64))
- .saturating_add(RocksDbWeight::get().reads(1 as u64))
- .saturating_add(RocksDbWeight::get().writes(1 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `265`
+ // Estimated: `43467`
+ // Minimum execution time: 7_163_000 picoseconds.
+ Weight::from_parts(586_898, 43467)
+ // Standard Error: 23_783
+ .saturating_add(Weight::from_parts(6_089_494, 0).saturating_mul(b.into()))
+ .saturating_add(RocksDbWeight::get().reads(1_u64))
+ .saturating_add(RocksDbWeight::get().writes(1_u64))
}
- // Storage: Common CollectionProperties (r:1 w:1)
+ /// Storage: Common CollectionProperties (r:1 w:1)
+ /// Proof: Common CollectionProperties (max_values: None, max_size: Some(40992), added: 43467, mode: MaxEncodedLen)
+ /// The range of component `b` is `[0, 64]`.
fn delete_collection_properties(b: u32, ) -> Weight {
- Weight::from_ref_time(8_945_000 as u64)
- // Standard Error: 65_313
- .saturating_add(Weight::from_ref_time(21_617_763 as u64).saturating_mul(b as u64))
- .saturating_add(RocksDbWeight::get().reads(1 as u64))
- .saturating_add(RocksDbWeight::get().writes(1 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `302 + b * (33030 ±0)`
+ // Estimated: `43467`
+ // Minimum execution time: 6_540_000 picoseconds.
+ Weight::from_parts(6_684_000, 43467)
+ // Standard Error: 67_984
+ .saturating_add(Weight::from_parts(21_502_829, 0).saturating_mul(b.into()))
+ .saturating_add(RocksDbWeight::get().reads(1_u64))
+ .saturating_add(RocksDbWeight::get().writes(1_u64))
}
}
+
pallets/configuration/src/weights.rsdiffbeforeafterboth--- a/pallets/configuration/src/weights.rs
+++ b/pallets/configuration/src/weights.rs
@@ -3,7 +3,8 @@
//! Autogenerated weights for pallet_configuration
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
-//! DATE: 2023-02-15, STEPS: `50`, REPEAT: 80, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2023-03-30, STEPS: `50`, REPEAT: 80, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! WORST CASE MAP SIZE: `1000000`
//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
// Executed Command:
@@ -16,8 +17,7 @@
// compiled
// --extrinsic
// *
-// --template
-// .maintain/frame-weight-template.hbs
+// --template=.maintain/frame-weight-template.hbs
// --steps=50
// --repeat=80
// --heap-pages=4096
@@ -36,7 +36,6 @@
pub trait WeightInfo {
fn set_weight_to_fee_coefficient_override() -> Weight;
fn set_min_gas_price_override() -> Weight;
- fn set_xcm_allowed_locations() -> Weight;
fn set_app_promotion_configuration_override() -> Weight;
fn set_collator_selection_desired_collators() -> Weight;
fn set_collator_selection_license_bond() -> Weight;
@@ -46,78 +45,129 @@
/// Weights for pallet_configuration using the Substrate node and recommended hardware.
pub struct SubstrateWeight<T>(PhantomData<T>);
impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
- // Storage: Configuration WeightToFeeCoefficientOverride (r:0 w:1)
+ /// Storage: Configuration WeightToFeeCoefficientOverride (r:0 w:1)
+ /// Proof: Configuration WeightToFeeCoefficientOverride (max_values: Some(1), max_size: Some(8), added: 503, mode: MaxEncodedLen)
fn set_weight_to_fee_coefficient_override() -> Weight {
- Weight::from_ref_time(3_732_000 as u64)
- .saturating_add(T::DbWeight::get().writes(1 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `0`
+ // Estimated: `0`
+ // Minimum execution time: 1_565_000 picoseconds.
+ Weight::from_parts(1_636_000, 0)
+ .saturating_add(T::DbWeight::get().writes(1_u64))
}
- // Storage: Configuration MinGasPriceOverride (r:0 w:1)
+ /// Storage: Configuration MinGasPriceOverride (r:0 w:1)
+ /// Proof: Configuration MinGasPriceOverride (max_values: Some(1), max_size: Some(8), added: 503, mode: MaxEncodedLen)
fn set_min_gas_price_override() -> Weight {
- Weight::from_ref_time(3_625_000 as u64)
- .saturating_add(T::DbWeight::get().writes(1 as u64))
- }
- // Storage: Configuration XcmAllowedLocationsOverride (r:0 w:1)
- fn set_xcm_allowed_locations() -> Weight {
- Weight::from_ref_time(3_975_000 as u64)
- .saturating_add(T::DbWeight::get().writes(1 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `0`
+ // Estimated: `0`
+ // Minimum execution time: 1_695_000 picoseconds.
+ Weight::from_parts(1_798_000, 0)
+ .saturating_add(T::DbWeight::get().writes(1_u64))
}
- // Storage: Configuration AppPromomotionConfigurationOverride (r:0 w:1)
+ /// Storage: Configuration AppPromomotionConfigurationOverride (r:0 w:1)
+ /// Proof: Configuration AppPromomotionConfigurationOverride (max_values: Some(1), max_size: Some(17), added: 512, mode: MaxEncodedLen)
fn set_app_promotion_configuration_override() -> Weight {
- Weight::from_ref_time(4_759_000 as u64)
- .saturating_add(T::DbWeight::get().writes(1 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `0`
+ // Estimated: `0`
+ // Minimum execution time: 2_546_000 picoseconds.
+ Weight::from_parts(2_796_000, 0)
+ .saturating_add(T::DbWeight::get().writes(1_u64))
}
- // Storage: Configuration CollatorSelectionDesiredCollatorsOverride (r:0 w:1)
+ /// Storage: Configuration CollatorSelectionDesiredCollatorsOverride (r:0 w:1)
+ /// Proof: Configuration CollatorSelectionDesiredCollatorsOverride (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
fn set_collator_selection_desired_collators() -> Weight {
- Weight::from_ref_time(18_296_000 as u64)
- .saturating_add(T::DbWeight::get().writes(1 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `0`
+ // Estimated: `0`
+ // Minimum execution time: 7_323_000 picoseconds.
+ Weight::from_parts(8_251_000, 0)
+ .saturating_add(T::DbWeight::get().writes(1_u64))
}
- // Storage: Configuration CollatorSelectionLicenseBondOverride (r:0 w:1)
+ /// Storage: Configuration CollatorSelectionLicenseBondOverride (r:0 w:1)
+ /// Proof: Configuration CollatorSelectionLicenseBondOverride (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen)
fn set_collator_selection_license_bond() -> Weight {
- Weight::from_ref_time(14_397_000 as u64)
- .saturating_add(T::DbWeight::get().writes(1 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `0`
+ // Estimated: `0`
+ // Minimum execution time: 4_286_000 picoseconds.
+ Weight::from_parts(4_442_000, 0)
+ .saturating_add(T::DbWeight::get().writes(1_u64))
}
- // Storage: Configuration CollatorSelectionKickThresholdOverride (r:0 w:1)
+ /// Storage: Configuration CollatorSelectionKickThresholdOverride (r:0 w:1)
+ /// Proof: Configuration CollatorSelectionKickThresholdOverride (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
fn set_collator_selection_kick_threshold() -> Weight {
- Weight::from_ref_time(13_951_000 as u64)
- .saturating_add(T::DbWeight::get().writes(1 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `0`
+ // Estimated: `0`
+ // Minimum execution time: 4_216_000 picoseconds.
+ Weight::from_parts(4_389_000, 0)
+ .saturating_add(T::DbWeight::get().writes(1_u64))
}
}
// For backwards compatibility and tests
impl WeightInfo for () {
- // Storage: Configuration WeightToFeeCoefficientOverride (r:0 w:1)
+ /// Storage: Configuration WeightToFeeCoefficientOverride (r:0 w:1)
+ /// Proof: Configuration WeightToFeeCoefficientOverride (max_values: Some(1), max_size: Some(8), added: 503, mode: MaxEncodedLen)
fn set_weight_to_fee_coefficient_override() -> Weight {
- Weight::from_ref_time(3_732_000 as u64)
- .saturating_add(RocksDbWeight::get().writes(1 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `0`
+ // Estimated: `0`
+ // Minimum execution time: 1_565_000 picoseconds.
+ Weight::from_parts(1_636_000, 0)
+ .saturating_add(RocksDbWeight::get().writes(1_u64))
}
- // Storage: Configuration MinGasPriceOverride (r:0 w:1)
+ /// Storage: Configuration MinGasPriceOverride (r:0 w:1)
+ /// Proof: Configuration MinGasPriceOverride (max_values: Some(1), max_size: Some(8), added: 503, mode: MaxEncodedLen)
fn set_min_gas_price_override() -> Weight {
- Weight::from_ref_time(3_625_000 as u64)
- .saturating_add(RocksDbWeight::get().writes(1 as u64))
- }
- // Storage: Configuration XcmAllowedLocationsOverride (r:0 w:1)
- fn set_xcm_allowed_locations() -> Weight {
- Weight::from_ref_time(3_975_000 as u64)
- .saturating_add(RocksDbWeight::get().writes(1 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `0`
+ // Estimated: `0`
+ // Minimum execution time: 1_695_000 picoseconds.
+ Weight::from_parts(1_798_000, 0)
+ .saturating_add(RocksDbWeight::get().writes(1_u64))
}
- // Storage: Configuration AppPromomotionConfigurationOverride (r:0 w:1)
+ /// Storage: Configuration AppPromomotionConfigurationOverride (r:0 w:1)
+ /// Proof: Configuration AppPromomotionConfigurationOverride (max_values: Some(1), max_size: Some(17), added: 512, mode: MaxEncodedLen)
fn set_app_promotion_configuration_override() -> Weight {
- Weight::from_ref_time(4_759_000 as u64)
- .saturating_add(RocksDbWeight::get().writes(1 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `0`
+ // Estimated: `0`
+ // Minimum execution time: 2_546_000 picoseconds.
+ Weight::from_parts(2_796_000, 0)
+ .saturating_add(RocksDbWeight::get().writes(1_u64))
}
- // Storage: Configuration CollatorSelectionDesiredCollatorsOverride (r:0 w:1)
+ /// Storage: Configuration CollatorSelectionDesiredCollatorsOverride (r:0 w:1)
+ /// Proof: Configuration CollatorSelectionDesiredCollatorsOverride (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
fn set_collator_selection_desired_collators() -> Weight {
- Weight::from_ref_time(18_296_000 as u64)
- .saturating_add(RocksDbWeight::get().writes(1 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `0`
+ // Estimated: `0`
+ // Minimum execution time: 7_323_000 picoseconds.
+ Weight::from_parts(8_251_000, 0)
+ .saturating_add(RocksDbWeight::get().writes(1_u64))
}
- // Storage: Configuration CollatorSelectionLicenseBondOverride (r:0 w:1)
+ /// Storage: Configuration CollatorSelectionLicenseBondOverride (r:0 w:1)
+ /// Proof: Configuration CollatorSelectionLicenseBondOverride (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen)
fn set_collator_selection_license_bond() -> Weight {
- Weight::from_ref_time(14_397_000 as u64)
- .saturating_add(RocksDbWeight::get().writes(1 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `0`
+ // Estimated: `0`
+ // Minimum execution time: 4_286_000 picoseconds.
+ Weight::from_parts(4_442_000, 0)
+ .saturating_add(RocksDbWeight::get().writes(1_u64))
}
- // Storage: Configuration CollatorSelectionKickThresholdOverride (r:0 w:1)
+ /// Storage: Configuration CollatorSelectionKickThresholdOverride (r:0 w:1)
+ /// Proof: Configuration CollatorSelectionKickThresholdOverride (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
fn set_collator_selection_kick_threshold() -> Weight {
- Weight::from_ref_time(13_951_000 as u64)
- .saturating_add(RocksDbWeight::get().writes(1 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `0`
+ // Estimated: `0`
+ // Minimum execution time: 4_216_000 picoseconds.
+ Weight::from_parts(4_389_000, 0)
+ .saturating_add(RocksDbWeight::get().writes(1_u64))
}
}
+
pallets/evm-migration/src/weights.rsdiffbeforeafterboth--- a/pallets/evm-migration/src/weights.rs
+++ b/pallets/evm-migration/src/weights.rs
@@ -3,7 +3,8 @@
//! Autogenerated weights for pallet_evm_migration
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
-//! DATE: 2023-02-15, STEPS: `50`, REPEAT: 80, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2023-03-30, STEPS: `50`, REPEAT: 80, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! WORST CASE MAP SIZE: `1000000`
//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
// Executed Command:
@@ -16,8 +17,7 @@
// compiled
// --extrinsic
// *
-// --template
-// .maintain/frame-weight-template.hbs
+// --template=.maintain/frame-weight-template.hbs
// --steps=50
// --repeat=80
// --heap-pages=4096
@@ -44,80 +44,143 @@
/// Weights for pallet_evm_migration using the Substrate node and recommended hardware.
pub struct SubstrateWeight<T>(PhantomData<T>);
impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
- // Storage: EvmMigration MigrationPending (r:1 w:1)
- // Storage: System Account (r:1 w:0)
- // Storage: EVM AccountCodes (r:1 w:0)
+ /// Storage: EvmMigration MigrationPending (r:1 w:1)
+ /// Proof: EvmMigration MigrationPending (max_values: None, max_size: Some(29), added: 2504, mode: MaxEncodedLen)
+ /// Storage: System Account (r:1 w:0)
+ /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
+ /// Storage: EVM AccountCodes (r:1 w:0)
+ /// Proof Skipped: EVM AccountCodes (max_values: None, max_size: None, mode: Measured)
fn begin() -> Weight {
- Weight::from_ref_time(16_052_000 as u64)
- .saturating_add(T::DbWeight::get().reads(3 as u64))
- .saturating_add(T::DbWeight::get().writes(1 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `94`
+ // Estimated: `7676`
+ // Minimum execution time: 12_699_000 picoseconds.
+ Weight::from_parts(12_989_000, 7676)
+ .saturating_add(T::DbWeight::get().reads(3_u64))
+ .saturating_add(T::DbWeight::get().writes(1_u64))
}
- // Storage: EvmMigration MigrationPending (r:1 w:0)
- // Storage: EVM AccountStorages (r:0 w:1)
+ /// Storage: EvmMigration MigrationPending (r:1 w:0)
+ /// Proof: EvmMigration MigrationPending (max_values: None, max_size: Some(29), added: 2504, mode: MaxEncodedLen)
+ /// Storage: EVM AccountStorages (r:0 w:80)
+ /// Proof Skipped: EVM AccountStorages (max_values: None, max_size: None, mode: Measured)
+ /// The range of component `b` is `[0, 80]`.
fn set_data(b: u32, ) -> Weight {
- Weight::from_ref_time(9_257_564 as u64)
- // Standard Error: 1_384
- .saturating_add(Weight::from_ref_time(939_454 as u64).saturating_mul(b as u64))
- .saturating_add(T::DbWeight::get().reads(1 as u64))
- .saturating_add(T::DbWeight::get().writes((1 as u64).saturating_mul(b as u64)))
+ // Proof Size summary in bytes:
+ // Measured: `96`
+ // Estimated: `2600`
+ // Minimum execution time: 9_157_000 picoseconds.
+ Weight::from_parts(7_442_065, 2600)
+ // Standard Error: 1_138
+ .saturating_add(Weight::from_parts(934_789, 0).saturating_mul(b.into()))
+ .saturating_add(T::DbWeight::get().reads(1_u64))
+ .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(b.into())))
}
- // Storage: EvmMigration MigrationPending (r:1 w:1)
- // Storage: EVM AccountCodes (r:0 w:1)
+ /// Storage: EvmMigration MigrationPending (r:1 w:1)
+ /// Proof: EvmMigration MigrationPending (max_values: None, max_size: Some(29), added: 2504, mode: MaxEncodedLen)
+ /// Storage: EVM AccountCodes (r:0 w:1)
+ /// Proof Skipped: EVM AccountCodes (max_values: None, max_size: None, mode: Measured)
+ /// The range of component `b` is `[0, 80]`.
fn finish(b: u32, ) -> Weight {
- Weight::from_ref_time(9_832_338 as u64)
- // Standard Error: 351
- .saturating_add(Weight::from_ref_time(415 as u64).saturating_mul(b as u64))
- .saturating_add(T::DbWeight::get().reads(1 as u64))
- .saturating_add(T::DbWeight::get().writes(2 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `96`
+ // Estimated: `2600`
+ // Minimum execution time: 7_719_000 picoseconds.
+ Weight::from_parts(8_237_929, 2600)
+ // Standard Error: 266
+ .saturating_add(Weight::from_parts(3_473, 0).saturating_mul(b.into()))
+ .saturating_add(T::DbWeight::get().reads(1_u64))
+ .saturating_add(T::DbWeight::get().writes(2_u64))
}
+ /// The range of component `b` is `[0, 200]`.
fn insert_eth_logs(b: u32, ) -> Weight {
- Weight::from_ref_time(7_589_210 as u64)
- // Standard Error: 864
- .saturating_add(Weight::from_ref_time(688_444 as u64).saturating_mul(b as u64))
+ // Proof Size summary in bytes:
+ // Measured: `0`
+ // Estimated: `0`
+ // Minimum execution time: 1_193_000 picoseconds.
+ Weight::from_parts(2_667_314, 0)
+ // Standard Error: 583
+ .saturating_add(Weight::from_parts(690_704, 0).saturating_mul(b.into()))
}
+ /// The range of component `b` is `[0, 200]`.
fn insert_events(b: u32, ) -> Weight {
- Weight::from_ref_time(11_531_726 as u64)
- // Standard Error: 580
- .saturating_add(Weight::from_ref_time(1_271_608 as u64).saturating_mul(b as u64))
+ // Proof Size summary in bytes:
+ // Measured: `0`
+ // Estimated: `0`
+ // Minimum execution time: 1_253_000 picoseconds.
+ Weight::from_parts(4_685_069, 0)
+ // Standard Error: 1_036
+ .saturating_add(Weight::from_parts(1_322_329, 0).saturating_mul(b.into()))
}
}
// For backwards compatibility and tests
impl WeightInfo for () {
- // Storage: EvmMigration MigrationPending (r:1 w:1)
- // Storage: System Account (r:1 w:0)
- // Storage: EVM AccountCodes (r:1 w:0)
+ /// Storage: EvmMigration MigrationPending (r:1 w:1)
+ /// Proof: EvmMigration MigrationPending (max_values: None, max_size: Some(29), added: 2504, mode: MaxEncodedLen)
+ /// Storage: System Account (r:1 w:0)
+ /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
+ /// Storage: EVM AccountCodes (r:1 w:0)
+ /// Proof Skipped: EVM AccountCodes (max_values: None, max_size: None, mode: Measured)
fn begin() -> Weight {
- Weight::from_ref_time(16_052_000 as u64)
- .saturating_add(RocksDbWeight::get().reads(3 as u64))
- .saturating_add(RocksDbWeight::get().writes(1 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `94`
+ // Estimated: `7676`
+ // Minimum execution time: 12_699_000 picoseconds.
+ Weight::from_parts(12_989_000, 7676)
+ .saturating_add(RocksDbWeight::get().reads(3_u64))
+ .saturating_add(RocksDbWeight::get().writes(1_u64))
}
- // Storage: EvmMigration MigrationPending (r:1 w:0)
- // Storage: EVM AccountStorages (r:0 w:1)
+ /// Storage: EvmMigration MigrationPending (r:1 w:0)
+ /// Proof: EvmMigration MigrationPending (max_values: None, max_size: Some(29), added: 2504, mode: MaxEncodedLen)
+ /// Storage: EVM AccountStorages (r:0 w:80)
+ /// Proof Skipped: EVM AccountStorages (max_values: None, max_size: None, mode: Measured)
+ /// The range of component `b` is `[0, 80]`.
fn set_data(b: u32, ) -> Weight {
- Weight::from_ref_time(9_257_564 as u64)
- // Standard Error: 1_384
- .saturating_add(Weight::from_ref_time(939_454 as u64).saturating_mul(b as u64))
- .saturating_add(RocksDbWeight::get().reads(1 as u64))
- .saturating_add(RocksDbWeight::get().writes((1 as u64).saturating_mul(b as u64)))
+ // Proof Size summary in bytes:
+ // Measured: `96`
+ // Estimated: `2600`
+ // Minimum execution time: 9_157_000 picoseconds.
+ Weight::from_parts(7_442_065, 2600)
+ // Standard Error: 1_138
+ .saturating_add(Weight::from_parts(934_789, 0).saturating_mul(b.into()))
+ .saturating_add(RocksDbWeight::get().reads(1_u64))
+ .saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(b.into())))
}
- // Storage: EvmMigration MigrationPending (r:1 w:1)
- // Storage: EVM AccountCodes (r:0 w:1)
+ /// Storage: EvmMigration MigrationPending (r:1 w:1)
+ /// Proof: EvmMigration MigrationPending (max_values: None, max_size: Some(29), added: 2504, mode: MaxEncodedLen)
+ /// Storage: EVM AccountCodes (r:0 w:1)
+ /// Proof Skipped: EVM AccountCodes (max_values: None, max_size: None, mode: Measured)
+ /// The range of component `b` is `[0, 80]`.
fn finish(b: u32, ) -> Weight {
- Weight::from_ref_time(9_832_338 as u64)
- // Standard Error: 351
- .saturating_add(Weight::from_ref_time(415 as u64).saturating_mul(b as u64))
- .saturating_add(RocksDbWeight::get().reads(1 as u64))
- .saturating_add(RocksDbWeight::get().writes(2 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `96`
+ // Estimated: `2600`
+ // Minimum execution time: 7_719_000 picoseconds.
+ Weight::from_parts(8_237_929, 2600)
+ // Standard Error: 266
+ .saturating_add(Weight::from_parts(3_473, 0).saturating_mul(b.into()))
+ .saturating_add(RocksDbWeight::get().reads(1_u64))
+ .saturating_add(RocksDbWeight::get().writes(2_u64))
}
+ /// The range of component `b` is `[0, 200]`.
fn insert_eth_logs(b: u32, ) -> Weight {
- Weight::from_ref_time(7_589_210 as u64)
- // Standard Error: 864
- .saturating_add(Weight::from_ref_time(688_444 as u64).saturating_mul(b as u64))
+ // Proof Size summary in bytes:
+ // Measured: `0`
+ // Estimated: `0`
+ // Minimum execution time: 1_193_000 picoseconds.
+ Weight::from_parts(2_667_314, 0)
+ // Standard Error: 583
+ .saturating_add(Weight::from_parts(690_704, 0).saturating_mul(b.into()))
}
+ /// The range of component `b` is `[0, 200]`.
fn insert_events(b: u32, ) -> Weight {
- Weight::from_ref_time(11_531_726 as u64)
- // Standard Error: 580
- .saturating_add(Weight::from_ref_time(1_271_608 as u64).saturating_mul(b as u64))
+ // Proof Size summary in bytes:
+ // Measured: `0`
+ // Estimated: `0`
+ // Minimum execution time: 1_253_000 picoseconds.
+ Weight::from_parts(4_685_069, 0)
+ // Standard Error: 1_036
+ .saturating_add(Weight::from_parts(1_322_329, 0).saturating_mul(b.into()))
}
}
+
pallets/foreign-assets/src/weights.rsdiffbeforeafterboth--- a/pallets/foreign-assets/src/weights.rs
+++ b/pallets/foreign-assets/src/weights.rs
@@ -3,7 +3,8 @@
//! Autogenerated weights for pallet_foreign_assets
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
-//! DATE: 2023-02-15, STEPS: `50`, REPEAT: 80, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2023-03-30, STEPS: `50`, REPEAT: 80, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! WORST CASE MAP SIZE: `1000000`
//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
// Executed Command:
@@ -16,8 +17,7 @@
// compiled
// --extrinsic
// *
-// --template
-// .maintain/frame-weight-template.hbs
+// --template=.maintain/frame-weight-template.hbs
// --steps=50
// --repeat=80
// --heap-pages=4096
@@ -41,54 +41,97 @@
/// Weights for pallet_foreign_assets using the Substrate node and recommended hardware.
pub struct SubstrateWeight<T>(PhantomData<T>);
impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
- // Storage: Common CreatedCollectionCount (r:1 w:1)
- // Storage: Common DestroyedCollectionCount (r:1 w:0)
- // Storage: System Account (r:2 w:2)
- // Storage: ForeignAssets NextForeignAssetId (r:1 w:1)
- // Storage: ForeignAssets LocationToCurrencyIds (r:1 w:1)
- // Storage: ForeignAssets ForeignAssetLocations (r:1 w:1)
- // Storage: ForeignAssets AssetMetadatas (r:1 w:1)
- // Storage: ForeignAssets AssetBinding (r:1 w:1)
- // Storage: Common CollectionPropertyPermissions (r:0 w:1)
- // Storage: Common CollectionProperties (r:0 w:1)
- // Storage: Common CollectionById (r:0 w:1)
+ /// Storage: Common CreatedCollectionCount (r:1 w:1)
+ /// Proof: Common CreatedCollectionCount (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
+ /// Storage: Common DestroyedCollectionCount (r:1 w:0)
+ /// Proof: Common DestroyedCollectionCount (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
+ /// Storage: System Account (r:2 w:2)
+ /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
+ /// Storage: ForeignAssets NextForeignAssetId (r:1 w:1)
+ /// Proof: ForeignAssets NextForeignAssetId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
+ /// Storage: ForeignAssets LocationToCurrencyIds (r:1 w:1)
+ /// Proof: ForeignAssets LocationToCurrencyIds (max_values: None, max_size: Some(614), added: 3089, mode: MaxEncodedLen)
+ /// Storage: ForeignAssets ForeignAssetLocations (r:1 w:1)
+ /// Proof: ForeignAssets ForeignAssetLocations (max_values: None, max_size: Some(614), added: 3089, mode: MaxEncodedLen)
+ /// Storage: ForeignAssets AssetMetadatas (r:1 w:1)
+ /// Proof: ForeignAssets AssetMetadatas (max_values: None, max_size: Some(71), added: 2546, mode: MaxEncodedLen)
+ /// Storage: ForeignAssets AssetBinding (r:1 w:1)
+ /// Proof: ForeignAssets AssetBinding (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)
+ /// Storage: Common CollectionPropertyPermissions (r:0 w:1)
+ /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)
+ /// Storage: Common CollectionProperties (r:0 w:1)
+ /// Proof: Common CollectionProperties (max_values: None, max_size: Some(40992), added: 43467, mode: MaxEncodedLen)
+ /// Storage: Common CollectionById (r:0 w:1)
+ /// Proof: Common CollectionById (max_values: None, max_size: Some(860), added: 3335, mode: MaxEncodedLen)
fn register_foreign_asset() -> Weight {
- Weight::from_ref_time(49_269_000 as u64)
- .saturating_add(T::DbWeight::get().reads(9 as u64))
- .saturating_add(T::DbWeight::get().writes(11 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `318`
+ // Estimated: `17918`
+ // Minimum execution time: 45_521_000 picoseconds.
+ Weight::from_parts(46_333_000, 17918)
+ .saturating_add(T::DbWeight::get().reads(9_u64))
+ .saturating_add(T::DbWeight::get().writes(11_u64))
}
- // Storage: ForeignAssets ForeignAssetLocations (r:1 w:1)
- // Storage: ForeignAssets AssetMetadatas (r:1 w:1)
+ /// Storage: ForeignAssets ForeignAssetLocations (r:1 w:1)
+ /// Proof: ForeignAssets ForeignAssetLocations (max_values: None, max_size: Some(614), added: 3089, mode: MaxEncodedLen)
+ /// Storage: ForeignAssets AssetMetadatas (r:1 w:1)
+ /// Proof: ForeignAssets AssetMetadatas (max_values: None, max_size: Some(71), added: 2546, mode: MaxEncodedLen)
fn update_foreign_asset() -> Weight {
- Weight::from_ref_time(21_973_000 as u64)
- .saturating_add(T::DbWeight::get().reads(2 as u64))
- .saturating_add(T::DbWeight::get().writes(2 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `197`
+ // Estimated: `5635`
+ // Minimum execution time: 13_542_000 picoseconds.
+ Weight::from_parts(13_913_000, 5635)
+ .saturating_add(T::DbWeight::get().reads(2_u64))
+ .saturating_add(T::DbWeight::get().writes(2_u64))
}
}
// For backwards compatibility and tests
impl WeightInfo for () {
- // Storage: Common CreatedCollectionCount (r:1 w:1)
- // Storage: Common DestroyedCollectionCount (r:1 w:0)
- // Storage: System Account (r:2 w:2)
- // Storage: ForeignAssets NextForeignAssetId (r:1 w:1)
- // Storage: ForeignAssets LocationToCurrencyIds (r:1 w:1)
- // Storage: ForeignAssets ForeignAssetLocations (r:1 w:1)
- // Storage: ForeignAssets AssetMetadatas (r:1 w:1)
- // Storage: ForeignAssets AssetBinding (r:1 w:1)
- // Storage: Common CollectionPropertyPermissions (r:0 w:1)
- // Storage: Common CollectionProperties (r:0 w:1)
- // Storage: Common CollectionById (r:0 w:1)
+ /// Storage: Common CreatedCollectionCount (r:1 w:1)
+ /// Proof: Common CreatedCollectionCount (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
+ /// Storage: Common DestroyedCollectionCount (r:1 w:0)
+ /// Proof: Common DestroyedCollectionCount (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
+ /// Storage: System Account (r:2 w:2)
+ /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
+ /// Storage: ForeignAssets NextForeignAssetId (r:1 w:1)
+ /// Proof: ForeignAssets NextForeignAssetId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
+ /// Storage: ForeignAssets LocationToCurrencyIds (r:1 w:1)
+ /// Proof: ForeignAssets LocationToCurrencyIds (max_values: None, max_size: Some(614), added: 3089, mode: MaxEncodedLen)
+ /// Storage: ForeignAssets ForeignAssetLocations (r:1 w:1)
+ /// Proof: ForeignAssets ForeignAssetLocations (max_values: None, max_size: Some(614), added: 3089, mode: MaxEncodedLen)
+ /// Storage: ForeignAssets AssetMetadatas (r:1 w:1)
+ /// Proof: ForeignAssets AssetMetadatas (max_values: None, max_size: Some(71), added: 2546, mode: MaxEncodedLen)
+ /// Storage: ForeignAssets AssetBinding (r:1 w:1)
+ /// Proof: ForeignAssets AssetBinding (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)
+ /// Storage: Common CollectionPropertyPermissions (r:0 w:1)
+ /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)
+ /// Storage: Common CollectionProperties (r:0 w:1)
+ /// Proof: Common CollectionProperties (max_values: None, max_size: Some(40992), added: 43467, mode: MaxEncodedLen)
+ /// Storage: Common CollectionById (r:0 w:1)
+ /// Proof: Common CollectionById (max_values: None, max_size: Some(860), added: 3335, mode: MaxEncodedLen)
fn register_foreign_asset() -> Weight {
- Weight::from_ref_time(49_269_000 as u64)
- .saturating_add(RocksDbWeight::get().reads(9 as u64))
- .saturating_add(RocksDbWeight::get().writes(11 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `318`
+ // Estimated: `17918`
+ // Minimum execution time: 45_521_000 picoseconds.
+ Weight::from_parts(46_333_000, 17918)
+ .saturating_add(RocksDbWeight::get().reads(9_u64))
+ .saturating_add(RocksDbWeight::get().writes(11_u64))
}
- // Storage: ForeignAssets ForeignAssetLocations (r:1 w:1)
- // Storage: ForeignAssets AssetMetadatas (r:1 w:1)
+ /// Storage: ForeignAssets ForeignAssetLocations (r:1 w:1)
+ /// Proof: ForeignAssets ForeignAssetLocations (max_values: None, max_size: Some(614), added: 3089, mode: MaxEncodedLen)
+ /// Storage: ForeignAssets AssetMetadatas (r:1 w:1)
+ /// Proof: ForeignAssets AssetMetadatas (max_values: None, max_size: Some(71), added: 2546, mode: MaxEncodedLen)
fn update_foreign_asset() -> Weight {
- Weight::from_ref_time(21_973_000 as u64)
- .saturating_add(RocksDbWeight::get().reads(2 as u64))
- .saturating_add(RocksDbWeight::get().writes(2 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `197`
+ // Estimated: `5635`
+ // Minimum execution time: 13_542_000 picoseconds.
+ Weight::from_parts(13_913_000, 5635)
+ .saturating_add(RocksDbWeight::get().reads(2_u64))
+ .saturating_add(RocksDbWeight::get().writes(2_u64))
}
}
+
pallets/fungible/src/weights.rsdiffbeforeafterboth--- a/pallets/fungible/src/weights.rs
+++ b/pallets/fungible/src/weights.rs
@@ -3,7 +3,8 @@
//! Autogenerated weights for pallet_fungible
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
-//! DATE: 2023-02-15, STEPS: `50`, REPEAT: 80, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2023-03-30, STEPS: `50`, REPEAT: 80, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! WORST CASE MAP SIZE: `1000000`
//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
// Executed Command:
@@ -16,8 +17,7 @@
// compiled
// --extrinsic
// *
-// --template
-// .maintain/frame-weight-template.hbs
+// --template=.maintain/frame-weight-template.hbs
// --steps=50
// --repeat=80
// --heap-pages=4096
@@ -47,128 +47,229 @@
/// Weights for pallet_fungible using the Substrate node and recommended hardware.
pub struct SubstrateWeight<T>(PhantomData<T>);
impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
- // Storage: Fungible TotalSupply (r:1 w:1)
- // Storage: Fungible Balance (r:1 w:1)
+ /// Storage: Fungible TotalSupply (r:1 w:1)
+ /// Proof: Fungible TotalSupply (max_values: None, max_size: Some(28), added: 2503, mode: MaxEncodedLen)
+ /// Storage: Fungible Balance (r:1 w:1)
+ /// Proof: Fungible Balance (max_values: None, max_size: Some(77), added: 2552, mode: MaxEncodedLen)
fn create_item() -> Weight {
- Weight::from_ref_time(19_423_000 as u64)
- .saturating_add(T::DbWeight::get().reads(2 as u64))
- .saturating_add(T::DbWeight::get().writes(2 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `42`
+ // Estimated: `5055`
+ // Minimum execution time: 10_152_000 picoseconds.
+ Weight::from_parts(10_520_000, 5055)
+ .saturating_add(T::DbWeight::get().reads(2_u64))
+ .saturating_add(T::DbWeight::get().writes(2_u64))
}
- // Storage: Fungible TotalSupply (r:1 w:1)
- // Storage: Fungible Balance (r:4 w:4)
+ /// Storage: Fungible TotalSupply (r:1 w:1)
+ /// Proof: Fungible TotalSupply (max_values: None, max_size: Some(28), added: 2503, mode: MaxEncodedLen)
+ /// Storage: Fungible Balance (r:200 w:200)
+ /// Proof: Fungible Balance (max_values: None, max_size: Some(77), added: 2552, mode: MaxEncodedLen)
+ /// The range of component `b` is `[0, 200]`.
fn create_multiple_items_ex(b: u32, ) -> Weight {
- Weight::from_ref_time(23_426_461 as u64)
- // Standard Error: 1_942
- .saturating_add(Weight::from_ref_time(3_459_389 as u64).saturating_mul(b as u64))
- .saturating_add(T::DbWeight::get().reads(1 as u64))
- .saturating_add(T::DbWeight::get().reads((1 as u64).saturating_mul(b as u64)))
- .saturating_add(T::DbWeight::get().writes(1 as u64))
- .saturating_add(T::DbWeight::get().writes((1 as u64).saturating_mul(b as u64)))
+ // Proof Size summary in bytes:
+ // Measured: `42`
+ // Estimated: `2503 + b * (2552 ±0)`
+ // Minimum execution time: 3_437_000 picoseconds.
+ Weight::from_parts(13_322_752, 2503)
+ // Standard Error: 1_728
+ .saturating_add(Weight::from_parts(3_605_522, 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))
+ .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(b.into())))
+ .saturating_add(Weight::from_parts(0, 2552).saturating_mul(b.into()))
}
- // Storage: Fungible TotalSupply (r:1 w:1)
- // Storage: Fungible Balance (r:1 w:1)
+ /// Storage: Fungible TotalSupply (r:1 w:1)
+ /// Proof: Fungible TotalSupply (max_values: None, max_size: Some(28), added: 2503, mode: MaxEncodedLen)
+ /// Storage: Fungible Balance (r:1 w:1)
+ /// Proof: Fungible Balance (max_values: None, max_size: Some(77), added: 2552, mode: MaxEncodedLen)
fn burn_item() -> Weight {
- Weight::from_ref_time(22_600_000 as u64)
- .saturating_add(T::DbWeight::get().reads(2 as u64))
- .saturating_add(T::DbWeight::get().writes(2 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `197`
+ // Estimated: `5055`
+ // Minimum execution time: 12_894_000 picoseconds.
+ Weight::from_parts(13_347_000, 5055)
+ .saturating_add(T::DbWeight::get().reads(2_u64))
+ .saturating_add(T::DbWeight::get().writes(2_u64))
}
- // Storage: Fungible Balance (r:2 w:2)
+ /// Storage: Fungible Balance (r:2 w:2)
+ /// Proof: Fungible Balance (max_values: None, max_size: Some(77), added: 2552, mode: MaxEncodedLen)
fn transfer() -> Weight {
- Weight::from_ref_time(24_015_000 as u64)
- .saturating_add(T::DbWeight::get().reads(2 as u64))
- .saturating_add(T::DbWeight::get().writes(2 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `182`
+ // Estimated: `5104`
+ // Minimum execution time: 13_832_000 picoseconds.
+ Weight::from_parts(14_064_000, 5104)
+ .saturating_add(T::DbWeight::get().reads(2_u64))
+ .saturating_add(T::DbWeight::get().writes(2_u64))
}
- // Storage: Fungible Balance (r:1 w:0)
- // Storage: Fungible Allowance (r:0 w:1)
+ /// Storage: Fungible Balance (r:1 w:0)
+ /// Proof: Fungible Balance (max_values: None, max_size: Some(77), added: 2552, mode: MaxEncodedLen)
+ /// Storage: Fungible Allowance (r:0 w:1)
+ /// Proof: Fungible Allowance (max_values: None, max_size: Some(93), added: 2568, mode: MaxEncodedLen)
fn approve() -> Weight {
- Weight::from_ref_time(22_478_000 as u64)
- .saturating_add(T::DbWeight::get().reads(1 as u64))
- .saturating_add(T::DbWeight::get().writes(1 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `182`
+ // Estimated: `2552`
+ // Minimum execution time: 12_417_000 picoseconds.
+ Weight::from_parts(12_658_000, 2552)
+ .saturating_add(T::DbWeight::get().reads(1_u64))
+ .saturating_add(T::DbWeight::get().writes(1_u64))
}
- // Storage: Fungible Balance (r:1 w:0)
- // Storage: Fungible Allowance (r:0 w:1)
+ /// Storage: Fungible Balance (r:1 w:0)
+ /// Proof: Fungible Balance (max_values: None, max_size: Some(77), added: 2552, mode: MaxEncodedLen)
+ /// Storage: Fungible Allowance (r:0 w:1)
+ /// Proof: Fungible Allowance (max_values: None, max_size: Some(93), added: 2568, mode: MaxEncodedLen)
fn approve_from() -> Weight {
- Weight::from_ref_time(22_522_000 as u64)
- .saturating_add(T::DbWeight::get().reads(1 as u64))
- .saturating_add(T::DbWeight::get().writes(1 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `170`
+ // Estimated: `2552`
+ // Minimum execution time: 12_322_000 picoseconds.
+ Weight::from_parts(12_629_000, 2552)
+ .saturating_add(T::DbWeight::get().reads(1_u64))
+ .saturating_add(T::DbWeight::get().writes(1_u64))
}
- // Storage: Fungible Allowance (r:1 w:1)
- // Storage: Fungible Balance (r:2 w:2)
+ /// Storage: Fungible Allowance (r:1 w:1)
+ /// Proof: Fungible Allowance (max_values: None, max_size: Some(93), added: 2568, mode: MaxEncodedLen)
+ /// Storage: Fungible Balance (r:2 w:2)
+ /// Proof: Fungible Balance (max_values: None, max_size: Some(77), added: 2552, mode: MaxEncodedLen)
fn transfer_from() -> Weight {
- Weight::from_ref_time(32_061_000 as u64)
- .saturating_add(T::DbWeight::get().reads(3 as u64))
- .saturating_add(T::DbWeight::get().writes(3 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `300`
+ // Estimated: `7672`
+ // Minimum execution time: 21_667_000 picoseconds.
+ Weight::from_parts(22_166_000, 7672)
+ .saturating_add(T::DbWeight::get().reads(3_u64))
+ .saturating_add(T::DbWeight::get().writes(3_u64))
}
- // Storage: Fungible Allowance (r:1 w:1)
- // Storage: Fungible TotalSupply (r:1 w:1)
- // Storage: Fungible Balance (r:1 w:1)
+ /// Storage: Fungible Allowance (r:1 w:1)
+ /// Proof: Fungible Allowance (max_values: None, max_size: Some(93), added: 2568, mode: MaxEncodedLen)
+ /// Storage: Fungible TotalSupply (r:1 w:1)
+ /// Proof: Fungible TotalSupply (max_values: None, max_size: Some(28), added: 2503, mode: MaxEncodedLen)
+ /// Storage: Fungible Balance (r:1 w:1)
+ /// Proof: Fungible Balance (max_values: None, max_size: Some(77), added: 2552, mode: MaxEncodedLen)
fn burn_from() -> Weight {
- Weight::from_ref_time(32_115_000 as u64)
- .saturating_add(T::DbWeight::get().reads(3 as u64))
- .saturating_add(T::DbWeight::get().writes(3 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `315`
+ // Estimated: `7623`
+ // Minimum execution time: 21_271_000 picoseconds.
+ Weight::from_parts(21_709_000, 7623)
+ .saturating_add(T::DbWeight::get().reads(3_u64))
+ .saturating_add(T::DbWeight::get().writes(3_u64))
}
}
// For backwards compatibility and tests
impl WeightInfo for () {
- // Storage: Fungible TotalSupply (r:1 w:1)
- // Storage: Fungible Balance (r:1 w:1)
+ /// Storage: Fungible TotalSupply (r:1 w:1)
+ /// Proof: Fungible TotalSupply (max_values: None, max_size: Some(28), added: 2503, mode: MaxEncodedLen)
+ /// Storage: Fungible Balance (r:1 w:1)
+ /// Proof: Fungible Balance (max_values: None, max_size: Some(77), added: 2552, mode: MaxEncodedLen)
fn create_item() -> Weight {
- Weight::from_ref_time(19_423_000 as u64)
- .saturating_add(RocksDbWeight::get().reads(2 as u64))
- .saturating_add(RocksDbWeight::get().writes(2 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `42`
+ // Estimated: `5055`
+ // Minimum execution time: 10_152_000 picoseconds.
+ Weight::from_parts(10_520_000, 5055)
+ .saturating_add(RocksDbWeight::get().reads(2_u64))
+ .saturating_add(RocksDbWeight::get().writes(2_u64))
}
- // Storage: Fungible TotalSupply (r:1 w:1)
- // Storage: Fungible Balance (r:4 w:4)
+ /// Storage: Fungible TotalSupply (r:1 w:1)
+ /// Proof: Fungible TotalSupply (max_values: None, max_size: Some(28), added: 2503, mode: MaxEncodedLen)
+ /// Storage: Fungible Balance (r:200 w:200)
+ /// Proof: Fungible Balance (max_values: None, max_size: Some(77), added: 2552, mode: MaxEncodedLen)
+ /// The range of component `b` is `[0, 200]`.
fn create_multiple_items_ex(b: u32, ) -> Weight {
- Weight::from_ref_time(23_426_461 as u64)
- // Standard Error: 1_942
- .saturating_add(Weight::from_ref_time(3_459_389 as u64).saturating_mul(b as u64))
- .saturating_add(RocksDbWeight::get().reads(1 as u64))
- .saturating_add(RocksDbWeight::get().reads((1 as u64).saturating_mul(b as u64)))
- .saturating_add(RocksDbWeight::get().writes(1 as u64))
- .saturating_add(RocksDbWeight::get().writes((1 as u64).saturating_mul(b as u64)))
+ // Proof Size summary in bytes:
+ // Measured: `42`
+ // Estimated: `2503 + b * (2552 ±0)`
+ // Minimum execution time: 3_437_000 picoseconds.
+ Weight::from_parts(13_322_752, 2503)
+ // Standard Error: 1_728
+ .saturating_add(Weight::from_parts(3_605_522, 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))
+ .saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(b.into())))
+ .saturating_add(Weight::from_parts(0, 2552).saturating_mul(b.into()))
}
- // Storage: Fungible TotalSupply (r:1 w:1)
- // Storage: Fungible Balance (r:1 w:1)
+ /// Storage: Fungible TotalSupply (r:1 w:1)
+ /// Proof: Fungible TotalSupply (max_values: None, max_size: Some(28), added: 2503, mode: MaxEncodedLen)
+ /// Storage: Fungible Balance (r:1 w:1)
+ /// Proof: Fungible Balance (max_values: None, max_size: Some(77), added: 2552, mode: MaxEncodedLen)
fn burn_item() -> Weight {
- Weight::from_ref_time(22_600_000 as u64)
- .saturating_add(RocksDbWeight::get().reads(2 as u64))
- .saturating_add(RocksDbWeight::get().writes(2 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `197`
+ // Estimated: `5055`
+ // Minimum execution time: 12_894_000 picoseconds.
+ Weight::from_parts(13_347_000, 5055)
+ .saturating_add(RocksDbWeight::get().reads(2_u64))
+ .saturating_add(RocksDbWeight::get().writes(2_u64))
}
- // Storage: Fungible Balance (r:2 w:2)
+ /// Storage: Fungible Balance (r:2 w:2)
+ /// Proof: Fungible Balance (max_values: None, max_size: Some(77), added: 2552, mode: MaxEncodedLen)
fn transfer() -> Weight {
- Weight::from_ref_time(24_015_000 as u64)
- .saturating_add(RocksDbWeight::get().reads(2 as u64))
- .saturating_add(RocksDbWeight::get().writes(2 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `182`
+ // Estimated: `5104`
+ // Minimum execution time: 13_832_000 picoseconds.
+ Weight::from_parts(14_064_000, 5104)
+ .saturating_add(RocksDbWeight::get().reads(2_u64))
+ .saturating_add(RocksDbWeight::get().writes(2_u64))
}
- // Storage: Fungible Balance (r:1 w:0)
- // Storage: Fungible Allowance (r:0 w:1)
+ /// Storage: Fungible Balance (r:1 w:0)
+ /// Proof: Fungible Balance (max_values: None, max_size: Some(77), added: 2552, mode: MaxEncodedLen)
+ /// Storage: Fungible Allowance (r:0 w:1)
+ /// Proof: Fungible Allowance (max_values: None, max_size: Some(93), added: 2568, mode: MaxEncodedLen)
fn approve() -> Weight {
- Weight::from_ref_time(22_478_000 as u64)
- .saturating_add(RocksDbWeight::get().reads(1 as u64))
- .saturating_add(RocksDbWeight::get().writes(1 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `182`
+ // Estimated: `2552`
+ // Minimum execution time: 12_417_000 picoseconds.
+ Weight::from_parts(12_658_000, 2552)
+ .saturating_add(RocksDbWeight::get().reads(1_u64))
+ .saturating_add(RocksDbWeight::get().writes(1_u64))
}
- // Storage: Fungible Balance (r:1 w:0)
- // Storage: Fungible Allowance (r:0 w:1)
+ /// Storage: Fungible Balance (r:1 w:0)
+ /// Proof: Fungible Balance (max_values: None, max_size: Some(77), added: 2552, mode: MaxEncodedLen)
+ /// Storage: Fungible Allowance (r:0 w:1)
+ /// Proof: Fungible Allowance (max_values: None, max_size: Some(93), added: 2568, mode: MaxEncodedLen)
fn approve_from() -> Weight {
- Weight::from_ref_time(22_522_000 as u64)
- .saturating_add(RocksDbWeight::get().reads(1 as u64))
- .saturating_add(RocksDbWeight::get().writes(1 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `170`
+ // Estimated: `2552`
+ // Minimum execution time: 12_322_000 picoseconds.
+ Weight::from_parts(12_629_000, 2552)
+ .saturating_add(RocksDbWeight::get().reads(1_u64))
+ .saturating_add(RocksDbWeight::get().writes(1_u64))
}
- // Storage: Fungible Allowance (r:1 w:1)
- // Storage: Fungible Balance (r:2 w:2)
+ /// Storage: Fungible Allowance (r:1 w:1)
+ /// Proof: Fungible Allowance (max_values: None, max_size: Some(93), added: 2568, mode: MaxEncodedLen)
+ /// Storage: Fungible Balance (r:2 w:2)
+ /// Proof: Fungible Balance (max_values: None, max_size: Some(77), added: 2552, mode: MaxEncodedLen)
fn transfer_from() -> Weight {
- Weight::from_ref_time(32_061_000 as u64)
- .saturating_add(RocksDbWeight::get().reads(3 as u64))
- .saturating_add(RocksDbWeight::get().writes(3 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `300`
+ // Estimated: `7672`
+ // Minimum execution time: 21_667_000 picoseconds.
+ Weight::from_parts(22_166_000, 7672)
+ .saturating_add(RocksDbWeight::get().reads(3_u64))
+ .saturating_add(RocksDbWeight::get().writes(3_u64))
}
- // Storage: Fungible Allowance (r:1 w:1)
- // Storage: Fungible TotalSupply (r:1 w:1)
- // Storage: Fungible Balance (r:1 w:1)
+ /// Storage: Fungible Allowance (r:1 w:1)
+ /// Proof: Fungible Allowance (max_values: None, max_size: Some(93), added: 2568, mode: MaxEncodedLen)
+ /// Storage: Fungible TotalSupply (r:1 w:1)
+ /// Proof: Fungible TotalSupply (max_values: None, max_size: Some(28), added: 2503, mode: MaxEncodedLen)
+ /// Storage: Fungible Balance (r:1 w:1)
+ /// Proof: Fungible Balance (max_values: None, max_size: Some(77), added: 2552, mode: MaxEncodedLen)
fn burn_from() -> Weight {
- Weight::from_ref_time(32_115_000 as u64)
- .saturating_add(RocksDbWeight::get().reads(3 as u64))
- .saturating_add(RocksDbWeight::get().writes(3 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `315`
+ // Estimated: `7623`
+ // Minimum execution time: 21_271_000 picoseconds.
+ Weight::from_parts(21_709_000, 7623)
+ .saturating_add(RocksDbWeight::get().reads(3_u64))
+ .saturating_add(RocksDbWeight::get().writes(3_u64))
}
}
+
pallets/maintenance/src/weights.rsdiffbeforeafterboth--- a/pallets/maintenance/src/weights.rs
+++ b/pallets/maintenance/src/weights.rs
@@ -3,7 +3,8 @@
//! Autogenerated weights for pallet_maintenance
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
-//! DATE: 2023-02-22, STEPS: `50`, REPEAT: 80, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2023-03-30, STEPS: `50`, REPEAT: 80, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! WORST CASE MAP SIZE: `1000000`
//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
// Executed Command:
@@ -16,8 +17,7 @@
// compiled
// --extrinsic
// *
-// --template
-// .maintain/frame-weight-template.hbs
+// --template=.maintain/frame-weight-template.hbs
// --steps=50
// --repeat=80
// --heap-pages=4096
@@ -42,40 +42,73 @@
/// Weights for pallet_maintenance using the Substrate node and recommended hardware.
pub struct SubstrateWeight<T>(PhantomData<T>);
impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
- // Storage: Maintenance Enabled (r:0 w:1)
+ /// Storage: Maintenance Enabled (r:0 w:1)
+ /// Proof: Maintenance Enabled (max_values: Some(1), max_size: Some(1), added: 496, mode: MaxEncodedLen)
fn enable() -> Weight {
- Weight::from_ref_time(12_866_000 as u64)
- .saturating_add(T::DbWeight::get().writes(1 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `0`
+ // Estimated: `0`
+ // Minimum execution time: 4_721_000 picoseconds.
+ Weight::from_parts(4_918_000, 0)
+ .saturating_add(T::DbWeight::get().writes(1_u64))
}
- // Storage: Maintenance Enabled (r:0 w:1)
+ /// Storage: Maintenance Enabled (r:0 w:1)
+ /// Proof: Maintenance Enabled (max_values: Some(1), max_size: Some(1), added: 496, mode: MaxEncodedLen)
fn disable() -> Weight {
- Weight::from_ref_time(12_777_000 as u64)
- .saturating_add(T::DbWeight::get().writes(1 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `0`
+ // Estimated: `0`
+ // Minimum execution time: 4_795_000 picoseconds.
+ Weight::from_parts(5_006_000, 0)
+ .saturating_add(T::DbWeight::get().writes(1_u64))
}
- // Storage: Preimage StatusFor (r:1 w:0)
- // Storage: Preimage PreimageFor (r:1 w:0)
+ /// Storage: Preimage StatusFor (r:1 w:0)
+ /// Proof: Preimage StatusFor (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen)
+ /// Storage: Preimage PreimageFor (r:1 w:0)
+ /// Proof: Preimage PreimageFor (max_values: None, max_size: Some(4194344), added: 4196819, mode: MaxEncodedLen)
fn execute_preimage() -> Weight {
- Weight::from_ref_time(12_228_000 as u64)
- .saturating_add(T::DbWeight::get().reads(2 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `209`
+ // Estimated: `4199385`
+ // Minimum execution time: 11_496_000 picoseconds.
+ Weight::from_parts(11_719_000, 4199385)
+ .saturating_add(T::DbWeight::get().reads(2_u64))
}
}
// For backwards compatibility and tests
impl WeightInfo for () {
- // Storage: Maintenance Enabled (r:0 w:1)
+ /// Storage: Maintenance Enabled (r:0 w:1)
+ /// Proof: Maintenance Enabled (max_values: Some(1), max_size: Some(1), added: 496, mode: MaxEncodedLen)
fn enable() -> Weight {
- Weight::from_ref_time(12_866_000 as u64)
- .saturating_add(RocksDbWeight::get().writes(1 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `0`
+ // Estimated: `0`
+ // Minimum execution time: 4_721_000 picoseconds.
+ Weight::from_parts(4_918_000, 0)
+ .saturating_add(RocksDbWeight::get().writes(1_u64))
}
- // Storage: Maintenance Enabled (r:0 w:1)
+ /// Storage: Maintenance Enabled (r:0 w:1)
+ /// Proof: Maintenance Enabled (max_values: Some(1), max_size: Some(1), added: 496, mode: MaxEncodedLen)
fn disable() -> Weight {
- Weight::from_ref_time(12_777_000 as u64)
- .saturating_add(RocksDbWeight::get().writes(1 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `0`
+ // Estimated: `0`
+ // Minimum execution time: 4_795_000 picoseconds.
+ Weight::from_parts(5_006_000, 0)
+ .saturating_add(RocksDbWeight::get().writes(1_u64))
}
- // Storage: Preimage StatusFor (r:1 w:0)
- // Storage: Preimage PreimageFor (r:1 w:0)
+ /// Storage: Preimage StatusFor (r:1 w:0)
+ /// Proof: Preimage StatusFor (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen)
+ /// Storage: Preimage PreimageFor (r:1 w:0)
+ /// Proof: Preimage PreimageFor (max_values: None, max_size: Some(4194344), added: 4196819, mode: MaxEncodedLen)
fn execute_preimage() -> Weight {
- Weight::from_ref_time(12_228_000 as u64)
- .saturating_add(RocksDbWeight::get().reads(2 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `209`
+ // Estimated: `4199385`
+ // Minimum execution time: 11_496_000 picoseconds.
+ Weight::from_parts(11_719_000, 4199385)
+ .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,7 +3,8 @@
//! Autogenerated weights for pallet_nonfungible
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
-//! DATE: 2023-02-15, STEPS: `50`, REPEAT: 80, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2023-03-30, STEPS: `50`, REPEAT: 80, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! WORST CASE MAP SIZE: `1000000`
//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
// Executed Command:
@@ -16,8 +17,7 @@
// compiled
// --extrinsic
// *
-// --template
-// .maintain/frame-weight-template.hbs
+// --template=.maintain/frame-weight-template.hbs
// --steps=50
// --repeat=80
// --heap-pages=4096
@@ -57,354 +57,653 @@
/// Weights for pallet_nonfungible using the Substrate node and recommended hardware.
pub struct SubstrateWeight<T>(PhantomData<T>);
impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
- // Storage: Nonfungible TokensMinted (r:1 w:1)
- // Storage: Nonfungible AccountBalance (r:1 w:1)
- // Storage: Nonfungible TokenProperties (r:1 w:1)
- // Storage: Common CollectionPropertyPermissions (r:1 w:0)
- // Storage: Nonfungible TokenData (r:0 w:1)
- // Storage: Nonfungible Owned (r:0 w:1)
+ /// Storage: Nonfungible TokensMinted (r:1 w:1)
+ /// Proof: Nonfungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)
+ /// Storage: Nonfungible AccountBalance (r:1 w:1)
+ /// Proof: Nonfungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, 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:0 w:1)
+ /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen)
+ /// Storage: Nonfungible Owned (r:0 w:1)
+ /// Proof: Nonfungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)
fn create_item() -> Weight {
- Weight::from_ref_time(35_333_000 as u64)
- .saturating_add(T::DbWeight::get().reads(4 as u64))
- .saturating_add(T::DbWeight::get().writes(5 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `390`
+ // Estimated: `59511`
+ // Minimum execution time: 23_081_000 picoseconds.
+ Weight::from_parts(23_551_000, 59511)
+ .saturating_add(T::DbWeight::get().reads(4_u64))
+ .saturating_add(T::DbWeight::get().writes(5_u64))
}
- // Storage: Nonfungible TokensMinted (r:1 w:1)
- // Storage: Nonfungible AccountBalance (r:1 w:1)
- // Storage: Nonfungible TokenProperties (r:4 w:4)
- // Storage: Common CollectionPropertyPermissions (r:1 w:0)
- // Storage: Nonfungible TokenData (r:0 w:4)
- // Storage: Nonfungible Owned (r:0 w:4)
+ /// Storage: Nonfungible TokensMinted (r:1 w:1)
+ /// Proof: Nonfungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)
+ /// Storage: Nonfungible AccountBalance (r:1 w:1)
+ /// Proof: Nonfungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)
+ /// Storage: Nonfungible TokenProperties (r:200 w:200)
+ /// 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:0 w:200)
+ /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen)
+ /// Storage: Nonfungible Owned (r:0 w:200)
+ /// Proof: Nonfungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)
+ /// The range of component `b` is `[0, 200]`.
fn create_multiple_items(b: u32, ) -> Weight {
- Weight::from_ref_time(19_091_371 as u64)
- // Standard Error: 3_221
- .saturating_add(Weight::from_ref_time(7_304_849 as u64).saturating_mul(b as u64))
- .saturating_add(T::DbWeight::get().reads(3 as u64))
- .saturating_add(T::DbWeight::get().reads((1 as u64).saturating_mul(b as u64)))
- .saturating_add(T::DbWeight::get().writes(2 as u64))
- .saturating_add(T::DbWeight::get().writes((3 as u64).saturating_mul(b as u64)))
+ // Proof Size summary in bytes:
+ // Measured: `390`
+ // Estimated: `24232 + b * (35279 ±0)`
+ // Minimum execution time: 4_557_000 picoseconds.
+ Weight::from_parts(5_994_058, 24232)
+ // Standard Error: 4_326
+ .saturating_add(Weight::from_parts(7_369_489, 0).saturating_mul(b.into()))
+ .saturating_add(T::DbWeight::get().reads(3_u64))
+ .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(b.into())))
+ .saturating_add(T::DbWeight::get().writes(2_u64))
+ .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(b.into())))
+ .saturating_add(Weight::from_parts(0, 35279).saturating_mul(b.into()))
}
- // Storage: Nonfungible TokensMinted (r:1 w:1)
- // Storage: Nonfungible AccountBalance (r:4 w:4)
- // Storage: Nonfungible TokenProperties (r:4 w:4)
- // Storage: Common CollectionPropertyPermissions (r:1 w:0)
- // Storage: Nonfungible TokenData (r:0 w:4)
- // Storage: Nonfungible Owned (r:0 w:4)
+ /// Storage: Nonfungible TokensMinted (r:1 w:1)
+ /// Proof: Nonfungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)
+ /// Storage: Nonfungible AccountBalance (r:200 w:200)
+ /// Proof: Nonfungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)
+ /// Storage: Nonfungible TokenProperties (r:200 w:200)
+ /// 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:0 w:200)
+ /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen)
+ /// Storage: Nonfungible Owned (r:0 w:200)
+ /// Proof: Nonfungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)
+ /// The range of component `b` is `[0, 200]`.
fn create_multiple_items_ex(b: u32, ) -> Weight {
- Weight::from_ref_time(12_655_339 as u64)
- // Standard Error: 3_655
- .saturating_add(Weight::from_ref_time(9_051_919 as u64).saturating_mul(b as u64))
- .saturating_add(T::DbWeight::get().reads(2 as u64))
- .saturating_add(T::DbWeight::get().reads((2 as u64).saturating_mul(b as u64)))
- .saturating_add(T::DbWeight::get().writes(1 as u64))
- .saturating_add(T::DbWeight::get().writes((4 as u64).saturating_mul(b as u64)))
+ // Proof Size summary in bytes:
+ // Measured: `390`
+ // Estimated: `21692 + b * (37819 ±0)`
+ // Minimum execution time: 4_533_000 picoseconds.
+ Weight::from_parts(2_822_660, 21692)
+ // Standard Error: 3_650
+ .saturating_add(Weight::from_parts(9_100_706, 0).saturating_mul(b.into()))
+ .saturating_add(T::DbWeight::get().reads(2_u64))
+ .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(b.into())))
+ .saturating_add(T::DbWeight::get().writes(1_u64))
+ .saturating_add(T::DbWeight::get().writes((4_u64).saturating_mul(b.into())))
+ .saturating_add(Weight::from_parts(0, 37819).saturating_mul(b.into()))
}
- // Storage: Nonfungible TokenData (r:1 w:1)
- // Storage: Nonfungible TokenChildren (r:1 w:0)
- // Storage: Nonfungible TokensBurnt (r:1 w:1)
- // Storage: Nonfungible AccountBalance (r:1 w:1)
- // Storage: Nonfungible Allowance (r:1 w:0)
- // Storage: Nonfungible Owned (r:0 w:1)
- // Storage: Nonfungible TokenProperties (r:0 w:1)
+ /// Storage: Nonfungible TokenData (r:1 w:1)
+ /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen)
+ /// Storage: Nonfungible TokenChildren (r:1 w:0)
+ /// Proof: Nonfungible TokenChildren (max_values: None, max_size: Some(41), added: 2516, mode: MaxEncodedLen)
+ /// Storage: Nonfungible TokensBurnt (r:1 w:1)
+ /// Proof: Nonfungible TokensBurnt (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)
+ /// Storage: Nonfungible AccountBalance (r:1 w:1)
+ /// Proof: Nonfungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)
+ /// Storage: Nonfungible Allowance (r:1 w:0)
+ /// Proof: Nonfungible Allowance (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen)
+ /// Storage: Nonfungible Owned (r:0 w:1)
+ /// Proof: Nonfungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)
+ /// Storage: Nonfungible TokenProperties (r:0 w:1)
+ /// Proof: Nonfungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)
fn burn_item() -> Weight {
- Weight::from_ref_time(34_068_000 as u64)
- .saturating_add(T::DbWeight::get().reads(5 as u64))
- .saturating_add(T::DbWeight::get().writes(5 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `412`
+ // Estimated: `12611`
+ // Minimum execution time: 23_528_000 picoseconds.
+ Weight::from_parts(24_680_000, 12611)
+ .saturating_add(T::DbWeight::get().reads(5_u64))
+ .saturating_add(T::DbWeight::get().writes(5_u64))
}
- // Storage: Nonfungible TokenChildren (r:1 w:0)
- // Storage: Nonfungible TokenData (r:1 w:1)
- // Storage: Nonfungible TokensBurnt (r:1 w:1)
- // Storage: Nonfungible AccountBalance (r:1 w:1)
- // Storage: Nonfungible Allowance (r:1 w:0)
- // Storage: Nonfungible Owned (r:0 w:1)
- // Storage: Nonfungible TokenProperties (r:0 w:1)
+ /// Storage: Nonfungible TokenChildren (r:1 w:0)
+ /// Proof: Nonfungible TokenChildren (max_values: None, max_size: Some(41), added: 2516, mode: MaxEncodedLen)
+ /// Storage: Nonfungible TokenData (r:1 w:1)
+ /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen)
+ /// Storage: Nonfungible TokensBurnt (r:1 w:1)
+ /// Proof: Nonfungible TokensBurnt (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)
+ /// Storage: Nonfungible AccountBalance (r:1 w:1)
+ /// Proof: Nonfungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)
+ /// Storage: Nonfungible Allowance (r:1 w:0)
+ /// Proof: Nonfungible Allowance (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen)
+ /// Storage: Nonfungible Owned (r:0 w:1)
+ /// Proof: Nonfungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)
+ /// Storage: Nonfungible TokenProperties (r:0 w:1)
+ /// Proof: Nonfungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)
fn burn_recursively_self_raw() -> Weight {
- Weight::from_ref_time(44_840_000 as u64)
- .saturating_add(T::DbWeight::get().reads(5 as u64))
- .saturating_add(T::DbWeight::get().writes(5 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `412`
+ // Estimated: `12611`
+ // Minimum execution time: 29_770_000 picoseconds.
+ Weight::from_parts(30_114_000, 12611)
+ .saturating_add(T::DbWeight::get().reads(5_u64))
+ .saturating_add(T::DbWeight::get().writes(5_u64))
}
- // Storage: Nonfungible TokenChildren (r:1 w:0)
- // Storage: Nonfungible TokenData (r:1 w:1)
- // Storage: Nonfungible TokensBurnt (r:1 w:1)
- // Storage: Nonfungible AccountBalance (r:1 w:1)
- // Storage: Nonfungible Allowance (r:1 w:0)
- // Storage: Nonfungible Owned (r:0 w:1)
- // Storage: Nonfungible TokenProperties (r:0 w:1)
- // Storage: Common CollectionById (r:1 w:0)
+ /// Storage: Nonfungible TokenChildren (r:401 w:200)
+ /// Proof: Nonfungible TokenChildren (max_values: None, max_size: Some(41), added: 2516, mode: MaxEncodedLen)
+ /// Storage: Common CollectionById (r:1 w:0)
+ /// Proof: Common CollectionById (max_values: None, max_size: Some(860), added: 3335, mode: MaxEncodedLen)
+ /// Storage: Nonfungible TokenData (r:201 w:201)
+ /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen)
+ /// Storage: Nonfungible TokensBurnt (r:1 w:1)
+ /// Proof: Nonfungible TokensBurnt (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)
+ /// Storage: Nonfungible AccountBalance (r:2 w:2)
+ /// Proof: Nonfungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)
+ /// Storage: Nonfungible Allowance (r:201 w:0)
+ /// Proof: Nonfungible Allowance (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen)
+ /// Storage: Nonfungible Owned (r:0 w:201)
+ /// Proof: Nonfungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)
+ /// Storage: Nonfungible TokenProperties (r:0 w:201)
+ /// Proof: Nonfungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)
+ /// The range of component `b` is `[0, 200]`.
fn burn_recursively_breadth_plus_self_plus_self_per_each_raw(b: u32, ) -> Weight {
- Weight::from_ref_time(44_567_000 as u64)
- // Standard Error: 1_014_743
- .saturating_add(Weight::from_ref_time(209_619_240 as u64).saturating_mul(b as u64))
- .saturating_add(T::DbWeight::get().reads(7 as u64))
- .saturating_add(T::DbWeight::get().reads((4 as u64).saturating_mul(b as u64)))
- .saturating_add(T::DbWeight::get().writes(6 as u64))
- .saturating_add(T::DbWeight::get().writes((4 as u64).saturating_mul(b as u64)))
+ // Proof Size summary in bytes:
+ // Measured: `1530 + b * (58 ±0)`
+ // Estimated: `18290 + b * (10097 ±0)`
+ // Minimum execution time: 31_413_000 picoseconds.
+ Weight::from_parts(31_865_000, 18290)
+ // Standard Error: 980_032
+ .saturating_add(Weight::from_parts(205_236_443, 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))
+ .saturating_add(T::DbWeight::get().writes((4_u64).saturating_mul(b.into())))
+ .saturating_add(Weight::from_parts(0, 10097).saturating_mul(b.into()))
}
- // Storage: Nonfungible TokenData (r:1 w:1)
- // Storage: Nonfungible AccountBalance (r:2 w:2)
- // Storage: Nonfungible Allowance (r:1 w:0)
- // Storage: Nonfungible Owned (r:0 w:2)
+ /// Storage: Nonfungible TokenData (r:1 w:1)
+ /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen)
+ /// Storage: Nonfungible AccountBalance (r:2 w:2)
+ /// Proof: Nonfungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)
+ /// Storage: Nonfungible Allowance (r:1 w:0)
+ /// Proof: Nonfungible Allowance (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen)
+ /// Storage: Nonfungible Owned (r:0 w:2)
+ /// Proof: Nonfungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)
fn transfer() -> Weight {
- Weight::from_ref_time(29_508_000 as u64)
- .saturating_add(T::DbWeight::get().reads(4 as u64))
- .saturating_add(T::DbWeight::get().writes(5 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `412`
+ // Estimated: `10144`
+ // Minimum execution time: 18_629_000 picoseconds.
+ Weight::from_parts(18_997_000, 10144)
+ .saturating_add(T::DbWeight::get().reads(4_u64))
+ .saturating_add(T::DbWeight::get().writes(5_u64))
}
- // Storage: Nonfungible TokenData (r:1 w:0)
- // Storage: Nonfungible Allowance (r:1 w:1)
+ /// Storage: Nonfungible TokenData (r:1 w:0)
+ /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen)
+ /// Storage: Nonfungible Allowance (r:1 w:1)
+ /// Proof: Nonfungible Allowance (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen)
fn approve() -> Weight {
- Weight::from_ref_time(22_168_000 as u64)
- .saturating_add(T::DbWeight::get().reads(2 as u64))
- .saturating_add(T::DbWeight::get().writes(1 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `358`
+ // Estimated: `5064`
+ // Minimum execution time: 11_507_000 picoseconds.
+ Weight::from_parts(11_771_000, 5064)
+ .saturating_add(T::DbWeight::get().reads(2_u64))
+ .saturating_add(T::DbWeight::get().writes(1_u64))
}
- // Storage: Nonfungible TokenData (r:1 w:0)
- // Storage: Nonfungible Allowance (r:1 w:1)
+ /// Storage: Nonfungible TokenData (r:1 w:0)
+ /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen)
+ /// Storage: Nonfungible Allowance (r:1 w:1)
+ /// Proof: Nonfungible Allowance (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen)
fn approve_from() -> Weight {
- Weight::from_ref_time(22_063_000 as u64)
- .saturating_add(T::DbWeight::get().reads(2 as u64))
- .saturating_add(T::DbWeight::get().writes(1 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `313`
+ // Estimated: `5064`
+ // Minimum execution time: 11_558_000 picoseconds.
+ Weight::from_parts(11_789_000, 5064)
+ .saturating_add(T::DbWeight::get().reads(2_u64))
+ .saturating_add(T::DbWeight::get().writes(1_u64))
}
- // Storage: Nonfungible Allowance (r:1 w:1)
- // Storage: Nonfungible TokenData (r:1 w:1)
- // Storage: Nonfungible AccountBalance (r:2 w:2)
- // Storage: Nonfungible Owned (r:0 w:2)
+ /// Storage: Nonfungible Allowance (r:1 w:1)
+ /// Proof: Nonfungible Allowance (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen)
+ /// Storage: Nonfungible TokenData (r:1 w:1)
+ /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen)
+ /// Storage: Nonfungible AccountBalance (r:2 w:2)
+ /// Proof: Nonfungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)
+ /// Storage: Nonfungible Owned (r:0 w:2)
+ /// Proof: Nonfungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)
fn transfer_from() -> Weight {
- Weight::from_ref_time(36_386_000 as u64)
- .saturating_add(T::DbWeight::get().reads(4 as u64))
- .saturating_add(T::DbWeight::get().writes(6 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `527`
+ // Estimated: `10144`
+ // Minimum execution time: 24_919_000 picoseconds.
+ Weight::from_parts(25_333_000, 10144)
+ .saturating_add(T::DbWeight::get().reads(4_u64))
+ .saturating_add(T::DbWeight::get().writes(6_u64))
}
- // Storage: Nonfungible Allowance (r:1 w:1)
- // Storage: Nonfungible TokenData (r:1 w:1)
- // Storage: Nonfungible TokenChildren (r:1 w:0)
- // Storage: Nonfungible TokensBurnt (r:1 w:1)
- // Storage: Nonfungible AccountBalance (r:1 w:1)
- // Storage: Nonfungible Owned (r:0 w:1)
- // Storage: Nonfungible TokenProperties (r:0 w:1)
+ /// Storage: Nonfungible Allowance (r:1 w:1)
+ /// Proof: Nonfungible Allowance (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen)
+ /// Storage: Nonfungible TokenData (r:1 w:1)
+ /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen)
+ /// Storage: Nonfungible TokenChildren (r:1 w:0)
+ /// Proof: Nonfungible TokenChildren (max_values: None, max_size: Some(41), added: 2516, mode: MaxEncodedLen)
+ /// Storage: Nonfungible TokensBurnt (r:1 w:1)
+ /// Proof: Nonfungible TokensBurnt (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)
+ /// Storage: Nonfungible AccountBalance (r:1 w:1)
+ /// Proof: Nonfungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)
+ /// Storage: Nonfungible Owned (r:0 w:1)
+ /// Proof: Nonfungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)
+ /// Storage: Nonfungible TokenProperties (r:0 w:1)
+ /// Proof: Nonfungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)
fn burn_from() -> Weight {
- Weight::from_ref_time(42_499_000 as u64)
- .saturating_add(T::DbWeight::get().reads(5 as u64))
- .saturating_add(T::DbWeight::get().writes(6 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `527`
+ // Estimated: `12611`
+ // Minimum execution time: 30_713_000 picoseconds.
+ Weight::from_parts(31_160_000, 12611)
+ .saturating_add(T::DbWeight::get().reads(5_u64))
+ .saturating_add(T::DbWeight::get().writes(6_u64))
}
- // Storage: Common CollectionPropertyPermissions (r:1 w:1)
+ /// Storage: Common CollectionPropertyPermissions (r:1 w:1)
+ /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)
+ /// The range of component `b` is `[0, 64]`.
fn set_token_property_permissions(b: u32, ) -> Weight {
- Weight::from_ref_time(5_317_000 as u64)
- // Standard Error: 42_045
- .saturating_add(Weight::from_ref_time(12_179_871 as u64).saturating_mul(b as u64))
- .saturating_add(T::DbWeight::get().reads(1 as u64))
- .saturating_add(T::DbWeight::get().writes(1 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `281`
+ // Estimated: `19201`
+ // Minimum execution time: 2_360_000 picoseconds.
+ Weight::from_parts(2_396_000, 19201)
+ // Standard Error: 43_257
+ .saturating_add(Weight::from_parts(12_085_808, 0).saturating_mul(b.into()))
+ .saturating_add(T::DbWeight::get().reads(1_u64))
+ .saturating_add(T::DbWeight::get().writes(1_u64))
}
- // Storage: Nonfungible TokenProperties (r:1 w:1)
- // Storage: Common CollectionPropertyPermissions (r:1 w:0)
+ /// 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)
+ /// The range of component `b` is `[0, 64]`.
fn set_token_properties(b: u32, ) -> Weight {
- Weight::from_ref_time(15_428_000 as u64)
- // Standard Error: 58_002
- .saturating_add(Weight::from_ref_time(7_195_842 as u64).saturating_mul(b as u64))
- .saturating_add(T::DbWeight::get().reads(2 as u64))
- .saturating_add(T::DbWeight::get().writes(1 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `616 + b * (261 ±0)`
+ // Estimated: `54480`
+ // Minimum execution time: 12_543_000 picoseconds.
+ Weight::from_parts(12_686_000, 54480)
+ // Standard Error: 52_286
+ .saturating_add(Weight::from_parts(6_894_785, 0).saturating_mul(b.into()))
+ .saturating_add(T::DbWeight::get().reads(2_u64))
+ .saturating_add(T::DbWeight::get().writes(1_u64))
}
- // Storage: Nonfungible TokenProperties (r:1 w:1)
- // Storage: Common CollectionPropertyPermissions (r:1 w:0)
+ /// 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)
+ /// The range of component `b` is `[0, 64]`.
fn delete_token_properties(b: u32, ) -> Weight {
- Weight::from_ref_time(15_498_000 as u64)
- // Standard Error: 68_276
- .saturating_add(Weight::from_ref_time(22_441_281 as u64).saturating_mul(b as u64))
- .saturating_add(T::DbWeight::get().reads(2 as u64))
- .saturating_add(T::DbWeight::get().writes(1 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `653 + b * (33291 ±0)`
+ // Estimated: `54480`
+ // Minimum execution time: 12_352_000 picoseconds.
+ Weight::from_parts(12_523_000, 54480)
+ // Standard Error: 70_401
+ .saturating_add(Weight::from_parts(21_959_228, 0).saturating_mul(b.into()))
+ .saturating_add(T::DbWeight::get().reads(2_u64))
+ .saturating_add(T::DbWeight::get().writes(1_u64))
}
- // Storage: Nonfungible TokenData (r:1 w:0)
+ /// Storage: Nonfungible TokenData (r:1 w:0)
+ /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen)
fn token_owner() -> Weight {
- Weight::from_ref_time(7_006_000 as u64)
- .saturating_add(T::DbWeight::get().reads(1 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `358`
+ // Estimated: `2532`
+ // Minimum execution time: 4_797_000 picoseconds.
+ Weight::from_parts(5_499_000, 2532)
+ .saturating_add(T::DbWeight::get().reads(1_u64))
}
- // Storage: Nonfungible CollectionAllowance (r:0 w:1)
+ /// Storage: Nonfungible CollectionAllowance (r:0 w:1)
+ /// Proof: Nonfungible CollectionAllowance (max_values: None, max_size: Some(111), added: 2586, mode: MaxEncodedLen)
fn set_allowance_for_all() -> Weight {
- Weight::from_ref_time(16_761_000 as u64)
- .saturating_add(T::DbWeight::get().writes(1 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `0`
+ // Estimated: `0`
+ // Minimum execution time: 6_303_000 picoseconds.
+ Weight::from_parts(6_712_000, 0)
+ .saturating_add(T::DbWeight::get().writes(1_u64))
}
- // Storage: Nonfungible CollectionAllowance (r:1 w:0)
+ /// Storage: Nonfungible CollectionAllowance (r:1 w:0)
+ /// Proof: Nonfungible CollectionAllowance (max_values: None, max_size: Some(111), added: 2586, mode: MaxEncodedLen)
fn allowance_for_all() -> Weight {
- Weight::from_ref_time(5_577_000 as u64)
- .saturating_add(T::DbWeight::get().reads(1 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `109`
+ // Estimated: `2586`
+ // Minimum execution time: 3_798_000 picoseconds.
+ Weight::from_parts(4_017_000, 2586)
+ .saturating_add(T::DbWeight::get().reads(1_u64))
}
- // Storage: Nonfungible TokenProperties (r:1 w:1)
+ /// Storage: Nonfungible TokenProperties (r:1 w:1)
+ /// Proof: Nonfungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)
fn repair_item() -> Weight {
- Weight::from_ref_time(7_670_000 as u64)
- .saturating_add(T::DbWeight::get().reads(1 as u64))
- .saturating_add(T::DbWeight::get().writes(1 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `300`
+ // Estimated: `35279`
+ // Minimum execution time: 5_531_000 picoseconds.
+ Weight::from_parts(5_750_000, 35279)
+ .saturating_add(T::DbWeight::get().reads(1_u64))
+ .saturating_add(T::DbWeight::get().writes(1_u64))
}
}
// For backwards compatibility and tests
impl WeightInfo for () {
- // Storage: Nonfungible TokensMinted (r:1 w:1)
- // Storage: Nonfungible AccountBalance (r:1 w:1)
- // Storage: Nonfungible TokenProperties (r:1 w:1)
- // Storage: Common CollectionPropertyPermissions (r:1 w:0)
- // Storage: Nonfungible TokenData (r:0 w:1)
- // Storage: Nonfungible Owned (r:0 w:1)
+ /// Storage: Nonfungible TokensMinted (r:1 w:1)
+ /// Proof: Nonfungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)
+ /// Storage: Nonfungible AccountBalance (r:1 w:1)
+ /// Proof: Nonfungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, 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:0 w:1)
+ /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen)
+ /// Storage: Nonfungible Owned (r:0 w:1)
+ /// Proof: Nonfungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)
fn create_item() -> Weight {
- Weight::from_ref_time(35_333_000 as u64)
- .saturating_add(RocksDbWeight::get().reads(4 as u64))
- .saturating_add(RocksDbWeight::get().writes(5 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `390`
+ // Estimated: `59511`
+ // Minimum execution time: 23_081_000 picoseconds.
+ Weight::from_parts(23_551_000, 59511)
+ .saturating_add(RocksDbWeight::get().reads(4_u64))
+ .saturating_add(RocksDbWeight::get().writes(5_u64))
}
- // Storage: Nonfungible TokensMinted (r:1 w:1)
- // Storage: Nonfungible AccountBalance (r:1 w:1)
- // Storage: Nonfungible TokenProperties (r:4 w:4)
- // Storage: Common CollectionPropertyPermissions (r:1 w:0)
- // Storage: Nonfungible TokenData (r:0 w:4)
- // Storage: Nonfungible Owned (r:0 w:4)
+ /// Storage: Nonfungible TokensMinted (r:1 w:1)
+ /// Proof: Nonfungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)
+ /// Storage: Nonfungible AccountBalance (r:1 w:1)
+ /// Proof: Nonfungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)
+ /// Storage: Nonfungible TokenProperties (r:200 w:200)
+ /// 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:0 w:200)
+ /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen)
+ /// Storage: Nonfungible Owned (r:0 w:200)
+ /// Proof: Nonfungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)
+ /// The range of component `b` is `[0, 200]`.
fn create_multiple_items(b: u32, ) -> Weight {
- Weight::from_ref_time(19_091_371 as u64)
- // Standard Error: 3_221
- .saturating_add(Weight::from_ref_time(7_304_849 as u64).saturating_mul(b as u64))
- .saturating_add(RocksDbWeight::get().reads(3 as u64))
- .saturating_add(RocksDbWeight::get().reads((1 as u64).saturating_mul(b as u64)))
- .saturating_add(RocksDbWeight::get().writes(2 as u64))
- .saturating_add(RocksDbWeight::get().writes((3 as u64).saturating_mul(b as u64)))
+ // Proof Size summary in bytes:
+ // Measured: `390`
+ // Estimated: `24232 + b * (35279 ±0)`
+ // Minimum execution time: 4_557_000 picoseconds.
+ Weight::from_parts(5_994_058, 24232)
+ // Standard Error: 4_326
+ .saturating_add(Weight::from_parts(7_369_489, 0).saturating_mul(b.into()))
+ .saturating_add(RocksDbWeight::get().reads(3_u64))
+ .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(b.into())))
+ .saturating_add(RocksDbWeight::get().writes(2_u64))
+ .saturating_add(RocksDbWeight::get().writes((3_u64).saturating_mul(b.into())))
+ .saturating_add(Weight::from_parts(0, 35279).saturating_mul(b.into()))
}
- // Storage: Nonfungible TokensMinted (r:1 w:1)
- // Storage: Nonfungible AccountBalance (r:4 w:4)
- // Storage: Nonfungible TokenProperties (r:4 w:4)
- // Storage: Common CollectionPropertyPermissions (r:1 w:0)
- // Storage: Nonfungible TokenData (r:0 w:4)
- // Storage: Nonfungible Owned (r:0 w:4)
+ /// Storage: Nonfungible TokensMinted (r:1 w:1)
+ /// Proof: Nonfungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)
+ /// Storage: Nonfungible AccountBalance (r:200 w:200)
+ /// Proof: Nonfungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)
+ /// Storage: Nonfungible TokenProperties (r:200 w:200)
+ /// 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:0 w:200)
+ /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen)
+ /// Storage: Nonfungible Owned (r:0 w:200)
+ /// Proof: Nonfungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)
+ /// The range of component `b` is `[0, 200]`.
fn create_multiple_items_ex(b: u32, ) -> Weight {
- Weight::from_ref_time(12_655_339 as u64)
- // Standard Error: 3_655
- .saturating_add(Weight::from_ref_time(9_051_919 as u64).saturating_mul(b as u64))
- .saturating_add(RocksDbWeight::get().reads(2 as u64))
- .saturating_add(RocksDbWeight::get().reads((2 as u64).saturating_mul(b as u64)))
- .saturating_add(RocksDbWeight::get().writes(1 as u64))
- .saturating_add(RocksDbWeight::get().writes((4 as u64).saturating_mul(b as u64)))
+ // Proof Size summary in bytes:
+ // Measured: `390`
+ // Estimated: `21692 + b * (37819 ±0)`
+ // Minimum execution time: 4_533_000 picoseconds.
+ Weight::from_parts(2_822_660, 21692)
+ // Standard Error: 3_650
+ .saturating_add(Weight::from_parts(9_100_706, 0).saturating_mul(b.into()))
+ .saturating_add(RocksDbWeight::get().reads(2_u64))
+ .saturating_add(RocksDbWeight::get().reads((2_u64).saturating_mul(b.into())))
+ .saturating_add(RocksDbWeight::get().writes(1_u64))
+ .saturating_add(RocksDbWeight::get().writes((4_u64).saturating_mul(b.into())))
+ .saturating_add(Weight::from_parts(0, 37819).saturating_mul(b.into()))
}
- // Storage: Nonfungible TokenData (r:1 w:1)
- // Storage: Nonfungible TokenChildren (r:1 w:0)
- // Storage: Nonfungible TokensBurnt (r:1 w:1)
- // Storage: Nonfungible AccountBalance (r:1 w:1)
- // Storage: Nonfungible Allowance (r:1 w:0)
- // Storage: Nonfungible Owned (r:0 w:1)
- // Storage: Nonfungible TokenProperties (r:0 w:1)
+ /// Storage: Nonfungible TokenData (r:1 w:1)
+ /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen)
+ /// Storage: Nonfungible TokenChildren (r:1 w:0)
+ /// Proof: Nonfungible TokenChildren (max_values: None, max_size: Some(41), added: 2516, mode: MaxEncodedLen)
+ /// Storage: Nonfungible TokensBurnt (r:1 w:1)
+ /// Proof: Nonfungible TokensBurnt (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)
+ /// Storage: Nonfungible AccountBalance (r:1 w:1)
+ /// Proof: Nonfungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)
+ /// Storage: Nonfungible Allowance (r:1 w:0)
+ /// Proof: Nonfungible Allowance (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen)
+ /// Storage: Nonfungible Owned (r:0 w:1)
+ /// Proof: Nonfungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)
+ /// Storage: Nonfungible TokenProperties (r:0 w:1)
+ /// Proof: Nonfungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)
fn burn_item() -> Weight {
- Weight::from_ref_time(34_068_000 as u64)
- .saturating_add(RocksDbWeight::get().reads(5 as u64))
- .saturating_add(RocksDbWeight::get().writes(5 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `412`
+ // Estimated: `12611`
+ // Minimum execution time: 23_528_000 picoseconds.
+ Weight::from_parts(24_680_000, 12611)
+ .saturating_add(RocksDbWeight::get().reads(5_u64))
+ .saturating_add(RocksDbWeight::get().writes(5_u64))
}
- // Storage: Nonfungible TokenChildren (r:1 w:0)
- // Storage: Nonfungible TokenData (r:1 w:1)
- // Storage: Nonfungible TokensBurnt (r:1 w:1)
- // Storage: Nonfungible AccountBalance (r:1 w:1)
- // Storage: Nonfungible Allowance (r:1 w:0)
- // Storage: Nonfungible Owned (r:0 w:1)
- // Storage: Nonfungible TokenProperties (r:0 w:1)
+ /// Storage: Nonfungible TokenChildren (r:1 w:0)
+ /// Proof: Nonfungible TokenChildren (max_values: None, max_size: Some(41), added: 2516, mode: MaxEncodedLen)
+ /// Storage: Nonfungible TokenData (r:1 w:1)
+ /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen)
+ /// Storage: Nonfungible TokensBurnt (r:1 w:1)
+ /// Proof: Nonfungible TokensBurnt (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)
+ /// Storage: Nonfungible AccountBalance (r:1 w:1)
+ /// Proof: Nonfungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)
+ /// Storage: Nonfungible Allowance (r:1 w:0)
+ /// Proof: Nonfungible Allowance (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen)
+ /// Storage: Nonfungible Owned (r:0 w:1)
+ /// Proof: Nonfungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)
+ /// Storage: Nonfungible TokenProperties (r:0 w:1)
+ /// Proof: Nonfungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)
fn burn_recursively_self_raw() -> Weight {
- Weight::from_ref_time(44_840_000 as u64)
- .saturating_add(RocksDbWeight::get().reads(5 as u64))
- .saturating_add(RocksDbWeight::get().writes(5 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `412`
+ // Estimated: `12611`
+ // Minimum execution time: 29_770_000 picoseconds.
+ Weight::from_parts(30_114_000, 12611)
+ .saturating_add(RocksDbWeight::get().reads(5_u64))
+ .saturating_add(RocksDbWeight::get().writes(5_u64))
}
- // Storage: Nonfungible TokenChildren (r:1 w:0)
- // Storage: Nonfungible TokenData (r:1 w:1)
- // Storage: Nonfungible TokensBurnt (r:1 w:1)
- // Storage: Nonfungible AccountBalance (r:1 w:1)
- // Storage: Nonfungible Allowance (r:1 w:0)
- // Storage: Nonfungible Owned (r:0 w:1)
- // Storage: Nonfungible TokenProperties (r:0 w:1)
- // Storage: Common CollectionById (r:1 w:0)
+ /// Storage: Nonfungible TokenChildren (r:401 w:200)
+ /// Proof: Nonfungible TokenChildren (max_values: None, max_size: Some(41), added: 2516, mode: MaxEncodedLen)
+ /// Storage: Common CollectionById (r:1 w:0)
+ /// Proof: Common CollectionById (max_values: None, max_size: Some(860), added: 3335, mode: MaxEncodedLen)
+ /// Storage: Nonfungible TokenData (r:201 w:201)
+ /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen)
+ /// Storage: Nonfungible TokensBurnt (r:1 w:1)
+ /// Proof: Nonfungible TokensBurnt (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)
+ /// Storage: Nonfungible AccountBalance (r:2 w:2)
+ /// Proof: Nonfungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)
+ /// Storage: Nonfungible Allowance (r:201 w:0)
+ /// Proof: Nonfungible Allowance (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen)
+ /// Storage: Nonfungible Owned (r:0 w:201)
+ /// Proof: Nonfungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)
+ /// Storage: Nonfungible TokenProperties (r:0 w:201)
+ /// Proof: Nonfungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)
+ /// The range of component `b` is `[0, 200]`.
fn burn_recursively_breadth_plus_self_plus_self_per_each_raw(b: u32, ) -> Weight {
- Weight::from_ref_time(44_567_000 as u64)
- // Standard Error: 1_014_743
- .saturating_add(Weight::from_ref_time(209_619_240 as u64).saturating_mul(b as u64))
- .saturating_add(RocksDbWeight::get().reads(7 as u64))
- .saturating_add(RocksDbWeight::get().reads((4 as u64).saturating_mul(b as u64)))
- .saturating_add(RocksDbWeight::get().writes(6 as u64))
- .saturating_add(RocksDbWeight::get().writes((4 as u64).saturating_mul(b as u64)))
+ // Proof Size summary in bytes:
+ // Measured: `1530 + b * (58 ±0)`
+ // Estimated: `18290 + b * (10097 ±0)`
+ // Minimum execution time: 31_413_000 picoseconds.
+ Weight::from_parts(31_865_000, 18290)
+ // Standard Error: 980_032
+ .saturating_add(Weight::from_parts(205_236_443, 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))
+ .saturating_add(RocksDbWeight::get().writes((4_u64).saturating_mul(b.into())))
+ .saturating_add(Weight::from_parts(0, 10097).saturating_mul(b.into()))
}
- // Storage: Nonfungible TokenData (r:1 w:1)
- // Storage: Nonfungible AccountBalance (r:2 w:2)
- // Storage: Nonfungible Allowance (r:1 w:0)
- // Storage: Nonfungible Owned (r:0 w:2)
+ /// Storage: Nonfungible TokenData (r:1 w:1)
+ /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen)
+ /// Storage: Nonfungible AccountBalance (r:2 w:2)
+ /// Proof: Nonfungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)
+ /// Storage: Nonfungible Allowance (r:1 w:0)
+ /// Proof: Nonfungible Allowance (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen)
+ /// Storage: Nonfungible Owned (r:0 w:2)
+ /// Proof: Nonfungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)
fn transfer() -> Weight {
- Weight::from_ref_time(29_508_000 as u64)
- .saturating_add(RocksDbWeight::get().reads(4 as u64))
- .saturating_add(RocksDbWeight::get().writes(5 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `412`
+ // Estimated: `10144`
+ // Minimum execution time: 18_629_000 picoseconds.
+ Weight::from_parts(18_997_000, 10144)
+ .saturating_add(RocksDbWeight::get().reads(4_u64))
+ .saturating_add(RocksDbWeight::get().writes(5_u64))
}
- // Storage: Nonfungible TokenData (r:1 w:0)
- // Storage: Nonfungible Allowance (r:1 w:1)
+ /// Storage: Nonfungible TokenData (r:1 w:0)
+ /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen)
+ /// Storage: Nonfungible Allowance (r:1 w:1)
+ /// Proof: Nonfungible Allowance (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen)
fn approve() -> Weight {
- Weight::from_ref_time(22_168_000 as u64)
- .saturating_add(RocksDbWeight::get().reads(2 as u64))
- .saturating_add(RocksDbWeight::get().writes(1 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `358`
+ // Estimated: `5064`
+ // Minimum execution time: 11_507_000 picoseconds.
+ Weight::from_parts(11_771_000, 5064)
+ .saturating_add(RocksDbWeight::get().reads(2_u64))
+ .saturating_add(RocksDbWeight::get().writes(1_u64))
}
- // Storage: Nonfungible TokenData (r:1 w:0)
- // Storage: Nonfungible Allowance (r:1 w:1)
+ /// Storage: Nonfungible TokenData (r:1 w:0)
+ /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen)
+ /// Storage: Nonfungible Allowance (r:1 w:1)
+ /// Proof: Nonfungible Allowance (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen)
fn approve_from() -> Weight {
- Weight::from_ref_time(22_063_000 as u64)
- .saturating_add(RocksDbWeight::get().reads(2 as u64))
- .saturating_add(RocksDbWeight::get().writes(1 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `313`
+ // Estimated: `5064`
+ // Minimum execution time: 11_558_000 picoseconds.
+ Weight::from_parts(11_789_000, 5064)
+ .saturating_add(RocksDbWeight::get().reads(2_u64))
+ .saturating_add(RocksDbWeight::get().writes(1_u64))
}
- // Storage: Nonfungible Allowance (r:1 w:1)
- // Storage: Nonfungible TokenData (r:1 w:1)
- // Storage: Nonfungible AccountBalance (r:2 w:2)
- // Storage: Nonfungible Owned (r:0 w:2)
+ /// Storage: Nonfungible Allowance (r:1 w:1)
+ /// Proof: Nonfungible Allowance (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen)
+ /// Storage: Nonfungible TokenData (r:1 w:1)
+ /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen)
+ /// Storage: Nonfungible AccountBalance (r:2 w:2)
+ /// Proof: Nonfungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)
+ /// Storage: Nonfungible Owned (r:0 w:2)
+ /// Proof: Nonfungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)
fn transfer_from() -> Weight {
- Weight::from_ref_time(36_386_000 as u64)
- .saturating_add(RocksDbWeight::get().reads(4 as u64))
- .saturating_add(RocksDbWeight::get().writes(6 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `527`
+ // Estimated: `10144`
+ // Minimum execution time: 24_919_000 picoseconds.
+ Weight::from_parts(25_333_000, 10144)
+ .saturating_add(RocksDbWeight::get().reads(4_u64))
+ .saturating_add(RocksDbWeight::get().writes(6_u64))
}
- // Storage: Nonfungible Allowance (r:1 w:1)
- // Storage: Nonfungible TokenData (r:1 w:1)
- // Storage: Nonfungible TokenChildren (r:1 w:0)
- // Storage: Nonfungible TokensBurnt (r:1 w:1)
- // Storage: Nonfungible AccountBalance (r:1 w:1)
- // Storage: Nonfungible Owned (r:0 w:1)
- // Storage: Nonfungible TokenProperties (r:0 w:1)
+ /// Storage: Nonfungible Allowance (r:1 w:1)
+ /// Proof: Nonfungible Allowance (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen)
+ /// Storage: Nonfungible TokenData (r:1 w:1)
+ /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen)
+ /// Storage: Nonfungible TokenChildren (r:1 w:0)
+ /// Proof: Nonfungible TokenChildren (max_values: None, max_size: Some(41), added: 2516, mode: MaxEncodedLen)
+ /// Storage: Nonfungible TokensBurnt (r:1 w:1)
+ /// Proof: Nonfungible TokensBurnt (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)
+ /// Storage: Nonfungible AccountBalance (r:1 w:1)
+ /// Proof: Nonfungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)
+ /// Storage: Nonfungible Owned (r:0 w:1)
+ /// Proof: Nonfungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)
+ /// Storage: Nonfungible TokenProperties (r:0 w:1)
+ /// Proof: Nonfungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)
fn burn_from() -> Weight {
- Weight::from_ref_time(42_499_000 as u64)
- .saturating_add(RocksDbWeight::get().reads(5 as u64))
- .saturating_add(RocksDbWeight::get().writes(6 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `527`
+ // Estimated: `12611`
+ // Minimum execution time: 30_713_000 picoseconds.
+ Weight::from_parts(31_160_000, 12611)
+ .saturating_add(RocksDbWeight::get().reads(5_u64))
+ .saturating_add(RocksDbWeight::get().writes(6_u64))
}
- // Storage: Common CollectionPropertyPermissions (r:1 w:1)
+ /// Storage: Common CollectionPropertyPermissions (r:1 w:1)
+ /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)
+ /// The range of component `b` is `[0, 64]`.
fn set_token_property_permissions(b: u32, ) -> Weight {
- Weight::from_ref_time(5_317_000 as u64)
- // Standard Error: 42_045
- .saturating_add(Weight::from_ref_time(12_179_871 as u64).saturating_mul(b as u64))
- .saturating_add(RocksDbWeight::get().reads(1 as u64))
- .saturating_add(RocksDbWeight::get().writes(1 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `281`
+ // Estimated: `19201`
+ // Minimum execution time: 2_360_000 picoseconds.
+ Weight::from_parts(2_396_000, 19201)
+ // Standard Error: 43_257
+ .saturating_add(Weight::from_parts(12_085_808, 0).saturating_mul(b.into()))
+ .saturating_add(RocksDbWeight::get().reads(1_u64))
+ .saturating_add(RocksDbWeight::get().writes(1_u64))
}
- // Storage: Nonfungible TokenProperties (r:1 w:1)
- // Storage: Common CollectionPropertyPermissions (r:1 w:0)
+ /// 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)
+ /// The range of component `b` is `[0, 64]`.
fn set_token_properties(b: u32, ) -> Weight {
- Weight::from_ref_time(15_428_000 as u64)
- // Standard Error: 58_002
- .saturating_add(Weight::from_ref_time(7_195_842 as u64).saturating_mul(b as u64))
- .saturating_add(RocksDbWeight::get().reads(2 as u64))
- .saturating_add(RocksDbWeight::get().writes(1 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `616 + b * (261 ±0)`
+ // Estimated: `54480`
+ // Minimum execution time: 12_543_000 picoseconds.
+ Weight::from_parts(12_686_000, 54480)
+ // Standard Error: 52_286
+ .saturating_add(Weight::from_parts(6_894_785, 0).saturating_mul(b.into()))
+ .saturating_add(RocksDbWeight::get().reads(2_u64))
+ .saturating_add(RocksDbWeight::get().writes(1_u64))
}
- // Storage: Nonfungible TokenProperties (r:1 w:1)
- // Storage: Common CollectionPropertyPermissions (r:1 w:0)
+ /// 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)
+ /// The range of component `b` is `[0, 64]`.
fn delete_token_properties(b: u32, ) -> Weight {
- Weight::from_ref_time(15_498_000 as u64)
- // Standard Error: 68_276
- .saturating_add(Weight::from_ref_time(22_441_281 as u64).saturating_mul(b as u64))
- .saturating_add(RocksDbWeight::get().reads(2 as u64))
- .saturating_add(RocksDbWeight::get().writes(1 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `653 + b * (33291 ±0)`
+ // Estimated: `54480`
+ // Minimum execution time: 12_352_000 picoseconds.
+ Weight::from_parts(12_523_000, 54480)
+ // Standard Error: 70_401
+ .saturating_add(Weight::from_parts(21_959_228, 0).saturating_mul(b.into()))
+ .saturating_add(RocksDbWeight::get().reads(2_u64))
+ .saturating_add(RocksDbWeight::get().writes(1_u64))
}
- // Storage: Nonfungible TokenData (r:1 w:0)
+ /// Storage: Nonfungible TokenData (r:1 w:0)
+ /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen)
fn token_owner() -> Weight {
- Weight::from_ref_time(7_006_000 as u64)
- .saturating_add(RocksDbWeight::get().reads(1 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `358`
+ // Estimated: `2532`
+ // Minimum execution time: 4_797_000 picoseconds.
+ Weight::from_parts(5_499_000, 2532)
+ .saturating_add(RocksDbWeight::get().reads(1_u64))
}
- // Storage: Nonfungible CollectionAllowance (r:0 w:1)
+ /// Storage: Nonfungible CollectionAllowance (r:0 w:1)
+ /// Proof: Nonfungible CollectionAllowance (max_values: None, max_size: Some(111), added: 2586, mode: MaxEncodedLen)
fn set_allowance_for_all() -> Weight {
- Weight::from_ref_time(16_761_000 as u64)
- .saturating_add(RocksDbWeight::get().writes(1 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `0`
+ // Estimated: `0`
+ // Minimum execution time: 6_303_000 picoseconds.
+ Weight::from_parts(6_712_000, 0)
+ .saturating_add(RocksDbWeight::get().writes(1_u64))
}
- // Storage: Nonfungible CollectionAllowance (r:1 w:0)
+ /// Storage: Nonfungible CollectionAllowance (r:1 w:0)
+ /// Proof: Nonfungible CollectionAllowance (max_values: None, max_size: Some(111), added: 2586, mode: MaxEncodedLen)
fn allowance_for_all() -> Weight {
- Weight::from_ref_time(5_577_000 as u64)
- .saturating_add(RocksDbWeight::get().reads(1 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `109`
+ // Estimated: `2586`
+ // Minimum execution time: 3_798_000 picoseconds.
+ Weight::from_parts(4_017_000, 2586)
+ .saturating_add(RocksDbWeight::get().reads(1_u64))
}
- // Storage: Nonfungible TokenProperties (r:1 w:1)
+ /// Storage: Nonfungible TokenProperties (r:1 w:1)
+ /// Proof: Nonfungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)
fn repair_item() -> Weight {
- Weight::from_ref_time(7_670_000 as u64)
- .saturating_add(RocksDbWeight::get().reads(1 as u64))
- .saturating_add(RocksDbWeight::get().writes(1 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `300`
+ // Estimated: `35279`
+ // Minimum execution time: 5_531_000 picoseconds.
+ Weight::from_parts(5_750_000, 35279)
+ .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-02-15, STEPS: `50`, REPEAT: 80, LOW RANGE: `[]`, HIGH RANGE: `[]`6//! DATE: 2023-03-30, STEPS: `50`, REPEAT: 80, LOW RANGE: `[]`, HIGH RANGE: `[]`7//! WORST CASE MAP SIZE: `1000000`7//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 10248//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024899// Executed Command:10// Executed Command:16// compiled17// compiled17// --extrinsic18// --extrinsic18// *19// *19// --template20// --template=.maintain/frame-weight-template.hbs20// .maintain/frame-weight-template.hbs21// --steps=5021// --steps=5022// --repeat=8022// --repeat=8023// --heap-pages=409623// --heap-pages=409664/// Weights for pallet_refungible using the Substrate node and recommended hardware.64/// Weights for pallet_refungible using the Substrate node and recommended hardware.65pub struct SubstrateWeight<T>(PhantomData<T>);65pub struct SubstrateWeight<T>(PhantomData<T>);66impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {66impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {67 // Storage: Refungible TokensMinted (r:1 w:1)67 /// Storage: Refungible TokensMinted (r:1 w:1)68 // Storage: Refungible AccountBalance (r:1 w:1)68 /// Proof: Refungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)69 /// Storage: Refungible AccountBalance (r:1 w:1)69 // Storage: Refungible TokenProperties (r:1 w:1)70 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)71 /// Storage: Refungible TokenProperties (r:1 w:1)70 // Storage: Common CollectionPropertyPermissions (r:1 w:0)72 /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)73 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)71 // Storage: Refungible Balance (r:0 w:1)74 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)75 /// Storage: Refungible Balance (r:0 w:1)72 // Storage: Refungible TotalSupply (r:0 w:1)76 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)77 /// Storage: Refungible TotalSupply (r:0 w:1)73 // Storage: Refungible Owned (r:0 w:1)78 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)79 /// Storage: Refungible Owned (r:0 w:1)80 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)74 fn create_item() -> Weight {81 fn create_item() -> Weight {75 Weight::from_ref_time(39_971_000 as u64)82 // Proof Size summary in bytes:83 // Measured: `285`84 // Estimated: `59511`85 // Minimum execution time: 25_287_000 picoseconds.86 Weight::from_parts(25_741_000, 59511)76 .saturating_add(T::DbWeight::get().reads(4 as u64))87 .saturating_add(T::DbWeight::get().reads(4_u64))77 .saturating_add(T::DbWeight::get().writes(6 as u64))88 .saturating_add(T::DbWeight::get().writes(6_u64))78 }89 }79 // Storage: Refungible TokensMinted (r:1 w:1)90 /// Storage: Refungible TokensMinted (r:1 w:1)80 // Storage: Refungible AccountBalance (r:1 w:1)91 /// Proof: Refungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)92 /// Storage: Refungible AccountBalance (r:1 w:1)81 // Storage: Refungible TokenProperties (r:4 w:4)93 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)94 /// Storage: Refungible TokenProperties (r:200 w:200)82 // Storage: Common CollectionPropertyPermissions (r:1 w:0)95 /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)96 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)83 // Storage: Refungible Balance (r:0 w:4)97 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)98 /// Storage: Refungible Balance (r:0 w:200)84 // Storage: Refungible TotalSupply (r:0 w:4)99 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)100 /// Storage: Refungible TotalSupply (r:0 w:200)85 // Storage: Refungible Owned (r:0 w:4)101 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)102 /// Storage: Refungible Owned (r:0 w:200)103 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)104 /// The range of component `b` is `[0, 200]`.86 fn create_multiple_items(b: u32, ) -> Weight {105 fn create_multiple_items(b: u32, ) -> Weight {87 Weight::from_ref_time(14_049_866 as u64)106 // Proof Size summary in bytes:107 // Measured: `285`108 // Estimated: `24232 + b * (35279 ±0)`109 // Minimum execution time: 4_618_000 picoseconds.110 Weight::from_parts(1_425_218, 24232)88 // Standard Error: 4_015111 // Standard Error: 4_34389 .saturating_add(Weight::from_ref_time(8_984_911 as u64).saturating_mul(b as u64))112 .saturating_add(Weight::from_parts(9_154_733, 0).saturating_mul(b.into()))90 .saturating_add(T::DbWeight::get().reads(3 as u64))113 .saturating_add(T::DbWeight::get().reads(3_u64))91 .saturating_add(T::DbWeight::get().reads((1 as u64).saturating_mul(b as u64)))114 .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(b.into())))92 .saturating_add(T::DbWeight::get().writes(2 as u64))115 .saturating_add(T::DbWeight::get().writes(2_u64))93 .saturating_add(T::DbWeight::get().writes((4 as u64).saturating_mul(b as u64)))116 .saturating_add(T::DbWeight::get().writes((4_u64).saturating_mul(b.into())))117 .saturating_add(Weight::from_parts(0, 35279).saturating_mul(b.into()))94 }118 }95 // Storage: Refungible TokensMinted (r:1 w:1)119 /// Storage: Refungible TokensMinted (r:1 w:1)96 // Storage: Refungible AccountBalance (r:4 w:4)120 /// Proof: Refungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)121 /// Storage: Refungible AccountBalance (r:200 w:200)97 // Storage: Refungible TokenProperties (r:4 w:4)122 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)123 /// Storage: Refungible TokenProperties (r:200 w:200)98 // Storage: Common CollectionPropertyPermissions (r:1 w:0)124 /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)125 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)99 // Storage: Refungible Balance (r:0 w:4)126 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)127 /// Storage: Refungible Balance (r:0 w:200)100 // Storage: Refungible TotalSupply (r:0 w:4)128 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)129 /// Storage: Refungible TotalSupply (r:0 w:200)101 // Storage: Refungible Owned (r:0 w:4)130 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)131 /// Storage: Refungible Owned (r:0 w:200)132 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)133 /// The range of component `b` is `[0, 200]`.102 fn create_multiple_items_ex_multiple_items(b: u32, ) -> Weight {134 fn create_multiple_items_ex_multiple_items(b: u32, ) -> Weight {103 Weight::from_ref_time(14_893_679 as u64)135 // Proof Size summary in bytes:136 // Measured: `285`137 // Estimated: `21692 + b * (37819 ±0)`138 // Minimum execution time: 4_063_000 picoseconds.139 Weight::from_parts(4_160_000, 21692)104 // Standard Error: 3_571140 // Standard Error: 2_386105 .saturating_add(Weight::from_ref_time(10_611_135 as u64).saturating_mul(b as u64))141 .saturating_add(Weight::from_parts(10_836_802, 0).saturating_mul(b.into()))106 .saturating_add(T::DbWeight::get().reads(2 as u64))142 .saturating_add(T::DbWeight::get().reads(2_u64))107 .saturating_add(T::DbWeight::get().reads((2 as u64).saturating_mul(b as u64)))143 .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(b.into())))108 .saturating_add(T::DbWeight::get().writes(1 as u64))144 .saturating_add(T::DbWeight::get().writes(1_u64))109 .saturating_add(T::DbWeight::get().writes((5 as u64).saturating_mul(b as u64)))145 .saturating_add(T::DbWeight::get().writes((5_u64).saturating_mul(b.into())))146 .saturating_add(Weight::from_parts(0, 37819).saturating_mul(b.into()))110 }147 }111 // Storage: Refungible TokensMinted (r:1 w:1)148 /// Storage: Refungible TokensMinted (r:1 w:1)112 // Storage: Refungible TokenProperties (r:1 w:1)149 /// Proof: Refungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)150 /// Storage: Refungible AccountBalance (r:200 w:200)151 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)152 /// Storage: Refungible TokenProperties (r:1 w:1)113 // Storage: Common CollectionPropertyPermissions (r:1 w:0)153 /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)154 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)114 // Storage: Refungible TotalSupply (r:0 w:1)155 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)156 /// Storage: Refungible Balance (r:0 w:200)115 // Storage: Refungible AccountBalance (r:4 w:4)157 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)116 // Storage: Refungible Balance (r:0 w:4)158 /// Storage: Refungible TotalSupply (r:0 w:1)117 // Storage: Refungible Owned (r:0 w:4)159 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)160 /// Storage: Refungible Owned (r:0 w:200)161 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)162 /// The range of component `b` is `[0, 200]`.118 fn create_multiple_items_ex_multiple_owners(b: u32, ) -> Weight {163 fn create_multiple_items_ex_multiple_owners(b: u32, ) -> Weight {119 Weight::from_ref_time(31_075_923 as u64)164 // Proof Size summary in bytes:165 // Measured: `285`166 // Estimated: `56971 + b * (2540 ±0)`167 // Minimum execution time: 14_637_000 picoseconds.168 Weight::from_parts(19_042_423, 56971)120 // Standard Error: 2_118169 // Standard Error: 1_632121 .saturating_add(Weight::from_ref_time(5_829_866 as u64).saturating_mul(b as u64))170 .saturating_add(Weight::from_parts(5_976_694, 0).saturating_mul(b.into()))122 .saturating_add(T::DbWeight::get().reads(3 as u64))171 .saturating_add(T::DbWeight::get().reads(3_u64))123 .saturating_add(T::DbWeight::get().reads((1 as u64).saturating_mul(b as u64)))172 .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(b.into())))124 .saturating_add(T::DbWeight::get().writes(3 as u64))173 .saturating_add(T::DbWeight::get().writes(3_u64))125 .saturating_add(T::DbWeight::get().writes((3 as u64).saturating_mul(b as u64)))174 .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(b.into())))175 .saturating_add(Weight::from_parts(0, 2540).saturating_mul(b.into()))126 }176 }127 // Storage: Refungible Balance (r:3 w:1)177 /// Storage: Refungible Balance (r:3 w:1)128 // Storage: Refungible TotalSupply (r:1 w:1)178 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)179 /// Storage: Refungible TotalSupply (r:1 w:1)129 // Storage: Refungible AccountBalance (r:1 w:1)180 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)181 /// Storage: Refungible AccountBalance (r:1 w:1)130 // Storage: Refungible Owned (r:0 w:1)182 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)183 /// Storage: Refungible Owned (r:0 w:1)184 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)131 fn burn_item_partial() -> Weight {185 fn burn_item_partial() -> Weight {132 Weight::from_ref_time(47_369_000 as u64)186 // Proof Size summary in bytes:187 // Measured: `490`188 // Estimated: `12747`189 // Minimum execution time: 35_018_000 picoseconds.190 Weight::from_parts(35_596_000, 12747)133 .saturating_add(T::DbWeight::get().reads(5 as u64))191 .saturating_add(T::DbWeight::get().reads(5_u64))134 .saturating_add(T::DbWeight::get().writes(4 as u64))192 .saturating_add(T::DbWeight::get().writes(4_u64))135 }193 }136 // Storage: Refungible Balance (r:1 w:1)194 /// Storage: Refungible Balance (r:1 w:1)137 // Storage: Refungible TotalSupply (r:1 w:1)195 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)196 /// Storage: Refungible TotalSupply (r:1 w:1)138 // Storage: Refungible AccountBalance (r:1 w:1)197 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)198 /// Storage: Refungible AccountBalance (r:1 w:1)139 // Storage: Refungible TokensBurnt (r:1 w:1)199 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)200 /// Storage: Refungible TokensBurnt (r:1 w:1)140 // Storage: Refungible Owned (r:0 w:1)201 /// Proof: Refungible TokensBurnt (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)202 /// Storage: Refungible Owned (r:0 w:1)141 // Storage: Refungible TokenProperties (r:0 w:1)203 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)204 /// Storage: Refungible TokenProperties (r:0 w:1)205 /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)142 fn burn_item_fully() -> Weight {206 fn burn_item_fully() -> Weight {143 Weight::from_ref_time(41_351_000 as u64)207 // Proof Size summary in bytes:208 // Measured: `375`209 // Estimated: `10110`210 // Minimum execution time: 30_441_000 picoseconds.211 Weight::from_parts(31_000_000, 10110)144 .saturating_add(T::DbWeight::get().reads(4 as u64))212 .saturating_add(T::DbWeight::get().reads(4_u64))145 .saturating_add(T::DbWeight::get().writes(6 as u64))213 .saturating_add(T::DbWeight::get().writes(6_u64))146 }214 }147 // Storage: Refungible Balance (r:2 w:2)215 /// Storage: Refungible Balance (r:2 w:2)148 // Storage: Refungible TotalSupply (r:1 w:0)216 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)217 /// Storage: Refungible TotalSupply (r:1 w:0)218 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)149 fn transfer_normal() -> Weight {219 fn transfer_normal() -> Weight {150 Weight::from_ref_time(31_379_000 as u64)220 // Proof Size summary in bytes:221 // Measured: `398`222 // Estimated: `7643`223 // Minimum execution time: 20_055_000 picoseconds.224 Weight::from_parts(20_533_000, 7643)151 .saturating_add(T::DbWeight::get().reads(3 as u64))225 .saturating_add(T::DbWeight::get().reads(3_u64))152 .saturating_add(T::DbWeight::get().writes(2 as u64))226 .saturating_add(T::DbWeight::get().writes(2_u64))153 }227 }154 // Storage: Refungible Balance (r:2 w:2)228 /// Storage: Refungible Balance (r:2 w:2)155 // Storage: Refungible AccountBalance (r:1 w:1)229 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)230 /// Storage: Refungible AccountBalance (r:1 w:1)156 // Storage: Refungible TotalSupply (r:1 w:0)231 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)232 /// Storage: Refungible TotalSupply (r:1 w:0)157 // Storage: Refungible Owned (r:0 w:1)233 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)234 /// Storage: Refungible Owned (r:0 w:1)235 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)158 fn transfer_creating() -> Weight {236 fn transfer_creating() -> Weight {159 Weight::from_ref_time(34_829_000 as u64)237 // Proof Size summary in bytes:238 // Measured: `375`239 // Estimated: `10183`240 // Minimum execution time: 23_443_000 picoseconds.241 Weight::from_parts(23_791_000, 10183)160 .saturating_add(T::DbWeight::get().reads(4 as u64))242 .saturating_add(T::DbWeight::get().reads(4_u64))161 .saturating_add(T::DbWeight::get().writes(4 as u64))243 .saturating_add(T::DbWeight::get().writes(4_u64))162 }244 }163 // Storage: Refungible Balance (r:2 w:2)245 /// Storage: Refungible Balance (r:2 w:2)164 // Storage: Refungible AccountBalance (r:1 w:1)246 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)247 /// Storage: Refungible AccountBalance (r:1 w:1)165 // Storage: Refungible TotalSupply (r:1 w:0)248 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)249 /// Storage: Refungible TotalSupply (r:1 w:0)166 // Storage: Refungible Owned (r:0 w:1)250 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)251 /// Storage: Refungible Owned (r:0 w:1)252 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)167 fn transfer_removing() -> Weight {253 fn transfer_removing() -> Weight {168 Weight::from_ref_time(38_221_000 as u64)254 // Proof Size summary in bytes:255 // Measured: `490`256 // Estimated: `10183`257 // Minimum execution time: 26_489_000 picoseconds.258 Weight::from_parts(27_103_000, 10183)169 .saturating_add(T::DbWeight::get().reads(4 as u64))259 .saturating_add(T::DbWeight::get().reads(4_u64))170 .saturating_add(T::DbWeight::get().writes(4 as u64))260 .saturating_add(T::DbWeight::get().writes(4_u64))171 }261 }172 // Storage: Refungible Balance (r:2 w:2)262 /// Storage: Refungible Balance (r:2 w:2)173 // Storage: Refungible AccountBalance (r:2 w:2)263 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)264 /// Storage: Refungible AccountBalance (r:2 w:2)174 // Storage: Refungible TotalSupply (r:1 w:0)265 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)266 /// Storage: Refungible TotalSupply (r:1 w:0)175 // Storage: Refungible Owned (r:0 w:2)267 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)268 /// Storage: Refungible Owned (r:0 w:2)269 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)176 fn transfer_creating_removing() -> Weight {270 fn transfer_creating_removing() -> Weight {177 Weight::from_ref_time(38_102_000 as u64)271 // Proof Size summary in bytes:272 // Measured: `375`273 // Estimated: `12723`274 // Minimum execution time: 26_719_000 picoseconds.275 Weight::from_parts(27_038_000, 12723)178 .saturating_add(T::DbWeight::get().reads(5 as u64))276 .saturating_add(T::DbWeight::get().reads(5_u64))179 .saturating_add(T::DbWeight::get().writes(6 as u64))277 .saturating_add(T::DbWeight::get().writes(6_u64))180 }278 }181 // Storage: Refungible Balance (r:1 w:0)279 /// Storage: Refungible Balance (r:1 w:0)182 // Storage: Refungible Allowance (r:0 w:1)280 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)281 /// Storage: Refungible Allowance (r:0 w:1)282 /// Proof: Refungible Allowance (max_values: None, max_size: Some(105), added: 2580, mode: MaxEncodedLen)183 fn approve() -> Weight {283 fn approve() -> Weight {184 Weight::from_ref_time(24_217_000 as u64)284 // Proof Size summary in bytes:285 // Measured: `256`286 // Estimated: `2564`287 // Minimum execution time: 12_949_000 picoseconds.288 Weight::from_parts(13_181_000, 2564)185 .saturating_add(T::DbWeight::get().reads(1 as u64))289 .saturating_add(T::DbWeight::get().reads(1_u64))186 .saturating_add(T::DbWeight::get().writes(1 as u64))290 .saturating_add(T::DbWeight::get().writes(1_u64))187 }291 }188 // Storage: Refungible Balance (r:1 w:0)292 /// Storage: Refungible Balance (r:1 w:0)189 // Storage: Refungible Allowance (r:0 w:1)293 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)294 /// Storage: Refungible Allowance (r:0 w:1)295 /// Proof: Refungible Allowance (max_values: None, max_size: Some(105), added: 2580, mode: MaxEncodedLen)190 fn approve_from() -> Weight {296 fn approve_from() -> Weight {191 Weight::from_ref_time(24_173_000 as u64)297 // Proof Size summary in bytes:298 // Measured: `244`299 // Estimated: `2564`300 // Minimum execution time: 12_942_000 picoseconds.301 Weight::from_parts(13_268_000, 2564)192 .saturating_add(T::DbWeight::get().reads(1 as u64))302 .saturating_add(T::DbWeight::get().reads(1_u64))193 .saturating_add(T::DbWeight::get().writes(1 as u64))303 .saturating_add(T::DbWeight::get().writes(1_u64))194 }304 }195 // Storage: Refungible Allowance (r:1 w:1)305 /// Storage: Refungible Allowance (r:1 w:1)196 // Storage: Refungible Balance (r:2 w:2)306 /// Proof: Refungible Allowance (max_values: None, max_size: Some(105), added: 2580, mode: MaxEncodedLen)307 /// Storage: Refungible Balance (r:2 w:2)197 // Storage: Refungible TotalSupply (r:1 w:0)308 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)309 /// Storage: Refungible TotalSupply (r:1 w:0)310 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)198 fn transfer_from_normal() -> Weight {311 fn transfer_from_normal() -> Weight {199 Weight::from_ref_time(40_040_000 as u64)312 // Proof Size summary in bytes:313 // Measured: `528`314 // Estimated: `10223`315 // Minimum execution time: 28_907_000 picoseconds.316 Weight::from_parts(29_487_000, 10223)200 .saturating_add(T::DbWeight::get().reads(4 as u64))317 .saturating_add(T::DbWeight::get().reads(4_u64))201 .saturating_add(T::DbWeight::get().writes(3 as u64))318 .saturating_add(T::DbWeight::get().writes(3_u64))202 }319 }203 // Storage: Refungible Allowance (r:1 w:1)320 /// Storage: Refungible Allowance (r:1 w:1)204 // Storage: Refungible Balance (r:2 w:2)321 /// Proof: Refungible Allowance (max_values: None, max_size: Some(105), added: 2580, mode: MaxEncodedLen)322 /// Storage: Refungible Balance (r:2 w:2)205 // Storage: Refungible AccountBalance (r:1 w:1)323 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)324 /// Storage: Refungible AccountBalance (r:1 w:1)206 // Storage: Refungible TotalSupply (r:1 w:0)325 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)326 /// Storage: Refungible TotalSupply (r:1 w:0)207 // Storage: Refungible Owned (r:0 w:1)327 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)328 /// Storage: Refungible Owned (r:0 w:1)329 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)208 fn transfer_from_creating() -> Weight {330 fn transfer_from_creating() -> Weight {209 Weight::from_ref_time(42_906_000 as u64)331 // Proof Size summary in bytes:332 // Measured: `505`333 // Estimated: `12763`334 // Minimum execution time: 31_271_000 picoseconds.335 Weight::from_parts(32_293_000, 12763)210 .saturating_add(T::DbWeight::get().reads(5 as u64))336 .saturating_add(T::DbWeight::get().reads(5_u64))211 .saturating_add(T::DbWeight::get().writes(5 as u64))337 .saturating_add(T::DbWeight::get().writes(5_u64))212 }338 }213 // Storage: Refungible Allowance (r:1 w:1)339 /// Storage: Refungible Allowance (r:1 w:1)214 // Storage: Refungible Balance (r:2 w:2)340 /// Proof: Refungible Allowance (max_values: None, max_size: Some(105), added: 2580, mode: MaxEncodedLen)341 /// Storage: Refungible Balance (r:2 w:2)215 // Storage: Refungible AccountBalance (r:1 w:1)342 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)343 /// Storage: Refungible AccountBalance (r:1 w:1)216 // Storage: Refungible TotalSupply (r:1 w:0)344 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)345 /// Storage: Refungible TotalSupply (r:1 w:0)217 // Storage: Refungible Owned (r:0 w:1)346 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)347 /// Storage: Refungible Owned (r:0 w:1)348 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)218 fn transfer_from_removing() -> Weight {349 fn transfer_from_removing() -> Weight {219 Weight::from_ref_time(46_112_000 as u64)350 // Proof Size summary in bytes:351 // Measured: `620`352 // Estimated: `12763`353 // Minimum execution time: 34_295_000 picoseconds.354 Weight::from_parts(34_924_000, 12763)220 .saturating_add(T::DbWeight::get().reads(5 as u64))355 .saturating_add(T::DbWeight::get().reads(5_u64))221 .saturating_add(T::DbWeight::get().writes(5 as u64))356 .saturating_add(T::DbWeight::get().writes(5_u64))222 }357 }223 // Storage: Refungible Allowance (r:1 w:1)358 /// Storage: Refungible Allowance (r:1 w:1)224 // Storage: Refungible Balance (r:2 w:2)359 /// Proof: Refungible Allowance (max_values: None, max_size: Some(105), added: 2580, mode: MaxEncodedLen)360 /// Storage: Refungible Balance (r:2 w:2)225 // Storage: Refungible AccountBalance (r:2 w:2)361 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)362 /// Storage: Refungible AccountBalance (r:2 w:2)226 // Storage: Refungible TotalSupply (r:1 w:0)363 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)364 /// Storage: Refungible TotalSupply (r:1 w:0)227 // Storage: Refungible Owned (r:0 w:2)365 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)366 /// Storage: Refungible Owned (r:0 w:2)367 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)228 fn transfer_from_creating_removing() -> Weight {368 fn transfer_from_creating_removing() -> Weight {229 Weight::from_ref_time(45_102_000 as u64)369 // Proof Size summary in bytes:370 // Measured: `505`371 // Estimated: `15303`372 // Minimum execution time: 35_447_000 picoseconds.373 Weight::from_parts(35_896_000, 15303)230 .saturating_add(T::DbWeight::get().reads(6 as u64))374 .saturating_add(T::DbWeight::get().reads(6_u64))231 .saturating_add(T::DbWeight::get().writes(7 as u64))375 .saturating_add(T::DbWeight::get().writes(7_u64))232 }376 }233 // Storage: Refungible Allowance (r:1 w:1)377 /// Storage: Refungible Allowance (r:1 w:1)234 // Storage: Refungible Balance (r:1 w:1)378 /// Proof: Refungible Allowance (max_values: None, max_size: Some(105), added: 2580, mode: MaxEncodedLen)379 /// Storage: Refungible Balance (r:1 w:1)235 // Storage: Refungible TotalSupply (r:1 w:1)380 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)381 /// Storage: Refungible TotalSupply (r:1 w:1)236 // Storage: Refungible AccountBalance (r:1 w:1)382 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)383 /// Storage: Refungible AccountBalance (r:1 w:1)237 // Storage: Refungible TokensBurnt (r:1 w:1)384 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)385 /// Storage: Refungible TokensBurnt (r:1 w:1)238 // Storage: Refungible Owned (r:0 w:1)386 /// Proof: Refungible TokensBurnt (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)387 /// Storage: Refungible Owned (r:0 w:1)239 // Storage: Refungible TokenProperties (r:0 w:1)388 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)389 /// Storage: Refungible TokenProperties (r:0 w:1)390 /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)240 fn burn_from() -> Weight {391 fn burn_from() -> Weight {241 Weight::from_ref_time(50_573_000 as u64)392 // Proof Size summary in bytes:393 // Measured: `505`394 // Estimated: `12690`395 // Minimum execution time: 39_395_000 picoseconds.396 Weight::from_parts(40_119_000, 12690)242 .saturating_add(T::DbWeight::get().reads(5 as u64))397 .saturating_add(T::DbWeight::get().reads(5_u64))243 .saturating_add(T::DbWeight::get().writes(7 as u64))398 .saturating_add(T::DbWeight::get().writes(7_u64))244 }399 }245 // Storage: Common CollectionPropertyPermissions (r:1 w:1)400 /// Storage: Common CollectionPropertyPermissions (r:1 w:1)401 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)402 /// The range of component `b` is `[0, 64]`.246 fn set_token_property_permissions(b: u32, ) -> Weight {403 fn set_token_property_permissions(b: u32, ) -> Weight {247 Weight::from_ref_time(5_349_000 as u64)404 // Proof Size summary in bytes:405 // Measured: `281`406 // Estimated: `19201`407 // Minimum execution time: 2_337_000 picoseconds.408 Weight::from_parts(2_434_000, 19201)248 // Standard Error: 41_409409 // Standard Error: 43_425249 .saturating_add(Weight::from_ref_time(12_216_721 as u64).saturating_mul(b as u64))410 .saturating_add(Weight::from_parts(12_286_502, 0).saturating_mul(b.into()))250 .saturating_add(T::DbWeight::get().reads(1 as u64))411 .saturating_add(T::DbWeight::get().reads(1_u64))251 .saturating_add(T::DbWeight::get().writes(1 as u64))412 .saturating_add(T::DbWeight::get().writes(1_u64))252 }413 }253 // Storage: Refungible TokenProperties (r:1 w:1)414 /// Storage: Refungible TokenProperties (r:1 w:1)254 // Storage: Common CollectionPropertyPermissions (r:1 w:0)415 /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)416 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)417 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)418 /// The range of component `b` is `[0, 64]`.255 fn set_token_properties(b: u32, ) -> Weight {419 fn set_token_properties(b: u32, ) -> Weight {256 Weight::from_ref_time(12_947_117 as u64)420 // Proof Size summary in bytes:421 // Measured: `490 + b * (261 ±0)`422 // Estimated: `54480`423 // Minimum execution time: 11_857_000 picoseconds.424 Weight::from_parts(12_007_000, 54480)257 // Standard Error: 75_487425 // Standard Error: 22_963258 .saturating_add(Weight::from_ref_time(6_809_149 as u64).saturating_mul(b as u64))426 .saturating_add(Weight::from_parts(6_609_180, 0).saturating_mul(b.into()))259 .saturating_add(T::DbWeight::get().reads(2 as u64))427 .saturating_add(T::DbWeight::get().reads(2_u64))260 .saturating_add(T::DbWeight::get().writes(1 as u64))428 .saturating_add(T::DbWeight::get().writes(1_u64))261 }429 }262 // Storage: Refungible TokenProperties (r:1 w:1)430 /// Storage: Refungible TokenProperties (r:1 w:1)263 // Storage: Common CollectionPropertyPermissions (r:1 w:0)431 /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)432 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)433 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)434 /// The range of component `b` is `[0, 64]`.264 fn delete_token_properties(b: u32, ) -> Weight {435 fn delete_token_properties(b: u32, ) -> Weight {265 Weight::from_ref_time(14_967_000 as u64)436 // Proof Size summary in bytes:437 // Measured: `527 + b * (33291 ±0)`438 // Estimated: `54480`439 // Minimum execution time: 12_001_000 picoseconds.440 Weight::from_parts(12_197_000, 54480)266 // Standard Error: 66_400441 // Standard Error: 70_580267 .saturating_add(Weight::from_ref_time(22_261_821 as u64).saturating_mul(b as u64))442 .saturating_add(Weight::from_parts(21_847_004, 0).saturating_mul(b.into()))268 .saturating_add(T::DbWeight::get().reads(2 as u64))443 .saturating_add(T::DbWeight::get().reads(2_u64))269 .saturating_add(T::DbWeight::get().writes(1 as u64))444 .saturating_add(T::DbWeight::get().writes(1_u64))270 }445 }271 // Storage: Refungible TotalSupply (r:1 w:1)446 /// Storage: Refungible TotalSupply (r:1 w:1)272 // Storage: Refungible Balance (r:1 w:1)447 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)448 /// Storage: Refungible Balance (r:1 w:1)449 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)273 fn repartition_item() -> Weight {450 fn repartition_item() -> Weight {274 Weight::from_ref_time(25_823_000 as u64)451 // Proof Size summary in bytes:452 // Measured: `321`453 // Estimated: `5079`454 // Minimum execution time: 14_497_000 picoseconds.455 Weight::from_parts(14_825_000, 5079)275 .saturating_add(T::DbWeight::get().reads(2 as u64))456 .saturating_add(T::DbWeight::get().reads(2_u64))276 .saturating_add(T::DbWeight::get().writes(2 as u64))457 .saturating_add(T::DbWeight::get().writes(2_u64))277 }458 }278 // Storage: Refungible Balance (r:2 w:0)459 /// Storage: Refungible Balance (r:2 w:0)460 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)279 fn token_owner() -> Weight {461 fn token_owner() -> Weight {280 Weight::from_ref_time(9_445_000 as u64)462 // Proof Size summary in bytes:463 // Measured: `321`464 // Estimated: `5128`465 // Minimum execution time: 8_888_000 picoseconds.466 Weight::from_parts(9_373_000, 5128)281 .saturating_add(T::DbWeight::get().reads(2 as u64))467 .saturating_add(T::DbWeight::get().reads(2_u64))282 }468 }283 // Storage: Refungible CollectionAllowance (r:0 w:1)469 /// Storage: Refungible CollectionAllowance (r:0 w:1)470 /// Proof: Refungible CollectionAllowance (max_values: None, max_size: Some(111), added: 2586, mode: MaxEncodedLen)284 fn set_allowance_for_all() -> Weight {471 fn set_allowance_for_all() -> Weight {285 Weight::from_ref_time(17_303_000 as u64)472 // Proof Size summary in bytes:473 // Measured: `0`474 // Estimated: `0`475 // Minimum execution time: 7_042_000 picoseconds.476 Weight::from_parts(7_245_000, 0)286 .saturating_add(T::DbWeight::get().writes(1 as u64))477 .saturating_add(T::DbWeight::get().writes(1_u64))287 }478 }288 // Storage: Refungible CollectionAllowance (r:1 w:0)479 /// Storage: Refungible CollectionAllowance (r:1 w:0)480 /// Proof: Refungible CollectionAllowance (max_values: None, max_size: Some(111), added: 2586, mode: MaxEncodedLen)289 fn allowance_for_all() -> Weight {481 fn allowance_for_all() -> Weight {290 Weight::from_ref_time(5_352_000 as u64)482 // Proof Size summary in bytes:483 // Measured: `4`484 // Estimated: `2586`485 // Minimum execution time: 3_425_000 picoseconds.486 Weight::from_parts(3_554_000, 2586)291 .saturating_add(T::DbWeight::get().reads(1 as u64))487 .saturating_add(T::DbWeight::get().reads(1_u64))292 }488 }293 // Storage: Refungible TokenProperties (r:1 w:1)489 /// Storage: Refungible TokenProperties (r:1 w:1)490 /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)294 fn repair_item() -> Weight {491 fn repair_item() -> Weight {295 Weight::from_ref_time(7_200_000 as u64)492 // Proof Size summary in bytes:493 // Measured: `174`494 // Estimated: `35279`495 // Minimum execution time: 4_684_000 picoseconds.496 Weight::from_parts(4_805_000, 35279)296 .saturating_add(T::DbWeight::get().reads(1 as u64))497 .saturating_add(T::DbWeight::get().reads(1_u64))297 .saturating_add(T::DbWeight::get().writes(1 as u64))498 .saturating_add(T::DbWeight::get().writes(1_u64))298 }499 }299}500}300501301// For backwards compatibility and tests502// For backwards compatibility and tests302impl WeightInfo for () {503impl WeightInfo for () {303 // Storage: Refungible TokensMinted (r:1 w:1)504 /// Storage: Refungible TokensMinted (r:1 w:1)304 // Storage: Refungible AccountBalance (r:1 w:1)505 /// Proof: Refungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)506 /// Storage: Refungible AccountBalance (r:1 w:1)305 // Storage: Refungible TokenProperties (r:1 w:1)507 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)508 /// Storage: Refungible TokenProperties (r:1 w:1)306 // Storage: Common CollectionPropertyPermissions (r:1 w:0)509 /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)510 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)307 // Storage: Refungible Balance (r:0 w:1)511 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)512 /// Storage: Refungible Balance (r:0 w:1)308 // Storage: Refungible TotalSupply (r:0 w:1)513 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)514 /// Storage: Refungible TotalSupply (r:0 w:1)309 // Storage: Refungible Owned (r:0 w:1)515 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)516 /// Storage: Refungible Owned (r:0 w:1)517 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)310 fn create_item() -> Weight {518 fn create_item() -> Weight {311 Weight::from_ref_time(39_971_000 as u64)519 // Proof Size summary in bytes:520 // Measured: `285`521 // Estimated: `59511`522 // Minimum execution time: 25_287_000 picoseconds.523 Weight::from_parts(25_741_000, 59511)312 .saturating_add(RocksDbWeight::get().reads(4 as u64))524 .saturating_add(RocksDbWeight::get().reads(4_u64))313 .saturating_add(RocksDbWeight::get().writes(6 as u64))525 .saturating_add(RocksDbWeight::get().writes(6_u64))314 }526 }315 // Storage: Refungible TokensMinted (r:1 w:1)527 /// Storage: Refungible TokensMinted (r:1 w:1)316 // Storage: Refungible AccountBalance (r:1 w:1)528 /// Proof: Refungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)529 /// Storage: Refungible AccountBalance (r:1 w:1)317 // Storage: Refungible TokenProperties (r:4 w:4)530 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)531 /// Storage: Refungible TokenProperties (r:200 w:200)318 // Storage: Common CollectionPropertyPermissions (r:1 w:0)532 /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)533 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)319 // Storage: Refungible Balance (r:0 w:4)534 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)535 /// Storage: Refungible Balance (r:0 w:200)320 // Storage: Refungible TotalSupply (r:0 w:4)536 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)537 /// Storage: Refungible TotalSupply (r:0 w:200)321 // Storage: Refungible Owned (r:0 w:4)538 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)539 /// Storage: Refungible Owned (r:0 w:200)540 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)541 /// The range of component `b` is `[0, 200]`.322 fn create_multiple_items(b: u32, ) -> Weight {542 fn create_multiple_items(b: u32, ) -> Weight {323 Weight::from_ref_time(14_049_866 as u64)543 // Proof Size summary in bytes:544 // Measured: `285`545 // Estimated: `24232 + b * (35279 ±0)`546 // Minimum execution time: 4_618_000 picoseconds.547 Weight::from_parts(1_425_218, 24232)324 // Standard Error: 4_015548 // Standard Error: 4_343325 .saturating_add(Weight::from_ref_time(8_984_911 as u64).saturating_mul(b as u64))549 .saturating_add(Weight::from_parts(9_154_733, 0).saturating_mul(b.into()))326 .saturating_add(RocksDbWeight::get().reads(3 as u64))550 .saturating_add(RocksDbWeight::get().reads(3_u64))327 .saturating_add(RocksDbWeight::get().reads((1 as u64).saturating_mul(b as u64)))551 .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(b.into())))328 .saturating_add(RocksDbWeight::get().writes(2 as u64))552 .saturating_add(RocksDbWeight::get().writes(2_u64))329 .saturating_add(RocksDbWeight::get().writes((4 as u64).saturating_mul(b as u64)))553 .saturating_add(RocksDbWeight::get().writes((4_u64).saturating_mul(b.into())))554 .saturating_add(Weight::from_parts(0, 35279).saturating_mul(b.into()))330 }555 }331 // Storage: Refungible TokensMinted (r:1 w:1)556 /// Storage: Refungible TokensMinted (r:1 w:1)332 // Storage: Refungible AccountBalance (r:4 w:4)557 /// Proof: Refungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)558 /// Storage: Refungible AccountBalance (r:200 w:200)333 // Storage: Refungible TokenProperties (r:4 w:4)559 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)560 /// Storage: Refungible TokenProperties (r:200 w:200)334 // Storage: Common CollectionPropertyPermissions (r:1 w:0)561 /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)562 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)335 // Storage: Refungible Balance (r:0 w:4)563 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)564 /// Storage: Refungible Balance (r:0 w:200)336 // Storage: Refungible TotalSupply (r:0 w:4)565 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)566 /// Storage: Refungible TotalSupply (r:0 w:200)337 // Storage: Refungible Owned (r:0 w:4)567 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)568 /// Storage: Refungible Owned (r:0 w:200)569 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)570 /// The range of component `b` is `[0, 200]`.338 fn create_multiple_items_ex_multiple_items(b: u32, ) -> Weight {571 fn create_multiple_items_ex_multiple_items(b: u32, ) -> Weight {339 Weight::from_ref_time(14_893_679 as u64)572 // Proof Size summary in bytes:573 // Measured: `285`574 // Estimated: `21692 + b * (37819 ±0)`575 // Minimum execution time: 4_063_000 picoseconds.576 Weight::from_parts(4_160_000, 21692)340 // Standard Error: 3_571577 // Standard Error: 2_386341 .saturating_add(Weight::from_ref_time(10_611_135 as u64).saturating_mul(b as u64))578 .saturating_add(Weight::from_parts(10_836_802, 0).saturating_mul(b.into()))342 .saturating_add(RocksDbWeight::get().reads(2 as u64))579 .saturating_add(RocksDbWeight::get().reads(2_u64))343 .saturating_add(RocksDbWeight::get().reads((2 as u64).saturating_mul(b as u64)))580 .saturating_add(RocksDbWeight::get().reads((2_u64).saturating_mul(b.into())))344 .saturating_add(RocksDbWeight::get().writes(1 as u64))581 .saturating_add(RocksDbWeight::get().writes(1_u64))345 .saturating_add(RocksDbWeight::get().writes((5 as u64).saturating_mul(b as u64)))582 .saturating_add(RocksDbWeight::get().writes((5_u64).saturating_mul(b.into())))583 .saturating_add(Weight::from_parts(0, 37819).saturating_mul(b.into()))346 }584 }347 // Storage: Refungible TokensMinted (r:1 w:1)585 /// Storage: Refungible TokensMinted (r:1 w:1)348 // Storage: Refungible TokenProperties (r:1 w:1)586 /// Proof: Refungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)587 /// Storage: Refungible AccountBalance (r:200 w:200)588 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)589 /// Storage: Refungible TokenProperties (r:1 w:1)349 // Storage: Common CollectionPropertyPermissions (r:1 w:0)590 /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)591 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)350 // Storage: Refungible TotalSupply (r:0 w:1)592 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)593 /// Storage: Refungible Balance (r:0 w:200)351 // Storage: Refungible AccountBalance (r:4 w:4)594 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)352 // Storage: Refungible Balance (r:0 w:4)595 /// Storage: Refungible TotalSupply (r:0 w:1)353 // Storage: Refungible Owned (r:0 w:4)596 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)597 /// Storage: Refungible Owned (r:0 w:200)598 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)599 /// The range of component `b` is `[0, 200]`.354 fn create_multiple_items_ex_multiple_owners(b: u32, ) -> Weight {600 fn create_multiple_items_ex_multiple_owners(b: u32, ) -> Weight {355 Weight::from_ref_time(31_075_923 as u64)601 // Proof Size summary in bytes:602 // Measured: `285`603 // Estimated: `56971 + b * (2540 ±0)`604 // Minimum execution time: 14_637_000 picoseconds.605 Weight::from_parts(19_042_423, 56971)356 // Standard Error: 2_118606 // Standard Error: 1_632357 .saturating_add(Weight::from_ref_time(5_829_866 as u64).saturating_mul(b as u64))607 .saturating_add(Weight::from_parts(5_976_694, 0).saturating_mul(b.into()))358 .saturating_add(RocksDbWeight::get().reads(3 as u64))608 .saturating_add(RocksDbWeight::get().reads(3_u64))359 .saturating_add(RocksDbWeight::get().reads((1 as u64).saturating_mul(b as u64)))609 .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(b.into())))360 .saturating_add(RocksDbWeight::get().writes(3 as u64))610 .saturating_add(RocksDbWeight::get().writes(3_u64))361 .saturating_add(RocksDbWeight::get().writes((3 as u64).saturating_mul(b as u64)))611 .saturating_add(RocksDbWeight::get().writes((3_u64).saturating_mul(b.into())))612 .saturating_add(Weight::from_parts(0, 2540).saturating_mul(b.into()))362 }613 }363 // Storage: Refungible Balance (r:3 w:1)614 /// Storage: Refungible Balance (r:3 w:1)364 // Storage: Refungible TotalSupply (r:1 w:1)615 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)616 /// Storage: Refungible TotalSupply (r:1 w:1)365 // Storage: Refungible AccountBalance (r:1 w:1)617 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)618 /// Storage: Refungible AccountBalance (r:1 w:1)366 // Storage: Refungible Owned (r:0 w:1)619 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)620 /// Storage: Refungible Owned (r:0 w:1)621 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)367 fn burn_item_partial() -> Weight {622 fn burn_item_partial() -> Weight {368 Weight::from_ref_time(47_369_000 as u64)623 // Proof Size summary in bytes:624 // Measured: `490`625 // Estimated: `12747`626 // Minimum execution time: 35_018_000 picoseconds.627 Weight::from_parts(35_596_000, 12747)369 .saturating_add(RocksDbWeight::get().reads(5 as u64))628 .saturating_add(RocksDbWeight::get().reads(5_u64))370 .saturating_add(RocksDbWeight::get().writes(4 as u64))629 .saturating_add(RocksDbWeight::get().writes(4_u64))371 }630 }372 // Storage: Refungible Balance (r:1 w:1)631 /// Storage: Refungible Balance (r:1 w:1)373 // Storage: Refungible TotalSupply (r:1 w:1)632 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)633 /// Storage: Refungible TotalSupply (r:1 w:1)374 // Storage: Refungible AccountBalance (r:1 w:1)634 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)635 /// Storage: Refungible AccountBalance (r:1 w:1)375 // Storage: Refungible TokensBurnt (r:1 w:1)636 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)637 /// Storage: Refungible TokensBurnt (r:1 w:1)376 // Storage: Refungible Owned (r:0 w:1)638 /// Proof: Refungible TokensBurnt (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)639 /// Storage: Refungible Owned (r:0 w:1)377 // Storage: Refungible TokenProperties (r:0 w:1)640 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)641 /// Storage: Refungible TokenProperties (r:0 w:1)642 /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)378 fn burn_item_fully() -> Weight {643 fn burn_item_fully() -> Weight {379 Weight::from_ref_time(41_351_000 as u64)644 // Proof Size summary in bytes:645 // Measured: `375`646 // Estimated: `10110`647 // Minimum execution time: 30_441_000 picoseconds.648 Weight::from_parts(31_000_000, 10110)380 .saturating_add(RocksDbWeight::get().reads(4 as u64))649 .saturating_add(RocksDbWeight::get().reads(4_u64))381 .saturating_add(RocksDbWeight::get().writes(6 as u64))650 .saturating_add(RocksDbWeight::get().writes(6_u64))382 }651 }383 // Storage: Refungible Balance (r:2 w:2)652 /// Storage: Refungible Balance (r:2 w:2)384 // Storage: Refungible TotalSupply (r:1 w:0)653 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)654 /// Storage: Refungible TotalSupply (r:1 w:0)655 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)385 fn transfer_normal() -> Weight {656 fn transfer_normal() -> Weight {386 Weight::from_ref_time(31_379_000 as u64)657 // Proof Size summary in bytes:658 // Measured: `398`659 // Estimated: `7643`660 // Minimum execution time: 20_055_000 picoseconds.661 Weight::from_parts(20_533_000, 7643)387 .saturating_add(RocksDbWeight::get().reads(3 as u64))662 .saturating_add(RocksDbWeight::get().reads(3_u64))388 .saturating_add(RocksDbWeight::get().writes(2 as u64))663 .saturating_add(RocksDbWeight::get().writes(2_u64))389 }664 }390 // Storage: Refungible Balance (r:2 w:2)665 /// Storage: Refungible Balance (r:2 w:2)391 // Storage: Refungible AccountBalance (r:1 w:1)666 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)667 /// Storage: Refungible AccountBalance (r:1 w:1)392 // Storage: Refungible TotalSupply (r:1 w:0)668 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)669 /// Storage: Refungible TotalSupply (r:1 w:0)393 // Storage: Refungible Owned (r:0 w:1)670 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)671 /// Storage: Refungible Owned (r:0 w:1)672 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)394 fn transfer_creating() -> Weight {673 fn transfer_creating() -> Weight {395 Weight::from_ref_time(34_829_000 as u64)674 // Proof Size summary in bytes:675 // Measured: `375`676 // Estimated: `10183`677 // Minimum execution time: 23_443_000 picoseconds.678 Weight::from_parts(23_791_000, 10183)396 .saturating_add(RocksDbWeight::get().reads(4 as u64))679 .saturating_add(RocksDbWeight::get().reads(4_u64))397 .saturating_add(RocksDbWeight::get().writes(4 as u64))680 .saturating_add(RocksDbWeight::get().writes(4_u64))398 }681 }399 // Storage: Refungible Balance (r:2 w:2)682 /// Storage: Refungible Balance (r:2 w:2)400 // Storage: Refungible AccountBalance (r:1 w:1)683 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)684 /// Storage: Refungible AccountBalance (r:1 w:1)401 // Storage: Refungible TotalSupply (r:1 w:0)685 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)686 /// Storage: Refungible TotalSupply (r:1 w:0)402 // Storage: Refungible Owned (r:0 w:1)687 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)688 /// Storage: Refungible Owned (r:0 w:1)689 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)403 fn transfer_removing() -> Weight {690 fn transfer_removing() -> Weight {404 Weight::from_ref_time(38_221_000 as u64)691 // Proof Size summary in bytes:692 // Measured: `490`693 // Estimated: `10183`694 // Minimum execution time: 26_489_000 picoseconds.695 Weight::from_parts(27_103_000, 10183)405 .saturating_add(RocksDbWeight::get().reads(4 as u64))696 .saturating_add(RocksDbWeight::get().reads(4_u64))406 .saturating_add(RocksDbWeight::get().writes(4 as u64))697 .saturating_add(RocksDbWeight::get().writes(4_u64))407 }698 }408 // Storage: Refungible Balance (r:2 w:2)699 /// Storage: Refungible Balance (r:2 w:2)409 // Storage: Refungible AccountBalance (r:2 w:2)700 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)701 /// Storage: Refungible AccountBalance (r:2 w:2)410 // Storage: Refungible TotalSupply (r:1 w:0)702 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)703 /// Storage: Refungible TotalSupply (r:1 w:0)411 // Storage: Refungible Owned (r:0 w:2)704 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)705 /// Storage: Refungible Owned (r:0 w:2)706 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)412 fn transfer_creating_removing() -> Weight {707 fn transfer_creating_removing() -> Weight {413 Weight::from_ref_time(38_102_000 as u64)708 // Proof Size summary in bytes:709 // Measured: `375`710 // Estimated: `12723`711 // Minimum execution time: 26_719_000 picoseconds.712 Weight::from_parts(27_038_000, 12723)414 .saturating_add(RocksDbWeight::get().reads(5 as u64))713 .saturating_add(RocksDbWeight::get().reads(5_u64))415 .saturating_add(RocksDbWeight::get().writes(6 as u64))714 .saturating_add(RocksDbWeight::get().writes(6_u64))416 }715 }417 // Storage: Refungible Balance (r:1 w:0)716 /// Storage: Refungible Balance (r:1 w:0)418 // Storage: Refungible Allowance (r:0 w:1)717 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)718 /// Storage: Refungible Allowance (r:0 w:1)719 /// Proof: Refungible Allowance (max_values: None, max_size: Some(105), added: 2580, mode: MaxEncodedLen)419 fn approve() -> Weight {720 fn approve() -> Weight {420 Weight::from_ref_time(24_217_000 as u64)721 // Proof Size summary in bytes:722 // Measured: `256`723 // Estimated: `2564`724 // Minimum execution time: 12_949_000 picoseconds.725 Weight::from_parts(13_181_000, 2564)421 .saturating_add(RocksDbWeight::get().reads(1 as u64))726 .saturating_add(RocksDbWeight::get().reads(1_u64))422 .saturating_add(RocksDbWeight::get().writes(1 as u64))727 .saturating_add(RocksDbWeight::get().writes(1_u64))423 }728 }424 // Storage: Refungible Balance (r:1 w:0)729 /// Storage: Refungible Balance (r:1 w:0)425 // Storage: Refungible Allowance (r:0 w:1)730 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)731 /// Storage: Refungible Allowance (r:0 w:1)732 /// Proof: Refungible Allowance (max_values: None, max_size: Some(105), added: 2580, mode: MaxEncodedLen)426 fn approve_from() -> Weight {733 fn approve_from() -> Weight {427 Weight::from_ref_time(24_173_000 as u64)734 // Proof Size summary in bytes:735 // Measured: `244`736 // Estimated: `2564`737 // Minimum execution time: 12_942_000 picoseconds.738 Weight::from_parts(13_268_000, 2564)428 .saturating_add(RocksDbWeight::get().reads(1 as u64))739 .saturating_add(RocksDbWeight::get().reads(1_u64))429 .saturating_add(RocksDbWeight::get().writes(1 as u64))740 .saturating_add(RocksDbWeight::get().writes(1_u64))430 }741 }431 // Storage: Refungible Allowance (r:1 w:1)742 /// Storage: Refungible Allowance (r:1 w:1)432 // Storage: Refungible Balance (r:2 w:2)743 /// Proof: Refungible Allowance (max_values: None, max_size: Some(105), added: 2580, mode: MaxEncodedLen)744 /// Storage: Refungible Balance (r:2 w:2)433 // Storage: Refungible TotalSupply (r:1 w:0)745 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)746 /// Storage: Refungible TotalSupply (r:1 w:0)747 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)434 fn transfer_from_normal() -> Weight {748 fn transfer_from_normal() -> Weight {435 Weight::from_ref_time(40_040_000 as u64)749 // Proof Size summary in bytes:750 // Measured: `528`751 // Estimated: `10223`752 // Minimum execution time: 28_907_000 picoseconds.753 Weight::from_parts(29_487_000, 10223)436 .saturating_add(RocksDbWeight::get().reads(4 as u64))754 .saturating_add(RocksDbWeight::get().reads(4_u64))437 .saturating_add(RocksDbWeight::get().writes(3 as u64))755 .saturating_add(RocksDbWeight::get().writes(3_u64))438 }756 }439 // Storage: Refungible Allowance (r:1 w:1)757 /// Storage: Refungible Allowance (r:1 w:1)440 // Storage: Refungible Balance (r:2 w:2)758 /// Proof: Refungible Allowance (max_values: None, max_size: Some(105), added: 2580, mode: MaxEncodedLen)759 /// Storage: Refungible Balance (r:2 w:2)441 // Storage: Refungible AccountBalance (r:1 w:1)760 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)761 /// Storage: Refungible AccountBalance (r:1 w:1)442 // Storage: Refungible TotalSupply (r:1 w:0)762 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)763 /// Storage: Refungible TotalSupply (r:1 w:0)443 // Storage: Refungible Owned (r:0 w:1)764 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)765 /// Storage: Refungible Owned (r:0 w:1)766 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)444 fn transfer_from_creating() -> Weight {767 fn transfer_from_creating() -> Weight {445 Weight::from_ref_time(42_906_000 as u64)768 // Proof Size summary in bytes:769 // Measured: `505`770 // Estimated: `12763`771 // Minimum execution time: 31_271_000 picoseconds.772 Weight::from_parts(32_293_000, 12763)446 .saturating_add(RocksDbWeight::get().reads(5 as u64))773 .saturating_add(RocksDbWeight::get().reads(5_u64))447 .saturating_add(RocksDbWeight::get().writes(5 as u64))774 .saturating_add(RocksDbWeight::get().writes(5_u64))448 }775 }449 // Storage: Refungible Allowance (r:1 w:1)776 /// Storage: Refungible Allowance (r:1 w:1)450 // Storage: Refungible Balance (r:2 w:2)777 /// Proof: Refungible Allowance (max_values: None, max_size: Some(105), added: 2580, mode: MaxEncodedLen)778 /// Storage: Refungible Balance (r:2 w:2)451 // Storage: Refungible AccountBalance (r:1 w:1)779 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)780 /// Storage: Refungible AccountBalance (r:1 w:1)452 // Storage: Refungible TotalSupply (r:1 w:0)781 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)782 /// Storage: Refungible TotalSupply (r:1 w:0)453 // Storage: Refungible Owned (r:0 w:1)783 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)784 /// Storage: Refungible Owned (r:0 w:1)785 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)454 fn transfer_from_removing() -> Weight {786 fn transfer_from_removing() -> Weight {455 Weight::from_ref_time(46_112_000 as u64)787 // Proof Size summary in bytes:788 // Measured: `620`789 // Estimated: `12763`790 // Minimum execution time: 34_295_000 picoseconds.791 Weight::from_parts(34_924_000, 12763)456 .saturating_add(RocksDbWeight::get().reads(5 as u64))792 .saturating_add(RocksDbWeight::get().reads(5_u64))457 .saturating_add(RocksDbWeight::get().writes(5 as u64))793 .saturating_add(RocksDbWeight::get().writes(5_u64))458 }794 }459 // Storage: Refungible Allowance (r:1 w:1)795 /// Storage: Refungible Allowance (r:1 w:1)460 // Storage: Refungible Balance (r:2 w:2)796 /// Proof: Refungible Allowance (max_values: None, max_size: Some(105), added: 2580, mode: MaxEncodedLen)797 /// Storage: Refungible Balance (r:2 w:2)461 // Storage: Refungible AccountBalance (r:2 w:2)798 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)799 /// Storage: Refungible AccountBalance (r:2 w:2)462 // Storage: Refungible TotalSupply (r:1 w:0)800 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)801 /// Storage: Refungible TotalSupply (r:1 w:0)463 // Storage: Refungible Owned (r:0 w:2)802 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)803 /// Storage: Refungible Owned (r:0 w:2)804 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)464 fn transfer_from_creating_removing() -> Weight {805 fn transfer_from_creating_removing() -> Weight {465 Weight::from_ref_time(45_102_000 as u64)806 // Proof Size summary in bytes:807 // Measured: `505`808 // Estimated: `15303`809 // Minimum execution time: 35_447_000 picoseconds.810 Weight::from_parts(35_896_000, 15303)466 .saturating_add(RocksDbWeight::get().reads(6 as u64))811 .saturating_add(RocksDbWeight::get().reads(6_u64))467 .saturating_add(RocksDbWeight::get().writes(7 as u64))812 .saturating_add(RocksDbWeight::get().writes(7_u64))468 }813 }469 // Storage: Refungible Allowance (r:1 w:1)814 /// Storage: Refungible Allowance (r:1 w:1)470 // Storage: Refungible Balance (r:1 w:1)815 /// Proof: Refungible Allowance (max_values: None, max_size: Some(105), added: 2580, mode: MaxEncodedLen)816 /// Storage: Refungible Balance (r:1 w:1)471 // Storage: Refungible TotalSupply (r:1 w:1)817 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)818 /// Storage: Refungible TotalSupply (r:1 w:1)472 // Storage: Refungible AccountBalance (r:1 w:1)819 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)820 /// Storage: Refungible AccountBalance (r:1 w:1)473 // Storage: Refungible TokensBurnt (r:1 w:1)821 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)822 /// Storage: Refungible TokensBurnt (r:1 w:1)474 // Storage: Refungible Owned (r:0 w:1)823 /// Proof: Refungible TokensBurnt (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)824 /// Storage: Refungible Owned (r:0 w:1)475 // Storage: Refungible TokenProperties (r:0 w:1)825 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)826 /// Storage: Refungible TokenProperties (r:0 w:1)827 /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)476 fn burn_from() -> Weight {828 fn burn_from() -> Weight {477 Weight::from_ref_time(50_573_000 as u64)829 // Proof Size summary in bytes:830 // Measured: `505`831 // Estimated: `12690`832 // Minimum execution time: 39_395_000 picoseconds.833 Weight::from_parts(40_119_000, 12690)478 .saturating_add(RocksDbWeight::get().reads(5 as u64))834 .saturating_add(RocksDbWeight::get().reads(5_u64))479 .saturating_add(RocksDbWeight::get().writes(7 as u64))835 .saturating_add(RocksDbWeight::get().writes(7_u64))480 }836 }481 // Storage: Common CollectionPropertyPermissions (r:1 w:1)837 /// Storage: Common CollectionPropertyPermissions (r:1 w:1)838 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)839 /// The range of component `b` is `[0, 64]`.482 fn set_token_property_permissions(b: u32, ) -> Weight {840 fn set_token_property_permissions(b: u32, ) -> Weight {483 Weight::from_ref_time(5_349_000 as u64)841 // Proof Size summary in bytes:842 // Measured: `281`843 // Estimated: `19201`844 // Minimum execution time: 2_337_000 picoseconds.845 Weight::from_parts(2_434_000, 19201)484 // Standard Error: 41_409846 // Standard Error: 43_425485 .saturating_add(Weight::from_ref_time(12_216_721 as u64).saturating_mul(b as u64))847 .saturating_add(Weight::from_parts(12_286_502, 0).saturating_mul(b.into()))486 .saturating_add(RocksDbWeight::get().reads(1 as u64))848 .saturating_add(RocksDbWeight::get().reads(1_u64))487 .saturating_add(RocksDbWeight::get().writes(1 as u64))849 .saturating_add(RocksDbWeight::get().writes(1_u64))488 }850 }489 // Storage: Refungible TokenProperties (r:1 w:1)851 /// Storage: Refungible TokenProperties (r:1 w:1)490 // Storage: Common CollectionPropertyPermissions (r:1 w:0)852 /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)853 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)854 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)855 /// The range of component `b` is `[0, 64]`.491 fn set_token_properties(b: u32, ) -> Weight {856 fn set_token_properties(b: u32, ) -> Weight {492 Weight::from_ref_time(12_947_117 as u64)857 // Proof Size summary in bytes:858 // Measured: `490 + b * (261 ±0)`859 // Estimated: `54480`860 // Minimum execution time: 11_857_000 picoseconds.861 Weight::from_parts(12_007_000, 54480)493 // Standard Error: 75_487862 // Standard Error: 22_963494 .saturating_add(Weight::from_ref_time(6_809_149 as u64).saturating_mul(b as u64))863 .saturating_add(Weight::from_parts(6_609_180, 0).saturating_mul(b.into()))495 .saturating_add(RocksDbWeight::get().reads(2 as u64))864 .saturating_add(RocksDbWeight::get().reads(2_u64))496 .saturating_add(RocksDbWeight::get().writes(1 as u64))865 .saturating_add(RocksDbWeight::get().writes(1_u64))497 }866 }498 // Storage: Refungible TokenProperties (r:1 w:1)867 /// Storage: Refungible TokenProperties (r:1 w:1)499 // Storage: Common CollectionPropertyPermissions (r:1 w:0)868 /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)869 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)870 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)871 /// The range of component `b` is `[0, 64]`.500 fn delete_token_properties(b: u32, ) -> Weight {872 fn delete_token_properties(b: u32, ) -> Weight {501 Weight::from_ref_time(14_967_000 as u64)873 // Proof Size summary in bytes:874 // Measured: `527 + b * (33291 ±0)`875 // Estimated: `54480`876 // Minimum execution time: 12_001_000 picoseconds.877 Weight::from_parts(12_197_000, 54480)502 // Standard Error: 66_400878 // Standard Error: 70_580503 .saturating_add(Weight::from_ref_time(22_261_821 as u64).saturating_mul(b as u64))879 .saturating_add(Weight::from_parts(21_847_004, 0).saturating_mul(b.into()))504 .saturating_add(RocksDbWeight::get().reads(2 as u64))880 .saturating_add(RocksDbWeight::get().reads(2_u64))505 .saturating_add(RocksDbWeight::get().writes(1 as u64))881 .saturating_add(RocksDbWeight::get().writes(1_u64))506 }882 }507 // Storage: Refungible TotalSupply (r:1 w:1)883 /// Storage: Refungible TotalSupply (r:1 w:1)508 // Storage: Refungible Balance (r:1 w:1)884 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)885 /// Storage: Refungible Balance (r:1 w:1)886 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)509 fn repartition_item() -> Weight {887 fn repartition_item() -> Weight {510 Weight::from_ref_time(25_823_000 as u64)888 // Proof Size summary in bytes:889 // Measured: `321`890 // Estimated: `5079`891 // Minimum execution time: 14_497_000 picoseconds.892 Weight::from_parts(14_825_000, 5079)511 .saturating_add(RocksDbWeight::get().reads(2 as u64))893 .saturating_add(RocksDbWeight::get().reads(2_u64))512 .saturating_add(RocksDbWeight::get().writes(2 as u64))894 .saturating_add(RocksDbWeight::get().writes(2_u64))513 }895 }514 // Storage: Refungible Balance (r:2 w:0)896 /// Storage: Refungible Balance (r:2 w:0)897 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)515 fn token_owner() -> Weight {898 fn token_owner() -> Weight {516 Weight::from_ref_time(9_445_000 as u64)899 // Proof Size summary in bytes:900 // Measured: `321`901 // Estimated: `5128`902 // Minimum execution time: 8_888_000 picoseconds.903 Weight::from_parts(9_373_000, 5128)517 .saturating_add(RocksDbWeight::get().reads(2 as u64))904 .saturating_add(RocksDbWeight::get().reads(2_u64))518 }905 }519 // Storage: Refungible CollectionAllowance (r:0 w:1)906 /// Storage: Refungible CollectionAllowance (r:0 w:1)907 /// Proof: Refungible CollectionAllowance (max_values: None, max_size: Some(111), added: 2586, mode: MaxEncodedLen)520 fn set_allowance_for_all() -> Weight {908 fn set_allowance_for_all() -> Weight {521 Weight::from_ref_time(17_303_000 as u64)909 // Proof Size summary in bytes:910 // Measured: `0`911 // Estimated: `0`912 // Minimum execution time: 7_042_000 picoseconds.913 Weight::from_parts(7_245_000, 0)522 .saturating_add(RocksDbWeight::get().writes(1 as u64))914 .saturating_add(RocksDbWeight::get().writes(1_u64))523 }915 }524 // Storage: Refungible CollectionAllowance (r:1 w:0)916 /// Storage: Refungible CollectionAllowance (r:1 w:0)917 /// Proof: Refungible CollectionAllowance (max_values: None, max_size: Some(111), added: 2586, mode: MaxEncodedLen)525 fn allowance_for_all() -> Weight {918 fn allowance_for_all() -> Weight {526 Weight::from_ref_time(5_352_000 as u64)919 // Proof Size summary in bytes:920 // Measured: `4`921 // Estimated: `2586`922 // Minimum execution time: 3_425_000 picoseconds.923 Weight::from_parts(3_554_000, 2586)527 .saturating_add(RocksDbWeight::get().reads(1 as u64))924 .saturating_add(RocksDbWeight::get().reads(1_u64))528 }925 }529 // Storage: Refungible TokenProperties (r:1 w:1)926 /// Storage: Refungible TokenProperties (r:1 w:1)927 /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)530 fn repair_item() -> Weight {928 fn repair_item() -> Weight {531 Weight::from_ref_time(7_200_000 as u64)929 // Proof Size summary in bytes:930 // Measured: `174`931 // Estimated: `35279`932 // Minimum execution time: 4_684_000 picoseconds.933 Weight::from_parts(4_805_000, 35279)532 .saturating_add(RocksDbWeight::get().reads(1 as u64))934 .saturating_add(RocksDbWeight::get().reads(1_u64))533 .saturating_add(RocksDbWeight::get().writes(1 as u64))935 .saturating_add(RocksDbWeight::get().writes(1_u64))534 }936 }535}937}938536939pallets/structure/src/weights.rsdiffbeforeafterboth--- a/pallets/structure/src/weights.rs
+++ b/pallets/structure/src/weights.rs
@@ -3,7 +3,8 @@
//! Autogenerated weights for pallet_structure
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
-//! DATE: 2023-02-15, STEPS: `50`, REPEAT: 80, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2023-03-30, STEPS: `50`, REPEAT: 80, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! WORST CASE MAP SIZE: `1000000`
//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
// Executed Command:
@@ -16,8 +17,7 @@
// compiled
// --extrinsic
// *
-// --template
-// .maintain/frame-weight-template.hbs
+// --template=.maintain/frame-weight-template.hbs
// --steps=50
// --repeat=80
// --heap-pages=4096
@@ -40,20 +40,33 @@
/// Weights for pallet_structure using the Substrate node and recommended hardware.
pub struct SubstrateWeight<T>(PhantomData<T>);
impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
- // Storage: Common CollectionById (r:1 w:0)
- // Storage: Nonfungible TokenData (r:1 w:0)
+ /// Storage: Common CollectionById (r:1 w:0)
+ /// Proof: Common CollectionById (max_values: None, max_size: Some(860), added: 3335, mode: MaxEncodedLen)
+ /// Storage: Nonfungible TokenData (r:1 w:0)
+ /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen)
fn find_parent() -> Weight {
- Weight::from_ref_time(11_663_000 as u64)
- .saturating_add(T::DbWeight::get().reads(2 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `698`
+ // Estimated: `5867`
+ // Minimum execution time: 9_834_000 picoseconds.
+ Weight::from_parts(10_073_000, 5867)
+ .saturating_add(T::DbWeight::get().reads(2_u64))
}
}
// For backwards compatibility and tests
impl WeightInfo for () {
- // Storage: Common CollectionById (r:1 w:0)
- // Storage: Nonfungible TokenData (r:1 w:0)
+ /// Storage: Common CollectionById (r:1 w:0)
+ /// Proof: Common CollectionById (max_values: None, max_size: Some(860), added: 3335, mode: MaxEncodedLen)
+ /// Storage: Nonfungible TokenData (r:1 w:0)
+ /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen)
fn find_parent() -> Weight {
- Weight::from_ref_time(11_663_000 as u64)
- .saturating_add(RocksDbWeight::get().reads(2 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `698`
+ // Estimated: `5867`
+ // Minimum execution time: 9_834_000 picoseconds.
+ Weight::from_parts(10_073_000, 5867)
+ .saturating_add(RocksDbWeight::get().reads(2_u64))
}
}
+
pallets/unique/src/weights.rsdiffbeforeafterboth--- a/pallets/unique/src/weights.rs
+++ b/pallets/unique/src/weights.rs
@@ -3,7 +3,8 @@
//! Autogenerated weights for pallet_unique
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
-//! DATE: 2023-02-15, STEPS: `50`, REPEAT: 80, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2023-03-30, STEPS: `50`, REPEAT: 80, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! WORST CASE MAP SIZE: `1000000`
//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
// Executed Command:
@@ -16,8 +17,7 @@
// compiled
// --extrinsic
// *
-// --template
-// .maintain/frame-weight-template.hbs
+// --template=.maintain/frame-weight-template.hbs
// --steps=50
// --repeat=80
// --heap-pages=4096
@@ -52,198 +52,363 @@
/// Weights for pallet_unique using the Substrate node and recommended hardware.
pub struct SubstrateWeight<T>(PhantomData<T>);
impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
- // Storage: Common CreatedCollectionCount (r:1 w:1)
- // Storage: Common DestroyedCollectionCount (r:1 w:0)
- // Storage: System Account (r:2 w:2)
- // Storage: Common CollectionPropertyPermissions (r:0 w:1)
- // Storage: Common CollectionProperties (r:0 w:1)
- // Storage: Common CollectionById (r:0 w:1)
+ /// Storage: Common CreatedCollectionCount (r:1 w:1)
+ /// Proof: Common CreatedCollectionCount (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
+ /// Storage: Common DestroyedCollectionCount (r:1 w:0)
+ /// Proof: Common DestroyedCollectionCount (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
+ /// Storage: System Account (r:2 w:2)
+ /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
+ /// Storage: Common CollectionPropertyPermissions (r:0 w:1)
+ /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)
+ /// Storage: Common CollectionProperties (r:0 w:1)
+ /// Proof: Common CollectionProperties (max_values: None, max_size: Some(40992), added: 43467, mode: MaxEncodedLen)
+ /// Storage: Common CollectionById (r:0 w:1)
+ /// Proof: Common CollectionById (max_values: None, max_size: Some(860), added: 3335, mode: MaxEncodedLen)
fn create_collection() -> Weight {
- Weight::from_ref_time(47_681_000 as u64)
- .saturating_add(T::DbWeight::get().reads(4 as u64))
- .saturating_add(T::DbWeight::get().writes(6 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `277`
+ // Estimated: `6204`
+ // Minimum execution time: 37_430_000 picoseconds.
+ Weight::from_parts(42_154_000, 6204)
+ .saturating_add(T::DbWeight::get().reads(4_u64))
+ .saturating_add(T::DbWeight::get().writes(6_u64))
}
- // Storage: Common CollectionById (r:1 w:1)
- // Storage: Nonfungible TokenData (r:1 w:0)
- // Storage: Common DestroyedCollectionCount (r:1 w:1)
- // Storage: Nonfungible TokensMinted (r:0 w:1)
- // Storage: Nonfungible TokensBurnt (r:0 w:1)
- // Storage: Common AdminAmount (r:0 w:1)
- // Storage: Common CollectionProperties (r:0 w:1)
+ /// Storage: Common CollectionById (r:1 w:1)
+ /// Proof: Common CollectionById (max_values: None, max_size: Some(860), added: 3335, mode: MaxEncodedLen)
+ /// Storage: Nonfungible TokenData (r:1 w:0)
+ /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen)
+ /// Storage: Common DestroyedCollectionCount (r:1 w:1)
+ /// Proof: Common DestroyedCollectionCount (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
+ /// Storage: Nonfungible TokensMinted (r:0 w:1)
+ /// Proof: Nonfungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)
+ /// Storage: Nonfungible TokensBurnt (r:0 w:1)
+ /// Proof: Nonfungible TokensBurnt (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)
+ /// Storage: Common AdminAmount (r:0 w:1)
+ /// Proof: Common AdminAmount (max_values: None, max_size: Some(24), added: 2499, mode: MaxEncodedLen)
+ /// Storage: Common CollectionProperties (r:0 w:1)
+ /// Proof: Common CollectionProperties (max_values: None, max_size: Some(40992), added: 43467, mode: MaxEncodedLen)
fn destroy_collection() -> Weight {
- Weight::from_ref_time(58_371_000 as u64)
- .saturating_add(T::DbWeight::get().reads(3 as u64))
- .saturating_add(T::DbWeight::get().writes(6 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `1118`
+ // Estimated: `6366`
+ // Minimum execution time: 51_399_000 picoseconds.
+ Weight::from_parts(52_256_000, 6366)
+ .saturating_add(T::DbWeight::get().reads(3_u64))
+ .saturating_add(T::DbWeight::get().writes(6_u64))
}
- // Storage: Common CollectionById (r:1 w:0)
- // Storage: Common Allowlist (r:0 w:1)
+ /// Storage: Common CollectionById (r:1 w:0)
+ /// Proof: Common CollectionById (max_values: None, max_size: Some(860), added: 3335, mode: MaxEncodedLen)
+ /// Storage: Common Allowlist (r:0 w:1)
+ /// Proof: Common Allowlist (max_values: None, max_size: Some(70), added: 2545, mode: MaxEncodedLen)
fn add_to_allow_list() -> Weight {
- Weight::from_ref_time(28_197_000 as u64)
- .saturating_add(T::DbWeight::get().reads(1 as u64))
- .saturating_add(T::DbWeight::get().writes(1 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `999`
+ // Estimated: `3335`
+ // Minimum execution time: 16_355_000 picoseconds.
+ Weight::from_parts(16_737_000, 3335)
+ .saturating_add(T::DbWeight::get().reads(1_u64))
+ .saturating_add(T::DbWeight::get().writes(1_u64))
}
- // Storage: Common CollectionById (r:1 w:0)
- // Storage: Common Allowlist (r:0 w:1)
+ /// Storage: Common CollectionById (r:1 w:0)
+ /// Proof: Common CollectionById (max_values: None, max_size: Some(860), added: 3335, mode: MaxEncodedLen)
+ /// Storage: Common Allowlist (r:0 w:1)
+ /// Proof: Common Allowlist (max_values: None, max_size: Some(70), added: 2545, mode: MaxEncodedLen)
fn remove_from_allow_list() -> Weight {
- Weight::from_ref_time(27_782_000 as u64)
- .saturating_add(T::DbWeight::get().reads(1 as u64))
- .saturating_add(T::DbWeight::get().writes(1 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `1032`
+ // Estimated: `3335`
+ // Minimum execution time: 15_812_000 picoseconds.
+ Weight::from_parts(16_102_000, 3335)
+ .saturating_add(T::DbWeight::get().reads(1_u64))
+ .saturating_add(T::DbWeight::get().writes(1_u64))
}
- // Storage: Common CollectionById (r:1 w:1)
+ /// Storage: Common CollectionById (r:1 w:1)
+ /// Proof: Common CollectionById (max_values: None, max_size: Some(860), added: 3335, mode: MaxEncodedLen)
fn change_collection_owner() -> Weight {
- Weight::from_ref_time(27_100_000 as u64)
- .saturating_add(T::DbWeight::get().reads(1 as u64))
- .saturating_add(T::DbWeight::get().writes(1 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `999`
+ // Estimated: `3335`
+ // Minimum execution time: 15_072_000 picoseconds.
+ Weight::from_parts(15_540_000, 3335)
+ .saturating_add(T::DbWeight::get().reads(1_u64))
+ .saturating_add(T::DbWeight::get().writes(1_u64))
}
- // Storage: Common CollectionById (r:1 w:0)
- // Storage: Common IsAdmin (r:1 w:1)
- // Storage: Common AdminAmount (r:1 w:1)
+ /// Storage: Common CollectionById (r:1 w:0)
+ /// Proof: Common CollectionById (max_values: None, max_size: Some(860), added: 3335, mode: MaxEncodedLen)
+ /// Storage: Common IsAdmin (r:1 w:1)
+ /// Proof: Common IsAdmin (max_values: None, max_size: Some(70), added: 2545, mode: MaxEncodedLen)
+ /// Storage: Common AdminAmount (r:1 w:1)
+ /// Proof: Common AdminAmount (max_values: None, max_size: Some(24), added: 2499, mode: MaxEncodedLen)
fn add_collection_admin() -> Weight {
- Weight::from_ref_time(31_037_000 as u64)
- .saturating_add(T::DbWeight::get().reads(3 as u64))
- .saturating_add(T::DbWeight::get().writes(2 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `999`
+ // Estimated: `8379`
+ // Minimum execution time: 18_268_000 picoseconds.
+ Weight::from_parts(18_931_000, 8379)
+ .saturating_add(T::DbWeight::get().reads(3_u64))
+ .saturating_add(T::DbWeight::get().writes(2_u64))
}
- // Storage: Common CollectionById (r:1 w:0)
- // Storage: Common IsAdmin (r:1 w:1)
- // Storage: Common AdminAmount (r:1 w:1)
+ /// Storage: Common CollectionById (r:1 w:0)
+ /// Proof: Common CollectionById (max_values: None, max_size: Some(860), added: 3335, mode: MaxEncodedLen)
+ /// Storage: Common IsAdmin (r:1 w:1)
+ /// Proof: Common IsAdmin (max_values: None, max_size: Some(70), added: 2545, mode: MaxEncodedLen)
+ /// Storage: Common AdminAmount (r:1 w:1)
+ /// Proof: Common AdminAmount (max_values: None, max_size: Some(24), added: 2499, mode: MaxEncodedLen)
fn remove_collection_admin() -> Weight {
- Weight::from_ref_time(34_543_000 as u64)
- .saturating_add(T::DbWeight::get().reads(3 as u64))
- .saturating_add(T::DbWeight::get().writes(2 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `1139`
+ // Estimated: `8379`
+ // Minimum execution time: 21_786_000 picoseconds.
+ Weight::from_parts(22_088_000, 8379)
+ .saturating_add(T::DbWeight::get().reads(3_u64))
+ .saturating_add(T::DbWeight::get().writes(2_u64))
}
- // Storage: Common CollectionById (r:1 w:1)
+ /// Storage: Common CollectionById (r:1 w:1)
+ /// Proof: Common CollectionById (max_values: None, max_size: Some(860), added: 3335, mode: MaxEncodedLen)
fn set_collection_sponsor() -> Weight {
- Weight::from_ref_time(27_109_000 as u64)
- .saturating_add(T::DbWeight::get().reads(1 as u64))
- .saturating_add(T::DbWeight::get().writes(1 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `999`
+ // Estimated: `3335`
+ // Minimum execution time: 15_245_000 picoseconds.
+ Weight::from_parts(15_574_000, 3335)
+ .saturating_add(T::DbWeight::get().reads(1_u64))
+ .saturating_add(T::DbWeight::get().writes(1_u64))
}
- // Storage: Common CollectionById (r:1 w:1)
+ /// Storage: Common CollectionById (r:1 w:1)
+ /// Proof: Common CollectionById (max_values: None, max_size: Some(860), added: 3335, mode: MaxEncodedLen)
fn confirm_sponsorship() -> Weight {
- Weight::from_ref_time(26_916_000 as u64)
- .saturating_add(T::DbWeight::get().reads(1 as u64))
- .saturating_add(T::DbWeight::get().writes(1 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `1031`
+ // Estimated: `3335`
+ // Minimum execution time: 15_073_000 picoseconds.
+ Weight::from_parts(15_407_000, 3335)
+ .saturating_add(T::DbWeight::get().reads(1_u64))
+ .saturating_add(T::DbWeight::get().writes(1_u64))
}
- // Storage: Common CollectionById (r:1 w:1)
+ /// Storage: Common CollectionById (r:1 w:1)
+ /// Proof: Common CollectionById (max_values: None, max_size: Some(860), added: 3335, mode: MaxEncodedLen)
fn remove_collection_sponsor() -> Weight {
- Weight::from_ref_time(29_279_000 as u64)
- .saturating_add(T::DbWeight::get().reads(1 as u64))
- .saturating_add(T::DbWeight::get().writes(1 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `1031`
+ // Estimated: `3335`
+ // Minimum execution time: 14_938_000 picoseconds.
+ Weight::from_parts(15_262_000, 3335)
+ .saturating_add(T::DbWeight::get().reads(1_u64))
+ .saturating_add(T::DbWeight::get().writes(1_u64))
}
- // Storage: Common CollectionById (r:1 w:1)
+ /// Storage: Common CollectionById (r:1 w:1)
+ /// Proof: Common CollectionById (max_values: None, max_size: Some(860), added: 3335, mode: MaxEncodedLen)
fn set_transfers_enabled_flag() -> Weight {
- Weight::from_ref_time(13_064_000 as u64)
- .saturating_add(T::DbWeight::get().reads(1 as u64))
- .saturating_add(T::DbWeight::get().writes(1 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `999`
+ // Estimated: `3335`
+ // Minimum execution time: 10_318_000 picoseconds.
+ Weight::from_parts(10_652_000, 3335)
+ .saturating_add(T::DbWeight::get().reads(1_u64))
+ .saturating_add(T::DbWeight::get().writes(1_u64))
}
- // Storage: Common CollectionById (r:1 w:1)
+ /// Storage: Common CollectionById (r:1 w:1)
+ /// Proof: Common CollectionById (max_values: None, max_size: Some(860), added: 3335, mode: MaxEncodedLen)
fn set_collection_limits() -> Weight {
- Weight::from_ref_time(27_442_000 as u64)
- .saturating_add(T::DbWeight::get().reads(1 as u64))
- .saturating_add(T::DbWeight::get().writes(1 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `999`
+ // Estimated: `3335`
+ // Minimum execution time: 15_535_000 picoseconds.
+ Weight::from_parts(15_937_000, 3335)
+ .saturating_add(T::DbWeight::get().reads(1_u64))
+ .saturating_add(T::DbWeight::get().writes(1_u64))
}
- // Storage: Common CollectionProperties (r:1 w:1)
+ /// Storage: Common CollectionProperties (r:1 w:1)
+ /// Proof: Common CollectionProperties (max_values: None, max_size: Some(40992), added: 43467, mode: MaxEncodedLen)
fn force_repair_collection() -> Weight {
- Weight::from_ref_time(10_730_000 as u64)
- .saturating_add(T::DbWeight::get().reads(1 as u64))
- .saturating_add(T::DbWeight::get().writes(1 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `265`
+ // Estimated: `43467`
+ // Minimum execution time: 8_178_000 picoseconds.
+ Weight::from_parts(8_390_000, 43467)
+ .saturating_add(T::DbWeight::get().reads(1_u64))
+ .saturating_add(T::DbWeight::get().writes(1_u64))
}
}
// For backwards compatibility and tests
impl WeightInfo for () {
- // Storage: Common CreatedCollectionCount (r:1 w:1)
- // Storage: Common DestroyedCollectionCount (r:1 w:0)
- // Storage: System Account (r:2 w:2)
- // Storage: Common CollectionPropertyPermissions (r:0 w:1)
- // Storage: Common CollectionProperties (r:0 w:1)
- // Storage: Common CollectionById (r:0 w:1)
+ /// Storage: Common CreatedCollectionCount (r:1 w:1)
+ /// Proof: Common CreatedCollectionCount (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
+ /// Storage: Common DestroyedCollectionCount (r:1 w:0)
+ /// Proof: Common DestroyedCollectionCount (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
+ /// Storage: System Account (r:2 w:2)
+ /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
+ /// Storage: Common CollectionPropertyPermissions (r:0 w:1)
+ /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)
+ /// Storage: Common CollectionProperties (r:0 w:1)
+ /// Proof: Common CollectionProperties (max_values: None, max_size: Some(40992), added: 43467, mode: MaxEncodedLen)
+ /// Storage: Common CollectionById (r:0 w:1)
+ /// Proof: Common CollectionById (max_values: None, max_size: Some(860), added: 3335, mode: MaxEncodedLen)
fn create_collection() -> Weight {
- Weight::from_ref_time(47_681_000 as u64)
- .saturating_add(RocksDbWeight::get().reads(4 as u64))
- .saturating_add(RocksDbWeight::get().writes(6 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `277`
+ // Estimated: `6204`
+ // Minimum execution time: 37_430_000 picoseconds.
+ Weight::from_parts(42_154_000, 6204)
+ .saturating_add(RocksDbWeight::get().reads(4_u64))
+ .saturating_add(RocksDbWeight::get().writes(6_u64))
}
- // Storage: Common CollectionById (r:1 w:1)
- // Storage: Nonfungible TokenData (r:1 w:0)
- // Storage: Common DestroyedCollectionCount (r:1 w:1)
- // Storage: Nonfungible TokensMinted (r:0 w:1)
- // Storage: Nonfungible TokensBurnt (r:0 w:1)
- // Storage: Common AdminAmount (r:0 w:1)
- // Storage: Common CollectionProperties (r:0 w:1)
+ /// Storage: Common CollectionById (r:1 w:1)
+ /// Proof: Common CollectionById (max_values: None, max_size: Some(860), added: 3335, mode: MaxEncodedLen)
+ /// Storage: Nonfungible TokenData (r:1 w:0)
+ /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen)
+ /// Storage: Common DestroyedCollectionCount (r:1 w:1)
+ /// Proof: Common DestroyedCollectionCount (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
+ /// Storage: Nonfungible TokensMinted (r:0 w:1)
+ /// Proof: Nonfungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)
+ /// Storage: Nonfungible TokensBurnt (r:0 w:1)
+ /// Proof: Nonfungible TokensBurnt (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)
+ /// Storage: Common AdminAmount (r:0 w:1)
+ /// Proof: Common AdminAmount (max_values: None, max_size: Some(24), added: 2499, mode: MaxEncodedLen)
+ /// Storage: Common CollectionProperties (r:0 w:1)
+ /// Proof: Common CollectionProperties (max_values: None, max_size: Some(40992), added: 43467, mode: MaxEncodedLen)
fn destroy_collection() -> Weight {
- Weight::from_ref_time(58_371_000 as u64)
- .saturating_add(RocksDbWeight::get().reads(3 as u64))
- .saturating_add(RocksDbWeight::get().writes(6 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `1118`
+ // Estimated: `6366`
+ // Minimum execution time: 51_399_000 picoseconds.
+ Weight::from_parts(52_256_000, 6366)
+ .saturating_add(RocksDbWeight::get().reads(3_u64))
+ .saturating_add(RocksDbWeight::get().writes(6_u64))
}
- // Storage: Common CollectionById (r:1 w:0)
- // Storage: Common Allowlist (r:0 w:1)
+ /// Storage: Common CollectionById (r:1 w:0)
+ /// Proof: Common CollectionById (max_values: None, max_size: Some(860), added: 3335, mode: MaxEncodedLen)
+ /// Storage: Common Allowlist (r:0 w:1)
+ /// Proof: Common Allowlist (max_values: None, max_size: Some(70), added: 2545, mode: MaxEncodedLen)
fn add_to_allow_list() -> Weight {
- Weight::from_ref_time(28_197_000 as u64)
- .saturating_add(RocksDbWeight::get().reads(1 as u64))
- .saturating_add(RocksDbWeight::get().writes(1 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `999`
+ // Estimated: `3335`
+ // Minimum execution time: 16_355_000 picoseconds.
+ Weight::from_parts(16_737_000, 3335)
+ .saturating_add(RocksDbWeight::get().reads(1_u64))
+ .saturating_add(RocksDbWeight::get().writes(1_u64))
}
- // Storage: Common CollectionById (r:1 w:0)
- // Storage: Common Allowlist (r:0 w:1)
+ /// Storage: Common CollectionById (r:1 w:0)
+ /// Proof: Common CollectionById (max_values: None, max_size: Some(860), added: 3335, mode: MaxEncodedLen)
+ /// Storage: Common Allowlist (r:0 w:1)
+ /// Proof: Common Allowlist (max_values: None, max_size: Some(70), added: 2545, mode: MaxEncodedLen)
fn remove_from_allow_list() -> Weight {
- Weight::from_ref_time(27_782_000 as u64)
- .saturating_add(RocksDbWeight::get().reads(1 as u64))
- .saturating_add(RocksDbWeight::get().writes(1 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `1032`
+ // Estimated: `3335`
+ // Minimum execution time: 15_812_000 picoseconds.
+ Weight::from_parts(16_102_000, 3335)
+ .saturating_add(RocksDbWeight::get().reads(1_u64))
+ .saturating_add(RocksDbWeight::get().writes(1_u64))
}
- // Storage: Common CollectionById (r:1 w:1)
+ /// Storage: Common CollectionById (r:1 w:1)
+ /// Proof: Common CollectionById (max_values: None, max_size: Some(860), added: 3335, mode: MaxEncodedLen)
fn change_collection_owner() -> Weight {
- Weight::from_ref_time(27_100_000 as u64)
- .saturating_add(RocksDbWeight::get().reads(1 as u64))
- .saturating_add(RocksDbWeight::get().writes(1 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `999`
+ // Estimated: `3335`
+ // Minimum execution time: 15_072_000 picoseconds.
+ Weight::from_parts(15_540_000, 3335)
+ .saturating_add(RocksDbWeight::get().reads(1_u64))
+ .saturating_add(RocksDbWeight::get().writes(1_u64))
}
- // Storage: Common CollectionById (r:1 w:0)
- // Storage: Common IsAdmin (r:1 w:1)
- // Storage: Common AdminAmount (r:1 w:1)
+ /// Storage: Common CollectionById (r:1 w:0)
+ /// Proof: Common CollectionById (max_values: None, max_size: Some(860), added: 3335, mode: MaxEncodedLen)
+ /// Storage: Common IsAdmin (r:1 w:1)
+ /// Proof: Common IsAdmin (max_values: None, max_size: Some(70), added: 2545, mode: MaxEncodedLen)
+ /// Storage: Common AdminAmount (r:1 w:1)
+ /// Proof: Common AdminAmount (max_values: None, max_size: Some(24), added: 2499, mode: MaxEncodedLen)
fn add_collection_admin() -> Weight {
- Weight::from_ref_time(31_037_000 as u64)
- .saturating_add(RocksDbWeight::get().reads(3 as u64))
- .saturating_add(RocksDbWeight::get().writes(2 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `999`
+ // Estimated: `8379`
+ // Minimum execution time: 18_268_000 picoseconds.
+ Weight::from_parts(18_931_000, 8379)
+ .saturating_add(RocksDbWeight::get().reads(3_u64))
+ .saturating_add(RocksDbWeight::get().writes(2_u64))
}
- // Storage: Common CollectionById (r:1 w:0)
- // Storage: Common IsAdmin (r:1 w:1)
- // Storage: Common AdminAmount (r:1 w:1)
+ /// Storage: Common CollectionById (r:1 w:0)
+ /// Proof: Common CollectionById (max_values: None, max_size: Some(860), added: 3335, mode: MaxEncodedLen)
+ /// Storage: Common IsAdmin (r:1 w:1)
+ /// Proof: Common IsAdmin (max_values: None, max_size: Some(70), added: 2545, mode: MaxEncodedLen)
+ /// Storage: Common AdminAmount (r:1 w:1)
+ /// Proof: Common AdminAmount (max_values: None, max_size: Some(24), added: 2499, mode: MaxEncodedLen)
fn remove_collection_admin() -> Weight {
- Weight::from_ref_time(34_543_000 as u64)
- .saturating_add(RocksDbWeight::get().reads(3 as u64))
- .saturating_add(RocksDbWeight::get().writes(2 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `1139`
+ // Estimated: `8379`
+ // Minimum execution time: 21_786_000 picoseconds.
+ Weight::from_parts(22_088_000, 8379)
+ .saturating_add(RocksDbWeight::get().reads(3_u64))
+ .saturating_add(RocksDbWeight::get().writes(2_u64))
}
- // Storage: Common CollectionById (r:1 w:1)
+ /// Storage: Common CollectionById (r:1 w:1)
+ /// Proof: Common CollectionById (max_values: None, max_size: Some(860), added: 3335, mode: MaxEncodedLen)
fn set_collection_sponsor() -> Weight {
- Weight::from_ref_time(27_109_000 as u64)
- .saturating_add(RocksDbWeight::get().reads(1 as u64))
- .saturating_add(RocksDbWeight::get().writes(1 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `999`
+ // Estimated: `3335`
+ // Minimum execution time: 15_245_000 picoseconds.
+ Weight::from_parts(15_574_000, 3335)
+ .saturating_add(RocksDbWeight::get().reads(1_u64))
+ .saturating_add(RocksDbWeight::get().writes(1_u64))
}
- // Storage: Common CollectionById (r:1 w:1)
+ /// Storage: Common CollectionById (r:1 w:1)
+ /// Proof: Common CollectionById (max_values: None, max_size: Some(860), added: 3335, mode: MaxEncodedLen)
fn confirm_sponsorship() -> Weight {
- Weight::from_ref_time(26_916_000 as u64)
- .saturating_add(RocksDbWeight::get().reads(1 as u64))
- .saturating_add(RocksDbWeight::get().writes(1 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `1031`
+ // Estimated: `3335`
+ // Minimum execution time: 15_073_000 picoseconds.
+ Weight::from_parts(15_407_000, 3335)
+ .saturating_add(RocksDbWeight::get().reads(1_u64))
+ .saturating_add(RocksDbWeight::get().writes(1_u64))
}
- // Storage: Common CollectionById (r:1 w:1)
+ /// Storage: Common CollectionById (r:1 w:1)
+ /// Proof: Common CollectionById (max_values: None, max_size: Some(860), added: 3335, mode: MaxEncodedLen)
fn remove_collection_sponsor() -> Weight {
- Weight::from_ref_time(29_279_000 as u64)
- .saturating_add(RocksDbWeight::get().reads(1 as u64))
- .saturating_add(RocksDbWeight::get().writes(1 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `1031`
+ // Estimated: `3335`
+ // Minimum execution time: 14_938_000 picoseconds.
+ Weight::from_parts(15_262_000, 3335)
+ .saturating_add(RocksDbWeight::get().reads(1_u64))
+ .saturating_add(RocksDbWeight::get().writes(1_u64))
}
- // Storage: Common CollectionById (r:1 w:1)
+ /// Storage: Common CollectionById (r:1 w:1)
+ /// Proof: Common CollectionById (max_values: None, max_size: Some(860), added: 3335, mode: MaxEncodedLen)
fn set_transfers_enabled_flag() -> Weight {
- Weight::from_ref_time(13_064_000 as u64)
- .saturating_add(RocksDbWeight::get().reads(1 as u64))
- .saturating_add(RocksDbWeight::get().writes(1 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `999`
+ // Estimated: `3335`
+ // Minimum execution time: 10_318_000 picoseconds.
+ Weight::from_parts(10_652_000, 3335)
+ .saturating_add(RocksDbWeight::get().reads(1_u64))
+ .saturating_add(RocksDbWeight::get().writes(1_u64))
}
- // Storage: Common CollectionById (r:1 w:1)
+ /// Storage: Common CollectionById (r:1 w:1)
+ /// Proof: Common CollectionById (max_values: None, max_size: Some(860), added: 3335, mode: MaxEncodedLen)
fn set_collection_limits() -> Weight {
- Weight::from_ref_time(27_442_000 as u64)
- .saturating_add(RocksDbWeight::get().reads(1 as u64))
- .saturating_add(RocksDbWeight::get().writes(1 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `999`
+ // Estimated: `3335`
+ // Minimum execution time: 15_535_000 picoseconds.
+ Weight::from_parts(15_937_000, 3335)
+ .saturating_add(RocksDbWeight::get().reads(1_u64))
+ .saturating_add(RocksDbWeight::get().writes(1_u64))
}
- // Storage: Common CollectionProperties (r:1 w:1)
+ /// Storage: Common CollectionProperties (r:1 w:1)
+ /// Proof: Common CollectionProperties (max_values: None, max_size: Some(40992), added: 43467, mode: MaxEncodedLen)
fn force_repair_collection() -> Weight {
- Weight::from_ref_time(10_730_000 as u64)
- .saturating_add(RocksDbWeight::get().reads(1 as u64))
- .saturating_add(RocksDbWeight::get().writes(1 as u64))
+ // Proof Size summary in bytes:
+ // Measured: `265`
+ // Estimated: `43467`
+ // Minimum execution time: 8_178_000 picoseconds.
+ Weight::from_parts(8_390_000, 43467)
+ .saturating_add(RocksDbWeight::get().reads(1_u64))
+ .saturating_add(RocksDbWeight::get().writes(1_u64))
}
}
+
primitives/common/src/constants.rsdiffbeforeafterboth--- a/primitives/common/src/constants.rs
+++ b/primitives/common/src/constants.rs
@@ -52,10 +52,10 @@
pub const SESSION_LENGTH: BlockNumber = HOURS;
// Targeting 0.1 UNQ per transfer
-pub const WEIGHT_TO_FEE_COEFF: u64 = /*<weight2fee>*/77_246_728_691_397_557/*</weight2fee>*/;
+pub const WEIGHT_TO_FEE_COEFF: u64 = /*<weight2fee>*/78_240_337_566_697_829/*</weight2fee>*/;
// Targeting 0.15 UNQ per transfer via ETH
-pub const MIN_GAS_PRICE: u64 = /*<mingasprice>*/1_017_135_340_028/*</mingasprice>*/;
+pub const MIN_GAS_PRICE: u64 = /*<mingasprice>*/1_031_842_664_630/*</mingasprice>*/;
/// We assume that ~10% of the block weight is consumed by `on_initalize` handlers.
/// This is used to limit the maximal weight of a single extrinsic.
runtime/common/weights/xcm.rsdiffbeforeafterboth--- a/runtime/common/weights/xcm.rs
+++ b/runtime/common/weights/xcm.rs
@@ -3,7 +3,7 @@
//! Autogenerated weights for pallet_xcm
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
-//! DATE: 2023-03-10, STEPS: `50`, REPEAT: 80, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2023-03-30, STEPS: `50`, REPEAT: 80, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
@@ -35,18 +35,24 @@
/// Weights for pallet_xcm using the Substrate node and recommended hardware.
pub struct SubstrateWeight<T>(PhantomData<T>);
impl<T: frame_system::Config> pallet_xcm::WeightInfo for SubstrateWeight<T> {
+ /// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
+ /// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
+ /// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
+ /// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
+ /// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
+ /// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
/// Storage: ParachainSystem HostConfiguration (r:1 w:0)
/// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
/// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
/// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
fn send() -> Weight {
// Proof Size summary in bytes:
- // Measured: `142`
- // Estimated: `1274`
- // Minimum execution time: 11_382_000 picoseconds.
- Weight::from_parts(11_812_000, 1274)
- .saturating_add(T::DbWeight::get().reads(2_u64))
- .saturating_add(T::DbWeight::get().writes(1_u64))
+ // Measured: `211`
+ // Estimated: `5510`
+ // Minimum execution time: 17_608_000 picoseconds.
+ Weight::from_parts(18_024_000, 5510)
+ .saturating_add(T::DbWeight::get().reads(5_u64))
+ .saturating_add(T::DbWeight::get().writes(2_u64))
}
/// Storage: ParachainInfo ParachainId (r:1 w:0)
/// Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
@@ -54,8 +60,8 @@
// Proof Size summary in bytes:
// Measured: `136`
// Estimated: `499`
- // Minimum execution time: 13_195_000 picoseconds.
- Weight::from_parts(13_685_000, 499)
+ // Minimum execution time: 17_648_000 picoseconds.
+ Weight::from_parts(18_103_000, 499)
.saturating_add(T::DbWeight::get().reads(1_u64))
}
/// Storage: ParachainInfo ParachainId (r:1 w:0)
@@ -64,16 +70,16 @@
// Proof Size summary in bytes:
// Measured: `136`
// Estimated: `499`
- // Minimum execution time: 12_784_000 picoseconds.
- Weight::from_parts(13_155_000, 499)
+ // Minimum execution time: 17_529_000 picoseconds.
+ Weight::from_parts(18_009_000, 499)
.saturating_add(T::DbWeight::get().reads(1_u64))
}
fn execute() -> Weight {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
- // Minimum execution time: 4_569_000 picoseconds.
- Weight::from_parts(4_819_000, 0)
+ // Minimum execution time: 5_314_000 picoseconds.
+ Weight::from_parts(6_053_000, 0)
}
/// Storage: PolkadotXcm SupportedVersion (r:0 w:1)
/// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
@@ -81,8 +87,8 @@
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
- // Minimum execution time: 4_919_000 picoseconds.
- Weight::from_parts(5_250_000, 0)
+ // Minimum execution time: 5_577_000 picoseconds.
+ Weight::from_parts(5_831_000, 0)
.saturating_add(T::DbWeight::get().writes(1_u64))
}
/// Storage: PolkadotXcm SafeXcmVersion (r:0 w:1)
@@ -91,14 +97,20 @@
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
- // Minimum execution time: 1_593_000 picoseconds.
- Weight::from_parts(1_723_000, 0)
+ // Minimum execution time: 1_902_000 picoseconds.
+ Weight::from_parts(2_018_000, 0)
.saturating_add(T::DbWeight::get().writes(1_u64))
}
/// Storage: PolkadotXcm VersionNotifiers (r:1 w:1)
/// Proof Skipped: PolkadotXcm VersionNotifiers (max_values: None, max_size: None, mode: Measured)
/// Storage: PolkadotXcm QueryCounter (r:1 w:1)
/// Proof Skipped: PolkadotXcm QueryCounter (max_values: Some(1), max_size: None, mode: Measured)
+ /// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
+ /// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
+ /// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
+ /// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
+ /// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
+ /// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
/// Storage: ParachainSystem HostConfiguration (r:1 w:0)
/// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
/// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
@@ -107,15 +119,21 @@
/// Proof Skipped: PolkadotXcm Queries (max_values: None, max_size: None, mode: Measured)
fn force_subscribe_version_notify() -> Weight {
// Proof Size summary in bytes:
- // Measured: `184`
- // Estimated: `4880`
- // Minimum execution time: 16_832_000 picoseconds.
- Weight::from_parts(17_984_000, 4880)
- .saturating_add(T::DbWeight::get().reads(4_u64))
- .saturating_add(T::DbWeight::get().writes(4_u64))
+ // Measured: `211`
+ // Estimated: `9113`
+ // Minimum execution time: 21_675_000 picoseconds.
+ Weight::from_parts(22_161_000, 9113)
+ .saturating_add(T::DbWeight::get().reads(7_u64))
+ .saturating_add(T::DbWeight::get().writes(5_u64))
}
/// Storage: PolkadotXcm VersionNotifiers (r:1 w:1)
/// Proof Skipped: PolkadotXcm VersionNotifiers (max_values: None, max_size: None, mode: Measured)
+ /// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
+ /// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
+ /// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
+ /// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
+ /// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
+ /// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
/// Storage: ParachainSystem HostConfiguration (r:1 w:0)
/// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
/// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
@@ -124,21 +142,21 @@
/// Proof Skipped: PolkadotXcm Queries (max_values: None, max_size: None, mode: Measured)
fn force_unsubscribe_version_notify() -> Weight {
// Proof Size summary in bytes:
- // Measured: `341`
- // Estimated: `4829`
- // Minimum execution time: 19_256_000 picoseconds.
- Weight::from_parts(20_228_000, 4829)
- .saturating_add(T::DbWeight::get().reads(3_u64))
- .saturating_add(T::DbWeight::get().writes(3_u64))
+ // Measured: `394`
+ // Estimated: `9688`
+ // Minimum execution time: 24_643_000 picoseconds.
+ Weight::from_parts(25_027_000, 9688)
+ .saturating_add(T::DbWeight::get().reads(6_u64))
+ .saturating_add(T::DbWeight::get().writes(4_u64))
}
/// Storage: PolkadotXcm SupportedVersion (r:4 w:2)
/// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
fn migrate_supported_version() -> Weight {
// Proof Size summary in bytes:
- // Measured: `108`
- // Estimated: `10008`
- // Minimum execution time: 14_437_000 picoseconds.
- Weight::from_parts(15_750_000, 10008)
+ // Measured: `131`
+ // Estimated: `10031`
+ // Minimum execution time: 14_077_000 picoseconds.
+ Weight::from_parts(14_594_000, 10031)
.saturating_add(T::DbWeight::get().reads(4_u64))
.saturating_add(T::DbWeight::get().writes(2_u64))
}
@@ -146,10 +164,10 @@
/// Proof Skipped: PolkadotXcm VersionNotifiers (max_values: None, max_size: None, mode: Measured)
fn migrate_version_notifiers() -> Weight {
// Proof Size summary in bytes:
- // Measured: `112`
- // Estimated: `10012`
- // Minimum execution time: 14_617_000 picoseconds.
- Weight::from_parts(16_000_000, 10012)
+ // Measured: `135`
+ // Estimated: `10035`
+ // Minimum execution time: 14_117_000 picoseconds.
+ Weight::from_parts(14_590_000, 10035)
.saturating_add(T::DbWeight::get().reads(4_u64))
.saturating_add(T::DbWeight::get().writes(2_u64))
}
@@ -157,62 +175,74 @@
/// Proof Skipped: PolkadotXcm VersionNotifyTargets (max_values: None, max_size: None, mode: Measured)
fn already_notified_target() -> Weight {
// Proof Size summary in bytes:
- // Measured: `119`
- // Estimated: `12494`
- // Minimum execution time: 18_395_000 picoseconds.
- Weight::from_parts(19_858_000, 12494)
+ // Measured: `142`
+ // Estimated: `12517`
+ // Minimum execution time: 16_284_000 picoseconds.
+ Weight::from_parts(16_817_000, 12517)
.saturating_add(T::DbWeight::get().reads(5_u64))
}
/// Storage: PolkadotXcm VersionNotifyTargets (r:2 w:1)
/// Proof Skipped: PolkadotXcm VersionNotifyTargets (max_values: None, max_size: None, mode: Measured)
+ /// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
+ /// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
+ /// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
+ /// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
+ /// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
+ /// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
/// Storage: ParachainSystem HostConfiguration (r:1 w:0)
/// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
/// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
/// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
fn notify_current_targets() -> Weight {
// Proof Size summary in bytes:
- // Measured: `255`
- // Estimated: `6705`
- // Minimum execution time: 17_443_000 picoseconds.
- Weight::from_parts(18_435_000, 6705)
- .saturating_add(T::DbWeight::get().reads(4_u64))
- .saturating_add(T::DbWeight::get().writes(2_u64))
+ // Measured: `278`
+ // Estimated: `11073`
+ // Minimum execution time: 21_980_000 picoseconds.
+ Weight::from_parts(22_452_000, 11073)
+ .saturating_add(T::DbWeight::get().reads(7_u64))
+ .saturating_add(T::DbWeight::get().writes(3_u64))
}
/// Storage: PolkadotXcm VersionNotifyTargets (r:3 w:0)
/// Proof Skipped: PolkadotXcm VersionNotifyTargets (max_values: None, max_size: None, mode: Measured)
fn notify_target_migration_fail() -> Weight {
// Proof Size summary in bytes:
- // Measured: `149`
- // Estimated: `7574`
- // Minimum execution time: 7_714_000 picoseconds.
- Weight::from_parts(8_526_000, 7574)
+ // Measured: `172`
+ // Estimated: `7597`
+ // Minimum execution time: 6_848_000 picoseconds.
+ Weight::from_parts(7_077_000, 7597)
.saturating_add(T::DbWeight::get().reads(3_u64))
}
/// Storage: PolkadotXcm VersionNotifyTargets (r:4 w:2)
/// Proof Skipped: PolkadotXcm VersionNotifyTargets (max_values: None, max_size: None, mode: Measured)
fn migrate_version_notify_targets() -> Weight {
// Proof Size summary in bytes:
- // Measured: `119`
- // Estimated: `10019`
- // Minimum execution time: 15_008_000 picoseconds.
- Weight::from_parts(16_271_000, 10019)
+ // Measured: `142`
+ // Estimated: `10042`
+ // Minimum execution time: 14_509_000 picoseconds.
+ Weight::from_parts(15_012_000, 10042)
.saturating_add(T::DbWeight::get().reads(4_u64))
.saturating_add(T::DbWeight::get().writes(2_u64))
}
/// Storage: PolkadotXcm VersionNotifyTargets (r:4 w:2)
/// Proof Skipped: PolkadotXcm VersionNotifyTargets (max_values: None, max_size: None, mode: Measured)
+ /// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
+ /// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
+ /// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
+ /// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
+ /// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
+ /// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
/// Storage: ParachainSystem HostConfiguration (r:1 w:0)
/// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
/// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
/// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
fn migrate_and_notify_old_targets() -> Weight {
// Proof Size summary in bytes:
- // Measured: `261`
- // Estimated: `11673`
- // Minimum execution time: 23_554_000 picoseconds.
- Weight::from_parts(25_158_000, 11673)
- .saturating_add(T::DbWeight::get().reads(6_u64))
- .saturating_add(T::DbWeight::get().writes(3_u64))
+ // Measured: `284`
+ // Estimated: `16059`
+ // Minimum execution time: 27_426_000 picoseconds.
+ Weight::from_parts(27_878_000, 16059)
+ .saturating_add(T::DbWeight::get().reads(9_u64))
+ .saturating_add(T::DbWeight::get().writes(4_u64))
}
}