update weights (sync with 0.9.42) (#7149)

* polkadot: update weights

* westend: update weights

* kusama: update weights

* rococo: update weights
This commit is contained in:
Mara Robin B
2023-05-02 15:12:47 +02:00
committed by GitHub
parent 0ae0393042
commit d50ff483f8
163 changed files with 7550 additions and 6818 deletions
@@ -13,12 +13,13 @@
// You should have received a copy of the GNU General Public License
// along with Polkadot. If not, see <http://www.gnu.org/licenses/>.
//! Autogenerated weights for `pallet_proxy`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! DATE: 2023-04-28, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("rococo-dev"), DB CACHE: 1024
// Executed Command:
@@ -38,9 +39,10 @@
#![cfg_attr(rustfmt, rustfmt_skip)]
#![allow(unused_parens)]
#![allow(unused_imports)]
#![allow(missing_docs)]
use frame_support::{traits::Get, weights::Weight};
use sp_std::marker::PhantomData;
use core::marker::PhantomData;
/// Weight functions for `pallet_proxy`.
pub struct WeightInfo<T>(PhantomData<T>);
@@ -52,11 +54,11 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `227 + p * (37 ±0)`
// Estimated: `4706`
// Minimum execution time: 16_792_000 picoseconds.
Weight::from_parts(17_791_507, 0)
// Minimum execution time: 16_505_000 picoseconds.
Weight::from_parts(16_943_071, 0)
.saturating_add(Weight::from_parts(0, 4706))
// Standard Error: 2_286
.saturating_add(Weight::from_parts(7_086, 0).saturating_mul(p.into()))
// Standard Error: 696
.saturating_add(Weight::from_parts(35_949, 0).saturating_mul(p.into()))
.saturating_add(T::DbWeight::get().reads(1))
}
/// Storage: Proxy Proxies (r:1 w:0)
@@ -70,14 +72,14 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
fn proxy_announced(a: u32, p: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `554 + a * (68 ±0) + p * (37 ±0)`
// Estimated: `13997`
// Minimum execution time: 34_850_000 picoseconds.
Weight::from_parts(36_061_122, 0)
.saturating_add(Weight::from_parts(0, 13997))
// Standard Error: 1_943
.saturating_add(Weight::from_parts(161_417, 0).saturating_mul(a.into()))
// Standard Error: 2_007
.saturating_add(Weight::from_parts(18_605, 0).saturating_mul(p.into()))
// Estimated: `5698`
// Minimum execution time: 38_268_000 picoseconds.
Weight::from_parts(37_825_204, 0)
.saturating_add(Weight::from_parts(0, 5698))
// Standard Error: 1_449
.saturating_add(Weight::from_parts(158_908, 0).saturating_mul(a.into()))
// Standard Error: 1_497
.saturating_add(Weight::from_parts(38_472, 0).saturating_mul(p.into()))
.saturating_add(T::DbWeight::get().reads(3))
.saturating_add(T::DbWeight::get().writes(2))
}
@@ -90,12 +92,12 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
fn remove_announcement(a: u32, _p: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `469 + a * (68 ±0)`
// Estimated: `9291`
// Minimum execution time: 21_487_000 picoseconds.
Weight::from_parts(23_124_848, 0)
.saturating_add(Weight::from_parts(0, 9291))
// Standard Error: 1_579
.saturating_add(Weight::from_parts(156_959, 0).saturating_mul(a.into()))
// Estimated: `5698`
// Minimum execution time: 24_730_000 picoseconds.
Weight::from_parts(25_733_289, 0)
.saturating_add(Weight::from_parts(0, 5698))
// Standard Error: 1_055
.saturating_add(Weight::from_parts(145_391, 0).saturating_mul(a.into()))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(2))
}
@@ -105,15 +107,17 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
/// The range of component `a` is `[0, 31]`.
/// The range of component `p` is `[1, 31]`.
fn reject_announcement(a: u32, _p: u32, ) -> Weight {
fn reject_announcement(a: u32, p: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `469 + a * (68 ±0)`
// Estimated: `9291`
// Minimum execution time: 21_438_000 picoseconds.
Weight::from_parts(23_160_789, 0)
.saturating_add(Weight::from_parts(0, 9291))
// Standard Error: 1_598
.saturating_add(Weight::from_parts(156_098, 0).saturating_mul(a.into()))
// Estimated: `5698`
// Minimum execution time: 24_809_000 picoseconds.
Weight::from_parts(25_578_846, 0)
.saturating_add(Weight::from_parts(0, 5698))
// Standard Error: 1_305
.saturating_add(Weight::from_parts(145_393, 0).saturating_mul(a.into()))
// Standard Error: 1_348
.saturating_add(Weight::from_parts(1_499, 0).saturating_mul(p.into()))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(2))
}
@@ -128,14 +132,14 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
fn announce(a: u32, p: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `486 + a * (68 ±0) + p * (37 ±0)`
// Estimated: `13997`
// Minimum execution time: 30_218_000 picoseconds.
Weight::from_parts(31_825_043, 0)
.saturating_add(Weight::from_parts(0, 13997))
// Standard Error: 1_875
.saturating_add(Weight::from_parts(157_006, 0).saturating_mul(a.into()))
// Standard Error: 1_938
.saturating_add(Weight::from_parts(20_623, 0).saturating_mul(p.into()))
// Estimated: `5698`
// Minimum execution time: 34_395_000 picoseconds.
Weight::from_parts(34_174_607, 0)
.saturating_add(Weight::from_parts(0, 5698))
// Standard Error: 1_134
.saturating_add(Weight::from_parts(141_361, 0).saturating_mul(a.into()))
// Standard Error: 1_171
.saturating_add(Weight::from_parts(27_624, 0).saturating_mul(p.into()))
.saturating_add(T::DbWeight::get().reads(3))
.saturating_add(T::DbWeight::get().writes(2))
}
@@ -146,11 +150,11 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `227 + p * (37 ±0)`
// Estimated: `4706`
// Minimum execution time: 23_261_000 picoseconds.
Weight::from_parts(24_156_673, 0)
// Minimum execution time: 25_525_000 picoseconds.
Weight::from_parts(26_127_839, 0)
.saturating_add(Weight::from_parts(0, 4706))
// Standard Error: 1_526
.saturating_add(Weight::from_parts(48_329, 0).saturating_mul(p.into()))
// Standard Error: 1_053
.saturating_add(Weight::from_parts(52_404, 0).saturating_mul(p.into()))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
@@ -161,11 +165,11 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `227 + p * (37 ±0)`
// Estimated: `4706`
// Minimum execution time: 23_301_000 picoseconds.
Weight::from_parts(24_016_174, 0)
// Minimum execution time: 25_437_000 picoseconds.
Weight::from_parts(26_363_878, 0)
.saturating_add(Weight::from_parts(0, 4706))
// Standard Error: 1_532
.saturating_add(Weight::from_parts(67_521, 0).saturating_mul(p.into()))
// Standard Error: 1_408
.saturating_add(Weight::from_parts(55_801, 0).saturating_mul(p.into()))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
@@ -176,11 +180,11 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `227 + p * (37 ±0)`
// Estimated: `4706`
// Minimum execution time: 18_071_000 picoseconds.
Weight::from_parts(18_952_655, 0)
// Minimum execution time: 22_648_000 picoseconds.
Weight::from_parts(23_187_461, 0)
.saturating_add(Weight::from_parts(0, 4706))
// Standard Error: 1_384
.saturating_add(Weight::from_parts(36_493, 0).saturating_mul(p.into()))
// Standard Error: 916
.saturating_add(Weight::from_parts(30_581, 0).saturating_mul(p.into()))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
@@ -191,11 +195,11 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `239`
// Estimated: `4706`
// Minimum execution time: 24_924_000 picoseconds.
Weight::from_parts(26_006_506, 0)
// Minimum execution time: 27_369_000 picoseconds.
Weight::from_parts(27_917_132, 0)
.saturating_add(Weight::from_parts(0, 4706))
// Standard Error: 1_444
.saturating_add(Weight::from_parts(584, 0).saturating_mul(p.into()))
// Standard Error: 621
.saturating_add(Weight::from_parts(6_589, 0).saturating_mul(p.into()))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
@@ -206,11 +210,11 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `264 + p * (37 ±0)`
// Estimated: `4706`
// Minimum execution time: 19_012_000 picoseconds.
Weight::from_parts(19_845_857, 0)
// Minimum execution time: 23_624_000 picoseconds.
Weight::from_parts(24_209_898, 0)
.saturating_add(Weight::from_parts(0, 4706))
// Standard Error: 1_382
.saturating_add(Weight::from_parts(35_446, 0).saturating_mul(p.into()))
// Standard Error: 645
.saturating_add(Weight::from_parts(31_318, 0).saturating_mul(p.into()))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}