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:
Alexander Samusev
2023-01-24 16:35:26 +01:00
committed by GitHub
parent cc080d0e78
commit 0119a6dae1
166 changed files with 4585 additions and 4550 deletions
@@ -16,8 +16,8 @@
//! Autogenerated weights for `pallet_preimage`
//!
//! 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:
@@ -48,10 +48,10 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
// Storage: Preimage PreimageFor (r:0 w:1)
/// The range of component `s` is `[0, 4194304]`.
fn note_preimage(s: u32, ) -> Weight {
// Minimum execution time: 29_478 nanoseconds.
Weight::from_ref_time(29_819_000)
// Standard Error: 1
.saturating_add(Weight::from_ref_time(2_329).saturating_mul(s.into()))
// Minimum execution time: 31_562 nanoseconds.
Weight::from_ref_time(171_400_857)
// Standard Error: 8
.saturating_add(Weight::from_ref_time(2_527).saturating_mul(s.into()))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(2))
}
@@ -59,10 +59,10 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
// Storage: Preimage PreimageFor (r:0 w:1)
/// The range of component `s` is `[0, 4194304]`.
fn note_requested_preimage(s: u32, ) -> Weight {
// Minimum execution time: 21_727 nanoseconds.
Weight::from_ref_time(22_008_000)
// Standard Error: 1
.saturating_add(Weight::from_ref_time(2_330).saturating_mul(s.into()))
// Minimum execution time: 22_020 nanoseconds.
Weight::from_ref_time(22_351_000)
// Standard Error: 2
.saturating_add(Weight::from_ref_time(2_791).saturating_mul(s.into()))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(2))
}
@@ -70,76 +70,76 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
// Storage: Preimage PreimageFor (r:0 w:1)
/// The range of component `s` is `[0, 4194304]`.
fn note_no_deposit_preimage(s: u32, ) -> Weight {
// Minimum execution time: 20_026 nanoseconds.
Weight::from_ref_time(20_317_000)
// Standard Error: 1
.saturating_add(Weight::from_ref_time(2_328).saturating_mul(s.into()))
// Minimum execution time: 20_963 nanoseconds.
Weight::from_ref_time(21_456_000)
// Standard Error: 2
.saturating_add(Weight::from_ref_time(2_795).saturating_mul(s.into()))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(2))
}
// Storage: Preimage StatusFor (r:1 w:1)
// Storage: Preimage PreimageFor (r:0 w:1)
fn unnote_preimage() -> Weight {
// Minimum execution time: 39_899 nanoseconds.
Weight::from_ref_time(41_513_000)
// Minimum execution time: 63_207 nanoseconds.
Weight::from_ref_time(69_356_000)
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(2))
}
// Storage: Preimage StatusFor (r:1 w:1)
// Storage: Preimage PreimageFor (r:0 w:1)
fn unnote_no_deposit_preimage() -> Weight {
// Minimum execution time: 27_476 nanoseconds.
Weight::from_ref_time(29_041_000)
// Minimum execution time: 50_694 nanoseconds.
Weight::from_ref_time(53_449_000)
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(2))
}
// Storage: Preimage StatusFor (r:1 w:1)
fn request_preimage() -> Weight {
// Minimum execution time: 27_407 nanoseconds.
Weight::from_ref_time(29_385_000)
// Minimum execution time: 45_428 nanoseconds.
Weight::from_ref_time(50_044_000)
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
// Storage: Preimage StatusFor (r:1 w:1)
fn request_no_deposit_preimage() -> Weight {
// Minimum execution time: 13_909 nanoseconds.
Weight::from_ref_time(14_612_000)
// Minimum execution time: 27_772 nanoseconds.
Weight::from_ref_time(30_683_000)
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
// Storage: Preimage StatusFor (r:1 w:1)
fn request_unnoted_preimage() -> Weight {
// Minimum execution time: 18_575 nanoseconds.
Weight::from_ref_time(19_031_000)
// Minimum execution time: 33_497 nanoseconds.
Weight::from_ref_time(35_702_000)
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
// Storage: Preimage StatusFor (r:1 w:1)
fn request_requested_preimage() -> Weight {
// Minimum execution time: 9_584 nanoseconds.
Weight::from_ref_time(9_906_000)
// Minimum execution time: 12_126 nanoseconds.
Weight::from_ref_time(13_934_000)
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
// Storage: Preimage StatusFor (r:1 w:1)
// Storage: Preimage PreimageFor (r:0 w:1)
fn unrequest_preimage() -> Weight {
// Minimum execution time: 27_932 nanoseconds.
Weight::from_ref_time(28_511_000)
// Minimum execution time: 46_863 nanoseconds.
Weight::from_ref_time(52_194_000)
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(2))
}
// Storage: Preimage StatusFor (r:1 w:1)
fn unrequest_unnoted_preimage() -> Weight {
// Minimum execution time: 9_308 nanoseconds.
Weight::from_ref_time(9_853_000)
// Minimum execution time: 12_336 nanoseconds.
Weight::from_ref_time(14_182_000)
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
// Storage: Preimage StatusFor (r:1 w:1)
fn unrequest_multi_referenced_preimage() -> Weight {
// Minimum execution time: 9_487 nanoseconds.
Weight::from_ref_time(9_931_000)
// Minimum execution time: 12_643 nanoseconds.
Weight::from_ref_time(14_132_000)
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}