Update all weights (#13614)

* Empty commit

* ".git/.scripts/commands/bench/bench.sh" all

---------

Co-authored-by: Alexander Theißen <alex.theissen@me.com>
Co-authored-by: command-bot <>
This commit is contained in:
Oliver Tale-Yazdi
2023-03-16 17:57:45 +01:00
committed by GitHub
parent b117dbdf08
commit 3a3d93afee
48 changed files with 6017 additions and 6041 deletions
+89 -86
View File
@@ -18,9 +18,9 @@
//! Autogenerated weights for pallet_preimage
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2023-01-24, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024
// Executed Command:
@@ -31,6 +31,9 @@
// --steps=50
// --repeat=20
// --pallet=pallet_preimage
// --no-storage-info
// --no-median-slopes
// --no-min-squares
// --extrinsic=*
// --execution=wasm
// --wasm-execution=compiled
@@ -72,12 +75,12 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
/// The range of component `s` is `[0, 4194304]`.
fn note_preimage(s: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `175`
// Estimated: `2566`
// Minimum execution time: 23_484 nanoseconds.
Weight::from_parts(23_828_000, 2566)
// Measured: `143`
// Estimated: `3556`
// Minimum execution time: 27_010_000 picoseconds.
Weight::from_parts(27_665_000, 3556)
// Standard Error: 0
.saturating_add(Weight::from_parts(1_705, 0).saturating_mul(s.into()))
.saturating_add(Weight::from_parts(1_414, 0).saturating_mul(s.into()))
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(2_u64))
}
@@ -89,11 +92,11 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
fn note_requested_preimage(s: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `106`
// Estimated: `2566`
// Minimum execution time: 14_812 nanoseconds.
Weight::from_parts(14_949_000, 2566)
// Estimated: `3556`
// Minimum execution time: 16_984_000 picoseconds.
Weight::from_parts(17_455_000, 3556)
// Standard Error: 0
.saturating_add(Weight::from_parts(1_707, 0).saturating_mul(s.into()))
.saturating_add(Weight::from_parts(1_414, 0).saturating_mul(s.into()))
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(2_u64))
}
@@ -105,11 +108,11 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
fn note_no_deposit_preimage(s: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `106`
// Estimated: `2566`
// Minimum execution time: 14_185 nanoseconds.
Weight::from_parts(14_398_000, 2566)
// Estimated: `3556`
// Minimum execution time: 16_579_000 picoseconds.
Weight::from_parts(16_849_000, 3556)
// Standard Error: 0
.saturating_add(Weight::from_parts(1_709, 0).saturating_mul(s.into()))
.saturating_add(Weight::from_parts(1_414, 0).saturating_mul(s.into()))
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(2_u64))
}
@@ -119,10 +122,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
/// Proof: Preimage PreimageFor (max_values: None, max_size: Some(4194344), added: 4196819, mode: MaxEncodedLen)
fn unnote_preimage() -> Weight {
// Proof Size summary in bytes:
// Measured: `353`
// Estimated: `2566`
// Minimum execution time: 29_917 nanoseconds.
Weight::from_parts(30_691_000, 2566)
// Measured: `289`
// Estimated: `3556`
// Minimum execution time: 33_552_000 picoseconds.
Weight::from_parts(35_134_000, 3556)
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(2_u64))
}
@@ -133,9 +136,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
fn unnote_no_deposit_preimage() -> Weight {
// Proof Size summary in bytes:
// Measured: `144`
// Estimated: `2566`
// Minimum execution time: 19_281 nanoseconds.
Weight::from_parts(20_121_000, 2566)
// Estimated: `3556`
// Minimum execution time: 22_102_000 picoseconds.
Weight::from_parts(22_860_000, 3556)
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(2_u64))
}
@@ -143,10 +146,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
/// Proof: Preimage StatusFor (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen)
fn request_preimage() -> Weight {
// Proof Size summary in bytes:
// Measured: `220`
// Estimated: `2566`
// Minimum execution time: 17_192 nanoseconds.
Weight::from_parts(18_637_000, 2566)
// Measured: `188`
// Estimated: `3556`
// Minimum execution time: 19_590_000 picoseconds.
Weight::from_parts(20_638_000, 3556)
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -155,9 +158,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
fn request_no_deposit_preimage() -> Weight {
// Proof Size summary in bytes:
// Measured: `144`
// Estimated: `2566`
// Minimum execution time: 10_139 nanoseconds.
Weight::from_parts(10_773_000, 2566)
// Estimated: `3556`
// Minimum execution time: 11_689_000 picoseconds.
Weight::from_parts(12_577_000, 3556)
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -166,9 +169,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
fn request_unnoted_preimage() -> Weight {
// Proof Size summary in bytes:
// Measured: `42`
// Estimated: `2566`
// Minimum execution time: 11_721 nanoseconds.
Weight::from_parts(12_313_000, 2566)
// Estimated: `3556`
// Minimum execution time: 13_673_000 picoseconds.
Weight::from_parts(14_210_000, 3556)
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -177,9 +180,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
fn request_requested_preimage() -> Weight {
// Proof Size summary in bytes:
// Measured: `106`
// Estimated: `2566`
// Minimum execution time: 7_263 nanoseconds.
Weight::from_parts(7_547_000, 2566)
// Estimated: `3556`
// Minimum execution time: 8_810_000 picoseconds.
Weight::from_parts(9_044_000, 3556)
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -190,9 +193,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
fn unrequest_preimage() -> Weight {
// Proof Size summary in bytes:
// Measured: `144`
// Estimated: `2566`
// Minimum execution time: 17_785 nanoseconds.
Weight::from_parts(18_501_000, 2566)
// Estimated: `3556`
// Minimum execution time: 21_236_000 picoseconds.
Weight::from_parts(21_684_000, 3556)
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(2_u64))
}
@@ -201,9 +204,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
fn unrequest_unnoted_preimage() -> Weight {
// Proof Size summary in bytes:
// Measured: `106`
// Estimated: `2566`
// Minimum execution time: 7_090 nanoseconds.
Weight::from_parts(7_319_000, 2566)
// Estimated: `3556`
// Minimum execution time: 8_709_000 picoseconds.
Weight::from_parts(8_970_000, 3556)
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -212,9 +215,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
fn unrequest_multi_referenced_preimage() -> Weight {
// Proof Size summary in bytes:
// Measured: `106`
// Estimated: `2566`
// Minimum execution time: 7_253 nanoseconds.
Weight::from_parts(7_508_000, 2566)
// Estimated: `3556`
// Minimum execution time: 8_976_000 picoseconds.
Weight::from_parts(9_164_000, 3556)
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -229,12 +232,12 @@ impl WeightInfo for () {
/// The range of component `s` is `[0, 4194304]`.
fn note_preimage(s: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `175`
// Estimated: `2566`
// Minimum execution time: 23_484 nanoseconds.
Weight::from_parts(23_828_000, 2566)
// Measured: `143`
// Estimated: `3556`
// Minimum execution time: 27_010_000 picoseconds.
Weight::from_parts(27_665_000, 3556)
// Standard Error: 0
.saturating_add(Weight::from_parts(1_705, 0).saturating_mul(s.into()))
.saturating_add(Weight::from_parts(1_414, 0).saturating_mul(s.into()))
.saturating_add(RocksDbWeight::get().reads(1_u64))
.saturating_add(RocksDbWeight::get().writes(2_u64))
}
@@ -246,11 +249,11 @@ impl WeightInfo for () {
fn note_requested_preimage(s: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `106`
// Estimated: `2566`
// Minimum execution time: 14_812 nanoseconds.
Weight::from_parts(14_949_000, 2566)
// Estimated: `3556`
// Minimum execution time: 16_984_000 picoseconds.
Weight::from_parts(17_455_000, 3556)
// Standard Error: 0
.saturating_add(Weight::from_parts(1_707, 0).saturating_mul(s.into()))
.saturating_add(Weight::from_parts(1_414, 0).saturating_mul(s.into()))
.saturating_add(RocksDbWeight::get().reads(1_u64))
.saturating_add(RocksDbWeight::get().writes(2_u64))
}
@@ -262,11 +265,11 @@ impl WeightInfo for () {
fn note_no_deposit_preimage(s: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `106`
// Estimated: `2566`
// Minimum execution time: 14_185 nanoseconds.
Weight::from_parts(14_398_000, 2566)
// Estimated: `3556`
// Minimum execution time: 16_579_000 picoseconds.
Weight::from_parts(16_849_000, 3556)
// Standard Error: 0
.saturating_add(Weight::from_parts(1_709, 0).saturating_mul(s.into()))
.saturating_add(Weight::from_parts(1_414, 0).saturating_mul(s.into()))
.saturating_add(RocksDbWeight::get().reads(1_u64))
.saturating_add(RocksDbWeight::get().writes(2_u64))
}
@@ -276,10 +279,10 @@ impl WeightInfo for () {
/// Proof: Preimage PreimageFor (max_values: None, max_size: Some(4194344), added: 4196819, mode: MaxEncodedLen)
fn unnote_preimage() -> Weight {
// Proof Size summary in bytes:
// Measured: `353`
// Estimated: `2566`
// Minimum execution time: 29_917 nanoseconds.
Weight::from_parts(30_691_000, 2566)
// Measured: `289`
// Estimated: `3556`
// Minimum execution time: 33_552_000 picoseconds.
Weight::from_parts(35_134_000, 3556)
.saturating_add(RocksDbWeight::get().reads(1_u64))
.saturating_add(RocksDbWeight::get().writes(2_u64))
}
@@ -290,9 +293,9 @@ impl WeightInfo for () {
fn unnote_no_deposit_preimage() -> Weight {
// Proof Size summary in bytes:
// Measured: `144`
// Estimated: `2566`
// Minimum execution time: 19_281 nanoseconds.
Weight::from_parts(20_121_000, 2566)
// Estimated: `3556`
// Minimum execution time: 22_102_000 picoseconds.
Weight::from_parts(22_860_000, 3556)
.saturating_add(RocksDbWeight::get().reads(1_u64))
.saturating_add(RocksDbWeight::get().writes(2_u64))
}
@@ -300,10 +303,10 @@ impl WeightInfo for () {
/// Proof: Preimage StatusFor (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen)
fn request_preimage() -> Weight {
// Proof Size summary in bytes:
// Measured: `220`
// Estimated: `2566`
// Minimum execution time: 17_192 nanoseconds.
Weight::from_parts(18_637_000, 2566)
// Measured: `188`
// Estimated: `3556`
// Minimum execution time: 19_590_000 picoseconds.
Weight::from_parts(20_638_000, 3556)
.saturating_add(RocksDbWeight::get().reads(1_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
@@ -312,9 +315,9 @@ impl WeightInfo for () {
fn request_no_deposit_preimage() -> Weight {
// Proof Size summary in bytes:
// Measured: `144`
// Estimated: `2566`
// Minimum execution time: 10_139 nanoseconds.
Weight::from_parts(10_773_000, 2566)
// Estimated: `3556`
// Minimum execution time: 11_689_000 picoseconds.
Weight::from_parts(12_577_000, 3556)
.saturating_add(RocksDbWeight::get().reads(1_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
@@ -323,9 +326,9 @@ impl WeightInfo for () {
fn request_unnoted_preimage() -> Weight {
// Proof Size summary in bytes:
// Measured: `42`
// Estimated: `2566`
// Minimum execution time: 11_721 nanoseconds.
Weight::from_parts(12_313_000, 2566)
// Estimated: `3556`
// Minimum execution time: 13_673_000 picoseconds.
Weight::from_parts(14_210_000, 3556)
.saturating_add(RocksDbWeight::get().reads(1_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
@@ -334,9 +337,9 @@ impl WeightInfo for () {
fn request_requested_preimage() -> Weight {
// Proof Size summary in bytes:
// Measured: `106`
// Estimated: `2566`
// Minimum execution time: 7_263 nanoseconds.
Weight::from_parts(7_547_000, 2566)
// Estimated: `3556`
// Minimum execution time: 8_810_000 picoseconds.
Weight::from_parts(9_044_000, 3556)
.saturating_add(RocksDbWeight::get().reads(1_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
@@ -347,9 +350,9 @@ impl WeightInfo for () {
fn unrequest_preimage() -> Weight {
// Proof Size summary in bytes:
// Measured: `144`
// Estimated: `2566`
// Minimum execution time: 17_785 nanoseconds.
Weight::from_parts(18_501_000, 2566)
// Estimated: `3556`
// Minimum execution time: 21_236_000 picoseconds.
Weight::from_parts(21_684_000, 3556)
.saturating_add(RocksDbWeight::get().reads(1_u64))
.saturating_add(RocksDbWeight::get().writes(2_u64))
}
@@ -358,9 +361,9 @@ impl WeightInfo for () {
fn unrequest_unnoted_preimage() -> Weight {
// Proof Size summary in bytes:
// Measured: `106`
// Estimated: `2566`
// Minimum execution time: 7_090 nanoseconds.
Weight::from_parts(7_319_000, 2566)
// Estimated: `3556`
// Minimum execution time: 8_709_000 picoseconds.
Weight::from_parts(8_970_000, 3556)
.saturating_add(RocksDbWeight::get().reads(1_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
@@ -369,9 +372,9 @@ impl WeightInfo for () {
fn unrequest_multi_referenced_preimage() -> Weight {
// Proof Size summary in bytes:
// Measured: `106`
// Estimated: `2566`
// Minimum execution time: 7_253 nanoseconds.
Weight::from_parts(7_508_000, 2566)
// Estimated: `3556`
// Minimum execution time: 8_976_000 picoseconds.
Weight::from_parts(9_164_000, 3556)
.saturating_add(RocksDbWeight::get().reads(1_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}