mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-08-09 07:35:45 +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_common::slots`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-01-12, 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("rococo-dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -47,8 +47,8 @@ impl<T: frame_system::Config> runtime_common::slots::WeightInfo for WeightInfo<T
|
||||
// Storage: Slots Leases (r:1 w:1)
|
||||
// Storage: System Account (r:1 w:1)
|
||||
fn force_lease() -> Weight {
|
||||
// Minimum execution time: 31_432 nanoseconds.
|
||||
Weight::from_ref_time(31_942_000)
|
||||
// Minimum execution time: 34_510 nanoseconds.
|
||||
Weight::from_ref_time(35_577_000)
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -61,12 +61,12 @@ impl<T: frame_system::Config> runtime_common::slots::WeightInfo for WeightInfo<T
|
||||
/// The range of component `c` is `[0, 100]`.
|
||||
/// The range of component `t` is `[0, 100]`.
|
||||
fn manage_lease_period_start(c: u32, t: u32, ) -> Weight {
|
||||
// Minimum execution time: 544_376 nanoseconds.
|
||||
Weight::from_ref_time(545_592_000)
|
||||
// Standard Error: 69_616
|
||||
.saturating_add(Weight::from_ref_time(2_330_246).saturating_mul(c.into()))
|
||||
// Standard Error: 69_616
|
||||
.saturating_add(Weight::from_ref_time(12_364_555).saturating_mul(t.into()))
|
||||
// Minimum execution time: 673_062 nanoseconds.
|
||||
Weight::from_ref_time(686_758_000)
|
||||
// Standard Error: 82_664
|
||||
.saturating_add(Weight::from_ref_time(2_674_745).saturating_mul(c.into()))
|
||||
// Standard Error: 82_664
|
||||
.saturating_add(Weight::from_ref_time(15_950_615).saturating_mul(t.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into())))
|
||||
.saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(t.into())))
|
||||
@@ -77,8 +77,8 @@ impl<T: frame_system::Config> runtime_common::slots::WeightInfo for WeightInfo<T
|
||||
// Storage: Slots Leases (r:1 w:1)
|
||||
// Storage: System Account (r:8 w:8)
|
||||
fn clear_all_leases() -> Weight {
|
||||
// Minimum execution time: 93_737 nanoseconds.
|
||||
Weight::from_ref_time(96_030_000)
|
||||
// Minimum execution time: 117_549 nanoseconds.
|
||||
Weight::from_ref_time(132_308_000)
|
||||
.saturating_add(T::DbWeight::get().reads(9))
|
||||
.saturating_add(T::DbWeight::get().writes(9))
|
||||
}
|
||||
@@ -88,8 +88,8 @@ impl<T: frame_system::Config> runtime_common::slots::WeightInfo for WeightInfo<T
|
||||
// Storage: Paras ActionsQueue (r:1 w:1)
|
||||
// Storage: Registrar Paras (r:1 w:1)
|
||||
fn trigger_onboard() -> Weight {
|
||||
// Minimum execution time: 29_755 nanoseconds.
|
||||
Weight::from_ref_time(30_653_000)
|
||||
// Minimum execution time: 38_987 nanoseconds.
|
||||
Weight::from_ref_time(47_758_000)
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user