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_proxy
//!
//! 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-18, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 128
// Executed Command:
@@ -44,79 +44,75 @@ use sp_std::marker::PhantomData;
pub struct WeightInfo<T>(PhantomData<T>);
impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
fn proxy(p: u32, ) -> Weight {
(22_017_000 as Weight)
(24_799_000 as Weight)
// Standard Error: 1_000
.saturating_add((175_000 as Weight).saturating_mul(p as Weight))
.saturating_add((132_000 as Weight).saturating_mul(p as Weight))
.saturating_add(T::DbWeight::get().reads(1 as Weight))
}
fn proxy_announced(a: u32, p: u32, ) -> Weight {
(51_652_000 as Weight)
// Standard Error: 1_000
.saturating_add((628_000 as Weight).saturating_mul(a as Weight))
// Standard Error: 1_000
.saturating_add((176_000 as Weight).saturating_mul(p as Weight))
(56_202_000 as Weight)
// Standard Error: 6_000
.saturating_add((502_000 as Weight).saturating_mul(a as Weight))
// Standard Error: 7_000
.saturating_add((68_000 as Weight).saturating_mul(p as Weight))
.saturating_add(T::DbWeight::get().reads(3 as Weight))
.saturating_add(T::DbWeight::get().writes(2 as Weight))
}
fn remove_announcement(a: u32, p: u32, ) -> Weight {
(36_218_000 as Weight)
fn remove_announcement(a: u32, _p: u32, ) -> Weight {
(37_003_000 as Weight)
// Standard Error: 1_000
.saturating_add((629_000 as Weight).saturating_mul(a as Weight))
// Standard Error: 1_000
.saturating_add((3_000 as Weight).saturating_mul(p as Weight))
.saturating_add((498_000 as Weight).saturating_mul(a as Weight))
.saturating_add(T::DbWeight::get().reads(2 as Weight))
.saturating_add(T::DbWeight::get().writes(2 as Weight))
}
fn reject_announcement(a: u32, p: u32, ) -> Weight {
(36_031_000 as Weight)
fn reject_announcement(a: u32, _p: u32, ) -> Weight {
(36_932_000 as Weight)
// Standard Error: 1_000
.saturating_add((629_000 as Weight).saturating_mul(a as Weight))
// Standard Error: 1_000
.saturating_add((8_000 as Weight).saturating_mul(p as Weight))
.saturating_add((499_000 as Weight).saturating_mul(a as Weight))
.saturating_add(T::DbWeight::get().reads(2 as Weight))
.saturating_add(T::DbWeight::get().writes(2 as Weight))
}
fn announce(a: u32, p: u32, ) -> Weight {
(48_972_000 as Weight)
(50_165_000 as Weight)
// Standard Error: 1_000
.saturating_add((627_000 as Weight).saturating_mul(a as Weight))
.saturating_add((499_000 as Weight).saturating_mul(a as Weight))
// Standard Error: 1_000
.saturating_add((171_000 as Weight).saturating_mul(p as Weight))
.saturating_add((118_000 as Weight).saturating_mul(p as Weight))
.saturating_add(T::DbWeight::get().reads(3 as Weight))
.saturating_add(T::DbWeight::get().writes(2 as Weight))
}
fn add_proxy(p: u32, ) -> Weight {
(34_635_000 as Weight)
(35_416_000 as Weight)
// Standard Error: 1_000
.saturating_add((247_000 as Weight).saturating_mul(p as Weight))
.saturating_add((191_000 as Weight).saturating_mul(p as Weight))
.saturating_add(T::DbWeight::get().reads(1 as Weight))
.saturating_add(T::DbWeight::get().writes(1 as Weight))
}
fn remove_proxy(p: u32, ) -> Weight {
(34_228_000 as Weight)
// Standard Error: 1_000
.saturating_add((277_000 as Weight).saturating_mul(p as Weight))
(35_237_000 as Weight)
// Standard Error: 2_000
.saturating_add((216_000 as Weight).saturating_mul(p as Weight))
.saturating_add(T::DbWeight::get().reads(1 as Weight))
.saturating_add(T::DbWeight::get().writes(1 as Weight))
}
fn remove_proxies(p: u32, ) -> Weight {
(33_304_000 as Weight)
(33_872_000 as Weight)
// Standard Error: 1_000
.saturating_add((190_000 as Weight).saturating_mul(p as Weight))
.saturating_add((134_000 as Weight).saturating_mul(p as Weight))
.saturating_add(T::DbWeight::get().reads(1 as Weight))
.saturating_add(T::DbWeight::get().writes(1 as Weight))
}
fn anonymous(p: u32, ) -> Weight {
(46_735_000 as Weight)
(47_651_000 as Weight)
// Standard Error: 1_000
.saturating_add((33_000 as Weight).saturating_mul(p as Weight))
.saturating_add((27_000 as Weight).saturating_mul(p as Weight))
.saturating_add(T::DbWeight::get().reads(2 as Weight))
.saturating_add(T::DbWeight::get().writes(1 as Weight))
}
fn kill_anonymous(p: u32, ) -> Weight {
(35_393_000 as Weight)
(35_319_000 as Weight)
// Standard Error: 1_000
.saturating_add((188_000 as Weight).saturating_mul(p as Weight))
.saturating_add((137_000 as Weight).saturating_mul(p as Weight))
.saturating_add(T::DbWeight::get().reads(1 as Weight))
.saturating_add(T::DbWeight::get().writes(1 as Weight))
}