update weights (#5601)

* polkadot: update weights

* kusama: update weights

* westend: update weights

* rococo: update weights
This commit is contained in:
Mara Robin B
2022-05-30 12:41:11 +02:00
committed by GitHub
parent 026848c932
commit 3ea40ba1f7
129 changed files with 1938 additions and 1963 deletions
@@ -16,7 +16,7 @@
//! Autogenerated weights for `frame_benchmarking::baseline`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2022-05-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! DATE: 2022-05-25, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
// Executed Command:
@@ -45,37 +45,37 @@ use sp_std::marker::PhantomData;
pub struct WeightInfo<T>(PhantomData<T>);
impl<T: frame_system::Config> frame_benchmarking::baseline::WeightInfo for WeightInfo<T> {
fn addition(_i: u32, ) -> Weight {
(162_000 as Weight)
(120_000 as Weight)
}
fn subtraction(_i: u32, ) -> Weight {
(157_000 as Weight)
(113_000 as Weight)
}
fn multiplication(_i: u32, ) -> Weight {
(157_000 as Weight)
(113_000 as Weight)
}
fn division(_i: u32, ) -> Weight {
(154_000 as Weight)
(118_000 as Weight)
}
fn hashing(_i: u32, ) -> Weight {
(19_250_882_000 as Weight)
(19_769_401_000 as Weight)
}
fn sr25519_verification(i: u32, ) -> Weight {
(0 as Weight)
// Standard Error: 15_000
.saturating_add((47_377_000 as Weight).saturating_mul(i as Weight))
// Standard Error: 16_000
.saturating_add((47_453_000 as Weight).saturating_mul(i as Weight))
}
// Storage: Skipped Metadata (r:0 w:0)
fn storage_read(i: u32, ) -> Weight {
(0 as Weight)
// Standard Error: 3_000
.saturating_add((2_093_000 as Weight).saturating_mul(i as Weight))
.saturating_add((2_035_000 as Weight).saturating_mul(i as Weight))
.saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(i as Weight)))
}
// Storage: Skipped Metadata (r:0 w:0)
fn storage_write(i: u32, ) -> Weight {
(0 as Weight)
// Standard Error: 0
.saturating_add((314_000 as Weight).saturating_mul(i as Weight))
.saturating_add((321_000 as Weight).saturating_mul(i as Weight))
.saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(i as Weight)))
}
}