mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 00:31:02 +00:00
958cf435b1
* polkadot: update weights * westend: update weights * kusama: update weights * rococo: update weights
106 lines
3.6 KiB
Rust
106 lines
3.6 KiB
Rust
// Copyright (C) Parity Technologies (UK) Ltd.
|
|
// This file is part of Polkadot.
|
|
|
|
// Polkadot 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.
|
|
|
|
// Polkadot 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 Polkadot. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
//! Autogenerated weights for `frame_benchmarking::baseline`
|
|
//!
|
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
|
//! DATE: 2023-05-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
|
//! WORST CASE MAP SIZE: `1000000`
|
|
//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
|
|
|
|
// Executed Command:
|
|
// ./target/production/polkadot
|
|
// benchmark
|
|
// pallet
|
|
// --chain=kusama-dev
|
|
// --steps=50
|
|
// --repeat=20
|
|
// --pallet=frame_benchmarking::baseline
|
|
// --extrinsic=*
|
|
// --execution=wasm
|
|
// --wasm-execution=compiled
|
|
// --header=./file_header.txt
|
|
// --output=./runtime/kusama/src/weights/frame_benchmarking_baseline.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 `frame_benchmarking::baseline`.
|
|
pub struct WeightInfo<T>(PhantomData<T>);
|
|
impl<T: frame_system::Config> frame_benchmarking::baseline::WeightInfo for WeightInfo<T> {
|
|
/// The range of component `i` is `[0, 1000000]`.
|
|
fn addition(_i: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `0`
|
|
// Estimated: `0`
|
|
// Minimum execution time: 176_000 picoseconds.
|
|
Weight::from_parts(227_529, 0)
|
|
.saturating_add(Weight::from_parts(0, 0))
|
|
}
|
|
/// The range of component `i` is `[0, 1000000]`.
|
|
fn subtraction(_i: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `0`
|
|
// Estimated: `0`
|
|
// Minimum execution time: 173_000 picoseconds.
|
|
Weight::from_parts(228_034, 0)
|
|
.saturating_add(Weight::from_parts(0, 0))
|
|
}
|
|
/// The range of component `i` is `[0, 1000000]`.
|
|
fn multiplication(_i: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `0`
|
|
// Estimated: `0`
|
|
// Minimum execution time: 181_000 picoseconds.
|
|
Weight::from_parts(231_715, 0)
|
|
.saturating_add(Weight::from_parts(0, 0))
|
|
}
|
|
/// The range of component `i` is `[0, 1000000]`.
|
|
fn division(_i: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `0`
|
|
// Estimated: `0`
|
|
// Minimum execution time: 168_000 picoseconds.
|
|
Weight::from_parts(214_773, 0)
|
|
.saturating_add(Weight::from_parts(0, 0))
|
|
}
|
|
fn hashing() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `0`
|
|
// Estimated: `0`
|
|
// Minimum execution time: 20_121_371_000 picoseconds.
|
|
Weight::from_parts(20_280_436_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 0))
|
|
}
|
|
/// The range of component `i` is `[0, 100]`.
|
|
fn sr25519_verification(i: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `0`
|
|
// Estimated: `0`
|
|
// Minimum execution time: 197_000 picoseconds.
|
|
Weight::from_parts(1_266_068, 0)
|
|
.saturating_add(Weight::from_parts(0, 0))
|
|
// Standard Error: 32_183
|
|
.saturating_add(Weight::from_parts(47_292_385, 0).saturating_mul(i.into()))
|
|
}
|
|
}
|