Benchmarks update for release (#355)

* benchmarks update

* Updated benchmarks

* fex benchmarks
This commit is contained in:
Nikita Khateev
2024-11-04 16:36:16 +04:00
committed by GitHub
parent 62f2cd2913
commit 2515d4ea2a
48 changed files with 1920 additions and 1835 deletions
@@ -1,14 +1,14 @@
//! Autogenerated weights for `pallet_timestamp`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
//! DATE: 2024-06-19, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 42.0.0
//! DATE: 2024-11-03, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `ip-172-31-15-118`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
//! WASM-EXECUTION: `Compiled`, CHAIN: `Some("dev")`, DB CACHE: 1024
// Executed Command:
// target/release/parachain-template-node
// target/release/generic-template-node
// benchmark
// pallet
// --steps=50
@@ -38,20 +38,20 @@ impl<T: frame_system::Config> pallet_timestamp::WeightInfo for WeightInfo<T> {
/// Proof: `Aura::CurrentSlot` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `MaxEncodedLen`)
fn set() -> Weight {
// Proof Size summary in bytes:
// Measured: `86`
// Measured: `122`
// Estimated: `1493`
// Minimum execution time: 8_841_000 picoseconds.
Weight::from_parts(9_116_000, 0)
// Minimum execution time: 9_751_000 picoseconds.
Weight::from_parts(10_213_000, 0)
.saturating_add(Weight::from_parts(0, 1493))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(1))
}
fn on_finalize() -> Weight {
// Proof Size summary in bytes:
// Measured: `57`
// Measured: `94`
// Estimated: `0`
// Minimum execution time: 3_488_000 picoseconds.
Weight::from_parts(3_620_000, 0)
// Minimum execution time: 3_838_000 picoseconds.
Weight::from_parts(3_942_000, 0)
.saturating_add(Weight::from_parts(0, 0))
}
}