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:
Mara Robin B
2023-05-02 15:12:47 +02:00
committed by GitHub
parent 0ae0393042
commit d50ff483f8
163 changed files with 7550 additions and 6818 deletions
@@ -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_vesting`
//!
//! 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: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-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_vesting`.
pub struct WeightInfo<T>(PhantomData<T>);
@@ -49,46 +51,52 @@ impl<T: frame_system::Config> pallet_vesting::WeightInfo for WeightInfo<T> {
/// Proof: Vesting Vesting (max_values: None, max_size: Some(1057), added: 3532, mode: MaxEncodedLen)
/// Storage: Balances Locks (r:1 w:1)
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
/// Storage: Balances Freezes (r:1 w:0)
/// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
/// The range of component `l` is `[0, 49]`.
/// The range of component `s` is `[1, 28]`.
fn vest_locked(l: u32, s: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `314 + l * (25 ±0) + s * (36 ±0)`
// Estimated: `9286`
// Minimum execution time: 29_916_000 picoseconds.
Weight::from_parts(29_339_698, 0)
.saturating_add(Weight::from_parts(0, 9286))
// Standard Error: 908
.saturating_add(Weight::from_parts(42_085, 0).saturating_mul(l.into()))
// Standard Error: 1_617
.saturating_add(Weight::from_parts(59_635, 0).saturating_mul(s.into()))
.saturating_add(T::DbWeight::get().reads(2))
// Estimated: `4764`
// Minimum execution time: 34_236_000 picoseconds.
Weight::from_parts(33_164_001, 0)
.saturating_add(Weight::from_parts(0, 4764))
// Standard Error: 490
.saturating_add(Weight::from_parts(41_391, 0).saturating_mul(l.into()))
// Standard Error: 872
.saturating_add(Weight::from_parts(68_595, 0).saturating_mul(s.into()))
.saturating_add(T::DbWeight::get().reads(3))
.saturating_add(T::DbWeight::get().writes(2))
}
/// Storage: Vesting Vesting (r:1 w:1)
/// Proof: Vesting Vesting (max_values: None, max_size: Some(1057), added: 3532, mode: MaxEncodedLen)
/// Storage: Balances Locks (r:1 w:1)
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
/// Storage: Balances Freezes (r:1 w:0)
/// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
/// The range of component `l` is `[0, 49]`.
/// The range of component `s` is `[1, 28]`.
fn vest_unlocked(l: u32, s: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `314 + l * (25 ±0) + s * (36 ±0)`
// Estimated: `9286`
// Minimum execution time: 28_994_000 picoseconds.
Weight::from_parts(28_920_073, 0)
.saturating_add(Weight::from_parts(0, 9286))
// Standard Error: 945
.saturating_add(Weight::from_parts(36_459, 0).saturating_mul(l.into()))
// Standard Error: 1_682
.saturating_add(Weight::from_parts(47_574, 0).saturating_mul(s.into()))
.saturating_add(T::DbWeight::get().reads(2))
// Estimated: `4764`
// Minimum execution time: 37_520_000 picoseconds.
Weight::from_parts(37_108_105, 0)
.saturating_add(Weight::from_parts(0, 4764))
// Standard Error: 919
.saturating_add(Weight::from_parts(32_138, 0).saturating_mul(l.into()))
// Standard Error: 1_635
.saturating_add(Weight::from_parts(47_195, 0).saturating_mul(s.into()))
.saturating_add(T::DbWeight::get().reads(3))
.saturating_add(T::DbWeight::get().writes(2))
}
/// Storage: Vesting Vesting (r:1 w:1)
/// Proof: Vesting Vesting (max_values: None, max_size: Some(1057), added: 3532, mode: MaxEncodedLen)
/// Storage: Balances Locks (r:1 w:1)
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
/// Storage: Balances Freezes (r:1 w:0)
/// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
/// Storage: System Account (r:1 w:1)
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
/// The range of component `l` is `[0, 49]`.
@@ -96,21 +104,23 @@ impl<T: frame_system::Config> pallet_vesting::WeightInfo for WeightInfo<T> {
fn vest_other_locked(l: u32, s: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `417 + l * (25 ±0) + s * (36 ±0)`
// Estimated: `12879`
// Minimum execution time: 31_776_000 picoseconds.
Weight::from_parts(31_051_512, 0)
.saturating_add(Weight::from_parts(0, 12879))
// Standard Error: 1_014
.saturating_add(Weight::from_parts(45_683, 0).saturating_mul(l.into()))
// Standard Error: 1_805
.saturating_add(Weight::from_parts(68_567, 0).saturating_mul(s.into()))
.saturating_add(T::DbWeight::get().reads(3))
// Estimated: `4764`
// Minimum execution time: 35_805_000 picoseconds.
Weight::from_parts(35_003_794, 0)
.saturating_add(Weight::from_parts(0, 4764))
// Standard Error: 472
.saturating_add(Weight::from_parts(42_012, 0).saturating_mul(l.into()))
// Standard Error: 840
.saturating_add(Weight::from_parts(69_679, 0).saturating_mul(s.into()))
.saturating_add(T::DbWeight::get().reads(4))
.saturating_add(T::DbWeight::get().writes(3))
}
/// Storage: Vesting Vesting (r:1 w:1)
/// Proof: Vesting Vesting (max_values: None, max_size: Some(1057), added: 3532, mode: MaxEncodedLen)
/// Storage: Balances Locks (r:1 w:1)
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
/// Storage: Balances Freezes (r:1 w:0)
/// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
/// Storage: System Account (r:1 w:1)
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
/// The range of component `l` is `[0, 49]`.
@@ -118,15 +128,15 @@ impl<T: frame_system::Config> pallet_vesting::WeightInfo for WeightInfo<T> {
fn vest_other_unlocked(l: u32, s: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `417 + l * (25 ±0) + s * (36 ±0)`
// Estimated: `12879`
// Minimum execution time: 31_198_000 picoseconds.
Weight::from_parts(30_371_234, 0)
.saturating_add(Weight::from_parts(0, 12879))
// Standard Error: 1_053
.saturating_add(Weight::from_parts(46_897, 0).saturating_mul(l.into()))
// Standard Error: 1_874
.saturating_add(Weight::from_parts(56_085, 0).saturating_mul(s.into()))
.saturating_add(T::DbWeight::get().reads(3))
// Estimated: `4764`
// Minimum execution time: 39_517_000 picoseconds.
Weight::from_parts(39_084_170, 0)
.saturating_add(Weight::from_parts(0, 4764))
// Standard Error: 728
.saturating_add(Weight::from_parts(32_883, 0).saturating_mul(l.into()))
// Standard Error: 1_295
.saturating_add(Weight::from_parts(41_418, 0).saturating_mul(s.into()))
.saturating_add(T::DbWeight::get().reads(4))
.saturating_add(T::DbWeight::get().writes(3))
}
/// Storage: Vesting Vesting (r:1 w:1)
@@ -135,20 +145,22 @@ impl<T: frame_system::Config> pallet_vesting::WeightInfo for WeightInfo<T> {
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
/// Storage: Balances Locks (r:1 w:1)
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
/// Storage: Balances Freezes (r:1 w:0)
/// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
/// The range of component `l` is `[0, 49]`.
/// The range of component `s` is `[0, 27]`.
fn vested_transfer(l: u32, s: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `488 + l * (25 ±0) + s * (36 ±0)`
// Estimated: `12879`
// Minimum execution time: 50_336_000 picoseconds.
Weight::from_parts(50_095_582, 0)
.saturating_add(Weight::from_parts(0, 12879))
// Standard Error: 1_723
.saturating_add(Weight::from_parts(36_719, 0).saturating_mul(l.into()))
// Standard Error: 3_065
.saturating_add(Weight::from_parts(53_956, 0).saturating_mul(s.into()))
.saturating_add(T::DbWeight::get().reads(3))
// Estimated: `4764`
// Minimum execution time: 68_240_000 picoseconds.
Weight::from_parts(71_024_237, 0)
.saturating_add(Weight::from_parts(0, 4764))
// Standard Error: 1_774
.saturating_add(Weight::from_parts(47_755, 0).saturating_mul(l.into()))
// Standard Error: 3_156
.saturating_add(Weight::from_parts(105_520, 0).saturating_mul(s.into()))
.saturating_add(T::DbWeight::get().reads(4))
.saturating_add(T::DbWeight::get().writes(3))
}
/// Storage: Vesting Vesting (r:1 w:1)
@@ -157,26 +169,30 @@ impl<T: frame_system::Config> pallet_vesting::WeightInfo for WeightInfo<T> {
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
/// Storage: Balances Locks (r:1 w:1)
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
/// Storage: Balances Freezes (r:1 w:0)
/// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
/// The range of component `l` is `[0, 49]`.
/// The range of component `s` is `[0, 27]`.
fn force_vested_transfer(l: u32, s: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `591 + l * (25 ±0) + s * (36 ±0)`
// Estimated: `15482`
// Minimum execution time: 51_785_000 picoseconds.
Weight::from_parts(51_785_937, 0)
.saturating_add(Weight::from_parts(0, 15482))
// Standard Error: 1_668
.saturating_add(Weight::from_parts(37_557, 0).saturating_mul(l.into()))
// Standard Error: 2_968
.saturating_add(Weight::from_parts(56_009, 0).saturating_mul(s.into()))
.saturating_add(T::DbWeight::get().reads(4))
// Estimated: `6196`
// Minimum execution time: 70_320_000 picoseconds.
Weight::from_parts(72_764_211, 0)
.saturating_add(Weight::from_parts(0, 6196))
// Standard Error: 2_462
.saturating_add(Weight::from_parts(58_515, 0).saturating_mul(l.into()))
// Standard Error: 4_381
.saturating_add(Weight::from_parts(98_639, 0).saturating_mul(s.into()))
.saturating_add(T::DbWeight::get().reads(5))
.saturating_add(T::DbWeight::get().writes(4))
}
/// Storage: Vesting Vesting (r:1 w:1)
/// Proof: Vesting Vesting (max_values: None, max_size: Some(1057), added: 3532, mode: MaxEncodedLen)
/// Storage: Balances Locks (r:1 w:1)
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
/// Storage: Balances Freezes (r:1 w:0)
/// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
/// Storage: System Account (r:1 w:1)
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
/// The range of component `l` is `[0, 49]`.
@@ -184,21 +200,23 @@ impl<T: frame_system::Config> pallet_vesting::WeightInfo for WeightInfo<T> {
fn not_unlocking_merge_schedules(l: u32, s: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `415 + l * (25 ±0) + s * (36 ±0)`
// Estimated: `12879`
// Minimum execution time: 32_591_000 picoseconds.
Weight::from_parts(32_031_830, 0)
.saturating_add(Weight::from_parts(0, 12879))
// Standard Error: 873
.saturating_add(Weight::from_parts(42_198, 0).saturating_mul(l.into()))
// Standard Error: 1_613
.saturating_add(Weight::from_parts(61_400, 0).saturating_mul(s.into()))
.saturating_add(T::DbWeight::get().reads(3))
// Estimated: `4764`
// Minimum execution time: 36_998_000 picoseconds.
Weight::from_parts(35_461_370, 0)
.saturating_add(Weight::from_parts(0, 4764))
// Standard Error: 1_549
.saturating_add(Weight::from_parts(48_190, 0).saturating_mul(l.into()))
// Standard Error: 2_860
.saturating_add(Weight::from_parts(78_961, 0).saturating_mul(s.into()))
.saturating_add(T::DbWeight::get().reads(4))
.saturating_add(T::DbWeight::get().writes(3))
}
/// Storage: Vesting Vesting (r:1 w:1)
/// Proof: Vesting Vesting (max_values: None, max_size: Some(1057), added: 3532, mode: MaxEncodedLen)
/// Storage: Balances Locks (r:1 w:1)
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
/// Storage: Balances Freezes (r:1 w:0)
/// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
/// Storage: System Account (r:1 w:1)
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
/// The range of component `l` is `[0, 49]`.
@@ -206,15 +224,15 @@ impl<T: frame_system::Config> pallet_vesting::WeightInfo for WeightInfo<T> {
fn unlocking_merge_schedules(l: u32, s: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `415 + l * (25 ±0) + s * (36 ±0)`
// Estimated: `12879`
// Minimum execution time: 32_180_000 picoseconds.
Weight::from_parts(32_258_692, 0)
.saturating_add(Weight::from_parts(0, 12879))
// Standard Error: 940
.saturating_add(Weight::from_parts(38_939, 0).saturating_mul(l.into()))
// Standard Error: 1_736
.saturating_add(Weight::from_parts(58_252, 0).saturating_mul(s.into()))
.saturating_add(T::DbWeight::get().reads(3))
// Estimated: `4764`
// Minimum execution time: 40_973_000 picoseconds.
Weight::from_parts(39_794_870, 0)
.saturating_add(Weight::from_parts(0, 4764))
// Standard Error: 502
.saturating_add(Weight::from_parts(43_457, 0).saturating_mul(l.into()))
// Standard Error: 927
.saturating_add(Weight::from_parts(70_228, 0).saturating_mul(s.into()))
.saturating_add(T::DbWeight::get().reads(4))
.saturating_add(T::DbWeight::get().writes(3))
}
}