mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 07:01:03 +00:00
Backport weights from 9360 (#2038)
* [benchmarks] pr with weights (#2026) Co-authored-by: paritytech-ci <paritytech-ci@parity.io> * [benchmarks] pr with weights Collectives (#2025) * [benchmarks] pr with weights * provide veto method for trait Co-authored-by: paritytech-ci <paritytech-ci@parity.io> Co-authored-by: muharem <ismailov.m.h@gmail.com> * [benchmarks] pr with weights (#2027) Co-authored-by: paritytech-ci <paritytech-ci@parity.io> Co-authored-by: paritytech-ci <paritytech-ci@parity.io> Co-authored-by: muharem <ismailov.m.h@gmail.com>
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
//! Autogenerated weights for `pallet_utility`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2022-12-05, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2022-12-21, 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("statemine-dev"), DB CACHE: 1024
|
||||
|
||||
@@ -48,31 +48,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: 14_290 nanoseconds.
|
||||
Weight::from_ref_time(24_819_747 as u64)
|
||||
// Standard Error: 3_513
|
||||
.saturating_add(Weight::from_ref_time(4_035_324 as u64).saturating_mul(c as u64))
|
||||
// Minimum execution time: 13_034 nanoseconds.
|
||||
Weight::from_ref_time(21_764_326)
|
||||
// Standard Error: 2_410
|
||||
.saturating_add(Weight::from_ref_time(3_700_949).saturating_mul(c.into()))
|
||||
}
|
||||
fn as_derivative() -> Weight {
|
||||
// Minimum execution time: 7_274 nanoseconds.
|
||||
Weight::from_ref_time(7_570_000 as u64)
|
||||
// Minimum execution time: 6_719 nanoseconds.
|
||||
Weight::from_ref_time(6_826_000)
|
||||
}
|
||||
/// The range of component `c` is `[0, 1000]`.
|
||||
fn batch_all(c: u32, ) -> Weight {
|
||||
// Minimum execution time: 14_101 nanoseconds.
|
||||
Weight::from_ref_time(12_255_962 as u64)
|
||||
// Standard Error: 3_610
|
||||
.saturating_add(Weight::from_ref_time(4_220_067 as u64).saturating_mul(c as u64))
|
||||
// Minimum execution time: 12_554 nanoseconds.
|
||||
Weight::from_ref_time(21_222_841)
|
||||
// Standard Error: 2_537
|
||||
.saturating_add(Weight::from_ref_time(3_904_278).saturating_mul(c.into()))
|
||||
}
|
||||
fn dispatch_as() -> Weight {
|
||||
// Minimum execution time: 16_861 nanoseconds.
|
||||
Weight::from_ref_time(17_241_000 as u64)
|
||||
// Minimum execution time: 15_143 nanoseconds.
|
||||
Weight::from_ref_time(15_426_000)
|
||||
}
|
||||
/// The range of component `c` is `[0, 1000]`.
|
||||
fn force_batch(c: u32, ) -> Weight {
|
||||
// Minimum execution time: 14_222 nanoseconds.
|
||||
Weight::from_ref_time(20_149_464 as u64)
|
||||
// Standard Error: 2_792
|
||||
.saturating_add(Weight::from_ref_time(4_027_261 as u64).saturating_mul(c as u64))
|
||||
// Minimum execution time: 12_779 nanoseconds.
|
||||
Weight::from_ref_time(21_928_101)
|
||||
// Standard Error: 2_278
|
||||
.saturating_add(Weight::from_ref_time(3_720_046).saturating_mul(c.into()))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user