mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-20 15:05:40 +00:00
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:
@@ -13,10 +13,11 @@
|
||||
|
||||
// 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-15, 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`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024
|
||||
@@ -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: 15_306_000 picoseconds.
|
||||
Weight::from_parts(15_970_517, 0)
|
||||
// Minimum execution time: 16_322_000 picoseconds.
|
||||
Weight::from_parts(16_647_215, 0)
|
||||
.saturating_add(Weight::from_parts(0, 4706))
|
||||
// Standard Error: 1_200
|
||||
.saturating_add(Weight::from_parts(35_584, 0).saturating_mul(p.into()))
|
||||
// Standard Error: 665
|
||||
.saturating_add(Weight::from_parts(35_384, 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: 36_735_000 picoseconds.
|
||||
Weight::from_parts(38_433_418, 0)
|
||||
.saturating_add(Weight::from_parts(0, 13997))
|
||||
// Standard Error: 4_494
|
||||
.saturating_add(Weight::from_parts(112_943, 0).saturating_mul(a.into()))
|
||||
// Standard Error: 4_643
|
||||
.saturating_add(Weight::from_parts(12_633, 0).saturating_mul(p.into()))
|
||||
// Estimated: `5698`
|
||||
// Minimum execution time: 40_900_000 picoseconds.
|
||||
Weight::from_parts(41_543_773, 0)
|
||||
.saturating_add(Weight::from_parts(0, 5698))
|
||||
// Standard Error: 4_079
|
||||
.saturating_add(Weight::from_parts(103_858, 0).saturating_mul(a.into()))
|
||||
// Standard Error: 4_214
|
||||
.saturating_add(Weight::from_parts(21_027, 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_549_000 picoseconds.
|
||||
Weight::from_parts(22_450_104, 0)
|
||||
.saturating_add(Weight::from_parts(0, 9291))
|
||||
// Standard Error: 1_348
|
||||
.saturating_add(Weight::from_parts(140_391, 0).saturating_mul(a.into()))
|
||||
// Estimated: `5698`
|
||||
// Minimum execution time: 24_733_000 picoseconds.
|
||||
Weight::from_parts(25_557_471, 0)
|
||||
.saturating_add(Weight::from_parts(0, 5698))
|
||||
// Standard Error: 1_033
|
||||
.saturating_add(Weight::from_parts(133_245, 0).saturating_mul(a.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -108,12 +110,12 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
|
||||
fn reject_announcement(a: u32, _p: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `469 + a * (68 ±0)`
|
||||
// Estimated: `9291`
|
||||
// Minimum execution time: 21_050_000 picoseconds.
|
||||
Weight::from_parts(22_414_628, 0)
|
||||
.saturating_add(Weight::from_parts(0, 9291))
|
||||
// Standard Error: 1_435
|
||||
.saturating_add(Weight::from_parts(143_522, 0).saturating_mul(a.into()))
|
||||
// Estimated: `5698`
|
||||
// Minimum execution time: 24_410_000 picoseconds.
|
||||
Weight::from_parts(25_514_144, 0)
|
||||
.saturating_add(Weight::from_parts(0, 5698))
|
||||
// Standard Error: 1_109
|
||||
.saturating_add(Weight::from_parts(131_095, 0).saturating_mul(a.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -128,14 +130,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: 29_626_000 picoseconds.
|
||||
Weight::from_parts(33_655_611, 0)
|
||||
.saturating_add(Weight::from_parts(0, 13997))
|
||||
// Standard Error: 4_445
|
||||
.saturating_add(Weight::from_parts(132_160, 0).saturating_mul(a.into()))
|
||||
// Standard Error: 4_593
|
||||
.saturating_add(Weight::from_parts(25_266, 0).saturating_mul(p.into()))
|
||||
// Estimated: `5698`
|
||||
// Minimum execution time: 34_136_000 picoseconds.
|
||||
Weight::from_parts(37_134_885, 0)
|
||||
.saturating_add(Weight::from_parts(0, 5698))
|
||||
// Standard Error: 4_280
|
||||
.saturating_add(Weight::from_parts(124_510, 0).saturating_mul(a.into()))
|
||||
// Standard Error: 4_423
|
||||
.saturating_add(Weight::from_parts(18_117, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -146,11 +148,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: 22_666_000 picoseconds.
|
||||
Weight::from_parts(23_370_832, 0)
|
||||
// Minimum execution time: 25_195_000 picoseconds.
|
||||
Weight::from_parts(25_886_778, 0)
|
||||
.saturating_add(Weight::from_parts(0, 4706))
|
||||
// Standard Error: 4_012
|
||||
.saturating_add(Weight::from_parts(60_931, 0).saturating_mul(p.into()))
|
||||
// Standard Error: 840
|
||||
.saturating_add(Weight::from_parts(54_308, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -161,11 +163,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: 21_903_000 picoseconds.
|
||||
Weight::from_parts(23_684_579, 0)
|
||||
// Minimum execution time: 25_191_000 picoseconds.
|
||||
Weight::from_parts(26_135_295, 0)
|
||||
.saturating_add(Weight::from_parts(0, 4706))
|
||||
// Standard Error: 3_512
|
||||
.saturating_add(Weight::from_parts(40_111, 0).saturating_mul(p.into()))
|
||||
// Standard Error: 1_592
|
||||
.saturating_add(Weight::from_parts(56_159, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -176,11 +178,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_131_000 picoseconds.
|
||||
Weight::from_parts(18_751_108, 0)
|
||||
// Minimum execution time: 22_472_000 picoseconds.
|
||||
Weight::from_parts(23_237_113, 0)
|
||||
.saturating_add(Weight::from_parts(0, 4706))
|
||||
// Standard Error: 1_194
|
||||
.saturating_add(Weight::from_parts(22_234, 0).saturating_mul(p.into()))
|
||||
// Standard Error: 956
|
||||
.saturating_add(Weight::from_parts(23_140, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -191,11 +193,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_091_000 picoseconds.
|
||||
Weight::from_parts(24_920_852, 0)
|
||||
// Minimum execution time: 27_176_000 picoseconds.
|
||||
Weight::from_parts(27_923_720, 0)
|
||||
.saturating_add(Weight::from_parts(0, 4706))
|
||||
// Standard Error: 1_419
|
||||
.saturating_add(Weight::from_parts(10_596, 0).saturating_mul(p.into()))
|
||||
// Standard Error: 2_706
|
||||
.saturating_add(Weight::from_parts(2_006, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -206,11 +208,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: 18_969_000 picoseconds.
|
||||
Weight::from_parts(19_639_040, 0)
|
||||
// Minimum execution time: 23_409_000 picoseconds.
|
||||
Weight::from_parts(23_984_022, 0)
|
||||
.saturating_add(Weight::from_parts(0, 4706))
|
||||
// Standard Error: 1_197
|
||||
.saturating_add(Weight::from_parts(21_107, 0).saturating_mul(p.into()))
|
||||
// Standard Error: 768
|
||||
.saturating_add(Weight::from_parts(29_138, 0).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user