mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 22:41:02 +00:00
* kusama: update weights * polkadot: update weights * westend: update weights * rococo: update weights
This commit is contained in:
@@ -16,8 +16,8 @@
|
||||
//! Autogenerated weights for `pallet_utility`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2022-11-15, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -46,31 +46,31 @@ pub struct WeightInfo<T>(PhantomData<T>);
|
||||
impl<T: frame_system::Config> pallet_utility::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `c` is `[0, 1000]`.
|
||||
fn batch(c: u32, ) -> Weight {
|
||||
// Minimum execution time: 12_032 nanoseconds.
|
||||
Weight::from_ref_time(19_173_385 as u64)
|
||||
// Standard Error: 2_090
|
||||
.saturating_add(Weight::from_ref_time(3_609_818 as u64).saturating_mul(c as u64))
|
||||
// Minimum execution time: 11_976 nanoseconds.
|
||||
Weight::from_ref_time(23_445_156)
|
||||
// Standard Error: 2_295
|
||||
.saturating_add(Weight::from_ref_time(3_326_327).saturating_mul(c.into()))
|
||||
}
|
||||
fn as_derivative() -> Weight {
|
||||
// Minimum execution time: 6_100 nanoseconds.
|
||||
Weight::from_ref_time(6_336_000 as u64)
|
||||
// Minimum execution time: 6_177 nanoseconds.
|
||||
Weight::from_ref_time(6_258_000)
|
||||
}
|
||||
/// The range of component `c` is `[0, 1000]`.
|
||||
fn batch_all(c: u32, ) -> Weight {
|
||||
// Minimum execution time: 12_371 nanoseconds.
|
||||
Weight::from_ref_time(21_670_546 as u64)
|
||||
// Standard Error: 2_316
|
||||
.saturating_add(Weight::from_ref_time(3_762_013 as u64).saturating_mul(c as u64))
|
||||
// Minimum execution time: 12_112 nanoseconds.
|
||||
Weight::from_ref_time(18_659_033)
|
||||
// Standard Error: 2_532
|
||||
.saturating_add(Weight::from_ref_time(3_516_731).saturating_mul(c.into()))
|
||||
}
|
||||
fn dispatch_as() -> Weight {
|
||||
// Minimum execution time: 14_279 nanoseconds.
|
||||
Weight::from_ref_time(14_621_000 as u64)
|
||||
// Minimum execution time: 13_863 nanoseconds.
|
||||
Weight::from_ref_time(14_071_000)
|
||||
}
|
||||
/// The range of component `c` is `[0, 1000]`.
|
||||
fn force_batch(c: u32, ) -> Weight {
|
||||
// Minimum execution time: 12_028 nanoseconds.
|
||||
Weight::from_ref_time(16_767_678 as u64)
|
||||
// Standard Error: 2_024
|
||||
.saturating_add(Weight::from_ref_time(3_599_663 as u64).saturating_mul(c as u64))
|
||||
// Minimum execution time: 12_228 nanoseconds.
|
||||
Weight::from_ref_time(20_583_252)
|
||||
// Standard Error: 2_228
|
||||
.saturating_add(Weight::from_ref_time(3_328_813).saturating_mul(c.into()))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user