mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 07:01:03 +00:00
5263f269da
Co-authored-by: paritytech-ci <paritytech-ci@parity.io> Co-authored-by: Egor_P <egor@parity.io> Co-authored-by: paritytech-ci <paritytech-ci@parity.io>
289 lines
12 KiB
Rust
289 lines
12 KiB
Rust
// Copyright 2021 Parity Technologies (UK) Ltd.
|
|
// This file is part of Cumulus.
|
|
|
|
// Cumulus is free software: you can redistribute it and/or modify
|
|
// it under the terms of the GNU General Public License as published by
|
|
// the Free Software Foundation, either version 3 of the License, or
|
|
// (at your option) any later version.
|
|
|
|
// Cumulus is distributed in the hope that it will be useful,
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
// GNU General Public License for more details.
|
|
|
|
// You should have received a copy of the GNU General Public License
|
|
// along with Cumulus. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
//! Autogenerated weights for `pallet_uniques`
|
|
//!
|
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
|
//! DATE: 2022-12-05, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
|
//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("statemint-dev"), DB CACHE: 1024
|
|
|
|
// Executed Command:
|
|
// ./artifacts/polkadot-parachain
|
|
// benchmark
|
|
// pallet
|
|
// --chain=statemint-dev
|
|
// --execution=wasm
|
|
// --wasm-execution=compiled
|
|
// --pallet=pallet_uniques
|
|
// --extrinsic=*
|
|
// --steps=50
|
|
// --repeat=20
|
|
// --json
|
|
// --header=./file_header.txt
|
|
// --output=./parachains/runtimes/assets/statemint/src/weights/pallet_uniques.rs
|
|
|
|
#![cfg_attr(rustfmt, rustfmt_skip)]
|
|
#![allow(unused_parens)]
|
|
#![allow(unused_imports)]
|
|
|
|
use frame_support::{traits::Get, weights::Weight};
|
|
use sp_std::marker::PhantomData;
|
|
|
|
/// Weight functions for `pallet_uniques`.
|
|
pub struct WeightInfo<T>(PhantomData<T>);
|
|
impl<T: frame_system::Config> pallet_uniques::WeightInfo for WeightInfo<T> {
|
|
// Storage: Uniques Class (r:1 w:1)
|
|
// Storage: Uniques ClassAccount (r:0 w:1)
|
|
fn create() -> Weight {
|
|
// Minimum execution time: 34_824 nanoseconds.
|
|
Weight::from_ref_time(35_232_000 as u64)
|
|
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
|
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
|
}
|
|
// Storage: Uniques Class (r:1 w:1)
|
|
// Storage: Uniques ClassAccount (r:0 w:1)
|
|
fn force_create() -> Weight {
|
|
// Minimum execution time: 23_169 nanoseconds.
|
|
Weight::from_ref_time(23_570_000 as u64)
|
|
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
|
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
|
}
|
|
// Storage: Uniques Class (r:1 w:1)
|
|
// Storage: Uniques Asset (r:1 w:0)
|
|
// Storage: Uniques ClassAccount (r:0 w:1)
|
|
// Storage: Uniques Attribute (r:0 w:1000)
|
|
// Storage: Uniques ClassMetadataOf (r:0 w:1)
|
|
// Storage: Uniques InstanceMetadataOf (r:0 w:1000)
|
|
// Storage: Uniques CollectionMaxSupply (r:0 w:1)
|
|
// Storage: Uniques Account (r:0 w:20)
|
|
/// The range of component `n` is `[0, 1000]`.
|
|
/// The range of component `m` is `[0, 1000]`.
|
|
/// The range of component `a` is `[0, 1000]`.
|
|
fn destroy(n: u32, m: u32, a: u32, ) -> Weight {
|
|
// Minimum execution time: 2_508_257 nanoseconds.
|
|
Weight::from_ref_time(2_524_047_000 as u64)
|
|
// Standard Error: 27_634
|
|
.saturating_add(Weight::from_ref_time(8_844_346 as u64).saturating_mul(n as u64))
|
|
// Standard Error: 27_634
|
|
.saturating_add(Weight::from_ref_time(324_475 as u64).saturating_mul(m as u64))
|
|
// Standard Error: 27_634
|
|
.saturating_add(Weight::from_ref_time(273_072 as u64).saturating_mul(a as u64))
|
|
.saturating_add(T::DbWeight::get().reads(2 as u64))
|
|
.saturating_add(T::DbWeight::get().reads((1 as u64).saturating_mul(n as u64)))
|
|
.saturating_add(T::DbWeight::get().writes(4 as u64))
|
|
.saturating_add(T::DbWeight::get().writes((2 as u64).saturating_mul(n as u64)))
|
|
.saturating_add(T::DbWeight::get().writes((1 as u64).saturating_mul(m as u64)))
|
|
.saturating_add(T::DbWeight::get().writes((1 as u64).saturating_mul(a as u64)))
|
|
}
|
|
// Storage: Uniques Asset (r:1 w:1)
|
|
// Storage: Uniques Class (r:1 w:1)
|
|
// Storage: Uniques CollectionMaxSupply (r:1 w:0)
|
|
// Storage: Uniques Account (r:0 w:1)
|
|
fn mint() -> Weight {
|
|
// Minimum execution time: 44_849 nanoseconds.
|
|
Weight::from_ref_time(45_581_000 as u64)
|
|
.saturating_add(T::DbWeight::get().reads(3 as u64))
|
|
.saturating_add(T::DbWeight::get().writes(3 as u64))
|
|
}
|
|
// Storage: Uniques Class (r:1 w:1)
|
|
// Storage: Uniques Asset (r:1 w:1)
|
|
// Storage: Uniques Account (r:0 w:1)
|
|
// Storage: Uniques ItemPriceOf (r:0 w:1)
|
|
fn burn() -> Weight {
|
|
// Minimum execution time: 47_310 nanoseconds.
|
|
Weight::from_ref_time(47_680_000 as u64)
|
|
.saturating_add(T::DbWeight::get().reads(2 as u64))
|
|
.saturating_add(T::DbWeight::get().writes(4 as u64))
|
|
}
|
|
// Storage: Uniques Class (r:1 w:0)
|
|
// Storage: Uniques Asset (r:1 w:1)
|
|
// Storage: Uniques Account (r:0 w:2)
|
|
// Storage: Uniques ItemPriceOf (r:0 w:1)
|
|
fn transfer() -> Weight {
|
|
// Minimum execution time: 36_087 nanoseconds.
|
|
Weight::from_ref_time(36_838_000 as u64)
|
|
.saturating_add(T::DbWeight::get().reads(2 as u64))
|
|
.saturating_add(T::DbWeight::get().writes(4 as u64))
|
|
}
|
|
// Storage: Uniques Class (r:1 w:1)
|
|
// Storage: Uniques Asset (r:102 w:102)
|
|
/// The range of component `i` is `[0, 5000]`.
|
|
fn redeposit(i: u32, ) -> Weight {
|
|
// Minimum execution time: 24_298 nanoseconds.
|
|
Weight::from_ref_time(24_588_000 as u64)
|
|
// Standard Error: 9_385
|
|
.saturating_add(Weight::from_ref_time(11_718_931 as u64).saturating_mul(i as u64))
|
|
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
|
.saturating_add(T::DbWeight::get().reads((1 as u64).saturating_mul(i as u64)))
|
|
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
|
.saturating_add(T::DbWeight::get().writes((1 as u64).saturating_mul(i as u64)))
|
|
}
|
|
// Storage: Uniques Asset (r:1 w:1)
|
|
// Storage: Uniques Class (r:1 w:0)
|
|
fn freeze() -> Weight {
|
|
// Minimum execution time: 28_261 nanoseconds.
|
|
Weight::from_ref_time(28_600_000 as u64)
|
|
.saturating_add(T::DbWeight::get().reads(2 as u64))
|
|
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
|
}
|
|
// Storage: Uniques Asset (r:1 w:1)
|
|
// Storage: Uniques Class (r:1 w:0)
|
|
fn thaw() -> Weight {
|
|
// Minimum execution time: 28_120 nanoseconds.
|
|
Weight::from_ref_time(28_459_000 as u64)
|
|
.saturating_add(T::DbWeight::get().reads(2 as u64))
|
|
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
|
}
|
|
// Storage: Uniques Class (r:1 w:1)
|
|
fn freeze_collection() -> Weight {
|
|
// Minimum execution time: 23_214 nanoseconds.
|
|
Weight::from_ref_time(23_905_000 as u64)
|
|
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
|
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
|
}
|
|
// Storage: Uniques Class (r:1 w:1)
|
|
fn thaw_collection() -> Weight {
|
|
// Minimum execution time: 23_629 nanoseconds.
|
|
Weight::from_ref_time(24_106_000 as u64)
|
|
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
|
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
|
}
|
|
// Storage: Uniques OwnershipAcceptance (r:1 w:1)
|
|
// Storage: Uniques Class (r:1 w:1)
|
|
// Storage: Uniques ClassAccount (r:0 w:2)
|
|
fn transfer_ownership() -> Weight {
|
|
// Minimum execution time: 32_581 nanoseconds.
|
|
Weight::from_ref_time(33_170_000 as u64)
|
|
.saturating_add(T::DbWeight::get().reads(2 as u64))
|
|
.saturating_add(T::DbWeight::get().writes(4 as u64))
|
|
}
|
|
// Storage: Uniques Class (r:1 w:1)
|
|
fn set_team() -> Weight {
|
|
// Minimum execution time: 24_380 nanoseconds.
|
|
Weight::from_ref_time(24_923_000 as u64)
|
|
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
|
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
|
}
|
|
// Storage: Uniques Class (r:1 w:1)
|
|
// Storage: Uniques ClassAccount (r:0 w:1)
|
|
fn force_item_status() -> Weight {
|
|
// Minimum execution time: 27_535 nanoseconds.
|
|
Weight::from_ref_time(27_962_000 as u64)
|
|
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
|
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
|
}
|
|
// Storage: Uniques Class (r:1 w:1)
|
|
// Storage: Uniques InstanceMetadataOf (r:1 w:0)
|
|
// Storage: Uniques Attribute (r:1 w:1)
|
|
fn set_attribute() -> Weight {
|
|
// Minimum execution time: 51_409 nanoseconds.
|
|
Weight::from_ref_time(52_813_000 as u64)
|
|
.saturating_add(T::DbWeight::get().reads(3 as u64))
|
|
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
|
}
|
|
// Storage: Uniques Class (r:1 w:1)
|
|
// Storage: Uniques InstanceMetadataOf (r:1 w:0)
|
|
// Storage: Uniques Attribute (r:1 w:1)
|
|
fn clear_attribute() -> Weight {
|
|
// Minimum execution time: 51_314 nanoseconds.
|
|
Weight::from_ref_time(52_055_000 as u64)
|
|
.saturating_add(T::DbWeight::get().reads(3 as u64))
|
|
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
|
}
|
|
// Storage: Uniques Class (r:1 w:1)
|
|
// Storage: Uniques InstanceMetadataOf (r:1 w:1)
|
|
fn set_metadata() -> Weight {
|
|
// Minimum execution time: 41_148 nanoseconds.
|
|
Weight::from_ref_time(42_039_000 as u64)
|
|
.saturating_add(T::DbWeight::get().reads(2 as u64))
|
|
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
|
}
|
|
// Storage: Uniques Class (r:1 w:1)
|
|
// Storage: Uniques InstanceMetadataOf (r:1 w:1)
|
|
fn clear_metadata() -> Weight {
|
|
// Minimum execution time: 43_509 nanoseconds.
|
|
Weight::from_ref_time(44_070_000 as u64)
|
|
.saturating_add(T::DbWeight::get().reads(2 as u64))
|
|
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
|
}
|
|
// Storage: Uniques Class (r:1 w:1)
|
|
// Storage: Uniques ClassMetadataOf (r:1 w:1)
|
|
fn set_collection_metadata() -> Weight {
|
|
// Minimum execution time: 40_576 nanoseconds.
|
|
Weight::from_ref_time(41_203_000 as u64)
|
|
.saturating_add(T::DbWeight::get().reads(2 as u64))
|
|
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
|
}
|
|
// Storage: Uniques Class (r:1 w:0)
|
|
// Storage: Uniques ClassMetadataOf (r:1 w:1)
|
|
fn clear_collection_metadata() -> Weight {
|
|
// Minimum execution time: 41_480 nanoseconds.
|
|
Weight::from_ref_time(42_240_000 as u64)
|
|
.saturating_add(T::DbWeight::get().reads(2 as u64))
|
|
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
|
}
|
|
// Storage: Uniques Class (r:1 w:0)
|
|
// Storage: Uniques Asset (r:1 w:1)
|
|
fn approve_transfer() -> Weight {
|
|
// Minimum execution time: 30_147 nanoseconds.
|
|
Weight::from_ref_time(30_982_000 as u64)
|
|
.saturating_add(T::DbWeight::get().reads(2 as u64))
|
|
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
|
}
|
|
// Storage: Uniques Class (r:1 w:0)
|
|
// Storage: Uniques Asset (r:1 w:1)
|
|
fn cancel_approval() -> Weight {
|
|
// Minimum execution time: 29_595 nanoseconds.
|
|
Weight::from_ref_time(30_195_000 as u64)
|
|
.saturating_add(T::DbWeight::get().reads(2 as u64))
|
|
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
|
}
|
|
// Storage: Uniques OwnershipAcceptance (r:1 w:1)
|
|
fn set_accept_ownership() -> Weight {
|
|
// Minimum execution time: 27_401 nanoseconds.
|
|
Weight::from_ref_time(27_868_000 as u64)
|
|
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
|
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
|
}
|
|
// Storage: Uniques CollectionMaxSupply (r:1 w:1)
|
|
// Storage: Uniques Class (r:1 w:0)
|
|
fn set_collection_max_supply() -> Weight {
|
|
// Minimum execution time: 26_126 nanoseconds.
|
|
Weight::from_ref_time(26_438_000 as u64)
|
|
.saturating_add(T::DbWeight::get().reads(2 as u64))
|
|
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
|
}
|
|
// Storage: Uniques Asset (r:1 w:0)
|
|
// Storage: Uniques ItemPriceOf (r:0 w:1)
|
|
fn set_price() -> Weight {
|
|
// Minimum execution time: 26_905 nanoseconds.
|
|
Weight::from_ref_time(27_269_000 as u64)
|
|
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
|
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
|
}
|
|
// Storage: Uniques Asset (r:1 w:1)
|
|
// Storage: Uniques ItemPriceOf (r:1 w:1)
|
|
// Storage: Uniques Class (r:1 w:0)
|
|
// Storage: Uniques Account (r:0 w:2)
|
|
fn buy_item() -> Weight {
|
|
// Minimum execution time: 47_092 nanoseconds.
|
|
Weight::from_ref_time(48_911_000 as u64)
|
|
.saturating_add(T::DbWeight::get().reads(3 as u64))
|
|
.saturating_add(T::DbWeight::get().writes(4 as u64))
|
|
}
|
|
}
|