mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-21 00:25:41 +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_scheduler`
|
||||
//!
|
||||
//! 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("rococo-dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -46,61 +46,61 @@ pub struct WeightInfo<T>(PhantomData<T>);
|
||||
impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Scheduler IncompleteSince (r:1 w:1)
|
||||
fn service_agendas_base() -> Weight {
|
||||
// Minimum execution time: 5_153 nanoseconds.
|
||||
Weight::from_ref_time(5_309_000)
|
||||
// Minimum execution time: 5_396 nanoseconds.
|
||||
Weight::from_ref_time(5_614_000)
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
// Storage: Scheduler Agenda (r:1 w:1)
|
||||
/// The range of component `s` is `[0, 50]`.
|
||||
fn service_agenda_base(s: u32, ) -> Weight {
|
||||
// Minimum execution time: 4_547 nanoseconds.
|
||||
Weight::from_ref_time(8_293_568)
|
||||
// Standard Error: 2_347
|
||||
.saturating_add(Weight::from_ref_time(572_311).saturating_mul(s.into()))
|
||||
// Minimum execution time: 4_800 nanoseconds.
|
||||
Weight::from_ref_time(7_392_128)
|
||||
// Standard Error: 2_024
|
||||
.saturating_add(Weight::from_ref_time(855_609).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
fn service_task_base() -> Weight {
|
||||
// Minimum execution time: 9_542 nanoseconds.
|
||||
Weight::from_ref_time(9_695_000)
|
||||
// Minimum execution time: 10_455 nanoseconds.
|
||||
Weight::from_ref_time(10_780_000)
|
||||
}
|
||||
// Storage: Preimage PreimageFor (r:1 w:1)
|
||||
// Storage: Preimage StatusFor (r:1 w:1)
|
||||
/// The range of component `s` is `[128, 4194304]`.
|
||||
fn service_task_fetched(s: u32, ) -> Weight {
|
||||
// Minimum execution time: 21_454 nanoseconds.
|
||||
Weight::from_ref_time(21_805_000)
|
||||
// Standard Error: 1
|
||||
.saturating_add(Weight::from_ref_time(1_248).saturating_mul(s.into()))
|
||||
// Minimum execution time: 23_822 nanoseconds.
|
||||
Weight::from_ref_time(24_168_000)
|
||||
// Standard Error: 5
|
||||
.saturating_add(Weight::from_ref_time(1_595).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
// Storage: Scheduler Lookup (r:0 w:1)
|
||||
fn service_task_named() -> Weight {
|
||||
// Minimum execution time: 10_528 nanoseconds.
|
||||
Weight::from_ref_time(10_785_000)
|
||||
// Minimum execution time: 14_677 nanoseconds.
|
||||
Weight::from_ref_time(15_068_000)
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
fn service_task_periodic() -> Weight {
|
||||
// Minimum execution time: 9_572 nanoseconds.
|
||||
Weight::from_ref_time(9_830_000)
|
||||
// Minimum execution time: 10_435 nanoseconds.
|
||||
Weight::from_ref_time(10_892_000)
|
||||
}
|
||||
fn execute_dispatch_signed() -> Weight {
|
||||
// Minimum execution time: 4_504 nanoseconds.
|
||||
Weight::from_ref_time(4_623_000)
|
||||
// Minimum execution time: 4_540 nanoseconds.
|
||||
Weight::from_ref_time(4_741_000)
|
||||
}
|
||||
fn execute_dispatch_unsigned() -> Weight {
|
||||
// Minimum execution time: 4_586 nanoseconds.
|
||||
Weight::from_ref_time(4_722_000)
|
||||
// Minimum execution time: 4_467 nanoseconds.
|
||||
Weight::from_ref_time(4_769_000)
|
||||
}
|
||||
// Storage: Scheduler Agenda (r:1 w:1)
|
||||
/// The range of component `s` is `[0, 49]`.
|
||||
fn schedule(s: u32, ) -> Weight {
|
||||
// Minimum execution time: 18_160 nanoseconds.
|
||||
Weight::from_ref_time(22_453_261)
|
||||
// Standard Error: 2_456
|
||||
.saturating_add(Weight::from_ref_time(586_922).saturating_mul(s.into()))
|
||||
// Minimum execution time: 18_588 nanoseconds.
|
||||
Weight::from_ref_time(22_165_335)
|
||||
// Standard Error: 3_451
|
||||
.saturating_add(Weight::from_ref_time(905_858).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -108,10 +108,10 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Scheduler Lookup (r:0 w:1)
|
||||
/// The range of component `s` is `[1, 50]`.
|
||||
fn cancel(s: u32, ) -> Weight {
|
||||
// Minimum execution time: 21_924 nanoseconds.
|
||||
Weight::from_ref_time(23_756_474)
|
||||
// Standard Error: 5_487
|
||||
.saturating_add(Weight::from_ref_time(962_451).saturating_mul(s.into()))
|
||||
// Minimum execution time: 23_347 nanoseconds.
|
||||
Weight::from_ref_time(22_216_295)
|
||||
// Standard Error: 4_539
|
||||
.saturating_add(Weight::from_ref_time(1_586_206).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -119,10 +119,10 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Scheduler Agenda (r:1 w:1)
|
||||
/// The range of component `s` is `[0, 49]`.
|
||||
fn schedule_named(s: u32, ) -> Weight {
|
||||
// Minimum execution time: 19_917 nanoseconds.
|
||||
Weight::from_ref_time(25_622_329)
|
||||
// Standard Error: 3_534
|
||||
.saturating_add(Weight::from_ref_time(623_072).saturating_mul(s.into()))
|
||||
// Minimum execution time: 22_193 nanoseconds.
|
||||
Weight::from_ref_time(25_965_802)
|
||||
// Standard Error: 3_961
|
||||
.saturating_add(Weight::from_ref_time(933_085).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -130,10 +130,10 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Scheduler Agenda (r:1 w:1)
|
||||
/// The range of component `s` is `[1, 50]`.
|
||||
fn cancel_named(s: u32, ) -> Weight {
|
||||
// Minimum execution time: 22_935 nanoseconds.
|
||||
Weight::from_ref_time(25_370_084)
|
||||
// Standard Error: 2_841
|
||||
.saturating_add(Weight::from_ref_time(980_879).saturating_mul(s.into()))
|
||||
// Minimum execution time: 24_106 nanoseconds.
|
||||
Weight::from_ref_time(24_094_306)
|
||||
// Standard Error: 2_925
|
||||
.saturating_add(Weight::from_ref_time(1_593_222).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user