update weights (#5767)

* polkadot: update weights

* kusama: update weights

* westend: update weights

* rococo: update weights

* Reduce testing constants (#5787)

Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>

Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
This commit is contained in:
Mara Robin B
2022-07-28 21:35:39 +02:00
committed by GitHub
parent bfc9efc944
commit 1a8b087129
128 changed files with 1895 additions and 1895 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-06-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! DATE: 2022-07-08, 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("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_464_000 as Weight)
(19_465_000 as Weight)
// Standard Error: 2_000
.saturating_add((4_505_000 as Weight).saturating_mul(c as Weight))
.saturating_add((4_284_000 as Weight).saturating_mul(c as Weight))
}
fn as_derivative() -> Weight {
(5_859_000 as Weight)
(5_393_000 as Weight)
}
/// The range of component `c` is `[0, 1000]`.
fn batch_all(c: u32, ) -> Weight {
(17_829_000 as Weight)
// Standard Error: 2_000
.saturating_add((4_760_000 as Weight).saturating_mul(c as Weight))
(19_011_000 as Weight)
// Standard Error: 3_000
.saturating_add((4_590_000 as Weight).saturating_mul(c as Weight))
}
fn dispatch_as() -> Weight {
(12_995_000 as Weight)
(12_914_000 as Weight)
}
/// The range of component `c` is `[0, 1000]`.
fn force_batch(c: u32, ) -> Weight {
(16_571_000 as Weight)
(9_981_000 as Weight)
// Standard Error: 2_000
.saturating_add((4_485_000 as Weight).saturating_mul(c as Weight))
.saturating_add((4_290_000 as Weight).saturating_mul(c as Weight))
}
}