-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
department-funding benchmarking create_department_required_fund
- Loading branch information
Showing
6 changed files
with
110 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,91 +1,88 @@ | ||
|
||
//! Autogenerated weights for pallet_template | ||
//! Autogenerated weights for `pallet_department_funding` | ||
//! | ||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev | ||
//! DATE: 2023-04-06, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` | ||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 | ||
//! DATE: 2024-10-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` | ||
//! WORST CASE MAP SIZE: `1000000` | ||
//! HOSTNAME: `Alexs-MacBook-Pro-2.local`, CPU: `<UNKNOWN>` | ||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 | ||
//! HOSTNAME: `amiya`, CPU: `12th Gen Intel(R) Core(TM) i7-12650H` | ||
//! WASM-EXECUTION: `Compiled`, CHAIN: `Some("dev")`, DB CACHE: `1024` | ||
// Executed Command: | ||
// ../../target/release/node-template | ||
// target/release/node-template | ||
// benchmark | ||
// pallet | ||
// --chain | ||
// dev | ||
// --wasm-execution | ||
// compiled | ||
// --pallet | ||
// pallet_template | ||
// pallet-department-funding | ||
// --extrinsic | ||
// * | ||
// --steps=50 | ||
// --repeat=20 | ||
// --execution=wasm | ||
// --wasm-execution=compiled | ||
// --steps | ||
// 50 | ||
// --repeat | ||
// 20 | ||
// --output | ||
// pallets/template/src/weights.rs | ||
// --template | ||
// ../../.maintain/frame-weight-template.hbs | ||
// custom-pallets/department-funding/src/weights.rs | ||
// --template=./.maintain/frame-weight-template.hbs | ||
|
||
#![cfg_attr(rustfmt, rustfmt_skip)] | ||
#![allow(unused_parens)] | ||
#![allow(unused_imports)] | ||
#![allow(missing_docs)] | ||
|
||
use frame_support::{traits::Get, weights::{Weight, constants::RocksDbWeight}}; | ||
use core::marker::PhantomData; | ||
|
||
/// Weight functions needed for pallet_template. | ||
/// Weight functions needed for `pallet_department_funding`. | ||
pub trait WeightInfo { | ||
fn do_something() -> Weight; | ||
fn cause_error() -> Weight; | ||
fn create_department_required_fund() -> Weight; | ||
} | ||
|
||
/// Weights for pallet_template using the Substrate node and recommended hardware. | ||
/// Weights for `pallet_department_funding` using the Substrate node and recommended hardware. | ||
pub struct SubstrateWeight<T>(PhantomData<T>); | ||
impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> { | ||
/// Storage: TemplateModule Something (r:0 w:1) | ||
/// Proof: TemplateModule Something (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) | ||
fn do_something() -> Weight { | ||
/// Storage: `Departments::Departments` (r:1 w:0) | ||
/// Proof: `Departments::Departments` (`max_values`: None, `max_size`: None, mode: `Measured`) | ||
/// Storage: `DepartmentFunding::NextDepartmentRequiredFundId` (r:1 w:1) | ||
/// Proof: `DepartmentFunding::NextDepartmentRequiredFundId` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) | ||
/// Storage: `Timestamp::Now` (r:1 w:0) | ||
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `MaxEncodedLen`) | ||
/// Storage: `System::Account` (r:1 w:1) | ||
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) | ||
/// Storage: `DepartmentFunding::DepartmentRequiredFunds` (r:0 w:1) | ||
/// Proof: `DepartmentFunding::DepartmentRequiredFunds` (`max_values`: None, `max_size`: None, mode: `Measured`) | ||
fn create_department_required_fund() -> Weight { | ||
// Proof Size summary in bytes: | ||
// Measured: `0` | ||
// Estimated: `0` | ||
// Minimum execution time: 8_000_000 picoseconds. | ||
Weight::from_parts(9_000_000, 0) | ||
.saturating_add(T::DbWeight::get().writes(1_u64)) | ||
} | ||
/// Storage: TemplateModule Something (r:1 w:1) | ||
/// Proof: TemplateModule Something (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) | ||
fn cause_error() -> Weight { | ||
// Proof Size summary in bytes: | ||
// Measured: `32` | ||
// Estimated: `1489` | ||
// Minimum execution time: 6_000_000 picoseconds. | ||
Weight::from_parts(6_000_000, 1489) | ||
.saturating_add(T::DbWeight::get().reads(1_u64)) | ||
.saturating_add(T::DbWeight::get().writes(1_u64)) | ||
// Measured: `345` | ||
// Estimated: `3810` | ||
// Minimum execution time: 26_415_000 picoseconds. | ||
Weight::from_parts(27_367_000, 3810) | ||
.saturating_add(T::DbWeight::get().reads(4_u64)) | ||
.saturating_add(T::DbWeight::get().writes(3_u64)) | ||
} | ||
} | ||
|
||
// For backwards compatibility and tests | ||
// For backwards compatibility and tests. | ||
impl WeightInfo for () { | ||
/// Storage: TemplateModule Something (r:0 w:1) | ||
/// Proof: TemplateModule Something (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) | ||
fn do_something() -> Weight { | ||
// Proof Size summary in bytes: | ||
// Measured: `0` | ||
// Estimated: `0` | ||
// Minimum execution time: 8_000_000 picoseconds. | ||
Weight::from_parts(9_000_000, 0) | ||
.saturating_add(RocksDbWeight::get().writes(1_u64)) | ||
} | ||
/// Storage: TemplateModule Something (r:1 w:1) | ||
/// Proof: TemplateModule Something (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) | ||
fn cause_error() -> Weight { | ||
/// Storage: `Departments::Departments` (r:1 w:0) | ||
/// Proof: `Departments::Departments` (`max_values`: None, `max_size`: None, mode: `Measured`) | ||
/// Storage: `DepartmentFunding::NextDepartmentRequiredFundId` (r:1 w:1) | ||
/// Proof: `DepartmentFunding::NextDepartmentRequiredFundId` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) | ||
/// Storage: `Timestamp::Now` (r:1 w:0) | ||
/// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `MaxEncodedLen`) | ||
/// Storage: `System::Account` (r:1 w:1) | ||
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) | ||
/// Storage: `DepartmentFunding::DepartmentRequiredFunds` (r:0 w:1) | ||
/// Proof: `DepartmentFunding::DepartmentRequiredFunds` (`max_values`: None, `max_size`: None, mode: `Measured`) | ||
fn create_department_required_fund() -> Weight { | ||
// Proof Size summary in bytes: | ||
// Measured: `32` | ||
// Estimated: `1489` | ||
// Minimum execution time: 6_000_000 picoseconds. | ||
Weight::from_parts(6_000_000, 1489) | ||
.saturating_add(RocksDbWeight::get().reads(1_u64)) | ||
.saturating_add(RocksDbWeight::get().writes(1_u64)) | ||
// Measured: `345` | ||
// Estimated: `3810` | ||
// Minimum execution time: 26_415_000 picoseconds. | ||
Weight::from_parts(27_367_000, 3810) | ||
.saturating_add(RocksDbWeight::get().reads(4_u64)) | ||
.saturating_add(RocksDbWeight::get().writes(3_u64)) | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters