New Weights for Polkadot / Kusama / Westend (#3305)

This commit is contained in:
Shawn Tabrizi
2021-06-19 06:08:05 +01:00
committed by GitHub
parent 5c16c95bd5
commit 039df45f00
66 changed files with 1193 additions and 1214 deletions
@@ -16,7 +16,7 @@
//! Autogenerated weights for pallet_utility
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 3.0.0
//! DATE: 2021-04-27, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! DATE: 2021-06-19, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 128
// Executed Command:
@@ -44,16 +44,16 @@ use sp_std::marker::PhantomData;
pub struct WeightInfo<T>(PhantomData<T>);
impl<T: frame_system::Config> pallet_utility::WeightInfo for WeightInfo<T> {
fn batch(c: u32, ) -> Weight {
(13_065_000 as Weight)
(14_911_000 as Weight)
// Standard Error: 0
.saturating_add((1_210_000 as Weight).saturating_mul(c as Weight))
.saturating_add((2_456_000 as Weight).saturating_mul(c as Weight))
}
fn as_derivative() -> Weight {
(3_870_000 as Weight)
(5_087_000 as Weight)
}
fn batch_all(c: u32, ) -> Weight {
(13_869_000 as Weight)
(16_211_000 as Weight)
// Standard Error: 0
.saturating_add((1_222_000 as Weight).saturating_mul(c as Weight))
.saturating_add((3_296_000 as Weight).saturating_mul(c as Weight))
}
}