mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 21:41:12 +00:00
Update all weights (#13614)
* Empty commit * ".git/.scripts/commands/bench/bench.sh" all --------- Co-authored-by: Alexander Theißen <alex.theissen@me.com> Co-authored-by: command-bot <>
This commit is contained in:
committed by
GitHub
parent
b117dbdf08
commit
3a3d93afee
@@ -18,26 +18,28 @@
|
||||
//! Autogenerated weights for pallet_assets
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-03-03, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-03-15, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
// target/production/substrate
|
||||
// ./target/production/substrate
|
||||
// benchmark
|
||||
// pallet
|
||||
// --chain=dev
|
||||
// --steps=50
|
||||
// --repeat=20
|
||||
// --pallet=pallet_assets
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
// --heap-pages=4096
|
||||
// --json-file=/var/lib/gitlab-runner/builds/zyw4fam_/0/parity/mirrors/substrate/.git/.artifacts/bench.json
|
||||
// --pallet=pallet_assets
|
||||
// --chain=dev
|
||||
// --header=./HEADER-APACHE2
|
||||
// --output=./frame/assets/src/weights.rs
|
||||
// --header=./HEADER-APACHE2
|
||||
// --template=./.maintain/frame-weight-template.hbs
|
||||
|
||||
#![cfg_attr(rustfmt, rustfmt_skip)]
|
||||
@@ -87,10 +89,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||
fn create() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `325`
|
||||
// Measured: `293`
|
||||
// Estimated: `7268`
|
||||
// Minimum execution time: 28_265_000 picoseconds.
|
||||
Weight::from_parts(28_764_000, 7268)
|
||||
// Minimum execution time: 27_756_000 picoseconds.
|
||||
Weight::from_parts(28_637_000, 7268)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -100,8 +102,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `153`
|
||||
// Estimated: `3675`
|
||||
// Minimum execution time: 15_125_000 picoseconds.
|
||||
Weight::from_parts(15_468_000, 3675)
|
||||
// Minimum execution time: 15_402_000 picoseconds.
|
||||
Weight::from_parts(15_803_000, 3675)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -109,10 +111,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||
fn start_destroy() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `417`
|
||||
// Measured: `385`
|
||||
// Estimated: `3675`
|
||||
// Minimum execution time: 15_368_000 picoseconds.
|
||||
Weight::from_parts(15_625_000, 3675)
|
||||
// Minimum execution time: 16_027_000 picoseconds.
|
||||
Weight::from_parts(16_372_000, 3675)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -125,12 +127,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `c` is `[0, 1000]`.
|
||||
fn destroy_accounts(c: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `25 + c * (240 ±0)`
|
||||
// Measured: `0 + c * (208 ±0)`
|
||||
// Estimated: `8232 + c * (5180 ±0)`
|
||||
// Minimum execution time: 20_816_000 picoseconds.
|
||||
Weight::from_parts(21_045_000, 8232)
|
||||
// Standard Error: 7_118
|
||||
.saturating_add(Weight::from_parts(12_723_454, 0).saturating_mul(c.into()))
|
||||
// Minimum execution time: 20_667_000 picoseconds.
|
||||
Weight::from_parts(20_930_000, 8232)
|
||||
// Standard Error: 7_226
|
||||
.saturating_add(Weight::from_parts(12_759_091, 0).saturating_mul(c.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(c.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
@@ -144,12 +146,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `a` is `[0, 1000]`.
|
||||
fn destroy_approvals(a: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `554 + a * (86 ±0)`
|
||||
// Measured: `522 + a * (86 ±0)`
|
||||
// Estimated: `7288 + a * (2623 ±0)`
|
||||
// Minimum execution time: 20_923_000 picoseconds.
|
||||
Weight::from_parts(21_229_000, 7288)
|
||||
// Standard Error: 7_215
|
||||
.saturating_add(Weight::from_parts(12_915_292, 0).saturating_mul(a.into()))
|
||||
// Minimum execution time: 20_798_000 picoseconds.
|
||||
Weight::from_parts(21_129_000, 7288)
|
||||
// Standard Error: 7_484
|
||||
.saturating_add(Weight::from_parts(12_761_996, 0).saturating_mul(a.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(a.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
@@ -162,10 +164,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Assets Metadata (max_values: None, max_size: Some(140), added: 2615, mode: MaxEncodedLen)
|
||||
fn finish_destroy() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `383`
|
||||
// Measured: `351`
|
||||
// Estimated: `7280`
|
||||
// Minimum execution time: 15_764_000 picoseconds.
|
||||
Weight::from_parts(16_245_000, 7280)
|
||||
// Minimum execution time: 15_870_000 picoseconds.
|
||||
Weight::from_parts(16_280_000, 7280)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -175,10 +177,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Assets Account (max_values: None, max_size: Some(102), added: 2577, mode: MaxEncodedLen)
|
||||
fn mint() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `383`
|
||||
// Measured: `351`
|
||||
// Estimated: `7242`
|
||||
// Minimum execution time: 28_814_000 picoseconds.
|
||||
Weight::from_parts(29_407_000, 7242)
|
||||
// Minimum execution time: 28_556_000 picoseconds.
|
||||
Weight::from_parts(28_972_000, 7242)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -188,10 +190,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Assets Account (max_values: None, max_size: Some(102), added: 2577, mode: MaxEncodedLen)
|
||||
fn burn() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `491`
|
||||
// Measured: `459`
|
||||
// Estimated: `7242`
|
||||
// Minimum execution time: 34_784_000 picoseconds.
|
||||
Weight::from_parts(35_402_000, 7242)
|
||||
// Minimum execution time: 35_379_000 picoseconds.
|
||||
Weight::from_parts(35_826_000, 7242)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -203,10 +205,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||
fn transfer() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `530`
|
||||
// Measured: `498`
|
||||
// Estimated: `13412`
|
||||
// Minimum execution time: 49_110_000 picoseconds.
|
||||
Weight::from_parts(50_483_000, 13412)
|
||||
// Minimum execution time: 48_837_000 picoseconds.
|
||||
Weight::from_parts(49_305_000, 13412)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -218,10 +220,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||
fn transfer_keep_alive() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `530`
|
||||
// Measured: `498`
|
||||
// Estimated: `13412`
|
||||
// Minimum execution time: 43_585_000 picoseconds.
|
||||
Weight::from_parts(44_207_000, 13412)
|
||||
// Minimum execution time: 43_603_000 picoseconds.
|
||||
Weight::from_parts(44_142_000, 13412)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -233,10 +235,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||
fn force_transfer() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `530`
|
||||
// Measured: `498`
|
||||
// Estimated: `13412`
|
||||
// Minimum execution time: 49_238_000 picoseconds.
|
||||
Weight::from_parts(77_664_000, 13412)
|
||||
// Minimum execution time: 49_691_000 picoseconds.
|
||||
Weight::from_parts(50_402_000, 13412)
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -246,10 +248,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Assets Account (max_values: None, max_size: Some(102), added: 2577, mode: MaxEncodedLen)
|
||||
fn freeze() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `491`
|
||||
// Measured: `459`
|
||||
// Estimated: `7242`
|
||||
// Minimum execution time: 19_198_000 picoseconds.
|
||||
Weight::from_parts(19_585_000, 7242)
|
||||
// Minimum execution time: 19_600_000 picoseconds.
|
||||
Weight::from_parts(20_435_000, 7242)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -259,10 +261,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Assets Account (max_values: None, max_size: Some(102), added: 2577, mode: MaxEncodedLen)
|
||||
fn thaw() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `491`
|
||||
// Measured: `459`
|
||||
// Estimated: `7242`
|
||||
// Minimum execution time: 19_659_000 picoseconds.
|
||||
Weight::from_parts(20_079_000, 7242)
|
||||
// Minimum execution time: 19_396_000 picoseconds.
|
||||
Weight::from_parts(19_745_000, 7242)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -270,10 +272,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||
fn freeze_asset() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `417`
|
||||
// Measured: `385`
|
||||
// Estimated: `3675`
|
||||
// Minimum execution time: 15_035_000 picoseconds.
|
||||
Weight::from_parts(15_594_000, 3675)
|
||||
// Minimum execution time: 15_503_000 picoseconds.
|
||||
Weight::from_parts(15_788_000, 3675)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -281,10 +283,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||
fn thaw_asset() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `417`
|
||||
// Measured: `385`
|
||||
// Estimated: `3675`
|
||||
// Minimum execution time: 15_073_000 picoseconds.
|
||||
Weight::from_parts(15_862_000, 3675)
|
||||
// Minimum execution time: 15_874_000 picoseconds.
|
||||
Weight::from_parts(16_190_000, 3675)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -294,10 +296,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Assets Metadata (max_values: None, max_size: Some(140), added: 2615, mode: MaxEncodedLen)
|
||||
fn transfer_ownership() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `383`
|
||||
// Measured: `351`
|
||||
// Estimated: `7280`
|
||||
// Minimum execution time: 17_343_000 picoseconds.
|
||||
Weight::from_parts(17_656_000, 7280)
|
||||
// Minimum execution time: 17_067_000 picoseconds.
|
||||
Weight::from_parts(17_355_000, 7280)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -305,10 +307,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||
fn set_team() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `383`
|
||||
// Measured: `351`
|
||||
// Estimated: `3675`
|
||||
// Minimum execution time: 15_902_000 picoseconds.
|
||||
Weight::from_parts(16_439_000, 3675)
|
||||
// Minimum execution time: 16_155_000 picoseconds.
|
||||
Weight::from_parts(16_442_000, 3675)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -320,10 +322,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `s` is `[0, 50]`.
|
||||
fn set_metadata(_n: u32, _s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `383`
|
||||
// Measured: `351`
|
||||
// Estimated: `7280`
|
||||
// Minimum execution time: 27_222_000 picoseconds.
|
||||
Weight::from_parts(29_151_657, 7280)
|
||||
// Minimum execution time: 27_270_000 picoseconds.
|
||||
Weight::from_parts(28_634_060, 7280)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -333,10 +335,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Assets Metadata (max_values: None, max_size: Some(140), added: 2615, mode: MaxEncodedLen)
|
||||
fn clear_metadata() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `579`
|
||||
// Measured: `515`
|
||||
// Estimated: `7280`
|
||||
// Minimum execution time: 27_976_000 picoseconds.
|
||||
Weight::from_parts(28_289_000, 7280)
|
||||
// Minimum execution time: 27_469_000 picoseconds.
|
||||
Weight::from_parts(27_911_000, 7280)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -350,10 +352,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `190`
|
||||
// Estimated: `7280`
|
||||
// Minimum execution time: 16_162_000 picoseconds.
|
||||
Weight::from_parts(17_137_043, 7280)
|
||||
// Standard Error: 982
|
||||
.saturating_add(Weight::from_parts(4_180, 0).saturating_mul(s.into()))
|
||||
// Minimum execution time: 16_008_000 picoseconds.
|
||||
Weight::from_parts(17_007_654, 7280)
|
||||
// Standard Error: 527
|
||||
.saturating_add(Weight::from_parts(4_158, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -363,10 +365,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Assets Metadata (max_values: None, max_size: Some(140), added: 2615, mode: MaxEncodedLen)
|
||||
fn force_clear_metadata() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `579`
|
||||
// Measured: `515`
|
||||
// Estimated: `7280`
|
||||
// Minimum execution time: 27_219_000 picoseconds.
|
||||
Weight::from_parts(27_931_000, 7280)
|
||||
// Minimum execution time: 27_118_000 picoseconds.
|
||||
Weight::from_parts(27_776_000, 7280)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -374,10 +376,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||
fn force_asset_status() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `383`
|
||||
// Measured: `351`
|
||||
// Estimated: `3675`
|
||||
// Minimum execution time: 15_313_000 picoseconds.
|
||||
Weight::from_parts(15_775_000, 3675)
|
||||
// Minimum execution time: 14_776_000 picoseconds.
|
||||
Weight::from_parts(15_281_000, 3675)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -387,10 +389,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Assets Approvals (max_values: None, max_size: Some(148), added: 2623, mode: MaxEncodedLen)
|
||||
fn approve_transfer() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `417`
|
||||
// Measured: `385`
|
||||
// Estimated: `7288`
|
||||
// Minimum execution time: 31_865_000 picoseconds.
|
||||
Weight::from_parts(32_316_000, 7288)
|
||||
// Minimum execution time: 31_324_000 picoseconds.
|
||||
Weight::from_parts(32_161_000, 7288)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -404,10 +406,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||
fn transfer_approved() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `700`
|
||||
// Measured: `668`
|
||||
// Estimated: `17025`
|
||||
// Minimum execution time: 67_203_000 picoseconds.
|
||||
Weight::from_parts(109_742_000, 17025)
|
||||
// Minimum execution time: 63_750_000 picoseconds.
|
||||
Weight::from_parts(64_828_000, 17025)
|
||||
.saturating_add(T::DbWeight::get().reads(5_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(5_u64))
|
||||
}
|
||||
@@ -417,10 +419,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Assets Approvals (max_values: None, max_size: Some(148), added: 2623, mode: MaxEncodedLen)
|
||||
fn cancel_approval() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `587`
|
||||
// Measured: `555`
|
||||
// Estimated: `7288`
|
||||
// Minimum execution time: 33_430_000 picoseconds.
|
||||
Weight::from_parts(33_824_000, 7288)
|
||||
// Minimum execution time: 32_698_000 picoseconds.
|
||||
Weight::from_parts(33_309_000, 7288)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -430,10 +432,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Assets Approvals (max_values: None, max_size: Some(148), added: 2623, mode: MaxEncodedLen)
|
||||
fn force_cancel_approval() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `587`
|
||||
// Measured: `555`
|
||||
// Estimated: `7288`
|
||||
// Minimum execution time: 33_596_000 picoseconds.
|
||||
Weight::from_parts(34_226_000, 7288)
|
||||
// Minimum execution time: 33_147_000 picoseconds.
|
||||
Weight::from_parts(33_620_000, 7288)
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -441,10 +443,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||
fn set_min_balance() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `383`
|
||||
// Measured: `351`
|
||||
// Estimated: `3675`
|
||||
// Minimum execution time: 16_367_000 picoseconds.
|
||||
Weight::from_parts(16_703_000, 3675)
|
||||
// Minimum execution time: 15_910_000 picoseconds.
|
||||
Weight::from_parts(16_315_000, 3675)
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -458,10 +460,10 @@ impl WeightInfo for () {
|
||||
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||
fn create() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `325`
|
||||
// Measured: `293`
|
||||
// Estimated: `7268`
|
||||
// Minimum execution time: 28_265_000 picoseconds.
|
||||
Weight::from_parts(28_764_000, 7268)
|
||||
// Minimum execution time: 27_756_000 picoseconds.
|
||||
Weight::from_parts(28_637_000, 7268)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -471,8 +473,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `153`
|
||||
// Estimated: `3675`
|
||||
// Minimum execution time: 15_125_000 picoseconds.
|
||||
Weight::from_parts(15_468_000, 3675)
|
||||
// Minimum execution time: 15_402_000 picoseconds.
|
||||
Weight::from_parts(15_803_000, 3675)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -480,10 +482,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||
fn start_destroy() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `417`
|
||||
// Measured: `385`
|
||||
// Estimated: `3675`
|
||||
// Minimum execution time: 15_368_000 picoseconds.
|
||||
Weight::from_parts(15_625_000, 3675)
|
||||
// Minimum execution time: 16_027_000 picoseconds.
|
||||
Weight::from_parts(16_372_000, 3675)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -496,12 +498,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `c` is `[0, 1000]`.
|
||||
fn destroy_accounts(c: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `25 + c * (240 ±0)`
|
||||
// Measured: `0 + c * (208 ±0)`
|
||||
// Estimated: `8232 + c * (5180 ±0)`
|
||||
// Minimum execution time: 20_816_000 picoseconds.
|
||||
Weight::from_parts(21_045_000, 8232)
|
||||
// Standard Error: 7_118
|
||||
.saturating_add(Weight::from_parts(12_723_454, 0).saturating_mul(c.into()))
|
||||
// Minimum execution time: 20_667_000 picoseconds.
|
||||
Weight::from_parts(20_930_000, 8232)
|
||||
// Standard Error: 7_226
|
||||
.saturating_add(Weight::from_parts(12_759_091, 0).saturating_mul(c.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().reads((2_u64).saturating_mul(c.into())))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
@@ -515,12 +517,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `a` is `[0, 1000]`.
|
||||
fn destroy_approvals(a: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `554 + a * (86 ±0)`
|
||||
// Measured: `522 + a * (86 ±0)`
|
||||
// Estimated: `7288 + a * (2623 ±0)`
|
||||
// Minimum execution time: 20_923_000 picoseconds.
|
||||
Weight::from_parts(21_229_000, 7288)
|
||||
// Standard Error: 7_215
|
||||
.saturating_add(Weight::from_parts(12_915_292, 0).saturating_mul(a.into()))
|
||||
// Minimum execution time: 20_798_000 picoseconds.
|
||||
Weight::from_parts(21_129_000, 7288)
|
||||
// Standard Error: 7_484
|
||||
.saturating_add(Weight::from_parts(12_761_996, 0).saturating_mul(a.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(a.into())))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
@@ -533,10 +535,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Assets Metadata (max_values: None, max_size: Some(140), added: 2615, mode: MaxEncodedLen)
|
||||
fn finish_destroy() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `383`
|
||||
// Measured: `351`
|
||||
// Estimated: `7280`
|
||||
// Minimum execution time: 15_764_000 picoseconds.
|
||||
Weight::from_parts(16_245_000, 7280)
|
||||
// Minimum execution time: 15_870_000 picoseconds.
|
||||
Weight::from_parts(16_280_000, 7280)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -546,10 +548,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Assets Account (max_values: None, max_size: Some(102), added: 2577, mode: MaxEncodedLen)
|
||||
fn mint() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `383`
|
||||
// Measured: `351`
|
||||
// Estimated: `7242`
|
||||
// Minimum execution time: 28_814_000 picoseconds.
|
||||
Weight::from_parts(29_407_000, 7242)
|
||||
// Minimum execution time: 28_556_000 picoseconds.
|
||||
Weight::from_parts(28_972_000, 7242)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -559,10 +561,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Assets Account (max_values: None, max_size: Some(102), added: 2577, mode: MaxEncodedLen)
|
||||
fn burn() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `491`
|
||||
// Measured: `459`
|
||||
// Estimated: `7242`
|
||||
// Minimum execution time: 34_784_000 picoseconds.
|
||||
Weight::from_parts(35_402_000, 7242)
|
||||
// Minimum execution time: 35_379_000 picoseconds.
|
||||
Weight::from_parts(35_826_000, 7242)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -574,10 +576,10 @@ impl WeightInfo for () {
|
||||
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||
fn transfer() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `530`
|
||||
// Measured: `498`
|
||||
// Estimated: `13412`
|
||||
// Minimum execution time: 49_110_000 picoseconds.
|
||||
Weight::from_parts(50_483_000, 13412)
|
||||
// Minimum execution time: 48_837_000 picoseconds.
|
||||
Weight::from_parts(49_305_000, 13412)
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -589,10 +591,10 @@ impl WeightInfo for () {
|
||||
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||
fn transfer_keep_alive() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `530`
|
||||
// Measured: `498`
|
||||
// Estimated: `13412`
|
||||
// Minimum execution time: 43_585_000 picoseconds.
|
||||
Weight::from_parts(44_207_000, 13412)
|
||||
// Minimum execution time: 43_603_000 picoseconds.
|
||||
Weight::from_parts(44_142_000, 13412)
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -604,10 +606,10 @@ impl WeightInfo for () {
|
||||
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||
fn force_transfer() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `530`
|
||||
// Measured: `498`
|
||||
// Estimated: `13412`
|
||||
// Minimum execution time: 49_238_000 picoseconds.
|
||||
Weight::from_parts(77_664_000, 13412)
|
||||
// Minimum execution time: 49_691_000 picoseconds.
|
||||
Weight::from_parts(50_402_000, 13412)
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -617,10 +619,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Assets Account (max_values: None, max_size: Some(102), added: 2577, mode: MaxEncodedLen)
|
||||
fn freeze() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `491`
|
||||
// Measured: `459`
|
||||
// Estimated: `7242`
|
||||
// Minimum execution time: 19_198_000 picoseconds.
|
||||
Weight::from_parts(19_585_000, 7242)
|
||||
// Minimum execution time: 19_600_000 picoseconds.
|
||||
Weight::from_parts(20_435_000, 7242)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -630,10 +632,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Assets Account (max_values: None, max_size: Some(102), added: 2577, mode: MaxEncodedLen)
|
||||
fn thaw() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `491`
|
||||
// Measured: `459`
|
||||
// Estimated: `7242`
|
||||
// Minimum execution time: 19_659_000 picoseconds.
|
||||
Weight::from_parts(20_079_000, 7242)
|
||||
// Minimum execution time: 19_396_000 picoseconds.
|
||||
Weight::from_parts(19_745_000, 7242)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -641,10 +643,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||
fn freeze_asset() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `417`
|
||||
// Measured: `385`
|
||||
// Estimated: `3675`
|
||||
// Minimum execution time: 15_035_000 picoseconds.
|
||||
Weight::from_parts(15_594_000, 3675)
|
||||
// Minimum execution time: 15_503_000 picoseconds.
|
||||
Weight::from_parts(15_788_000, 3675)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -652,10 +654,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||
fn thaw_asset() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `417`
|
||||
// Measured: `385`
|
||||
// Estimated: `3675`
|
||||
// Minimum execution time: 15_073_000 picoseconds.
|
||||
Weight::from_parts(15_862_000, 3675)
|
||||
// Minimum execution time: 15_874_000 picoseconds.
|
||||
Weight::from_parts(16_190_000, 3675)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -665,10 +667,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Assets Metadata (max_values: None, max_size: Some(140), added: 2615, mode: MaxEncodedLen)
|
||||
fn transfer_ownership() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `383`
|
||||
// Measured: `351`
|
||||
// Estimated: `7280`
|
||||
// Minimum execution time: 17_343_000 picoseconds.
|
||||
Weight::from_parts(17_656_000, 7280)
|
||||
// Minimum execution time: 17_067_000 picoseconds.
|
||||
Weight::from_parts(17_355_000, 7280)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -676,10 +678,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||
fn set_team() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `383`
|
||||
// Measured: `351`
|
||||
// Estimated: `3675`
|
||||
// Minimum execution time: 15_902_000 picoseconds.
|
||||
Weight::from_parts(16_439_000, 3675)
|
||||
// Minimum execution time: 16_155_000 picoseconds.
|
||||
Weight::from_parts(16_442_000, 3675)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -691,10 +693,10 @@ impl WeightInfo for () {
|
||||
/// The range of component `s` is `[0, 50]`.
|
||||
fn set_metadata(_n: u32, _s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `383`
|
||||
// Measured: `351`
|
||||
// Estimated: `7280`
|
||||
// Minimum execution time: 27_222_000 picoseconds.
|
||||
Weight::from_parts(29_151_657, 7280)
|
||||
// Minimum execution time: 27_270_000 picoseconds.
|
||||
Weight::from_parts(28_634_060, 7280)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -704,10 +706,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Assets Metadata (max_values: None, max_size: Some(140), added: 2615, mode: MaxEncodedLen)
|
||||
fn clear_metadata() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `579`
|
||||
// Measured: `515`
|
||||
// Estimated: `7280`
|
||||
// Minimum execution time: 27_976_000 picoseconds.
|
||||
Weight::from_parts(28_289_000, 7280)
|
||||
// Minimum execution time: 27_469_000 picoseconds.
|
||||
Weight::from_parts(27_911_000, 7280)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -721,10 +723,10 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `190`
|
||||
// Estimated: `7280`
|
||||
// Minimum execution time: 16_162_000 picoseconds.
|
||||
Weight::from_parts(17_137_043, 7280)
|
||||
// Standard Error: 982
|
||||
.saturating_add(Weight::from_parts(4_180, 0).saturating_mul(s.into()))
|
||||
// Minimum execution time: 16_008_000 picoseconds.
|
||||
Weight::from_parts(17_007_654, 7280)
|
||||
// Standard Error: 527
|
||||
.saturating_add(Weight::from_parts(4_158, 0).saturating_mul(s.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -734,10 +736,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Assets Metadata (max_values: None, max_size: Some(140), added: 2615, mode: MaxEncodedLen)
|
||||
fn force_clear_metadata() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `579`
|
||||
// Measured: `515`
|
||||
// Estimated: `7280`
|
||||
// Minimum execution time: 27_219_000 picoseconds.
|
||||
Weight::from_parts(27_931_000, 7280)
|
||||
// Minimum execution time: 27_118_000 picoseconds.
|
||||
Weight::from_parts(27_776_000, 7280)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -745,10 +747,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||
fn force_asset_status() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `383`
|
||||
// Measured: `351`
|
||||
// Estimated: `3675`
|
||||
// Minimum execution time: 15_313_000 picoseconds.
|
||||
Weight::from_parts(15_775_000, 3675)
|
||||
// Minimum execution time: 14_776_000 picoseconds.
|
||||
Weight::from_parts(15_281_000, 3675)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -758,10 +760,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Assets Approvals (max_values: None, max_size: Some(148), added: 2623, mode: MaxEncodedLen)
|
||||
fn approve_transfer() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `417`
|
||||
// Measured: `385`
|
||||
// Estimated: `7288`
|
||||
// Minimum execution time: 31_865_000 picoseconds.
|
||||
Weight::from_parts(32_316_000, 7288)
|
||||
// Minimum execution time: 31_324_000 picoseconds.
|
||||
Weight::from_parts(32_161_000, 7288)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -775,10 +777,10 @@ impl WeightInfo for () {
|
||||
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||
fn transfer_approved() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `700`
|
||||
// Measured: `668`
|
||||
// Estimated: `17025`
|
||||
// Minimum execution time: 67_203_000 picoseconds.
|
||||
Weight::from_parts(109_742_000, 17025)
|
||||
// Minimum execution time: 63_750_000 picoseconds.
|
||||
Weight::from_parts(64_828_000, 17025)
|
||||
.saturating_add(RocksDbWeight::get().reads(5_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(5_u64))
|
||||
}
|
||||
@@ -788,10 +790,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Assets Approvals (max_values: None, max_size: Some(148), added: 2623, mode: MaxEncodedLen)
|
||||
fn cancel_approval() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `587`
|
||||
// Measured: `555`
|
||||
// Estimated: `7288`
|
||||
// Minimum execution time: 33_430_000 picoseconds.
|
||||
Weight::from_parts(33_824_000, 7288)
|
||||
// Minimum execution time: 32_698_000 picoseconds.
|
||||
Weight::from_parts(33_309_000, 7288)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -801,10 +803,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Assets Approvals (max_values: None, max_size: Some(148), added: 2623, mode: MaxEncodedLen)
|
||||
fn force_cancel_approval() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `587`
|
||||
// Measured: `555`
|
||||
// Estimated: `7288`
|
||||
// Minimum execution time: 33_596_000 picoseconds.
|
||||
Weight::from_parts(34_226_000, 7288)
|
||||
// Minimum execution time: 33_147_000 picoseconds.
|
||||
Weight::from_parts(33_620_000, 7288)
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -812,10 +814,10 @@ impl WeightInfo for () {
|
||||
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||
fn set_min_balance() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `383`
|
||||
// Measured: `351`
|
||||
// Estimated: `3675`
|
||||
// Minimum execution time: 16_367_000 picoseconds.
|
||||
Weight::from_parts(16_703_000, 3675)
|
||||
// Minimum execution time: 15_910_000 picoseconds.
|
||||
Weight::from_parts(16_315_000, 3675)
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user