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

difftreelog

source

pallets/app-promotion/src/weights.rs9.0 KiBsourcehistory
1// Template adopted from https://github.com/paritytech/substrate/blob/master/.maintain/frame-weight-template.hbs23//! Autogenerated weights for pallet_app_promotion4//!5//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev6//! DATE: 2022-12-25, STEPS: `50`, REPEAT: 80, LOW RANGE: `[]`, HIGH RANGE: `[]`7//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 102489// Executed Command:10// target/release/unique-collator11// benchmark12// pallet13// --pallet14// pallet-app-promotion15// --wasm-execution16// compiled17// --extrinsic18// *19// --template20// .maintain/frame-weight-template.hbs21// --steps=5022// --repeat=8023// --heap-pages=409624// --output=./pallets/app-promotion/src/weights.rs2526#![cfg_attr(rustfmt, rustfmt_skip)]27#![allow(unused_parens)]28#![allow(unused_imports)]29#![allow(missing_docs)]30#![allow(clippy::unnecessary_cast)]3132use frame_support::{traits::Get, weights::{Weight, constants::RocksDbWeight}};33use sp_std::marker::PhantomData;3435/// Weight functions needed for pallet_app_promotion.36pub trait WeightInfo {37	fn on_initialize(b: u32, ) -> Weight;38	fn set_admin_address() -> Weight;39	fn payout_stakers(b: u32, ) -> Weight;40	fn stake() -> Weight;41	fn unstake() -> Weight;42	fn sponsor_collection() -> Weight;43	fn stop_sponsoring_collection() -> Weight;44	fn sponsor_contract() -> Weight;45	fn stop_sponsoring_contract() -> Weight;46}4748/// Weights for pallet_app_promotion using the Substrate node and recommended hardware.49pub struct SubstrateWeight<T>(PhantomData<T>);50impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {51	// Storage: AppPromotion PendingUnstake (r:1 w:0)52	// Storage: System Account (r:1 w:1)53	fn on_initialize(b: u32, ) -> Weight {54		Weight::from_ref_time(3_079_948 as u64)55			// Standard Error: 30_37656			.saturating_add(Weight::from_ref_time(6_343_630 as u64).saturating_mul(b as u64))57			.saturating_add(T::DbWeight::get().reads(1 as u64))58			.saturating_add(T::DbWeight::get().reads((1 as u64).saturating_mul(b as u64)))59			.saturating_add(T::DbWeight::get().writes((1 as u64).saturating_mul(b as u64)))60	}61	// Storage: AppPromotion Admin (r:0 w:1)62	fn set_admin_address() -> Weight {63		Weight::from_ref_time(6_653_000 as u64)64			.saturating_add(T::DbWeight::get().writes(1 as u64))65	}66	// Storage: AppPromotion Admin (r:1 w:0)67	// Storage: Configuration AppPromomotionConfigurationOverride (r:1 w:0)68	// Storage: ParachainSystem ValidationData (r:1 w:0)69	// Storage: AppPromotion PreviousCalculatedRecord (r:1 w:1)70	// Storage: AppPromotion Staked (r:11 w:10)71	// Storage: System Account (r:2 w:2)72	// Storage: Balances Locks (r:1 w:1)73	// Storage: AppPromotion TotalStaked (r:1 w:1)74	fn payout_stakers(b: u32, ) -> Weight {75		Weight::from_ref_time(74_048_000 as u64)76			// Standard Error: 33_22377			.saturating_add(Weight::from_ref_time(57_702_092 as u64).saturating_mul(b as u64))78			.saturating_add(T::DbWeight::get().reads(7 as u64))79			.saturating_add(T::DbWeight::get().reads((12 as u64).saturating_mul(b as u64)))80			.saturating_add(T::DbWeight::get().writes(3 as u64))81			.saturating_add(T::DbWeight::get().writes((12 as u64).saturating_mul(b as u64)))82	}83	// Storage: AppPromotion StakesPerAccount (r:1 w:1)84	// Storage: Configuration AppPromomotionConfigurationOverride (r:1 w:0)85	// Storage: System Account (r:1 w:1)86	// Storage: Balances Locks (r:1 w:1)87	// Storage: ParachainSystem ValidationData (r:1 w:0)88	// Storage: AppPromotion Staked (r:1 w:1)89	// Storage: AppPromotion TotalStaked (r:1 w:1)90	fn stake() -> Weight {91		Weight::from_ref_time(20_314_000 as u64)92			.saturating_add(T::DbWeight::get().reads(7 as u64))93			.saturating_add(T::DbWeight::get().writes(5 as u64))94	}95	// Storage: Configuration AppPromomotionConfigurationOverride (r:1 w:0)96	// Storage: AppPromotion PendingUnstake (r:1 w:1)97	// Storage: AppPromotion Staked (r:11 w:10)98	// Storage: Balances Locks (r:1 w:1)99	// Storage: System Account (r:1 w:1)100	// Storage: AppPromotion TotalStaked (r:1 w:1)101	// Storage: AppPromotion StakesPerAccount (r:0 w:1)102	fn unstake() -> Weight {103		Weight::from_ref_time(64_582_000 as u64)104			.saturating_add(T::DbWeight::get().reads(16 as u64))105			.saturating_add(T::DbWeight::get().writes(15 as u64))106	}107	// Storage: AppPromotion Admin (r:1 w:0)108	// Storage: Common CollectionById (r:1 w:1)109	fn sponsor_collection() -> Weight {110		Weight::from_ref_time(16_364_000 as u64)111			.saturating_add(T::DbWeight::get().reads(2 as u64))112			.saturating_add(T::DbWeight::get().writes(1 as u64))113	}114	// Storage: AppPromotion Admin (r:1 w:0)115	// Storage: Common CollectionById (r:1 w:1)116	fn stop_sponsoring_collection() -> Weight {117		Weight::from_ref_time(15_710_000 as u64)118			.saturating_add(T::DbWeight::get().reads(2 as u64))119			.saturating_add(T::DbWeight::get().writes(1 as u64))120	}121	// Storage: AppPromotion Admin (r:1 w:0)122	// Storage: EvmContractHelpers Sponsoring (r:0 w:1)123	fn sponsor_contract() -> Weight {124		Weight::from_ref_time(12_669_000 as u64)125			.saturating_add(T::DbWeight::get().reads(1 as u64))126			.saturating_add(T::DbWeight::get().writes(1 as u64))127	}128	// Storage: AppPromotion Admin (r:1 w:0)129	// Storage: EvmContractHelpers Sponsoring (r:1 w:1)130	fn stop_sponsoring_contract() -> Weight {131		Weight::from_ref_time(14_406_000 as u64)132			.saturating_add(T::DbWeight::get().reads(2 as u64))133			.saturating_add(T::DbWeight::get().writes(1 as u64))134	}135}136137// For backwards compatibility and tests138impl WeightInfo for () {139	// Storage: AppPromotion PendingUnstake (r:1 w:0)140	// Storage: System Account (r:1 w:1)141	fn on_initialize(b: u32, ) -> Weight {142		Weight::from_ref_time(3_079_948 as u64)143			// Standard Error: 30_376144			.saturating_add(Weight::from_ref_time(6_343_630 as u64).saturating_mul(b as u64))145			.saturating_add(RocksDbWeight::get().reads(1 as u64))146			.saturating_add(RocksDbWeight::get().reads((1 as u64).saturating_mul(b as u64)))147			.saturating_add(RocksDbWeight::get().writes((1 as u64).saturating_mul(b as u64)))148	}149	// Storage: AppPromotion Admin (r:0 w:1)150	fn set_admin_address() -> Weight {151		Weight::from_ref_time(6_653_000 as u64)152			.saturating_add(RocksDbWeight::get().writes(1 as u64))153	}154	// Storage: AppPromotion Admin (r:1 w:0)155	// Storage: Configuration AppPromomotionConfigurationOverride (r:1 w:0)156	// Storage: ParachainSystem ValidationData (r:1 w:0)157	// Storage: AppPromotion PreviousCalculatedRecord (r:1 w:1)158	// Storage: AppPromotion Staked (r:11 w:10)159	// Storage: System Account (r:2 w:2)160	// Storage: Balances Locks (r:1 w:1)161	// Storage: AppPromotion TotalStaked (r:1 w:1)162	fn payout_stakers(b: u32, ) -> Weight {163		Weight::from_ref_time(74_048_000 as u64)164			// Standard Error: 33_223165			.saturating_add(Weight::from_ref_time(57_702_092 as u64).saturating_mul(b as u64))166			.saturating_add(RocksDbWeight::get().reads(7 as u64))167			.saturating_add(RocksDbWeight::get().reads((12 as u64).saturating_mul(b as u64)))168			.saturating_add(RocksDbWeight::get().writes(3 as u64))169			.saturating_add(RocksDbWeight::get().writes((12 as u64).saturating_mul(b as u64)))170	}171	// Storage: AppPromotion StakesPerAccount (r:1 w:1)172	// Storage: Configuration AppPromomotionConfigurationOverride (r:1 w:0)173	// Storage: System Account (r:1 w:1)174	// Storage: Balances Locks (r:1 w:1)175	// Storage: ParachainSystem ValidationData (r:1 w:0)176	// Storage: AppPromotion Staked (r:1 w:1)177	// Storage: AppPromotion TotalStaked (r:1 w:1)178	fn stake() -> Weight {179		Weight::from_ref_time(20_314_000 as u64)180			.saturating_add(RocksDbWeight::get().reads(7 as u64))181			.saturating_add(RocksDbWeight::get().writes(5 as u64))182	}183	// Storage: Configuration AppPromomotionConfigurationOverride (r:1 w:0)184	// Storage: AppPromotion PendingUnstake (r:1 w:1)185	// Storage: AppPromotion Staked (r:11 w:10)186	// Storage: Balances Locks (r:1 w:1)187	// Storage: System Account (r:1 w:1)188	// Storage: AppPromotion TotalStaked (r:1 w:1)189	// Storage: AppPromotion StakesPerAccount (r:0 w:1)190	fn unstake() -> Weight {191		Weight::from_ref_time(64_582_000 as u64)192			.saturating_add(RocksDbWeight::get().reads(16 as u64))193			.saturating_add(RocksDbWeight::get().writes(15 as u64))194	}195	// Storage: AppPromotion Admin (r:1 w:0)196	// Storage: Common CollectionById (r:1 w:1)197	fn sponsor_collection() -> Weight {198		Weight::from_ref_time(16_364_000 as u64)199			.saturating_add(RocksDbWeight::get().reads(2 as u64))200			.saturating_add(RocksDbWeight::get().writes(1 as u64))201	}202	// Storage: AppPromotion Admin (r:1 w:0)203	// Storage: Common CollectionById (r:1 w:1)204	fn stop_sponsoring_collection() -> Weight {205		Weight::from_ref_time(15_710_000 as u64)206			.saturating_add(RocksDbWeight::get().reads(2 as u64))207			.saturating_add(RocksDbWeight::get().writes(1 as u64))208	}209	// Storage: AppPromotion Admin (r:1 w:0)210	// Storage: EvmContractHelpers Sponsoring (r:0 w:1)211	fn sponsor_contract() -> Weight {212		Weight::from_ref_time(12_669_000 as u64)213			.saturating_add(RocksDbWeight::get().reads(1 as u64))214			.saturating_add(RocksDbWeight::get().writes(1 as u64))215	}216	// Storage: AppPromotion Admin (r:1 w:0)217	// Storage: EvmContractHelpers Sponsoring (r:1 w:1)218	fn stop_sponsoring_contract() -> Weight {219		Weight::from_ref_time(14_406_000 as u64)220			.saturating_add(RocksDbWeight::get().reads(2 as u64))221			.saturating_add(RocksDbWeight::get().writes(1 as u64))222	}223}