mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-01 05:41:03 +00:00
[backport] weights 9400 (#2425)
* [benchmarks] pr with weights (#2373) Co-authored-by: paritytech-ci <paritytech-ci@parity.io> * [benchmarks] pr with weights (#2374) Co-authored-by: paritytech-ci <paritytech-ci@parity.io> * [benchmarks] pr with weights (#2375) Co-authored-by: paritytech-ci <paritytech-ci@parity.io> * Proof size in test wasn't sufficient (due to updated weights.) --------- Co-authored-by: Paritytech CI <52199148+paritytech-ci@users.noreply.github.com> Co-authored-by: paritytech-ci <paritytech-ci@parity.io> Co-authored-by: Giles Cope <gilescope@gmail.com>
This commit is contained in:
+19
-19
@@ -1,4 +1,4 @@
|
||||
// Copyright 2021 Parity Technologies (UK) Ltd.
|
||||
// Copyright Parity Technologies (UK) Ltd.
|
||||
// This file is part of Cumulus.
|
||||
|
||||
// Cumulus is free software: you can redistribute it and/or modify
|
||||
@@ -17,9 +17,9 @@
|
||||
//! Autogenerated weights for `pallet_utility`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-03-23, 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: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-rococo-dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -52,18 +52,18 @@ impl<T: frame_system::Config> pallet_utility::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 6_179 nanoseconds.
|
||||
Weight::from_parts(19_315_482, 0)
|
||||
// Minimum execution time: 7_051_000 picoseconds.
|
||||
Weight::from_parts(10_722_806, 0)
|
||||
.saturating_add(Weight::from_parts(0, 0))
|
||||
// Standard Error: 3_383
|
||||
.saturating_add(Weight::from_parts(4_126_811, 0).saturating_mul(c.into()))
|
||||
// Standard Error: 4_213
|
||||
.saturating_add(Weight::from_parts(4_992_366, 0).saturating_mul(c.into()))
|
||||
}
|
||||
fn as_derivative() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 4_474 nanoseconds.
|
||||
Weight::from_parts(4_666_000, 0)
|
||||
// Minimum execution time: 5_831_000 picoseconds.
|
||||
Weight::from_parts(6_014_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 0))
|
||||
}
|
||||
/// The range of component `c` is `[0, 1000]`.
|
||||
@@ -71,18 +71,18 @@ impl<T: frame_system::Config> pallet_utility::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 6_210 nanoseconds.
|
||||
Weight::from_parts(12_190_913, 0)
|
||||
// Minimum execution time: 7_394_000 picoseconds.
|
||||
Weight::from_parts(15_396_332, 0)
|
||||
.saturating_add(Weight::from_parts(0, 0))
|
||||
// Standard Error: 2_328
|
||||
.saturating_add(Weight::from_parts(4_370_533, 0).saturating_mul(c.into()))
|
||||
// Standard Error: 3_533
|
||||
.saturating_add(Weight::from_parts(5_302_383, 0).saturating_mul(c.into()))
|
||||
}
|
||||
fn dispatch_as() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 8_194 nanoseconds.
|
||||
Weight::from_parts(8_300_000, 0)
|
||||
// Minimum execution time: 9_730_000 picoseconds.
|
||||
Weight::from_parts(9_988_000, 0)
|
||||
.saturating_add(Weight::from_parts(0, 0))
|
||||
}
|
||||
/// The range of component `c` is `[0, 1000]`.
|
||||
@@ -90,10 +90,10 @@ impl<T: frame_system::Config> pallet_utility::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 6_207 nanoseconds.
|
||||
Weight::from_parts(9_704_236, 0)
|
||||
// Minimum execution time: 7_395_000 picoseconds.
|
||||
Weight::from_parts(14_933_943, 0)
|
||||
.saturating_add(Weight::from_parts(0, 0))
|
||||
// Standard Error: 4_155
|
||||
.saturating_add(Weight::from_parts(4_130_222, 0).saturating_mul(c.into()))
|
||||
// Standard Error: 3_208
|
||||
.saturating_add(Weight::from_parts(4_963_051, 0).saturating_mul(c.into()))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user