mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 23:21:02 +00:00
[Backport] weights from v9320 release branch (#1890)
* [benchmarks] pr with weights (#1857) Co-authored-by: paritytech-ci <paritytech-ci@parity.io> * [benchmarks] Update weights for statemine/t (#1859) * [benchmarks] pr with weights * Update parachains/runtimes/assets/westmint/src/weights/pallet_uniques.rs * Update parachains/runtimes/assets/westmint/src/weights/pallet_assets.rs * Update parachains/runtimes/assets/statemine/src/weights/pallet_assets.rs Co-authored-by: paritytech-ci <paritytech-ci@parity.io> Co-authored-by: Squirrel <gilescope@gmail.com> * fix weights for destroy Co-authored-by: Paritytech CI <52199148+paritytech-ci@users.noreply.github.com> Co-authored-by: paritytech-ci <paritytech-ci@parity.io> Co-authored-by: Squirrel <gilescope@gmail.com> Co-authored-by: parity-processbot <> Co-authored-by: Anthony Alaribe <anthonyalaribe@gmail.com>
This commit is contained in:
+39
-38
@@ -17,21 +17,22 @@
|
||||
//! Autogenerated weights for `pallet_multisig`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2022-10-26, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! DATE: 2022-11-10, 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("collectives-polkadot-dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
// ./target/production/polkadot-parachain
|
||||
// ./artifacts/polkadot-parachain
|
||||
// benchmark
|
||||
// pallet
|
||||
// --chain=collectives-polkadot-dev
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
// --pallet=pallet_multisig
|
||||
// --extrinsic=
|
||||
// --extrinsic=*
|
||||
// --steps=50
|
||||
// --repeat=20
|
||||
// --json
|
||||
// --header=./file_header.txt
|
||||
// --output=./parachains/runtimes/collectives/collectives-polkadot/src/weights/pallet_multisig.rs
|
||||
|
||||
@@ -47,22 +48,22 @@ pub struct WeightInfo<T>(PhantomData<T>);
|
||||
impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `z` is `[0, 10000]`.
|
||||
fn as_multi_threshold_1(z: u32, ) -> Weight {
|
||||
// Minimum execution time: 20_960 nanoseconds.
|
||||
Weight::from_ref_time(21_224_051 as u64)
|
||||
// Standard Error: 2
|
||||
.saturating_add(Weight::from_ref_time(562 as u64).saturating_mul(z as u64))
|
||||
// Minimum execution time: 21_375 nanoseconds.
|
||||
Weight::from_ref_time(22_118_304 as u64)
|
||||
// Standard Error: 3
|
||||
.saturating_add(Weight::from_ref_time(584 as u64).saturating_mul(z as u64))
|
||||
}
|
||||
// Storage: Multisig Multisigs (r:1 w:1)
|
||||
// Storage: unknown [0x3a65787472696e7369635f696e646578] (r:1 w:0)
|
||||
/// The range of component `s` is `[2, 100]`.
|
||||
/// The range of component `z` is `[0, 10000]`.
|
||||
fn as_multi_create(s: u32, z: u32, ) -> Weight {
|
||||
// Minimum execution time: 49_994 nanoseconds.
|
||||
Weight::from_ref_time(38_168_401 as u64)
|
||||
// Standard Error: 639
|
||||
.saturating_add(Weight::from_ref_time(128_549 as u64).saturating_mul(s as u64))
|
||||
// Standard Error: 6
|
||||
.saturating_add(Weight::from_ref_time(1_496 as u64).saturating_mul(z as u64))
|
||||
// Minimum execution time: 53_482 nanoseconds.
|
||||
Weight::from_ref_time(41_399_699 as u64)
|
||||
// Standard Error: 959
|
||||
.saturating_add(Weight::from_ref_time(133_568 as u64).saturating_mul(s as u64))
|
||||
// Standard Error: 9
|
||||
.saturating_add(Weight::from_ref_time(1_527 as u64).saturating_mul(z as u64))
|
||||
.saturating_add(T::DbWeight::get().reads(2 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||
}
|
||||
@@ -70,12 +71,12 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `s` is `[3, 100]`.
|
||||
/// The range of component `z` is `[0, 10000]`.
|
||||
fn as_multi_approve(s: u32, z: u32, ) -> Weight {
|
||||
// Minimum execution time: 38_218 nanoseconds.
|
||||
Weight::from_ref_time(27_858_769 as u64)
|
||||
// Standard Error: 787
|
||||
.saturating_add(Weight::from_ref_time(125_710 as u64).saturating_mul(s as u64))
|
||||
// Standard Error: 7
|
||||
.saturating_add(Weight::from_ref_time(1_500 as u64).saturating_mul(z as u64))
|
||||
// Minimum execution time: 40_666 nanoseconds.
|
||||
Weight::from_ref_time(30_384_195 as u64)
|
||||
// Standard Error: 1_027
|
||||
.saturating_add(Weight::from_ref_time(127_961 as u64).saturating_mul(s as u64))
|
||||
// Standard Error: 10
|
||||
.saturating_add(Weight::from_ref_time(1_572 as u64).saturating_mul(z as u64))
|
||||
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||
}
|
||||
@@ -84,12 +85,12 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `s` is `[2, 100]`.
|
||||
/// The range of component `z` is `[0, 10000]`.
|
||||
fn as_multi_complete(s: u32, z: u32, ) -> Weight {
|
||||
// Minimum execution time: 52_270 nanoseconds.
|
||||
Weight::from_ref_time(39_676_905 as u64)
|
||||
// Standard Error: 921
|
||||
.saturating_add(Weight::from_ref_time(149_819 as u64).saturating_mul(s as u64))
|
||||
// Standard Error: 9
|
||||
.saturating_add(Weight::from_ref_time(1_580 as u64).saturating_mul(z as u64))
|
||||
// Minimum execution time: 56_337 nanoseconds.
|
||||
Weight::from_ref_time(44_163_779 as u64)
|
||||
// Standard Error: 1_031
|
||||
.saturating_add(Weight::from_ref_time(150_104 as u64).saturating_mul(s as u64))
|
||||
// Standard Error: 10
|
||||
.saturating_add(Weight::from_ref_time(1_568 as u64).saturating_mul(z as u64))
|
||||
.saturating_add(T::DbWeight::get().reads(2 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
||||
}
|
||||
@@ -97,30 +98,30 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
|
||||
// Storage: unknown [0x3a65787472696e7369635f696e646578] (r:1 w:0)
|
||||
/// The range of component `s` is `[2, 100]`.
|
||||
fn approve_as_multi_create(s: u32, ) -> Weight {
|
||||
// Minimum execution time: 33_994 nanoseconds.
|
||||
Weight::from_ref_time(36_875_310 as u64)
|
||||
// Standard Error: 1_099
|
||||
.saturating_add(Weight::from_ref_time(129_680 as u64).saturating_mul(s as u64))
|
||||
// Minimum execution time: 36_552 nanoseconds.
|
||||
Weight::from_ref_time(39_678_753 as u64)
|
||||
// Standard Error: 972
|
||||
.saturating_add(Weight::from_ref_time(137_305 as u64).saturating_mul(s as u64))
|
||||
.saturating_add(T::DbWeight::get().reads(2 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||
}
|
||||
// Storage: Multisig Multisigs (r:1 w:1)
|
||||
/// The range of component `s` is `[2, 100]`.
|
||||
fn approve_as_multi_approve(s: u32, ) -> Weight {
|
||||
// Minimum execution time: 24_546 nanoseconds.
|
||||
Weight::from_ref_time(26_469_862 as u64)
|
||||
// Standard Error: 882
|
||||
.saturating_add(Weight::from_ref_time(127_818 as u64).saturating_mul(s as u64))
|
||||
// Minimum execution time: 27_419 nanoseconds.
|
||||
Weight::from_ref_time(29_059_332 as u64)
|
||||
// Standard Error: 753
|
||||
.saturating_add(Weight::from_ref_time(131_180 as u64).saturating_mul(s as u64))
|
||||
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||
}
|
||||
// Storage: Multisig Multisigs (r:1 w:1)
|
||||
/// The range of component `s` is `[2, 100]`.
|
||||
fn cancel_as_multi(s: u32, ) -> Weight {
|
||||
// Minimum execution time: 33_795 nanoseconds.
|
||||
Weight::from_ref_time(36_427_405 as u64)
|
||||
// Standard Error: 994
|
||||
.saturating_add(Weight::from_ref_time(139_272 as u64).saturating_mul(s as u64))
|
||||
// Minimum execution time: 37_335 nanoseconds.
|
||||
Weight::from_ref_time(39_940_097 as u64)
|
||||
// Standard Error: 1_233
|
||||
.saturating_add(Weight::from_ref_time(139_766 as u64).saturating_mul(s as u64))
|
||||
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user