git.delta.rocks / unique-network / refs/commits / aa3d2ae73e39

difftreelog

source

pallets/fungible/src/weights.rs6.4 KiBsourcehistory
1// Template adopted from https://github.com/paritytech/substrate/blob/master/.maintain/frame-weight-template.hbs23//! Autogenerated weights for pallet_fungible4//!5//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev6//! DATE: 2022-03-01, STEPS: `50`, REPEAT: 200, LOW RANGE: `[]`, HIGH RANGE: `[]`7//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 102489// Executed Command:10// target/release/unique-collator11// benchmark12// --pallet13// pallet-fungible14// --wasm-execution15// compiled16// --extrinsic17// *18// --template19// .maintain/frame-weight-template.hbs20// --steps=5021// --repeat=20022// --heap-pages=409623// --output=./pallets/fungible/src/weights.rs2425#![cfg_attr(rustfmt, rustfmt_skip)]26#![allow(unused_parens)]27#![allow(unused_imports)]28#![allow(clippy::unnecessary_cast)]2930use frame_support::{traits::Get, weights::{Weight, constants::RocksDbWeight}};31use sp_std::marker::PhantomData;3233/// Weight functions needed for pallet_fungible.34pub trait WeightInfo {35	fn create_item() -> Weight;36	fn create_multiple_items_ex(b: u32, ) -> Weight;37	fn burn_item() -> Weight;38	fn set_collection_properties(amount: u32) -> Weight;39	fn set_token_properties(amount: u32) -> Weight;40	fn delete_token_properties(amount: u32) -> Weight;41	fn set_property_permissions(amount: u32) -> Weight;42	fn transfer() -> Weight;43	fn approve() -> Weight;44	fn transfer_from() -> Weight;45	fn burn_from() -> Weight;46}4748/// Weights for pallet_fungible using the Substrate node and recommended hardware.49pub struct SubstrateWeight<T>(PhantomData<T>);50impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {51	// Storage: Fungible TotalSupply (r:1 w:1)52	// Storage: Fungible Balance (r:1 w:1)53	fn create_item() -> Weight {54		(14_407_000 as Weight)55			.saturating_add(T::DbWeight::get().reads(2 as Weight))56			.saturating_add(T::DbWeight::get().writes(2 as Weight))57	}58	// Storage: Fungible TotalSupply (r:1 w:1)59	// Storage: Fungible Balance (r:4 w:4)60	fn create_multiple_items_ex(b: u32, ) -> Weight {61		(13_030_000 as Weight)62			// Standard Error: 1_00063			.saturating_add((3_779_000 as Weight).saturating_mul(b as Weight))64			.saturating_add(T::DbWeight::get().reads(1 as Weight))65			.saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(b as Weight)))66			.saturating_add(T::DbWeight::get().writes(1 as Weight))67			.saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(b as Weight)))68	}69	// Storage: Fungible TotalSupply (r:1 w:1)70	// Storage: Fungible Balance (r:1 w:1)71	fn burn_item() -> Weight {72		(15_565_000 as Weight)73			.saturating_add(T::DbWeight::get().reads(2 as Weight))74			.saturating_add(T::DbWeight::get().writes(2 as Weight))75	}7677	fn set_collection_properties(_amount: u32) -> Weight {78		// Error79		080	}8182	fn set_token_properties(_amount: u32) -> Weight {83		// Error84		085	}8687	fn delete_token_properties(_amount: u32) -> Weight {88		// Error89		090	}9192	fn set_property_permissions(_amount: u32) -> Weight {93		// Error94		095	}9697	// Storage: Fungible Balance (r:2 w:2)98	fn transfer() -> Weight {99		(17_713_000 as Weight)100			.saturating_add(T::DbWeight::get().reads(2 as Weight))101			.saturating_add(T::DbWeight::get().writes(2 as Weight))102	}103	// Storage: Fungible Balance (r:1 w:0)104	// Storage: Fungible Allowance (r:0 w:1)105	fn approve() -> Weight {106		(14_834_000 as Weight)107			.saturating_add(T::DbWeight::get().reads(1 as Weight))108			.saturating_add(T::DbWeight::get().writes(1 as Weight))109	}110	// Storage: Fungible Allowance (r:1 w:1)111	// Storage: Fungible Balance (r:2 w:2)112	fn transfer_from() -> Weight {113		(25_189_000 as Weight)114			.saturating_add(T::DbWeight::get().reads(3 as Weight))115			.saturating_add(T::DbWeight::get().writes(3 as Weight))116	}117	// Storage: Fungible Allowance (r:1 w:1)118	// Storage: Fungible TotalSupply (r:1 w:1)119	// Storage: Fungible Balance (r:1 w:1)120	fn burn_from() -> Weight {121		(24_065_000 as Weight)122			.saturating_add(T::DbWeight::get().reads(3 as Weight))123			.saturating_add(T::DbWeight::get().writes(3 as Weight))124	}125}126127// For backwards compatibility and tests128impl WeightInfo for () {129	// Storage: Fungible TotalSupply (r:1 w:1)130	// Storage: Fungible Balance (r:1 w:1)131	fn create_item() -> Weight {132		(14_407_000 as Weight)133			.saturating_add(RocksDbWeight::get().reads(2 as Weight))134			.saturating_add(RocksDbWeight::get().writes(2 as Weight))135	}136	// Storage: Fungible TotalSupply (r:1 w:1)137	// Storage: Fungible Balance (r:4 w:4)138	fn create_multiple_items_ex(b: u32, ) -> Weight {139		(13_030_000 as Weight)140			// Standard Error: 1_000141			.saturating_add((3_779_000 as Weight).saturating_mul(b as Weight))142			.saturating_add(RocksDbWeight::get().reads(1 as Weight))143			.saturating_add(RocksDbWeight::get().reads((1 as Weight).saturating_mul(b as Weight)))144			.saturating_add(RocksDbWeight::get().writes(1 as Weight))145			.saturating_add(RocksDbWeight::get().writes((1 as Weight).saturating_mul(b as Weight)))146	}147	// Storage: Fungible TotalSupply (r:1 w:1)148	// Storage: Fungible Balance (r:1 w:1)149	fn burn_item() -> Weight {150		(15_565_000 as Weight)151			.saturating_add(RocksDbWeight::get().reads(2 as Weight))152			.saturating_add(RocksDbWeight::get().writes(2 as Weight))153	}154155	fn set_collection_properties(_amount: u32) -> Weight {156		// Error157		0158	}159160	fn set_token_properties(_amount: u32) -> Weight {161		// Error162		0163	}164165	fn delete_token_properties(_amount: u32) -> Weight {166		// Error167		0168	}169170	fn set_property_permissions(_amount: u32) -> Weight {171		// Error172		0173	}174175	// Storage: Fungible Balance (r:2 w:2)176	fn transfer() -> Weight {177		(17_713_000 as Weight)178			.saturating_add(RocksDbWeight::get().reads(2 as Weight))179			.saturating_add(RocksDbWeight::get().writes(2 as Weight))180	}181	// Storage: Fungible Balance (r:1 w:0)182	// Storage: Fungible Allowance (r:0 w:1)183	fn approve() -> Weight {184		(14_834_000 as Weight)185			.saturating_add(RocksDbWeight::get().reads(1 as Weight))186			.saturating_add(RocksDbWeight::get().writes(1 as Weight))187	}188	// Storage: Fungible Allowance (r:1 w:1)189	// Storage: Fungible Balance (r:2 w:2)190	fn transfer_from() -> Weight {191		(25_189_000 as Weight)192			.saturating_add(RocksDbWeight::get().reads(3 as Weight))193			.saturating_add(RocksDbWeight::get().writes(3 as Weight))194	}195	// Storage: Fungible Allowance (r:1 w:1)196	// Storage: Fungible TotalSupply (r:1 w:1)197	// Storage: Fungible Balance (r:1 w:1)198	fn burn_from() -> Weight {199		(24_065_000 as Weight)200			.saturating_add(RocksDbWeight::get().reads(3 as Weight))201			.saturating_add(RocksDbWeight::get().writes(3 as Weight))202	}203}