mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-01 04:17:57 +00:00
".git/.scripts/commands/bench-vm/bench-vm.sh" all (#13933)
Co-authored-by: command-bot <>
This commit is contained in:
+43
-39
@@ -18,9 +18,9 @@
|
||||
//! Autogenerated weights for pallet_fast_unstake
|
||||
//!
|
||||
//! 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_fast_unstake
|
||||
// --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_fast_unstake.
|
||||
pub trait WeightInfo {
|
||||
@@ -91,12 +95,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `b` is `[1, 64]`.
|
||||
fn on_idle_unstake(b: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1344 + b * (343 ±0)`
|
||||
// Measured: `1378 + b * (343 ±0)`
|
||||
// Estimated: `7253 + b * (3774 ±0)`
|
||||
// Minimum execution time: 92_282_000 picoseconds.
|
||||
Weight::from_parts(31_665_344, 7253)
|
||||
// Standard Error: 35_348
|
||||
.saturating_add(Weight::from_parts(57_005_152, 0).saturating_mul(b.into()))
|
||||
// Minimum execution time: 92_847_000 picoseconds.
|
||||
Weight::from_parts(42_300_813, 7253)
|
||||
// Standard Error: 40_514
|
||||
.saturating_add(Weight::from_parts(58_412_402, 0).saturating_mul(b.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(6_u64))
|
||||
.saturating_add(T::DbWeight::get().reads((7_u64).saturating_mul(b.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
@@ -121,14 +125,14 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `b` is `[1, 64]`.
|
||||
fn on_idle_check(v: u32, b: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1512 + b * (48 ±0) + v * (10037 ±0)`
|
||||
// Measured: `1546 + b * (48 ±0) + v * (10037 ±0)`
|
||||
// Estimated: `7253 + b * (49 ±0) + v * (12513 ±0)`
|
||||
// Minimum execution time: 1_547_716_000 picoseconds.
|
||||
Weight::from_parts(1_552_476_000, 7253)
|
||||
// Standard Error: 13_914_457
|
||||
.saturating_add(Weight::from_parts(445_314_876, 0).saturating_mul(v.into()))
|
||||
// Standard Error: 55_673_329
|
||||
.saturating_add(Weight::from_parts(1_749_024_692, 0).saturating_mul(b.into()))
|
||||
// Minimum execution time: 1_685_784_000 picoseconds.
|
||||
Weight::from_parts(1_693_370_000, 7253)
|
||||
// Standard Error: 13_295_842
|
||||
.saturating_add(Weight::from_parts(425_349_148, 0).saturating_mul(v.into()))
|
||||
// Standard Error: 53_198_180
|
||||
.saturating_add(Weight::from_parts(1_673_328_444, 0).saturating_mul(b.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(7_u64))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(v.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
@@ -169,8 +173,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1964`
|
||||
// Estimated: `7253`
|
||||
// Minimum execution time: 124_644_000 picoseconds.
|
||||
Weight::from_parts(125_793_000, 7253)
|
||||
// Minimum execution time: 125_512_000 picoseconds.
|
||||
Weight::from_parts(129_562_000, 7253)
|
||||
.saturating_add(T::DbWeight::get().reads(15_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(9_u64))
|
||||
}
|
||||
@@ -188,8 +192,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1223`
|
||||
// Estimated: `7253`
|
||||
// Minimum execution time: 45_037_000 picoseconds.
|
||||
Weight::from_parts(45_545_000, 7253)
|
||||
// Minimum execution time: 43_943_000 picoseconds.
|
||||
Weight::from_parts(45_842_000, 7253)
|
||||
.saturating_add(T::DbWeight::get().reads(5_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -199,8 +203,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 3_228_000 picoseconds.
|
||||
Weight::from_parts(3_428_000, 0)
|
||||
// Minimum execution time: 2_677_000 picoseconds.
|
||||
Weight::from_parts(2_849_000, 0)
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
}
|
||||
}
|
||||
@@ -240,12 +244,12 @@ impl WeightInfo for () {
|
||||
/// The range of component `b` is `[1, 64]`.
|
||||
fn on_idle_unstake(b: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1344 + b * (343 ±0)`
|
||||
// Measured: `1378 + b * (343 ±0)`
|
||||
// Estimated: `7253 + b * (3774 ±0)`
|
||||
// Minimum execution time: 92_282_000 picoseconds.
|
||||
Weight::from_parts(31_665_344, 7253)
|
||||
// Standard Error: 35_348
|
||||
.saturating_add(Weight::from_parts(57_005_152, 0).saturating_mul(b.into()))
|
||||
// Minimum execution time: 92_847_000 picoseconds.
|
||||
Weight::from_parts(42_300_813, 7253)
|
||||
// Standard Error: 40_514
|
||||
.saturating_add(Weight::from_parts(58_412_402, 0).saturating_mul(b.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(6_u64))
|
||||
.saturating_add(RocksDbWeight::get().reads((7_u64).saturating_mul(b.into())))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
@@ -270,14 +274,14 @@ impl WeightInfo for () {
|
||||
/// The range of component `b` is `[1, 64]`.
|
||||
fn on_idle_check(v: u32, b: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1512 + b * (48 ±0) + v * (10037 ±0)`
|
||||
// Measured: `1546 + b * (48 ±0) + v * (10037 ±0)`
|
||||
// Estimated: `7253 + b * (49 ±0) + v * (12513 ±0)`
|
||||
// Minimum execution time: 1_547_716_000 picoseconds.
|
||||
Weight::from_parts(1_552_476_000, 7253)
|
||||
// Standard Error: 13_914_457
|
||||
.saturating_add(Weight::from_parts(445_314_876, 0).saturating_mul(v.into()))
|
||||
// Standard Error: 55_673_329
|
||||
.saturating_add(Weight::from_parts(1_749_024_692, 0).saturating_mul(b.into()))
|
||||
// Minimum execution time: 1_685_784_000 picoseconds.
|
||||
Weight::from_parts(1_693_370_000, 7253)
|
||||
// Standard Error: 13_295_842
|
||||
.saturating_add(Weight::from_parts(425_349_148, 0).saturating_mul(v.into()))
|
||||
// Standard Error: 53_198_180
|
||||
.saturating_add(Weight::from_parts(1_673_328_444, 0).saturating_mul(b.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(7_u64))
|
||||
.saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(v.into())))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
@@ -318,8 +322,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1964`
|
||||
// Estimated: `7253`
|
||||
// Minimum execution time: 124_644_000 picoseconds.
|
||||
Weight::from_parts(125_793_000, 7253)
|
||||
// Minimum execution time: 125_512_000 picoseconds.
|
||||
Weight::from_parts(129_562_000, 7253)
|
||||
.saturating_add(RocksDbWeight::get().reads(15_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(9_u64))
|
||||
}
|
||||
@@ -337,8 +341,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1223`
|
||||
// Estimated: `7253`
|
||||
// Minimum execution time: 45_037_000 picoseconds.
|
||||
Weight::from_parts(45_545_000, 7253)
|
||||
// Minimum execution time: 43_943_000 picoseconds.
|
||||
Weight::from_parts(45_842_000, 7253)
|
||||
.saturating_add(RocksDbWeight::get().reads(5_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -348,8 +352,8 @@ impl WeightInfo for () {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 3_228_000 picoseconds.
|
||||
Weight::from_parts(3_428_000, 0)
|
||||
// Minimum execution time: 2_677_000 picoseconds.
|
||||
Weight::from_parts(2_849_000, 0)
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user