update weights (0.9.37) (#6546) (#6555)

* kusama: update weights

* polkadot: update weights

* westend: update weights

* rococo: update weights
This commit is contained in:
Mara Robin B
2023-01-19 14:43:19 +01:00
committed by GitHub
parent ad8c2aff5e
commit 8ff50d0fa7
157 changed files with 6297 additions and 6465 deletions
@@ -16,8 +16,8 @@
//! Autogenerated weights for `frame_benchmarking::baseline`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2022-11-16, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("rococo-dev"), DB CACHE: 1024
// Executed Command:
@@ -46,52 +46,54 @@ pub struct WeightInfo<T>(PhantomData<T>);
impl<T: frame_system::Config> frame_benchmarking::baseline::WeightInfo for WeightInfo<T> {
/// The range of component `i` is `[0, 1000000]`.
fn addition(_i: u32, ) -> Weight {
// Minimum execution time: 104 nanoseconds.
Weight::from_ref_time(136_098 as u64)
// Minimum execution time: 106 nanoseconds.
Weight::from_ref_time(129_895)
}
/// The range of component `i` is `[0, 1000000]`.
fn subtraction(_i: u32, ) -> Weight {
// Minimum execution time: 101 nanoseconds.
Weight::from_ref_time(141_859 as u64)
// Minimum execution time: 98 nanoseconds.
Weight::from_ref_time(124_048)
}
/// The range of component `i` is `[0, 1000000]`.
fn multiplication(_i: u32, ) -> Weight {
// Minimum execution time: 106 nanoseconds.
Weight::from_ref_time(142_767 as u64)
// Minimum execution time: 101 nanoseconds.
Weight::from_ref_time(125_515)
}
/// The range of component `i` is `[0, 1000000]`.
fn division(_i: u32, ) -> Weight {
// Minimum execution time: 107 nanoseconds.
Weight::from_ref_time(145_251 as u64)
// Minimum execution time: 98 nanoseconds.
Weight::from_ref_time(129_039)
}
/// The range of component `i` is `[0, 100]`.
fn hashing(_i: u32, ) -> Weight {
// Minimum execution time: 19_899_457 nanoseconds.
Weight::from_ref_time(20_127_184_762 as u64)
fn hashing(i: u32, ) -> Weight {
// Minimum execution time: 20_256_129 nanoseconds.
Weight::from_ref_time(20_455_469_142)
// Standard Error: 107_821
.saturating_add(Weight::from_ref_time(552_430).saturating_mul(i.into()))
}
/// The range of component `i` is `[0, 100]`.
fn sr25519_verification(i: u32, ) -> Weight {
// Minimum execution time: 140 nanoseconds.
Weight::from_ref_time(160_000 as u64)
// Standard Error: 8_692
.saturating_add(Weight::from_ref_time(47_038_394 as u64).saturating_mul(i as u64))
// Minimum execution time: 128 nanoseconds.
Weight::from_ref_time(147_000)
// Standard Error: 18_388
.saturating_add(Weight::from_ref_time(47_422_896).saturating_mul(i.into()))
}
// Storage: Skipped Metadata (r:0 w:0)
/// The range of component `i` is `[0, 1000]`.
fn storage_read(i: u32, ) -> Weight {
// Minimum execution time: 107 nanoseconds.
Weight::from_ref_time(117_000 as u64)
// Standard Error: 4_352
.saturating_add(Weight::from_ref_time(1_945_080 as u64).saturating_mul(i as u64))
.saturating_add(T::DbWeight::get().reads((1 as u64).saturating_mul(i as u64)))
// Minimum execution time: 110 nanoseconds.
Weight::from_ref_time(117_000)
// Standard Error: 4_031
.saturating_add(Weight::from_ref_time(1_946_581).saturating_mul(i.into()))
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(i.into())))
}
// Storage: Skipped Metadata (r:0 w:0)
/// The range of component `i` is `[0, 1000]`.
fn storage_write(i: u32, ) -> Weight {
// Minimum execution time: 112 nanoseconds.
Weight::from_ref_time(118_000 as u64)
// Standard Error: 835
.saturating_add(Weight::from_ref_time(321_096 as u64).saturating_mul(i as u64))
.saturating_add(T::DbWeight::get().writes((1 as u64).saturating_mul(i as u64)))
// Minimum execution time: 130 nanoseconds.
Weight::from_ref_time(134_000)
// Standard Error: 902
.saturating_add(Weight::from_ref_time(333_197).saturating_mul(i.into()))
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into())))
}
}