mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 16:51:02 +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 `runtime_parachains::paras_inherent`
|
||||
//!
|
||||
//! 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: `bm4`, 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("westend-dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -78,10 +78,10 @@ impl<T: frame_system::Config> runtime_parachains::paras_inherent::WeightInfo for
|
||||
// Storage: ParasSlashing UnappliedSlashes (r:0 w:1)
|
||||
/// The range of component `v` is `[10, 200]`.
|
||||
fn enter_variable_disputes(v: u32, ) -> Weight {
|
||||
// Minimum execution time: 762_091 nanoseconds.
|
||||
Weight::from_ref_time(279_387_726)
|
||||
// Standard Error: 25_896
|
||||
.saturating_add(Weight::from_ref_time(48_509_492).saturating_mul(v.into()))
|
||||
// Minimum execution time: 1_002_512 nanoseconds.
|
||||
Weight::from_ref_time(454_827_518)
|
||||
// Standard Error: 15_344
|
||||
.saturating_add(Weight::from_ref_time(57_070_679).saturating_mul(v.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(27))
|
||||
.saturating_add(T::DbWeight::get().writes(16))
|
||||
}
|
||||
@@ -116,8 +116,8 @@ impl<T: frame_system::Config> runtime_parachains::paras_inherent::WeightInfo for
|
||||
// Storage: Paras Heads (r:0 w:1)
|
||||
// Storage: Paras UpgradeGoAheadSignal (r:0 w:1)
|
||||
fn enter_bitfields() -> Weight {
|
||||
// Minimum execution time: 329_368 nanoseconds.
|
||||
Weight::from_ref_time(337_159_000)
|
||||
// Minimum execution time: 464_245 nanoseconds.
|
||||
Weight::from_ref_time(495_566_000)
|
||||
.saturating_add(T::DbWeight::get().reads(26))
|
||||
.saturating_add(T::DbWeight::get().writes(17))
|
||||
}
|
||||
@@ -154,10 +154,10 @@ impl<T: frame_system::Config> runtime_parachains::paras_inherent::WeightInfo for
|
||||
// Storage: Paras UpgradeGoAheadSignal (r:0 w:1)
|
||||
/// The range of component `v` is `[101, 200]`.
|
||||
fn enter_backed_candidates_variable(v: u32, ) -> Weight {
|
||||
// Minimum execution time: 5_620_238 nanoseconds.
|
||||
Weight::from_ref_time(851_067_650)
|
||||
// Standard Error: 45_441
|
||||
.saturating_add(Weight::from_ref_time(47_956_823).saturating_mul(v.into()))
|
||||
// Minimum execution time: 6_765_662 nanoseconds.
|
||||
Weight::from_ref_time(1_144_270_364)
|
||||
// Standard Error: 24_331
|
||||
.saturating_add(Weight::from_ref_time(56_243_191).saturating_mul(v.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(29))
|
||||
.saturating_add(T::DbWeight::get().writes(16))
|
||||
}
|
||||
@@ -195,8 +195,8 @@ impl<T: frame_system::Config> runtime_parachains::paras_inherent::WeightInfo for
|
||||
// Storage: Paras Heads (r:0 w:1)
|
||||
// Storage: Paras UpgradeGoAheadSignal (r:0 w:1)
|
||||
fn enter_backed_candidate_code_upgrade() -> Weight {
|
||||
// Minimum execution time: 38_755_168 nanoseconds.
|
||||
Weight::from_ref_time(38_955_840_000)
|
||||
// Minimum execution time: 46_830_584 nanoseconds.
|
||||
Weight::from_ref_time(47_913_075_000)
|
||||
.saturating_add(T::DbWeight::get().reads(31))
|
||||
.saturating_add(T::DbWeight::get().writes(16))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user