transfer ownership of uniques looks cheaper. (#1302)

batch all now looking a bit expensive compared to batch. no big changes.
This commit is contained in:
Squirrel
2022-05-27 11:49:55 +01:00
committed by GitHub
parent 37db8aec2d
commit 586ba3b26b
33 changed files with 630 additions and 619 deletions
@@ -17,12 +17,13 @@
//! Autogenerated weights for `pallet_proxy`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2022-03-28, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! DATE: 2022-05-25, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("statemine-dev"), DB CACHE: 1024
// Executed Command:
// ./target/production/polkadot-collator
// ./target/production/polkadot-parachain
// benchmark
// pallet
// --chain=statemine-dev
// --execution=wasm
// --wasm-execution=compiled
@@ -32,7 +33,7 @@
// --repeat=20
// --json-file=./bench-statemine.json
// --header=./file_header.txt
// --output=./polkadot-parachains/statemine/src/weights
// --output=./parachains/runtimes/assets/statemine/src/weights
#![cfg_attr(rustfmt, rustfmt_skip)]
#![allow(unused_parens)]
@@ -46,42 +47,42 @@ pub struct WeightInfo<T>(PhantomData<T>);
impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
// Storage: Proxy Proxies (r:1 w:0)
fn proxy(p: u32, ) -> Weight {
(13_530_000 as Weight)
// Standard Error: 2_000
.saturating_add((91_000 as Weight).saturating_mul(p as Weight))
(13_370_000 as Weight)
// Standard Error: 1_000
.saturating_add((76_000 as Weight).saturating_mul(p as Weight))
.saturating_add(T::DbWeight::get().reads(1 as Weight))
}
// Storage: Proxy Proxies (r:1 w:0)
// Storage: Proxy Announcements (r:1 w:1)
// Storage: System Account (r:1 w:1)
fn proxy_announced(a: u32, p: u32, ) -> Weight {
(29_316_000 as Weight)
// Standard Error: 1_000
.saturating_add((218_000 as Weight).saturating_mul(a as Weight))
// Standard Error: 1_000
.saturating_add((92_000 as Weight).saturating_mul(p as Weight))
(29_628_000 as Weight)
// Standard Error: 2_000
.saturating_add((172_000 as Weight).saturating_mul(a as Weight))
// Standard Error: 2_000
.saturating_add((91_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))
}
// Storage: Proxy Announcements (r:1 w:1)
// Storage: System Account (r:1 w:1)
fn remove_announcement(a: u32, p: u32, ) -> Weight {
(19_752_000 as Weight)
// Standard Error: 1_000
.saturating_add((230_000 as Weight).saturating_mul(a as Weight))
// Standard Error: 1_000
.saturating_add((14_000 as Weight).saturating_mul(p as Weight))
(20_690_000 as Weight)
// Standard Error: 2_000
.saturating_add((178_000 as Weight).saturating_mul(a as Weight))
// Standard Error: 2_000
.saturating_add((25_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))
}
// Storage: Proxy Announcements (r:1 w:1)
// Storage: System Account (r:1 w:1)
fn reject_announcement(a: u32, p: u32, ) -> Weight {
(19_699_000 as Weight)
(20_705_000 as Weight)
// Standard Error: 1_000
.saturating_add((231_000 as Weight).saturating_mul(a as Weight))
.saturating_add((172_000 as Weight).saturating_mul(a as Weight))
// Standard Error: 1_000
.saturating_add((16_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(2 as Weight))
}
@@ -89,52 +90,52 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
// Storage: Proxy Announcements (r:1 w:1)
// Storage: System Account (r:1 w:1)
fn announce(a: u32, p: u32, ) -> Weight {
(27_298_000 as Weight)
// Standard Error: 1_000
.saturating_add((218_000 as Weight).saturating_mul(a as Weight))
// Standard Error: 1_000
.saturating_add((88_000 as Weight).saturating_mul(p as Weight))
(28_504_000 as Weight)
// Standard Error: 2_000
.saturating_add((154_000 as Weight).saturating_mul(a as Weight))
// Standard Error: 2_000
.saturating_add((82_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))
}
// Storage: Proxy Proxies (r:1 w:1)
fn add_proxy(p: u32, ) -> Weight {
(22_349_000 as Weight)
// Standard Error: 2_000
.saturating_add((147_000 as Weight).saturating_mul(p as Weight))
(23_725_000 as Weight)
// Standard Error: 3_000
.saturating_add((107_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))
}
// Storage: Proxy Proxies (r:1 w:1)
fn remove_proxy(p: u32, ) -> Weight {
(18_618_000 as Weight)
(23_878_000 as Weight)
// Standard Error: 2_000
.saturating_add((161_000 as Weight).saturating_mul(p as Weight))
.saturating_add((104_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))
}
// Storage: Proxy Proxies (r:1 w:1)
fn remove_proxies(p: u32, ) -> Weight {
(18_655_000 as Weight)
// Standard Error: 1_000
.saturating_add((85_000 as Weight).saturating_mul(p as Weight))
(19_794_000 as Weight)
// Standard Error: 2_000
.saturating_add((66_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))
}
// Storage: unknown [0x3a65787472696e7369635f696e646578] (r:1 w:0)
// Storage: Proxy Proxies (r:1 w:1)
fn anonymous(p: u32, ) -> Weight {
(25_367_000 as Weight)
(26_583_000 as Weight)
// Standard Error: 2_000
.saturating_add((29_000 as Weight).saturating_mul(p as Weight))
.saturating_add((21_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))
}
// Storage: Proxy Proxies (r:1 w:1)
fn kill_anonymous(p: u32, ) -> Weight {
(19_688_000 as Weight)
// Standard Error: 1_000
.saturating_add((84_000 as Weight).saturating_mul(p as Weight))
(20_573_000 as Weight)
// Standard Error: 2_000
.saturating_add((68_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))
}