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
@@ -18,9 +18,9 @@
//! Autogenerated weights for pallet_transaction_storage
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2023-01-25, 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_transaction_storage
// --no-storage-info
// --no-median-slopes
// --no-min-squares
// --extrinsic=*
// --execution=wasm
// --wasm-execution=compiled
@@ -66,11 +69,11 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
fn store(l: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `176`
// Estimated: `38383`
// Minimum execution time: 28_702 nanoseconds.
Weight::from_parts(29_164_000, 38383)
// Estimated: `41353`
// Minimum execution time: 33_286_000 picoseconds.
Weight::from_parts(33_596_000, 41353)
// Standard Error: 2
.saturating_add(Weight::from_parts(5_601, 0).saturating_mul(l.into()))
.saturating_add(Weight::from_parts(4_954, 0).saturating_mul(l.into()))
.saturating_add(T::DbWeight::get().reads(3_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -84,10 +87,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
/// Proof: TransactionStorage BlockTransactions (max_values: Some(1), max_size: Some(36866), added: 37361, mode: MaxEncodedLen)
fn renew() -> Weight {
// Proof Size summary in bytes:
// Measured: `358`
// Estimated: `77744`
// Minimum execution time: 36_219 nanoseconds.
Weight::from_parts(36_979_000, 77744)
// Measured: `326`
// Estimated: `81704`
// Minimum execution time: 41_892_000 picoseconds.
Weight::from_parts(42_802_000, 81704)
.saturating_add(T::DbWeight::get().reads(4_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -103,10 +106,10 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
/// Proof: TransactionStorage Transactions (max_values: None, max_size: Some(36886), added: 39361, mode: MaxEncodedLen)
fn check_proof_max() -> Weight {
// Proof Size summary in bytes:
// Measured: `37177`
// Estimated: `43382`
// Minimum execution time: 55_793 nanoseconds.
Weight::from_parts(57_128_000, 43382)
// Measured: `37145`
// Estimated: `48332`
// Minimum execution time: 63_799_000 picoseconds.
Weight::from_parts(66_145_000, 48332)
.saturating_add(T::DbWeight::get().reads(5_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -124,11 +127,11 @@ impl WeightInfo for () {
fn store(l: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `176`
// Estimated: `38383`
// Minimum execution time: 28_702 nanoseconds.
Weight::from_parts(29_164_000, 38383)
// Estimated: `41353`
// Minimum execution time: 33_286_000 picoseconds.
Weight::from_parts(33_596_000, 41353)
// Standard Error: 2
.saturating_add(Weight::from_parts(5_601, 0).saturating_mul(l.into()))
.saturating_add(Weight::from_parts(4_954, 0).saturating_mul(l.into()))
.saturating_add(RocksDbWeight::get().reads(3_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
@@ -142,10 +145,10 @@ impl WeightInfo for () {
/// Proof: TransactionStorage BlockTransactions (max_values: Some(1), max_size: Some(36866), added: 37361, mode: MaxEncodedLen)
fn renew() -> Weight {
// Proof Size summary in bytes:
// Measured: `358`
// Estimated: `77744`
// Minimum execution time: 36_219 nanoseconds.
Weight::from_parts(36_979_000, 77744)
// Measured: `326`
// Estimated: `81704`
// Minimum execution time: 41_892_000 picoseconds.
Weight::from_parts(42_802_000, 81704)
.saturating_add(RocksDbWeight::get().reads(4_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
@@ -161,10 +164,10 @@ impl WeightInfo for () {
/// Proof: TransactionStorage Transactions (max_values: None, max_size: Some(36886), added: 39361, mode: MaxEncodedLen)
fn check_proof_max() -> Weight {
// Proof Size summary in bytes:
// Measured: `37177`
// Estimated: `43382`
// Minimum execution time: 55_793 nanoseconds.
Weight::from_parts(57_128_000, 43382)
// Measured: `37145`
// Estimated: `48332`
// Minimum execution time: 63_799_000 picoseconds.
Weight::from_parts(66_145_000, 48332)
.saturating_add(RocksDbWeight::get().reads(5_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}