update weights (#5911)

* rococo: update weigths

* polkadot: update weigths

* kusama: update weigths

* westend: update weights

Co-authored-by: parity-processbot <>
This commit is contained in:
Mara Robin B
2022-08-25 12:11:40 +02:00
committed by GitHub
parent 09e91acb86
commit 83217b3e04
128 changed files with 1943 additions and 1946 deletions
@@ -16,8 +16,8 @@
//! Autogenerated weights for `pallet_utility`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2022-07-28, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! DATE: 2022-08-19, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024
// Executed Command:
@@ -46,26 +46,26 @@ pub struct WeightInfo<T>(PhantomData<T>);
impl<T: frame_system::Config> pallet_utility::WeightInfo for WeightInfo<T> {
/// The range of component `c` is `[0, 1000]`.
fn batch(c: u32, ) -> Weight {
(13_255_000 as Weight)
(21_263_000 as Weight)
// Standard Error: 2_000
.saturating_add((4_317_000 as Weight).saturating_mul(c as Weight))
.saturating_add((4_568_000 as Weight).saturating_mul(c as Weight))
}
fn as_derivative() -> Weight {
(5_226_000 as Weight)
(5_489_000 as Weight)
}
/// The range of component `c` is `[0, 1000]`.
fn batch_all(c: u32, ) -> Weight {
(10_127_000 as Weight)
(12_474_000 as Weight)
// Standard Error: 3_000
.saturating_add((4_608_000 as Weight).saturating_mul(c as Weight))
.saturating_add((4_877_000 as Weight).saturating_mul(c as Weight))
}
fn dispatch_as() -> Weight {
(12_488_000 as Weight)
(12_745_000 as Weight)
}
/// The range of component `c` is `[0, 1000]`.
fn force_batch(c: u32, ) -> Weight {
(2_319_000 as Weight)
// Standard Error: 4_000
.saturating_add((4_297_000 as Weight).saturating_mul(c as Weight))
(21_712_000 as Weight)
// Standard Error: 2_000
.saturating_add((4_569_000 as Weight).saturating_mul(c as Weight))
}
}