mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 12:17:58 +00:00
".git/.scripts/commands/bench-vm/bench-vm.sh" all (#13933)
Co-authored-by: command-bot <>
This commit is contained in:
Generated
+75
-71
@@ -18,9 +18,9 @@
|
||||
//! Autogenerated weights for pallet_multisig
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-04-06, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-06-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! 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:
|
||||
@@ -31,6 +31,9 @@
|
||||
// --steps=50
|
||||
// --repeat=20
|
||||
// --pallet=pallet_multisig
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
@@ -42,9 +45,10 @@
|
||||
#![cfg_attr(rustfmt, rustfmt_skip)]
|
||||
#![allow(unused_parens)]
|
||||
#![allow(unused_imports)]
|
||||
#![allow(missing_docs)]
|
||||
|
||||
use frame_support::{traits::Get, weights::{Weight, constants::RocksDbWeight}};
|
||||
use sp_std::marker::PhantomData;
|
||||
use core::marker::PhantomData;
|
||||
|
||||
/// Weight functions needed for pallet_multisig.
|
||||
pub trait WeightInfo {
|
||||
@@ -65,10 +69,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 12_199_000 picoseconds.
|
||||
Weight::from_parts(12_595_771, 0)
|
||||
// Standard Error: 2
|
||||
.saturating_add(Weight::from_parts(490, 0).saturating_mul(z.into()))
|
||||
// Minimum execution time: 13_452_000 picoseconds.
|
||||
Weight::from_parts(14_425_869, 0)
|
||||
// Standard Error: 4
|
||||
.saturating_add(Weight::from_parts(493, 0).saturating_mul(z.into()))
|
||||
}
|
||||
/// Storage: Multisig Multisigs (r:1 w:1)
|
||||
/// Proof: Multisig Multisigs (max_values: None, max_size: Some(3346), added: 5821, mode: MaxEncodedLen)
|
||||
@@ -78,12 +82,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `301 + s * (2 ±0)`
|
||||
// Estimated: `6811`
|
||||
// Minimum execution time: 42_810_000 picoseconds.
|
||||
Weight::from_parts(37_500_997, 6811)
|
||||
// Standard Error: 308
|
||||
.saturating_add(Weight::from_parts(59_961, 0).saturating_mul(s.into()))
|
||||
// Standard Error: 3
|
||||
.saturating_add(Weight::from_parts(1_198, 0).saturating_mul(z.into()))
|
||||
// Minimum execution time: 46_012_000 picoseconds.
|
||||
Weight::from_parts(34_797_344, 6811)
|
||||
// Standard Error: 833
|
||||
.saturating_add(Weight::from_parts(127_671, 0).saturating_mul(s.into()))
|
||||
// Standard Error: 8
|
||||
.saturating_add(Weight::from_parts(1_498, 0).saturating_mul(z.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -95,12 +99,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `320`
|
||||
// Estimated: `6811`
|
||||
// Minimum execution time: 27_775_000 picoseconds.
|
||||
Weight::from_parts(22_868_524, 6811)
|
||||
// Standard Error: 273
|
||||
.saturating_add(Weight::from_parts(55_219, 0).saturating_mul(s.into()))
|
||||
// Standard Error: 2
|
||||
.saturating_add(Weight::from_parts(1_202, 0).saturating_mul(z.into()))
|
||||
// Minimum execution time: 29_834_000 picoseconds.
|
||||
Weight::from_parts(20_189_154, 6811)
|
||||
// Standard Error: 637
|
||||
.saturating_add(Weight::from_parts(110_080, 0).saturating_mul(s.into()))
|
||||
// Standard Error: 6
|
||||
.saturating_add(Weight::from_parts(1_483, 0).saturating_mul(z.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -114,12 +118,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `426 + s * (33 ±0)`
|
||||
// Estimated: `6811`
|
||||
// Minimum execution time: 48_223_000 picoseconds.
|
||||
Weight::from_parts(39_193_453, 6811)
|
||||
// Standard Error: 2_162
|
||||
.saturating_add(Weight::from_parts(93_763, 0).saturating_mul(s.into()))
|
||||
// Standard Error: 21
|
||||
.saturating_add(Weight::from_parts(1_372, 0).saturating_mul(z.into()))
|
||||
// Minimum execution time: 51_464_000 picoseconds.
|
||||
Weight::from_parts(39_246_644, 6811)
|
||||
// Standard Error: 1_251
|
||||
.saturating_add(Weight::from_parts(143_313, 0).saturating_mul(s.into()))
|
||||
// Standard Error: 12
|
||||
.saturating_add(Weight::from_parts(1_523, 0).saturating_mul(z.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -130,10 +134,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `301 + s * (2 ±0)`
|
||||
// Estimated: `6811`
|
||||
// Minimum execution time: 34_775_000 picoseconds.
|
||||
Weight::from_parts(35_966_626, 6811)
|
||||
// Standard Error: 464
|
||||
.saturating_add(Weight::from_parts(61_492, 0).saturating_mul(s.into()))
|
||||
// Minimum execution time: 33_275_000 picoseconds.
|
||||
Weight::from_parts(34_073_221, 6811)
|
||||
// Standard Error: 1_163
|
||||
.saturating_add(Weight::from_parts(124_815, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -144,10 +148,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `320`
|
||||
// Estimated: `6811`
|
||||
// Minimum execution time: 19_947_000 picoseconds.
|
||||
Weight::from_parts(21_253_025, 6811)
|
||||
// Standard Error: 402
|
||||
.saturating_add(Weight::from_parts(58_491, 0).saturating_mul(s.into()))
|
||||
// Minimum execution time: 18_411_000 picoseconds.
|
||||
Weight::from_parts(19_431_787, 6811)
|
||||
// Standard Error: 694
|
||||
.saturating_add(Weight::from_parts(107_220, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -158,10 +162,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `492 + s * (1 ±0)`
|
||||
// Estimated: `6811`
|
||||
// Minimum execution time: 35_023_000 picoseconds.
|
||||
Weight::from_parts(36_756_977, 6811)
|
||||
// Standard Error: 547
|
||||
.saturating_add(Weight::from_parts(62_235, 0).saturating_mul(s.into()))
|
||||
// Minimum execution time: 33_985_000 picoseconds.
|
||||
Weight::from_parts(35_547_970, 6811)
|
||||
// Standard Error: 1_135
|
||||
.saturating_add(Weight::from_parts(116_537, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -174,10 +178,10 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 12_199_000 picoseconds.
|
||||
Weight::from_parts(12_595_771, 0)
|
||||
// Standard Error: 2
|
||||
.saturating_add(Weight::from_parts(490, 0).saturating_mul(z.into()))
|
||||
// Minimum execution time: 13_452_000 picoseconds.
|
||||
Weight::from_parts(14_425_869, 0)
|
||||
// Standard Error: 4
|
||||
.saturating_add(Weight::from_parts(493, 0).saturating_mul(z.into()))
|
||||
}
|
||||
/// Storage: Multisig Multisigs (r:1 w:1)
|
||||
/// Proof: Multisig Multisigs (max_values: None, max_size: Some(3346), added: 5821, mode: MaxEncodedLen)
|
||||
@@ -187,12 +191,12 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `301 + s * (2 ±0)`
|
||||
// Estimated: `6811`
|
||||
// Minimum execution time: 42_810_000 picoseconds.
|
||||
Weight::from_parts(37_500_997, 6811)
|
||||
// Standard Error: 308
|
||||
.saturating_add(Weight::from_parts(59_961, 0).saturating_mul(s.into()))
|
||||
// Standard Error: 3
|
||||
.saturating_add(Weight::from_parts(1_198, 0).saturating_mul(z.into()))
|
||||
// Minimum execution time: 46_012_000 picoseconds.
|
||||
Weight::from_parts(34_797_344, 6811)
|
||||
// Standard Error: 833
|
||||
.saturating_add(Weight::from_parts(127_671, 0).saturating_mul(s.into()))
|
||||
// Standard Error: 8
|
||||
.saturating_add(Weight::from_parts(1_498, 0).saturating_mul(z.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -204,12 +208,12 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `320`
|
||||
// Estimated: `6811`
|
||||
// Minimum execution time: 27_775_000 picoseconds.
|
||||
Weight::from_parts(22_868_524, 6811)
|
||||
// Standard Error: 273
|
||||
.saturating_add(Weight::from_parts(55_219, 0).saturating_mul(s.into()))
|
||||
// Standard Error: 2
|
||||
.saturating_add(Weight::from_parts(1_202, 0).saturating_mul(z.into()))
|
||||
// Minimum execution time: 29_834_000 picoseconds.
|
||||
Weight::from_parts(20_189_154, 6811)
|
||||
// Standard Error: 637
|
||||
.saturating_add(Weight::from_parts(110_080, 0).saturating_mul(s.into()))
|
||||
// Standard Error: 6
|
||||
.saturating_add(Weight::from_parts(1_483, 0).saturating_mul(z.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -223,12 +227,12 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `426 + s * (33 ±0)`
|
||||
// Estimated: `6811`
|
||||
// Minimum execution time: 48_223_000 picoseconds.
|
||||
Weight::from_parts(39_193_453, 6811)
|
||||
// Standard Error: 2_162
|
||||
.saturating_add(Weight::from_parts(93_763, 0).saturating_mul(s.into()))
|
||||
// Standard Error: 21
|
||||
.saturating_add(Weight::from_parts(1_372, 0).saturating_mul(z.into()))
|
||||
// Minimum execution time: 51_464_000 picoseconds.
|
||||
Weight::from_parts(39_246_644, 6811)
|
||||
// Standard Error: 1_251
|
||||
.saturating_add(Weight::from_parts(143_313, 0).saturating_mul(s.into()))
|
||||
// Standard Error: 12
|
||||
.saturating_add(Weight::from_parts(1_523, 0).saturating_mul(z.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -239,10 +243,10 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `301 + s * (2 ±0)`
|
||||
// Estimated: `6811`
|
||||
// Minimum execution time: 34_775_000 picoseconds.
|
||||
Weight::from_parts(35_966_626, 6811)
|
||||
// Standard Error: 464
|
||||
.saturating_add(Weight::from_parts(61_492, 0).saturating_mul(s.into()))
|
||||
// Minimum execution time: 33_275_000 picoseconds.
|
||||
Weight::from_parts(34_073_221, 6811)
|
||||
// Standard Error: 1_163
|
||||
.saturating_add(Weight::from_parts(124_815, 0).saturating_mul(s.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -253,10 +257,10 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `320`
|
||||
// Estimated: `6811`
|
||||
// Minimum execution time: 19_947_000 picoseconds.
|
||||
Weight::from_parts(21_253_025, 6811)
|
||||
// Standard Error: 402
|
||||
.saturating_add(Weight::from_parts(58_491, 0).saturating_mul(s.into()))
|
||||
// Minimum execution time: 18_411_000 picoseconds.
|
||||
Weight::from_parts(19_431_787, 6811)
|
||||
// Standard Error: 694
|
||||
.saturating_add(Weight::from_parts(107_220, 0).saturating_mul(s.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
@@ -267,10 +271,10 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `492 + s * (1 ±0)`
|
||||
// Estimated: `6811`
|
||||
// Minimum execution time: 35_023_000 picoseconds.
|
||||
Weight::from_parts(36_756_977, 6811)
|
||||
// Standard Error: 547
|
||||
.saturating_add(Weight::from_parts(62_235, 0).saturating_mul(s.into()))
|
||||
// Minimum execution time: 33_985_000 picoseconds.
|
||||
Weight::from_parts(35_547_970, 6811)
|
||||
// Standard Error: 1_135
|
||||
.saturating_add(Weight::from_parts(116_537, 0).saturating_mul(s.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user