[WIP] Update weights in prep for v0.8.27 (#2097)

* Update weights for polkadot

* add Kusama weights

* add westend weights

* remove claims weight files

claims still uses in-line weights which is fine cause it is a polkadot specific pallet

Co-authored-by: Parity Benchmarking Bot <admin@parity.io>
Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com>
This commit is contained in:
Martin Pugh
2020-12-10 10:13:40 +01:00
committed by GitHub
parent 0e885a3a71
commit 418f38c335
44 changed files with 1293 additions and 931 deletions
@@ -13,13 +13,14 @@
// You should have received a copy of the GNU General Public License
// along with Polkadot. If not, see <http://www.gnu.org/licenses/>.
//! Weights for pallet_proxy
//! Autogenerated weights for pallet_proxy
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 2.0.0
//! DATE: 2020-10-31, STEPS: [50, ], REPEAT: 20, LOW RANGE: [], HIGH RANGE: []
//! DATE: 2020-12-09, STEPS: [50, ], REPEAT: 20, LOW RANGE: [], HIGH RANGE: []
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 128
// Executed Command:
// ./target/release/polkadot
// target/release/polkadot
// benchmark
// --chain=westend-dev
// --steps=50
@@ -43,65 +44,77 @@ 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 {
(29_891_000 as Weight)
.saturating_add((182_000 as Weight).saturating_mul(p as Weight))
(31_451_000 as Weight)
// Standard Error: 1_000
.saturating_add((190_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 {
(63_230_000 as Weight)
.saturating_add((813_000 as Weight).saturating_mul(a as Weight))
.saturating_add((187_000 as Weight).saturating_mul(p as Weight))
(65_914_000 as Weight)
// Standard Error: 1_000
.saturating_add((822_000 as Weight).saturating_mul(a as Weight))
// Standard Error: 1_000
.saturating_add((183_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 {
(40_140_000 as Weight)
.saturating_add((812_000 as Weight).saturating_mul(a as Weight))
(41_597_000 as Weight)
// Standard Error: 1_000
.saturating_add((821_000 as Weight).saturating_mul(a as Weight))
// Standard Error: 1_000
.saturating_add((11_000 as Weight).saturating_mul(p 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 {
(40_219_000 as Weight)
.saturating_add((810_000 as Weight).saturating_mul(a as Weight))
.saturating_add((9_000 as Weight).saturating_mul(p as Weight))
fn reject_announcement(a: u32, _p: u32, ) -> Weight {
(46_884_000 as Weight)
// Standard Error: 12_000
.saturating_add((886_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 {
(63_882_000 as Weight)
.saturating_add((705_000 as Weight).saturating_mul(a as Weight))
.saturating_add((185_000 as Weight).saturating_mul(p as Weight))
(66_635_000 as Weight)
// Standard Error: 1_000
.saturating_add((716_000 as Weight).saturating_mul(a as Weight))
// Standard Error: 1_000
.saturating_add((188_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 {
(42_991_000 as Weight)
.saturating_add((200_000 as Weight).saturating_mul(p as Weight))
(44_921_000 as Weight)
// Standard Error: 1_000
.saturating_add((193_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 {
(38_502_000 as Weight)
.saturating_add((232_000 as Weight).saturating_mul(p as Weight))
(40_276_000 as Weight)
// Standard Error: 1_000
.saturating_add((230_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 {
(36_781_000 as Weight)
(38_385_000 as Weight)
// Standard Error: 1_000
.saturating_add((187_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 {
(60_757_000 as Weight)
.saturating_add((26_000 as Weight).saturating_mul(p as Weight))
(63_987_000 as Weight)
// Standard Error: 1_000
.saturating_add((29_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 {
(39_333_000 as Weight)
.saturating_add((187_000 as Weight).saturating_mul(p as Weight))
(41_015_000 as Weight)
// Standard Error: 2_000
.saturating_add((189_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))
}