mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 21:31:02 +00:00
New runners for weights and new weights (#6508)
* [DO NOT MERGE] test new vm runner for weights 2 * add image * fix merge conflict * apply weights * new weights Co-authored-by: parity-processbot <>
This commit is contained in:
committed by
GitHub
parent
cc080d0e78
commit
0119a6dae1
@@ -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: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
||||
//! 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: 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()))
|
||||
// Minimum execution time: 12_976 nanoseconds.
|
||||
Weight::from_ref_time(17_945_328)
|
||||
// Standard Error: 2_191
|
||||
.saturating_add(Weight::from_ref_time(4_298_440).saturating_mul(c.into()))
|
||||
}
|
||||
fn as_derivative() -> Weight {
|
||||
// Minimum execution time: 6_177 nanoseconds.
|
||||
Weight::from_ref_time(6_258_000)
|
||||
// Minimum execution time: 6_487 nanoseconds.
|
||||
Weight::from_ref_time(6_822_000)
|
||||
}
|
||||
/// The range of component `c` is `[0, 1000]`.
|
||||
fn batch_all(c: u32, ) -> Weight {
|
||||
// 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()))
|
||||
// Minimum execution time: 13_287 nanoseconds.
|
||||
Weight::from_ref_time(23_435_451)
|
||||
// Standard Error: 1_891
|
||||
.saturating_add(Weight::from_ref_time(4_521_746).saturating_mul(c.into()))
|
||||
}
|
||||
fn dispatch_as() -> Weight {
|
||||
// Minimum execution time: 13_863 nanoseconds.
|
||||
Weight::from_ref_time(14_071_000)
|
||||
// Minimum execution time: 15_069 nanoseconds.
|
||||
Weight::from_ref_time(15_654_000)
|
||||
}
|
||||
/// The range of component `c` is `[0, 1000]`.
|
||||
fn force_batch(c: u32, ) -> Weight {
|
||||
// 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()))
|
||||
// Minimum execution time: 13_148 nanoseconds.
|
||||
Weight::from_ref_time(21_124_216)
|
||||
// Standard Error: 2_515
|
||||
.saturating_add(Weight::from_ref_time(4_292_695).saturating_mul(c.into()))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user