mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 01:41:03 +00:00
New runners for weights and new weights (#6508)
* [DO NOT MERGE] test new vm runner for weights 2 * add image * fix merge conflict * apply weights * new weights Co-authored-by: parity-processbot <>
This commit is contained in:
committed by
GitHub
parent
cc080d0e78
commit
0119a6dae1
@@ -16,8 +16,8 @@
|
||||
//! Autogenerated weights for `pallet_fast_unstake`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -58,8 +58,8 @@ impl<T: frame_system::Config> pallet_fast_unstake::WeightInfo for WeightInfo<T>
|
||||
// Storage: Staking Ledger (r:0 w:64)
|
||||
// Storage: Staking Payee (r:0 w:64)
|
||||
fn on_idle_unstake() -> Weight {
|
||||
// Minimum execution time: 2_170_504 nanoseconds.
|
||||
Weight::from_ref_time(2_236_360_000)
|
||||
// Minimum execution time: 2_547_167 nanoseconds.
|
||||
Weight::from_ref_time(2_569_186_000)
|
||||
.saturating_add(T::DbWeight::get().reads(389))
|
||||
.saturating_add(T::DbWeight::get().writes(321))
|
||||
}
|
||||
@@ -73,10 +73,10 @@ impl<T: frame_system::Config> pallet_fast_unstake::WeightInfo for WeightInfo<T>
|
||||
// Storage: Staking ErasStakers (r:56 w:0)
|
||||
/// The range of component `x` is `[28, 3584]`.
|
||||
fn on_idle_check(x: u32, ) -> Weight {
|
||||
// Minimum execution time: 21_967_590 nanoseconds.
|
||||
Weight::from_ref_time(22_194_763_000)
|
||||
// Standard Error: 528_725
|
||||
.saturating_add(Weight::from_ref_time(623_346_785).saturating_mul(x.into()))
|
||||
// Minimum execution time: 25_160_452 nanoseconds.
|
||||
Weight::from_ref_time(25_413_896_000)
|
||||
// Standard Error: 556_413
|
||||
.saturating_add(Weight::from_ref_time(700_987_201).saturating_mul(x.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(85))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(x.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(66))
|
||||
@@ -96,8 +96,8 @@ impl<T: frame_system::Config> pallet_fast_unstake::WeightInfo for WeightInfo<T>
|
||||
// Storage: Balances Locks (r:1 w:1)
|
||||
// Storage: FastUnstake CounterForQueue (r:1 w:1)
|
||||
fn register_fast_unstake() -> Weight {
|
||||
// Minimum execution time: 125_490 nanoseconds.
|
||||
Weight::from_ref_time(127_722_000)
|
||||
// Minimum execution time: 156_147 nanoseconds.
|
||||
Weight::from_ref_time(158_284_000)
|
||||
.saturating_add(T::DbWeight::get().reads(15))
|
||||
.saturating_add(T::DbWeight::get().writes(10))
|
||||
}
|
||||
@@ -107,15 +107,15 @@ impl<T: frame_system::Config> pallet_fast_unstake::WeightInfo for WeightInfo<T>
|
||||
// Storage: FastUnstake Head (r:1 w:0)
|
||||
// Storage: FastUnstake CounterForQueue (r:1 w:1)
|
||||
fn deregister() -> Weight {
|
||||
// Minimum execution time: 50_331 nanoseconds.
|
||||
Weight::from_ref_time(51_092_000)
|
||||
// Minimum execution time: 62_835 nanoseconds.
|
||||
Weight::from_ref_time(65_108_000)
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
// Storage: FastUnstake ErasToCheckPerBlock (r:0 w:1)
|
||||
fn control() -> Weight {
|
||||
// Minimum execution time: 4_191 nanoseconds.
|
||||
Weight::from_ref_time(4_341_000)
|
||||
// Minimum execution time: 3_747 nanoseconds.
|
||||
Weight::from_ref_time(4_132_000)
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user