mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 19:51:05 +00:00
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:
committed by
GitHub
parent
b117dbdf08
commit
3a3d93afee
@@ -18,9 +18,9 @@
|
||||
//! Autogenerated weights for pallet_im_online
|
||||
//!
|
||||
//! 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_im_online
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
@@ -68,17 +71,17 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `e` is `[1, 100]`.
|
||||
fn validate_unsigned_and_then_heartbeat(k: u32, e: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `359 + k * (32 ±0)`
|
||||
// Estimated: `10345712 + e * (25 ±0) + k * (64 ±0)`
|
||||
// Minimum execution time: 91_116 nanoseconds.
|
||||
Weight::from_parts(72_526_877, 10345712)
|
||||
// Standard Error: 95
|
||||
.saturating_add(Weight::from_parts(20_461, 0).saturating_mul(k.into()))
|
||||
// Standard Error: 967
|
||||
.saturating_add(Weight::from_parts(307_869, 0).saturating_mul(e.into()))
|
||||
// Measured: `295 + k * (32 ±0)`
|
||||
// Estimated: `10349544 + e * (35 ±0) + k * (64 ±0)`
|
||||
// Minimum execution time: 106_224_000 picoseconds.
|
||||
Weight::from_parts(79_172_319, 10349544)
|
||||
// Standard Error: 259
|
||||
.saturating_add(Weight::from_parts(29_576, 0).saturating_mul(k.into()))
|
||||
// Standard Error: 2_611
|
||||
.saturating_add(Weight::from_parts(422_369, 0).saturating_mul(e.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1_u64))
|
||||
.saturating_add(Weight::from_parts(0, 25).saturating_mul(e.into()))
|
||||
.saturating_add(Weight::from_parts(0, 35).saturating_mul(e.into()))
|
||||
.saturating_add(Weight::from_parts(0, 64).saturating_mul(k.into()))
|
||||
}
|
||||
}
|
||||
@@ -99,17 +102,17 @@ impl WeightInfo for () {
|
||||
/// The range of component `e` is `[1, 100]`.
|
||||
fn validate_unsigned_and_then_heartbeat(k: u32, e: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `359 + k * (32 ±0)`
|
||||
// Estimated: `10345712 + e * (25 ±0) + k * (64 ±0)`
|
||||
// Minimum execution time: 91_116 nanoseconds.
|
||||
Weight::from_parts(72_526_877, 10345712)
|
||||
// Standard Error: 95
|
||||
.saturating_add(Weight::from_parts(20_461, 0).saturating_mul(k.into()))
|
||||
// Standard Error: 967
|
||||
.saturating_add(Weight::from_parts(307_869, 0).saturating_mul(e.into()))
|
||||
// Measured: `295 + k * (32 ±0)`
|
||||
// Estimated: `10349544 + e * (35 ±0) + k * (64 ±0)`
|
||||
// Minimum execution time: 106_224_000 picoseconds.
|
||||
Weight::from_parts(79_172_319, 10349544)
|
||||
// Standard Error: 259
|
||||
.saturating_add(Weight::from_parts(29_576, 0).saturating_mul(k.into()))
|
||||
// Standard Error: 2_611
|
||||
.saturating_add(Weight::from_parts(422_369, 0).saturating_mul(e.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
||||
.saturating_add(Weight::from_parts(0, 25).saturating_mul(e.into()))
|
||||
.saturating_add(Weight::from_parts(0, 35).saturating_mul(e.into()))
|
||||
.saturating_add(Weight::from_parts(0, 64).saturating_mul(k.into()))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user