mirror of
https://github.com/pezkuwichain/pezkuwi-runtime-templates.git
synced 2026-07-13 03:55:39 +00:00
be0abb6bf1
Added benchmarking for EVM template. Updated benchmarking for Generic Templates. Fixed config for EVM template. Added benchmarking utils.
510 lines
23 KiB
Rust
510 lines
23 KiB
Rust
|
|
//! Autogenerated weights for `pallet_assets`
|
|
//!
|
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
|
|
//! DATE: 2024-06-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
|
//! WORST CASE MAP SIZE: `1000000`
|
|
//! HOSTNAME: `ip-172-31-15-118`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
|
//! WASM-EXECUTION: `Compiled`, CHAIN: `Some("dev")`, DB CACHE: 1024
|
|
|
|
// Executed Command:
|
|
// target/release/parachain-template-node
|
|
// benchmark
|
|
// pallet
|
|
// --steps=50
|
|
// --repeat=20
|
|
// --extrinsic=*
|
|
// --wasm-execution=compiled
|
|
// --heap-pages=4096
|
|
// --json-file=benchmarking/results/results-pallet_assets.json
|
|
// --pallet=pallet_assets
|
|
// --chain=dev
|
|
// --output=benchmarking/new-benchmarks/pallet_assets.rs
|
|
|
|
#![cfg_attr(rustfmt, rustfmt_skip)]
|
|
#![allow(unused_parens)]
|
|
#![allow(unused_imports)]
|
|
#![allow(missing_docs)]
|
|
|
|
use frame_support::{traits::Get, weights::Weight};
|
|
use core::marker::PhantomData;
|
|
|
|
/// Weight functions for `pallet_assets`.
|
|
pub struct WeightInfo<T>(PhantomData<T>);
|
|
impl<T: frame_system::Config> pallet_assets::WeightInfo for WeightInfo<T> {
|
|
/// Storage: `Assets::Asset` (r:1 w:1)
|
|
/// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(174), added: 2649, mode: `MaxEncodedLen`)
|
|
/// Storage: `System::Account` (r:1 w:1)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(116), added: 2591, mode: `MaxEncodedLen`)
|
|
fn create() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `134`
|
|
// Estimated: `3639`
|
|
// Minimum execution time: 32_605_000 picoseconds.
|
|
Weight::from_parts(33_264_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 3639))
|
|
.saturating_add(T::DbWeight::get().reads(2))
|
|
.saturating_add(T::DbWeight::get().writes(2))
|
|
}
|
|
/// Storage: `Assets::Asset` (r:1 w:1)
|
|
/// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(174), added: 2649, mode: `MaxEncodedLen`)
|
|
fn force_create() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `6`
|
|
// Estimated: `3639`
|
|
// Minimum execution time: 12_005_000 picoseconds.
|
|
Weight::from_parts(12_336_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 3639))
|
|
.saturating_add(T::DbWeight::get().reads(1))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
/// Storage: `Assets::Asset` (r:1 w:1)
|
|
/// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(174), added: 2649, mode: `MaxEncodedLen`)
|
|
fn start_destroy() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `241`
|
|
// Estimated: `3639`
|
|
// Minimum execution time: 13_262_000 picoseconds.
|
|
Weight::from_parts(13_690_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 3639))
|
|
.saturating_add(T::DbWeight::get().reads(1))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
/// Storage: `Assets::Asset` (r:1 w:1)
|
|
/// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(174), added: 2649, mode: `MaxEncodedLen`)
|
|
/// Storage: `Assets::Account` (r:1001 w:1000)
|
|
/// Proof: `Assets::Account` (`max_values`: None, `max_size`: Some(122), added: 2597, mode: `MaxEncodedLen`)
|
|
/// Storage: `System::Account` (r:1000 w:1000)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(116), added: 2591, mode: `MaxEncodedLen`)
|
|
/// The range of component `c` is `[0, 1000]`.
|
|
fn destroy_accounts(c: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `361 + c * (183 ±0)`
|
|
// Estimated: `3639 + c * (2597 ±0)`
|
|
// Minimum execution time: 18_624_000 picoseconds.
|
|
Weight::from_parts(18_915_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 3639))
|
|
// Standard Error: 5_084
|
|
.saturating_add(Weight::from_parts(14_985_626, 0).saturating_mul(c.into()))
|
|
.saturating_add(T::DbWeight::get().reads(2))
|
|
.saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(c.into())))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
.saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(c.into())))
|
|
.saturating_add(Weight::from_parts(0, 2597).saturating_mul(c.into()))
|
|
}
|
|
/// Storage: `Assets::Asset` (r:1 w:1)
|
|
/// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(174), added: 2649, mode: `MaxEncodedLen`)
|
|
/// Storage: `Assets::Approvals` (r:1001 w:1000)
|
|
/// Proof: `Assets::Approvals` (`max_values`: None, `max_size`: Some(136), added: 2611, mode: `MaxEncodedLen`)
|
|
/// The range of component `a` is `[0, 1000]`.
|
|
fn destroy_approvals(a: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `400 + a * (74 ±0)`
|
|
// Estimated: `3639 + a * (2611 ±0)`
|
|
// Minimum execution time: 18_928_000 picoseconds.
|
|
Weight::from_parts(19_160_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 3639))
|
|
// Standard Error: 4_326
|
|
.saturating_add(Weight::from_parts(19_163_522, 0).saturating_mul(a.into()))
|
|
.saturating_add(T::DbWeight::get().reads(2))
|
|
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(a.into())))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(a.into())))
|
|
.saturating_add(Weight::from_parts(0, 2611).saturating_mul(a.into()))
|
|
}
|
|
/// Storage: `Assets::Asset` (r:1 w:1)
|
|
/// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(174), added: 2649, mode: `MaxEncodedLen`)
|
|
/// Storage: `Assets::Metadata` (r:1 w:0)
|
|
/// Proof: `Assets::Metadata` (`max_values`: None, `max_size`: Some(152), added: 2627, mode: `MaxEncodedLen`)
|
|
fn finish_destroy() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `207`
|
|
// Estimated: `3639`
|
|
// Minimum execution time: 15_735_000 picoseconds.
|
|
Weight::from_parts(16_107_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 3639))
|
|
.saturating_add(T::DbWeight::get().reads(2))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
/// Storage: `Assets::Asset` (r:1 w:1)
|
|
/// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(174), added: 2649, mode: `MaxEncodedLen`)
|
|
/// Storage: `Assets::Account` (r:1 w:1)
|
|
/// Proof: `Assets::Account` (`max_values`: None, `max_size`: Some(122), added: 2597, mode: `MaxEncodedLen`)
|
|
fn mint() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `207`
|
|
// Estimated: `3639`
|
|
// Minimum execution time: 27_889_000 picoseconds.
|
|
Weight::from_parts(28_467_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 3639))
|
|
.saturating_add(T::DbWeight::get().reads(2))
|
|
.saturating_add(T::DbWeight::get().writes(2))
|
|
}
|
|
/// Storage: `Assets::Asset` (r:1 w:1)
|
|
/// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(174), added: 2649, mode: `MaxEncodedLen`)
|
|
/// Storage: `Assets::Account` (r:1 w:1)
|
|
/// Proof: `Assets::Account` (`max_values`: None, `max_size`: Some(122), added: 2597, mode: `MaxEncodedLen`)
|
|
fn burn() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `315`
|
|
// Estimated: `3639`
|
|
// Minimum execution time: 36_097_000 picoseconds.
|
|
Weight::from_parts(36_659_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 3639))
|
|
.saturating_add(T::DbWeight::get().reads(2))
|
|
.saturating_add(T::DbWeight::get().writes(2))
|
|
}
|
|
/// Storage: `Assets::Asset` (r:1 w:1)
|
|
/// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(174), added: 2649, mode: `MaxEncodedLen`)
|
|
/// Storage: `Assets::Account` (r:2 w:2)
|
|
/// Proof: `Assets::Account` (`max_values`: None, `max_size`: Some(122), added: 2597, mode: `MaxEncodedLen`)
|
|
/// Storage: `System::Account` (r:1 w:1)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(116), added: 2591, mode: `MaxEncodedLen`)
|
|
fn transfer() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `406`
|
|
// Estimated: `6184`
|
|
// Minimum execution time: 50_556_000 picoseconds.
|
|
Weight::from_parts(51_569_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 6184))
|
|
.saturating_add(T::DbWeight::get().reads(4))
|
|
.saturating_add(T::DbWeight::get().writes(4))
|
|
}
|
|
/// Storage: `Assets::Asset` (r:1 w:1)
|
|
/// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(174), added: 2649, mode: `MaxEncodedLen`)
|
|
/// Storage: `Assets::Account` (r:2 w:2)
|
|
/// Proof: `Assets::Account` (`max_values`: None, `max_size`: Some(122), added: 2597, mode: `MaxEncodedLen`)
|
|
/// Storage: `System::Account` (r:1 w:1)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(116), added: 2591, mode: `MaxEncodedLen`)
|
|
fn transfer_keep_alive() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `406`
|
|
// Estimated: `6184`
|
|
// Minimum execution time: 46_089_000 picoseconds.
|
|
Weight::from_parts(46_418_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 6184))
|
|
.saturating_add(T::DbWeight::get().reads(4))
|
|
.saturating_add(T::DbWeight::get().writes(4))
|
|
}
|
|
/// Storage: `Assets::Asset` (r:1 w:1)
|
|
/// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(174), added: 2649, mode: `MaxEncodedLen`)
|
|
/// Storage: `Assets::Account` (r:2 w:2)
|
|
/// Proof: `Assets::Account` (`max_values`: None, `max_size`: Some(122), added: 2597, mode: `MaxEncodedLen`)
|
|
/// Storage: `System::Account` (r:1 w:1)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(116), added: 2591, mode: `MaxEncodedLen`)
|
|
fn force_transfer() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `406`
|
|
// Estimated: `6184`
|
|
// Minimum execution time: 50_857_000 picoseconds.
|
|
Weight::from_parts(51_790_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 6184))
|
|
.saturating_add(T::DbWeight::get().reads(4))
|
|
.saturating_add(T::DbWeight::get().writes(4))
|
|
}
|
|
/// Storage: `Assets::Asset` (r:1 w:0)
|
|
/// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(174), added: 2649, mode: `MaxEncodedLen`)
|
|
/// Storage: `Assets::Account` (r:1 w:1)
|
|
/// Proof: `Assets::Account` (`max_values`: None, `max_size`: Some(122), added: 2597, mode: `MaxEncodedLen`)
|
|
fn freeze() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `315`
|
|
// Estimated: `3639`
|
|
// Minimum execution time: 18_213_000 picoseconds.
|
|
Weight::from_parts(18_547_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 3639))
|
|
.saturating_add(T::DbWeight::get().reads(2))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
/// Storage: `Assets::Asset` (r:1 w:0)
|
|
/// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(174), added: 2649, mode: `MaxEncodedLen`)
|
|
/// Storage: `Assets::Account` (r:1 w:1)
|
|
/// Proof: `Assets::Account` (`max_values`: None, `max_size`: Some(122), added: 2597, mode: `MaxEncodedLen`)
|
|
fn thaw() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `315`
|
|
// Estimated: `3639`
|
|
// Minimum execution time: 18_107_000 picoseconds.
|
|
Weight::from_parts(18_452_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 3639))
|
|
.saturating_add(T::DbWeight::get().reads(2))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
/// Storage: `Assets::Asset` (r:1 w:1)
|
|
/// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(174), added: 2649, mode: `MaxEncodedLen`)
|
|
fn freeze_asset() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `241`
|
|
// Estimated: `3639`
|
|
// Minimum execution time: 13_015_000 picoseconds.
|
|
Weight::from_parts(13_235_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 3639))
|
|
.saturating_add(T::DbWeight::get().reads(1))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
/// Storage: `Assets::Asset` (r:1 w:1)
|
|
/// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(174), added: 2649, mode: `MaxEncodedLen`)
|
|
fn thaw_asset() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `241`
|
|
// Estimated: `3639`
|
|
// Minimum execution time: 12_941_000 picoseconds.
|
|
Weight::from_parts(13_219_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 3639))
|
|
.saturating_add(T::DbWeight::get().reads(1))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
/// Storage: `Assets::Asset` (r:1 w:1)
|
|
/// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(174), added: 2649, mode: `MaxEncodedLen`)
|
|
/// Storage: `Assets::Metadata` (r:1 w:0)
|
|
/// Proof: `Assets::Metadata` (`max_values`: None, `max_size`: Some(152), added: 2627, mode: `MaxEncodedLen`)
|
|
fn transfer_ownership() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `207`
|
|
// Estimated: `3639`
|
|
// Minimum execution time: 16_096_000 picoseconds.
|
|
Weight::from_parts(16_598_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 3639))
|
|
.saturating_add(T::DbWeight::get().reads(2))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
/// Storage: `Assets::Asset` (r:1 w:1)
|
|
/// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(174), added: 2649, mode: `MaxEncodedLen`)
|
|
fn set_team() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `207`
|
|
// Estimated: `3639`
|
|
// Minimum execution time: 13_890_000 picoseconds.
|
|
Weight::from_parts(14_165_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 3639))
|
|
.saturating_add(T::DbWeight::get().reads(1))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
/// Storage: `Assets::Asset` (r:1 w:0)
|
|
/// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(174), added: 2649, mode: `MaxEncodedLen`)
|
|
/// Storage: `Assets::Metadata` (r:1 w:1)
|
|
/// Proof: `Assets::Metadata` (`max_values`: None, `max_size`: Some(152), added: 2627, mode: `MaxEncodedLen`)
|
|
/// The range of component `n` is `[0, 50]`.
|
|
/// The range of component `s` is `[0, 50]`.
|
|
fn set_metadata(n: u32, s: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `207`
|
|
// Estimated: `3639`
|
|
// Minimum execution time: 33_290_000 picoseconds.
|
|
Weight::from_parts(34_297_907, 0)
|
|
.saturating_add(Weight::from_parts(0, 3639))
|
|
// Standard Error: 559
|
|
.saturating_add(Weight::from_parts(2_214, 0).saturating_mul(n.into()))
|
|
// Standard Error: 559
|
|
.saturating_add(Weight::from_parts(2_221, 0).saturating_mul(s.into()))
|
|
.saturating_add(T::DbWeight::get().reads(2))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
/// Storage: `Assets::Asset` (r:1 w:0)
|
|
/// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(174), added: 2649, mode: `MaxEncodedLen`)
|
|
/// Storage: `Assets::Metadata` (r:1 w:1)
|
|
/// Proof: `Assets::Metadata` (`max_values`: None, `max_size`: Some(152), added: 2627, mode: `MaxEncodedLen`)
|
|
fn clear_metadata() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `383`
|
|
// Estimated: `3639`
|
|
// Minimum execution time: 34_391_000 picoseconds.
|
|
Weight::from_parts(34_851_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 3639))
|
|
.saturating_add(T::DbWeight::get().reads(2))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
/// Storage: `Assets::Asset` (r:1 w:0)
|
|
/// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(174), added: 2649, mode: `MaxEncodedLen`)
|
|
/// Storage: `Assets::Metadata` (r:1 w:1)
|
|
/// Proof: `Assets::Metadata` (`max_values`: None, `max_size`: Some(152), added: 2627, mode: `MaxEncodedLen`)
|
|
/// The range of component `n` is `[0, 50]`.
|
|
/// The range of component `s` is `[0, 50]`.
|
|
fn force_set_metadata(n: u32, s: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `94`
|
|
// Estimated: `3639`
|
|
// Minimum execution time: 15_237_000 picoseconds.
|
|
Weight::from_parts(15_996_257, 0)
|
|
.saturating_add(Weight::from_parts(0, 3639))
|
|
// Standard Error: 380
|
|
.saturating_add(Weight::from_parts(1_005, 0).saturating_mul(n.into()))
|
|
// Standard Error: 380
|
|
.saturating_add(Weight::from_parts(2_496, 0).saturating_mul(s.into()))
|
|
.saturating_add(T::DbWeight::get().reads(2))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
/// Storage: `Assets::Asset` (r:1 w:0)
|
|
/// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(174), added: 2649, mode: `MaxEncodedLen`)
|
|
/// Storage: `Assets::Metadata` (r:1 w:1)
|
|
/// Proof: `Assets::Metadata` (`max_values`: None, `max_size`: Some(152), added: 2627, mode: `MaxEncodedLen`)
|
|
fn force_clear_metadata() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `383`
|
|
// Estimated: `3639`
|
|
// Minimum execution time: 33_993_000 picoseconds.
|
|
Weight::from_parts(34_375_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 3639))
|
|
.saturating_add(T::DbWeight::get().reads(2))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
/// Storage: `Assets::Asset` (r:1 w:1)
|
|
/// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(174), added: 2649, mode: `MaxEncodedLen`)
|
|
fn force_asset_status() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `207`
|
|
// Estimated: `3639`
|
|
// Minimum execution time: 13_309_000 picoseconds.
|
|
Weight::from_parts(13_669_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 3639))
|
|
.saturating_add(T::DbWeight::get().reads(1))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
/// Storage: `Assets::Asset` (r:1 w:1)
|
|
/// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(174), added: 2649, mode: `MaxEncodedLen`)
|
|
/// Storage: `Assets::Approvals` (r:1 w:1)
|
|
/// Proof: `Assets::Approvals` (`max_values`: None, `max_size`: Some(136), added: 2611, mode: `MaxEncodedLen`)
|
|
fn approve_transfer() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `241`
|
|
// Estimated: `3639`
|
|
// Minimum execution time: 38_317_000 picoseconds.
|
|
Weight::from_parts(39_130_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 3639))
|
|
.saturating_add(T::DbWeight::get().reads(2))
|
|
.saturating_add(T::DbWeight::get().writes(2))
|
|
}
|
|
/// Storage: `Assets::Asset` (r:1 w:1)
|
|
/// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(174), added: 2649, mode: `MaxEncodedLen`)
|
|
/// Storage: `Assets::Approvals` (r:1 w:1)
|
|
/// Proof: `Assets::Approvals` (`max_values`: None, `max_size`: Some(136), added: 2611, mode: `MaxEncodedLen`)
|
|
/// Storage: `Assets::Account` (r:2 w:2)
|
|
/// Proof: `Assets::Account` (`max_values`: None, `max_size`: Some(122), added: 2597, mode: `MaxEncodedLen`)
|
|
/// Storage: `System::Account` (r:1 w:1)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(116), added: 2591, mode: `MaxEncodedLen`)
|
|
fn transfer_approved() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `473`
|
|
// Estimated: `6184`
|
|
// Minimum execution time: 75_998_000 picoseconds.
|
|
Weight::from_parts(78_167_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 6184))
|
|
.saturating_add(T::DbWeight::get().reads(5))
|
|
.saturating_add(T::DbWeight::get().writes(5))
|
|
}
|
|
/// Storage: `Assets::Asset` (r:1 w:1)
|
|
/// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(174), added: 2649, mode: `MaxEncodedLen`)
|
|
/// Storage: `Assets::Approvals` (r:1 w:1)
|
|
/// Proof: `Assets::Approvals` (`max_values`: None, `max_size`: Some(136), added: 2611, mode: `MaxEncodedLen`)
|
|
fn cancel_approval() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `399`
|
|
// Estimated: `3639`
|
|
// Minimum execution time: 40_272_000 picoseconds.
|
|
Weight::from_parts(40_751_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 3639))
|
|
.saturating_add(T::DbWeight::get().reads(2))
|
|
.saturating_add(T::DbWeight::get().writes(2))
|
|
}
|
|
/// Storage: `Assets::Asset` (r:1 w:1)
|
|
/// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(174), added: 2649, mode: `MaxEncodedLen`)
|
|
/// Storage: `Assets::Approvals` (r:1 w:1)
|
|
/// Proof: `Assets::Approvals` (`max_values`: None, `max_size`: Some(136), added: 2611, mode: `MaxEncodedLen`)
|
|
fn force_cancel_approval() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `399`
|
|
// Estimated: `3639`
|
|
// Minimum execution time: 40_965_000 picoseconds.
|
|
Weight::from_parts(41_983_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 3639))
|
|
.saturating_add(T::DbWeight::get().reads(2))
|
|
.saturating_add(T::DbWeight::get().writes(2))
|
|
}
|
|
/// Storage: `Assets::Asset` (r:1 w:1)
|
|
/// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(174), added: 2649, mode: `MaxEncodedLen`)
|
|
fn set_min_balance() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `207`
|
|
// Estimated: `3639`
|
|
// Minimum execution time: 15_081_000 picoseconds.
|
|
Weight::from_parts(15_359_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 3639))
|
|
.saturating_add(T::DbWeight::get().reads(1))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
/// Storage: `Assets::Account` (r:1 w:1)
|
|
/// Proof: `Assets::Account` (`max_values`: None, `max_size`: Some(122), added: 2597, mode: `MaxEncodedLen`)
|
|
/// Storage: `Assets::Asset` (r:1 w:1)
|
|
/// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(174), added: 2649, mode: `MaxEncodedLen`)
|
|
/// Storage: `System::Account` (r:1 w:1)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(116), added: 2591, mode: `MaxEncodedLen`)
|
|
fn touch() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `335`
|
|
// Estimated: `3639`
|
|
// Minimum execution time: 40_565_000 picoseconds.
|
|
Weight::from_parts(41_234_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 3639))
|
|
.saturating_add(T::DbWeight::get().reads(3))
|
|
.saturating_add(T::DbWeight::get().writes(3))
|
|
}
|
|
/// Storage: `Assets::Account` (r:1 w:1)
|
|
/// Proof: `Assets::Account` (`max_values`: None, `max_size`: Some(122), added: 2597, mode: `MaxEncodedLen`)
|
|
/// Storage: `Assets::Asset` (r:1 w:1)
|
|
/// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(174), added: 2649, mode: `MaxEncodedLen`)
|
|
fn touch_other() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `207`
|
|
// Estimated: `3639`
|
|
// Minimum execution time: 37_134_000 picoseconds.
|
|
Weight::from_parts(38_022_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 3639))
|
|
.saturating_add(T::DbWeight::get().reads(2))
|
|
.saturating_add(T::DbWeight::get().writes(2))
|
|
}
|
|
/// Storage: `Assets::Account` (r:1 w:1)
|
|
/// Proof: `Assets::Account` (`max_values`: None, `max_size`: Some(122), added: 2597, mode: `MaxEncodedLen`)
|
|
/// Storage: `Assets::Asset` (r:1 w:1)
|
|
/// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(174), added: 2649, mode: `MaxEncodedLen`)
|
|
/// Storage: `System::Account` (r:1 w:1)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(116), added: 2591, mode: `MaxEncodedLen`)
|
|
fn refund() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `461`
|
|
// Estimated: `3639`
|
|
// Minimum execution time: 39_349_000 picoseconds.
|
|
Weight::from_parts(40_072_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 3639))
|
|
.saturating_add(T::DbWeight::get().reads(3))
|
|
.saturating_add(T::DbWeight::get().writes(3))
|
|
}
|
|
/// Storage: `Assets::Account` (r:1 w:1)
|
|
/// Proof: `Assets::Account` (`max_values`: None, `max_size`: Some(122), added: 2597, mode: `MaxEncodedLen`)
|
|
/// Storage: `Assets::Asset` (r:1 w:1)
|
|
/// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(174), added: 2649, mode: `MaxEncodedLen`)
|
|
fn refund_other() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `353`
|
|
// Estimated: `3639`
|
|
// Minimum execution time: 36_309_000 picoseconds.
|
|
Weight::from_parts(36_732_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 3639))
|
|
.saturating_add(T::DbWeight::get().reads(2))
|
|
.saturating_add(T::DbWeight::get().writes(2))
|
|
}
|
|
/// Storage: `Assets::Asset` (r:1 w:0)
|
|
/// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(174), added: 2649, mode: `MaxEncodedLen`)
|
|
/// Storage: `Assets::Account` (r:1 w:1)
|
|
/// Proof: `Assets::Account` (`max_values`: None, `max_size`: Some(122), added: 2597, mode: `MaxEncodedLen`)
|
|
fn block() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `315`
|
|
// Estimated: `3639`
|
|
// Minimum execution time: 18_087_000 picoseconds.
|
|
Weight::from_parts(18_470_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 3639))
|
|
.saturating_add(T::DbWeight::get().reads(2))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
}
|