mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-24 10:05:48 +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,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_scheduler`
|
||||
//!
|
||||
//! 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_scheduler`.
|
||||
pub struct WeightInfo<T>(PhantomData<T>);
|
||||
@@ -51,8 +53,8 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `69`
|
||||
// Estimated: `1489`
|
||||
// Minimum execution time: 4_960_000 picoseconds.
|
||||
Weight::from_parts(5_149_000, 0)
|
||||
// Minimum execution time: 4_795_000 picoseconds.
|
||||
Weight::from_parts(5_028_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 1489))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
@@ -64,11 +66,11 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `116 + s * (177 ±0)`
|
||||
// Estimated: `42428`
|
||||
// Minimum execution time: 4_653_000 picoseconds.
|
||||
Weight::from_parts(7_734_868, 0)
|
||||
// Minimum execution time: 4_599_000 picoseconds.
|
||||
Weight::from_parts(7_088_366, 0)
|
||||
.saturating_add(Weight::from_parts(0, 42428))
|
||||
// Standard Error: 2_115
|
||||
.saturating_add(Weight::from_parts(944_709, 0).saturating_mul(s.into()))
|
||||
// Standard Error: 9_003
|
||||
.saturating_add(Weight::from_parts(802_737, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -76,8 +78,8 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 5_887_000 picoseconds.
|
||||
Weight::from_parts(6_120_000, 0)
|
||||
// Minimum execution time: 5_805_000 picoseconds.
|
||||
Weight::from_parts(5_937_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 0))
|
||||
}
|
||||
/// Storage: Preimage PreimageFor (r:1 w:1)
|
||||
@@ -88,12 +90,12 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
|
||||
fn service_task_fetched(s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `251 + s * (1 ±0)`
|
||||
// Estimated: `7272 + s * (1 ±0)`
|
||||
// Minimum execution time: 20_952_000 picoseconds.
|
||||
Weight::from_parts(21_209_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 7272))
|
||||
// Standard Error: 5
|
||||
.saturating_add(Weight::from_parts(1_193, 0).saturating_mul(s.into()))
|
||||
// Estimated: `3716 + s * (1 ±0)`
|
||||
// Minimum execution time: 20_945_000 picoseconds.
|
||||
Weight::from_parts(21_086_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 3716))
|
||||
// Standard Error: 1
|
||||
.saturating_add(Weight::from_parts(1_167, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
.saturating_add(Weight::from_parts(0, 1).saturating_mul(s.into()))
|
||||
@@ -104,8 +106,8 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 7_541_000 picoseconds.
|
||||
Weight::from_parts(7_811_000, 0)
|
||||
// Minimum execution time: 7_436_000 picoseconds.
|
||||
Weight::from_parts(7_555_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 0))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -113,24 +115,24 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 5_925_000 picoseconds.
|
||||
Weight::from_parts(6_053_000, 0)
|
||||
// Minimum execution time: 5_789_000 picoseconds.
|
||||
Weight::from_parts(5_931_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 0))
|
||||
}
|
||||
fn execute_dispatch_signed() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 3_178_000 picoseconds.
|
||||
Weight::from_parts(3_277_000, 0)
|
||||
// Minimum execution time: 2_977_000 picoseconds.
|
||||
Weight::from_parts(3_081_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 0))
|
||||
}
|
||||
fn execute_dispatch_unsigned() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 3_206_000 picoseconds.
|
||||
Weight::from_parts(3_295_000, 0)
|
||||
// Minimum execution time: 2_989_000 picoseconds.
|
||||
Weight::from_parts(3_054_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 0))
|
||||
}
|
||||
/// Storage: Scheduler Agenda (r:1 w:1)
|
||||
@@ -140,11 +142,11 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `116 + s * (177 ±0)`
|
||||
// Estimated: `42428`
|
||||
// Minimum execution time: 15_345_000 picoseconds.
|
||||
Weight::from_parts(18_725_551, 0)
|
||||
// Minimum execution time: 15_000_000 picoseconds.
|
||||
Weight::from_parts(18_076_384, 0)
|
||||
.saturating_add(Weight::from_parts(0, 42428))
|
||||
// Standard Error: 2_098
|
||||
.saturating_add(Weight::from_parts(927_752, 0).saturating_mul(s.into()))
|
||||
// Standard Error: 1_747
|
||||
.saturating_add(Weight::from_parts(764_835, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -157,11 +159,11 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `116 + s * (177 ±0)`
|
||||
// Estimated: `42428`
|
||||
// Minimum execution time: 19_638_000 picoseconds.
|
||||
Weight::from_parts(18_170_833, 0)
|
||||
// Minimum execution time: 19_071_000 picoseconds.
|
||||
Weight::from_parts(18_743_837, 0)
|
||||
.saturating_add(Weight::from_parts(0, 42428))
|
||||
// Standard Error: 12_752
|
||||
.saturating_add(Weight::from_parts(1_764_746, 0).saturating_mul(s.into()))
|
||||
// Standard Error: 1_850
|
||||
.saturating_add(Weight::from_parts(1_372_466, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -173,12 +175,12 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
|
||||
fn schedule_named(s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `293 + s * (185 ±0)`
|
||||
// Estimated: `45941`
|
||||
// Minimum execution time: 18_247_000 picoseconds.
|
||||
Weight::from_parts(26_440_491, 0)
|
||||
.saturating_add(Weight::from_parts(0, 45941))
|
||||
// Standard Error: 13_283
|
||||
.saturating_add(Weight::from_parts(884_870, 0).saturating_mul(s.into()))
|
||||
// Estimated: `42428`
|
||||
// Minimum execution time: 18_168_000 picoseconds.
|
||||
Weight::from_parts(22_087_946, 0)
|
||||
.saturating_add(Weight::from_parts(0, 42428))
|
||||
// Standard Error: 2_647
|
||||
.saturating_add(Weight::from_parts(797_181, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -190,12 +192,12 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
|
||||
fn cancel_named(s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `319 + s * (185 ±0)`
|
||||
// Estimated: `45941`
|
||||
// Minimum execution time: 20_584_000 picoseconds.
|
||||
Weight::from_parts(20_984_461, 0)
|
||||
.saturating_add(Weight::from_parts(0, 45941))
|
||||
// Standard Error: 2_852
|
||||
.saturating_add(Weight::from_parts(1_712_589, 0).saturating_mul(s.into()))
|
||||
// Estimated: `42428`
|
||||
// Minimum execution time: 20_491_000 picoseconds.
|
||||
Weight::from_parts(20_941_285, 0)
|
||||
.saturating_add(Weight::from_parts(0, 42428))
|
||||
// Standard Error: 2_239
|
||||
.saturating_add(Weight::from_parts(1_394_179, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user