mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 14:37:57 +00:00
0aa79f87ca
Co-authored-by: command-bot <>
401 lines
18 KiB
Rust
Generated
401 lines
18 KiB
Rust
Generated
// This file is part of Substrate.
|
|
|
|
// Copyright (C) Parity Technologies (UK) Ltd.
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
// you may not use this file except in compliance with the License.
|
|
// You may obtain a copy of the License at
|
|
//
|
|
// http://www.apache.org/licenses/LICENSE-2.0
|
|
//
|
|
// Unless required by applicable law or agreed to in writing, software
|
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
// See the License for the specific language governing permissions and
|
|
// limitations under the License.
|
|
|
|
//! Autogenerated weights for pallet_proxy
|
|
//!
|
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
|
//! DATE: 2023-06-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
|
//! WORST CASE MAP SIZE: `1000000`
|
|
//! HOSTNAME: `runner-e8ezs4ez-project-145-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024
|
|
|
|
// Executed Command:
|
|
// ./target/production/substrate
|
|
// benchmark
|
|
// pallet
|
|
// --chain=dev
|
|
// --steps=50
|
|
// --repeat=20
|
|
// --pallet=pallet_proxy
|
|
// --no-storage-info
|
|
// --no-median-slopes
|
|
// --no-min-squares
|
|
// --extrinsic=*
|
|
// --execution=wasm
|
|
// --wasm-execution=compiled
|
|
// --heap-pages=4096
|
|
// --output=./frame/proxy/src/weights.rs
|
|
// --header=./HEADER-APACHE2
|
|
// --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_proxy.
|
|
pub trait WeightInfo {
|
|
fn proxy(p: u32, ) -> Weight;
|
|
fn proxy_announced(a: u32, p: u32, ) -> Weight;
|
|
fn remove_announcement(a: u32, p: u32, ) -> Weight;
|
|
fn reject_announcement(a: u32, p: u32, ) -> Weight;
|
|
fn announce(a: u32, p: u32, ) -> Weight;
|
|
fn add_proxy(p: u32, ) -> Weight;
|
|
fn remove_proxy(p: u32, ) -> Weight;
|
|
fn remove_proxies(p: u32, ) -> Weight;
|
|
fn create_pure(p: u32, ) -> Weight;
|
|
fn kill_pure(p: u32, ) -> Weight;
|
|
}
|
|
|
|
/// Weights for pallet_proxy using the Substrate node and recommended hardware.
|
|
pub struct SubstrateWeight<T>(PhantomData<T>);
|
|
impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
|
/// Storage: Proxy Proxies (r:1 w:0)
|
|
/// Proof: Proxy Proxies (max_values: None, max_size: Some(1241), added: 3716, mode: MaxEncodedLen)
|
|
/// The range of component `p` is `[1, 31]`.
|
|
fn proxy(p: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `161 + p * (37 ±0)`
|
|
// Estimated: `4706`
|
|
// Minimum execution time: 15_182_000 picoseconds.
|
|
Weight::from_parts(15_919_146, 4706)
|
|
// Standard Error: 1_586
|
|
.saturating_add(Weight::from_parts(31_768, 0).saturating_mul(p.into()))
|
|
.saturating_add(T::DbWeight::get().reads(1_u64))
|
|
}
|
|
/// Storage: Proxy Proxies (r:1 w:0)
|
|
/// Proof: Proxy Proxies (max_values: None, max_size: Some(1241), added: 3716, mode: MaxEncodedLen)
|
|
/// Storage: Proxy Announcements (r:1 w:1)
|
|
/// Proof: Proxy Announcements (max_values: None, max_size: Some(2233), added: 4708, mode: MaxEncodedLen)
|
|
/// Storage: System Account (r:1 w:1)
|
|
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
|
/// The range of component `a` is `[0, 31]`.
|
|
/// The range of component `p` is `[1, 31]`.
|
|
fn proxy_announced(a: u32, p: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `488 + a * (68 ±0) + p * (37 ±0)`
|
|
// Estimated: `5698`
|
|
// Minimum execution time: 40_256_000 picoseconds.
|
|
Weight::from_parts(40_373_648, 5698)
|
|
// Standard Error: 3_978
|
|
.saturating_add(Weight::from_parts(166_936, 0).saturating_mul(a.into()))
|
|
// Standard Error: 4_110
|
|
.saturating_add(Weight::from_parts(54_329, 0).saturating_mul(p.into()))
|
|
.saturating_add(T::DbWeight::get().reads(3_u64))
|
|
.saturating_add(T::DbWeight::get().writes(2_u64))
|
|
}
|
|
/// Storage: Proxy Announcements (r:1 w:1)
|
|
/// Proof: Proxy Announcements (max_values: None, max_size: Some(2233), added: 4708, mode: MaxEncodedLen)
|
|
/// Storage: System Account (r:1 w:1)
|
|
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
|
/// The range of component `a` is `[0, 31]`.
|
|
/// The range of component `p` is `[1, 31]`.
|
|
fn remove_announcement(a: u32, p: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `403 + a * (68 ±0)`
|
|
// Estimated: `5698`
|
|
// Minimum execution time: 25_040_000 picoseconds.
|
|
Weight::from_parts(25_112_188, 5698)
|
|
// Standard Error: 2_143
|
|
.saturating_add(Weight::from_parts(189_027, 0).saturating_mul(a.into()))
|
|
// Standard Error: 2_214
|
|
.saturating_add(Weight::from_parts(26_683, 0).saturating_mul(p.into()))
|
|
.saturating_add(T::DbWeight::get().reads(2_u64))
|
|
.saturating_add(T::DbWeight::get().writes(2_u64))
|
|
}
|
|
/// Storage: Proxy Announcements (r:1 w:1)
|
|
/// Proof: Proxy Announcements (max_values: None, max_size: Some(2233), added: 4708, mode: MaxEncodedLen)
|
|
/// Storage: System Account (r:1 w:1)
|
|
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
|
/// The range of component `a` is `[0, 31]`.
|
|
/// The range of component `p` is `[1, 31]`.
|
|
fn reject_announcement(a: u32, p: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `403 + a * (68 ±0)`
|
|
// Estimated: `5698`
|
|
// Minimum execution time: 24_884_000 picoseconds.
|
|
Weight::from_parts(25_359_291, 5698)
|
|
// Standard Error: 2_019
|
|
.saturating_add(Weight::from_parts(181_470, 0).saturating_mul(a.into()))
|
|
// Standard Error: 2_086
|
|
.saturating_add(Weight::from_parts(17_725, 0).saturating_mul(p.into()))
|
|
.saturating_add(T::DbWeight::get().reads(2_u64))
|
|
.saturating_add(T::DbWeight::get().writes(2_u64))
|
|
}
|
|
/// Storage: Proxy Proxies (r:1 w:0)
|
|
/// Proof: Proxy Proxies (max_values: None, max_size: Some(1241), added: 3716, mode: MaxEncodedLen)
|
|
/// Storage: Proxy Announcements (r:1 w:1)
|
|
/// Proof: Proxy Announcements (max_values: None, max_size: Some(2233), added: 4708, mode: MaxEncodedLen)
|
|
/// Storage: System Account (r:1 w:1)
|
|
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
|
/// The range of component `a` is `[0, 31]`.
|
|
/// The range of component `p` is `[1, 31]`.
|
|
fn announce(a: u32, p: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `420 + a * (68 ±0) + p * (37 ±0)`
|
|
// Estimated: `5698`
|
|
// Minimum execution time: 35_039_000 picoseconds.
|
|
Weight::from_parts(36_727_868, 5698)
|
|
// Standard Error: 4_463
|
|
.saturating_add(Weight::from_parts(167_060, 0).saturating_mul(a.into()))
|
|
// Standard Error: 4_611
|
|
.saturating_add(Weight::from_parts(59_836, 0).saturating_mul(p.into()))
|
|
.saturating_add(T::DbWeight::get().reads(3_u64))
|
|
.saturating_add(T::DbWeight::get().writes(2_u64))
|
|
}
|
|
/// Storage: Proxy Proxies (r:1 w:1)
|
|
/// Proof: Proxy Proxies (max_values: None, max_size: Some(1241), added: 3716, mode: MaxEncodedLen)
|
|
/// The range of component `p` is `[1, 31]`.
|
|
fn add_proxy(p: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `161 + p * (37 ±0)`
|
|
// Estimated: `4706`
|
|
// Minimum execution time: 25_697_000 picoseconds.
|
|
Weight::from_parts(26_611_090, 4706)
|
|
// Standard Error: 2_306
|
|
.saturating_add(Weight::from_parts(85_165, 0).saturating_mul(p.into()))
|
|
.saturating_add(T::DbWeight::get().reads(1_u64))
|
|
.saturating_add(T::DbWeight::get().writes(1_u64))
|
|
}
|
|
/// Storage: Proxy Proxies (r:1 w:1)
|
|
/// Proof: Proxy Proxies (max_values: None, max_size: Some(1241), added: 3716, mode: MaxEncodedLen)
|
|
/// The range of component `p` is `[1, 31]`.
|
|
fn remove_proxy(p: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `161 + p * (37 ±0)`
|
|
// Estimated: `4706`
|
|
// Minimum execution time: 25_638_000 picoseconds.
|
|
Weight::from_parts(26_904_510, 4706)
|
|
// Standard Error: 2_669
|
|
.saturating_add(Weight::from_parts(61_668, 0).saturating_mul(p.into()))
|
|
.saturating_add(T::DbWeight::get().reads(1_u64))
|
|
.saturating_add(T::DbWeight::get().writes(1_u64))
|
|
}
|
|
/// Storage: Proxy Proxies (r:1 w:1)
|
|
/// Proof: Proxy Proxies (max_values: None, max_size: Some(1241), added: 3716, mode: MaxEncodedLen)
|
|
/// The range of component `p` is `[1, 31]`.
|
|
fn remove_proxies(p: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `161 + p * (37 ±0)`
|
|
// Estimated: `4706`
|
|
// Minimum execution time: 22_737_000 picoseconds.
|
|
Weight::from_parts(23_618_441, 4706)
|
|
// Standard Error: 1_729
|
|
.saturating_add(Weight::from_parts(44_009, 0).saturating_mul(p.into()))
|
|
.saturating_add(T::DbWeight::get().reads(1_u64))
|
|
.saturating_add(T::DbWeight::get().writes(1_u64))
|
|
}
|
|
/// Storage: Proxy Proxies (r:1 w:1)
|
|
/// Proof: Proxy Proxies (max_values: None, max_size: Some(1241), added: 3716, mode: MaxEncodedLen)
|
|
/// The range of component `p` is `[1, 31]`.
|
|
fn create_pure(p: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `173`
|
|
// Estimated: `4706`
|
|
// Minimum execution time: 27_364_000 picoseconds.
|
|
Weight::from_parts(28_632_271, 4706)
|
|
// Standard Error: 1_613
|
|
.saturating_add(Weight::from_parts(2_453, 0).saturating_mul(p.into()))
|
|
.saturating_add(T::DbWeight::get().reads(1_u64))
|
|
.saturating_add(T::DbWeight::get().writes(1_u64))
|
|
}
|
|
/// Storage: Proxy Proxies (r:1 w:1)
|
|
/// Proof: Proxy Proxies (max_values: None, max_size: Some(1241), added: 3716, mode: MaxEncodedLen)
|
|
/// The range of component `p` is `[0, 30]`.
|
|
fn kill_pure(p: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `198 + p * (37 ±0)`
|
|
// Estimated: `4706`
|
|
// Minimum execution time: 23_552_000 picoseconds.
|
|
Weight::from_parts(24_874_553, 4706)
|
|
// Standard Error: 1_919
|
|
.saturating_add(Weight::from_parts(38_799, 0).saturating_mul(p.into()))
|
|
.saturating_add(T::DbWeight::get().reads(1_u64))
|
|
.saturating_add(T::DbWeight::get().writes(1_u64))
|
|
}
|
|
}
|
|
|
|
// For backwards compatibility and tests
|
|
impl WeightInfo for () {
|
|
/// Storage: Proxy Proxies (r:1 w:0)
|
|
/// Proof: Proxy Proxies (max_values: None, max_size: Some(1241), added: 3716, mode: MaxEncodedLen)
|
|
/// The range of component `p` is `[1, 31]`.
|
|
fn proxy(p: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `161 + p * (37 ±0)`
|
|
// Estimated: `4706`
|
|
// Minimum execution time: 15_182_000 picoseconds.
|
|
Weight::from_parts(15_919_146, 4706)
|
|
// Standard Error: 1_586
|
|
.saturating_add(Weight::from_parts(31_768, 0).saturating_mul(p.into()))
|
|
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
|
}
|
|
/// Storage: Proxy Proxies (r:1 w:0)
|
|
/// Proof: Proxy Proxies (max_values: None, max_size: Some(1241), added: 3716, mode: MaxEncodedLen)
|
|
/// Storage: Proxy Announcements (r:1 w:1)
|
|
/// Proof: Proxy Announcements (max_values: None, max_size: Some(2233), added: 4708, mode: MaxEncodedLen)
|
|
/// Storage: System Account (r:1 w:1)
|
|
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
|
/// The range of component `a` is `[0, 31]`.
|
|
/// The range of component `p` is `[1, 31]`.
|
|
fn proxy_announced(a: u32, p: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `488 + a * (68 ±0) + p * (37 ±0)`
|
|
// Estimated: `5698`
|
|
// Minimum execution time: 40_256_000 picoseconds.
|
|
Weight::from_parts(40_373_648, 5698)
|
|
// Standard Error: 3_978
|
|
.saturating_add(Weight::from_parts(166_936, 0).saturating_mul(a.into()))
|
|
// Standard Error: 4_110
|
|
.saturating_add(Weight::from_parts(54_329, 0).saturating_mul(p.into()))
|
|
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
|
}
|
|
/// Storage: Proxy Announcements (r:1 w:1)
|
|
/// Proof: Proxy Announcements (max_values: None, max_size: Some(2233), added: 4708, mode: MaxEncodedLen)
|
|
/// Storage: System Account (r:1 w:1)
|
|
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
|
/// The range of component `a` is `[0, 31]`.
|
|
/// The range of component `p` is `[1, 31]`.
|
|
fn remove_announcement(a: u32, p: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `403 + a * (68 ±0)`
|
|
// Estimated: `5698`
|
|
// Minimum execution time: 25_040_000 picoseconds.
|
|
Weight::from_parts(25_112_188, 5698)
|
|
// Standard Error: 2_143
|
|
.saturating_add(Weight::from_parts(189_027, 0).saturating_mul(a.into()))
|
|
// Standard Error: 2_214
|
|
.saturating_add(Weight::from_parts(26_683, 0).saturating_mul(p.into()))
|
|
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
|
}
|
|
/// Storage: Proxy Announcements (r:1 w:1)
|
|
/// Proof: Proxy Announcements (max_values: None, max_size: Some(2233), added: 4708, mode: MaxEncodedLen)
|
|
/// Storage: System Account (r:1 w:1)
|
|
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
|
/// The range of component `a` is `[0, 31]`.
|
|
/// The range of component `p` is `[1, 31]`.
|
|
fn reject_announcement(a: u32, p: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `403 + a * (68 ±0)`
|
|
// Estimated: `5698`
|
|
// Minimum execution time: 24_884_000 picoseconds.
|
|
Weight::from_parts(25_359_291, 5698)
|
|
// Standard Error: 2_019
|
|
.saturating_add(Weight::from_parts(181_470, 0).saturating_mul(a.into()))
|
|
// Standard Error: 2_086
|
|
.saturating_add(Weight::from_parts(17_725, 0).saturating_mul(p.into()))
|
|
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
|
}
|
|
/// Storage: Proxy Proxies (r:1 w:0)
|
|
/// Proof: Proxy Proxies (max_values: None, max_size: Some(1241), added: 3716, mode: MaxEncodedLen)
|
|
/// Storage: Proxy Announcements (r:1 w:1)
|
|
/// Proof: Proxy Announcements (max_values: None, max_size: Some(2233), added: 4708, mode: MaxEncodedLen)
|
|
/// Storage: System Account (r:1 w:1)
|
|
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
|
/// The range of component `a` is `[0, 31]`.
|
|
/// The range of component `p` is `[1, 31]`.
|
|
fn announce(a: u32, p: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `420 + a * (68 ±0) + p * (37 ±0)`
|
|
// Estimated: `5698`
|
|
// Minimum execution time: 35_039_000 picoseconds.
|
|
Weight::from_parts(36_727_868, 5698)
|
|
// Standard Error: 4_463
|
|
.saturating_add(Weight::from_parts(167_060, 0).saturating_mul(a.into()))
|
|
// Standard Error: 4_611
|
|
.saturating_add(Weight::from_parts(59_836, 0).saturating_mul(p.into()))
|
|
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
|
}
|
|
/// Storage: Proxy Proxies (r:1 w:1)
|
|
/// Proof: Proxy Proxies (max_values: None, max_size: Some(1241), added: 3716, mode: MaxEncodedLen)
|
|
/// The range of component `p` is `[1, 31]`.
|
|
fn add_proxy(p: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `161 + p * (37 ±0)`
|
|
// Estimated: `4706`
|
|
// Minimum execution time: 25_697_000 picoseconds.
|
|
Weight::from_parts(26_611_090, 4706)
|
|
// Standard Error: 2_306
|
|
.saturating_add(Weight::from_parts(85_165, 0).saturating_mul(p.into()))
|
|
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
|
}
|
|
/// Storage: Proxy Proxies (r:1 w:1)
|
|
/// Proof: Proxy Proxies (max_values: None, max_size: Some(1241), added: 3716, mode: MaxEncodedLen)
|
|
/// The range of component `p` is `[1, 31]`.
|
|
fn remove_proxy(p: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `161 + p * (37 ±0)`
|
|
// Estimated: `4706`
|
|
// Minimum execution time: 25_638_000 picoseconds.
|
|
Weight::from_parts(26_904_510, 4706)
|
|
// Standard Error: 2_669
|
|
.saturating_add(Weight::from_parts(61_668, 0).saturating_mul(p.into()))
|
|
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
|
}
|
|
/// Storage: Proxy Proxies (r:1 w:1)
|
|
/// Proof: Proxy Proxies (max_values: None, max_size: Some(1241), added: 3716, mode: MaxEncodedLen)
|
|
/// The range of component `p` is `[1, 31]`.
|
|
fn remove_proxies(p: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `161 + p * (37 ±0)`
|
|
// Estimated: `4706`
|
|
// Minimum execution time: 22_737_000 picoseconds.
|
|
Weight::from_parts(23_618_441, 4706)
|
|
// Standard Error: 1_729
|
|
.saturating_add(Weight::from_parts(44_009, 0).saturating_mul(p.into()))
|
|
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
|
}
|
|
/// Storage: Proxy Proxies (r:1 w:1)
|
|
/// Proof: Proxy Proxies (max_values: None, max_size: Some(1241), added: 3716, mode: MaxEncodedLen)
|
|
/// The range of component `p` is `[1, 31]`.
|
|
fn create_pure(p: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `173`
|
|
// Estimated: `4706`
|
|
// Minimum execution time: 27_364_000 picoseconds.
|
|
Weight::from_parts(28_632_271, 4706)
|
|
// Standard Error: 1_613
|
|
.saturating_add(Weight::from_parts(2_453, 0).saturating_mul(p.into()))
|
|
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
|
}
|
|
/// Storage: Proxy Proxies (r:1 w:1)
|
|
/// Proof: Proxy Proxies (max_values: None, max_size: Some(1241), added: 3716, mode: MaxEncodedLen)
|
|
/// The range of component `p` is `[0, 30]`.
|
|
fn kill_pure(p: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `198 + p * (37 ±0)`
|
|
// Estimated: `4706`
|
|
// Minimum execution time: 23_552_000 picoseconds.
|
|
Weight::from_parts(24_874_553, 4706)
|
|
// Standard Error: 1_919
|
|
.saturating_add(Weight::from_parts(38_799, 0).saturating_mul(p.into()))
|
|
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
|
}
|
|
}
|