Revert back to bare metal runners for weights generation (#6762)

* Revert back to bare metal runners for weights generation

* new old weights

---------

Co-authored-by: alvicsam <alvicsam@gmail.com>
This commit is contained in:
Oleg Plakida
2023-02-23 10:50:43 +00:00
committed by GitHub
parent e5f65865fe
commit 5e7ade9037
132 changed files with 15202 additions and 7243 deletions
@@ -16,8 +16,9 @@
//! Autogenerated weights for `pallet_vesting`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! 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`
//! DATE: 2023-02-22, 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`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
// Executed Command:
@@ -44,121 +45,175 @@ use sp_std::marker::PhantomData;
/// Weight functions for `pallet_vesting`.
pub struct WeightInfo<T>(PhantomData<T>);
impl<T: frame_system::Config> pallet_vesting::WeightInfo for WeightInfo<T> {
// Storage: Vesting Vesting (r:1 w:1)
// Storage: Balances Locks (r:1 w:1)
/// 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)
/// The range of component `l` is `[0, 49]`.
/// The range of component `s` is `[1, 28]`.
fn vest_locked(l: u32, s: u32, ) -> Weight {
// Minimum execution time: 38_949 nanoseconds.
Weight::from_ref_time(38_724_432)
// Standard Error: 2_059
.saturating_add(Weight::from_ref_time(43_640).saturating_mul(l.into()))
// Standard Error: 3_663
.saturating_add(Weight::from_ref_time(96_813).saturating_mul(s.into()))
// Proof Size summary in bytes:
// Measured: `377 + l * (25 ±0) + s * (36 ±0)`
// Estimated: `7306`
// Minimum execution time: 27_239 nanoseconds.
Weight::from_ref_time(26_207_881)
.saturating_add(Weight::from_proof_size(7306))
// Standard Error: 759
.saturating_add(Weight::from_ref_time(46_779).saturating_mul(l.into()))
// Standard Error: 1_351
.saturating_add(Weight::from_ref_time(69_555).saturating_mul(s.into()))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(2))
}
// Storage: Vesting Vesting (r:1 w:1)
// Storage: Balances Locks (r:1 w:1)
/// 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)
/// The range of component `l` is `[0, 49]`.
/// The range of component `s` is `[1, 28]`.
fn vest_unlocked(l: u32, s: u32, ) -> Weight {
// Minimum execution time: 38_675 nanoseconds.
Weight::from_ref_time(38_780_547)
// Standard Error: 1_717
.saturating_add(Weight::from_ref_time(36_094).saturating_mul(l.into()))
// Standard Error: 3_055
.saturating_add(Weight::from_ref_time(76_626).saturating_mul(s.into()))
// Proof Size summary in bytes:
// Measured: `377 + l * (25 ±0) + s * (36 ±0)`
// Estimated: `7306`
// Minimum execution time: 26_815 nanoseconds.
Weight::from_ref_time(26_580_193)
.saturating_add(Weight::from_proof_size(7306))
// Standard Error: 921
.saturating_add(Weight::from_ref_time(31_535).saturating_mul(l.into()))
// Standard Error: 1_639
.saturating_add(Weight::from_ref_time(40_788).saturating_mul(s.into()))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(2))
}
// Storage: Vesting Vesting (r:1 w:1)
// Storage: Balances Locks (r:1 w:1)
// Storage: System Account (r:1 w:1)
/// 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: 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]`.
/// The range of component `s` is `[1, 28]`.
fn vest_other_locked(l: u32, s: u32, ) -> Weight {
// Minimum execution time: 39_018 nanoseconds.
Weight::from_ref_time(38_307_252)
// Standard Error: 1_675
.saturating_add(Weight::from_ref_time(43_588).saturating_mul(l.into()))
// Standard Error: 2_981
.saturating_add(Weight::from_ref_time(96_329).saturating_mul(s.into()))
// Proof Size summary in bytes:
// Measured: `512 + l * (25 ±0) + s * (36 ±0)`
// Estimated: `9909`
// Minimum execution time: 29_322 nanoseconds.
Weight::from_ref_time(28_218_301)
.saturating_add(Weight::from_proof_size(9909))
// Standard Error: 941
.saturating_add(Weight::from_ref_time(44_844).saturating_mul(l.into()))
// Standard Error: 1_674
.saturating_add(Weight::from_ref_time(74_657).saturating_mul(s.into()))
.saturating_add(T::DbWeight::get().reads(3))
.saturating_add(T::DbWeight::get().writes(3))
}
// Storage: Vesting Vesting (r:1 w:1)
// Storage: Balances Locks (r:1 w:1)
// Storage: System Account (r:1 w:1)
/// 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: 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]`.
/// The range of component `s` is `[1, 28]`.
fn vest_other_unlocked(l: u32, s: u32, ) -> Weight {
// Minimum execution time: 38_518 nanoseconds.
Weight::from_ref_time(38_525_734)
// Standard Error: 1_946
.saturating_add(Weight::from_ref_time(32_000).saturating_mul(l.into()))
// Standard Error: 3_463
.saturating_add(Weight::from_ref_time(71_440).saturating_mul(s.into()))
// Proof Size summary in bytes:
// Measured: `512 + l * (25 ±0) + s * (36 ±0)`
// Estimated: `9909`
// Minimum execution time: 28_631 nanoseconds.
Weight::from_ref_time(28_364_490)
.saturating_add(Weight::from_proof_size(9909))
// Standard Error: 924
.saturating_add(Weight::from_ref_time(38_331).saturating_mul(l.into()))
// Standard Error: 1_645
.saturating_add(Weight::from_ref_time(40_831).saturating_mul(s.into()))
.saturating_add(T::DbWeight::get().reads(3))
.saturating_add(T::DbWeight::get().writes(3))
}
// Storage: Vesting Vesting (r:1 w:1)
// Storage: System Account (r:1 w:1)
// Storage: Balances Locks (r:1 w:1)
/// Storage: Vesting Vesting (r:1 w:1)
/// Proof: Vesting Vesting (max_values: None, max_size: Some(1057), added: 3532, mode: MaxEncodedLen)
/// Storage: System Account (r:1 w:1)
/// 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)
/// The range of component `l` is `[0, 49]`.
/// The range of component `s` is `[0, 27]`.
fn vested_transfer(l: u32, s: u32, ) -> Weight {
// Minimum execution time: 55_095 nanoseconds.
Weight::from_ref_time(56_166_285)
// Standard Error: 2_642
.saturating_add(Weight::from_ref_time(35_436).saturating_mul(l.into()))
// Standard Error: 4_701
.saturating_add(Weight::from_ref_time(59_938).saturating_mul(s.into()))
// Proof Size summary in bytes:
// Measured: `583 + l * (25 ±0) + s * (36 ±0)`
// Estimated: `9909`
// Minimum execution time: 45_634 nanoseconds.
Weight::from_ref_time(46_255_132)
.saturating_add(Weight::from_proof_size(9909))
// Standard Error: 2_652
.saturating_add(Weight::from_ref_time(24_658).saturating_mul(l.into()))
// Standard Error: 4_719
.saturating_add(Weight::from_ref_time(59_871).saturating_mul(s.into()))
.saturating_add(T::DbWeight::get().reads(3))
.saturating_add(T::DbWeight::get().writes(3))
}
// Storage: Vesting Vesting (r:1 w:1)
// Storage: System Account (r:2 w:2)
// Storage: Balances Locks (r:1 w:1)
/// Storage: Vesting Vesting (r:1 w:1)
/// Proof: Vesting Vesting (max_values: None, max_size: Some(1057), added: 3532, mode: MaxEncodedLen)
/// Storage: System Account (r:2 w:2)
/// 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)
/// 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 {
// Minimum execution time: 54_041 nanoseconds.
Weight::from_ref_time(55_697_089)
// Standard Error: 2_979
.saturating_add(Weight::from_ref_time(36_462).saturating_mul(l.into()))
// Standard Error: 5_300
.saturating_add(Weight::from_ref_time(48_068).saturating_mul(s.into()))
// Proof Size summary in bytes:
// Measured: `718 + l * (25 ±0) + s * (36 ±0)`
// Estimated: `12512`
// Minimum execution time: 47_059 nanoseconds.
Weight::from_ref_time(47_084_382)
.saturating_add(Weight::from_proof_size(12512))
// Standard Error: 1_411
.saturating_add(Weight::from_ref_time(36_808).saturating_mul(l.into()))
// Standard Error: 2_512
.saturating_add(Weight::from_ref_time(55_819).saturating_mul(s.into()))
.saturating_add(T::DbWeight::get().reads(4))
.saturating_add(T::DbWeight::get().writes(4))
}
// Storage: Vesting Vesting (r:1 w:1)
// Storage: Balances Locks (r:1 w:1)
// Storage: System Account (r:1 w:1)
/// 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: 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]`.
/// The range of component `s` is `[2, 28]`.
fn not_unlocking_merge_schedules(l: u32, s: u32, ) -> Weight {
// Minimum execution time: 40_106 nanoseconds.
Weight::from_ref_time(39_641_237)
// Standard Error: 2_083
.saturating_add(Weight::from_ref_time(39_714).saturating_mul(l.into()))
// Standard Error: 3_846
.saturating_add(Weight::from_ref_time(104_473).saturating_mul(s.into()))
// Proof Size summary in bytes:
// Measured: `510 + l * (25 ±0) + s * (36 ±0)`
// Estimated: `9909`
// Minimum execution time: 30_076 nanoseconds.
Weight::from_ref_time(28_872_544)
.saturating_add(Weight::from_proof_size(9909))
// Standard Error: 865
.saturating_add(Weight::from_ref_time(45_616).saturating_mul(l.into()))
// Standard Error: 1_598
.saturating_add(Weight::from_ref_time(76_998).saturating_mul(s.into()))
.saturating_add(T::DbWeight::get().reads(3))
.saturating_add(T::DbWeight::get().writes(3))
}
// Storage: Vesting Vesting (r:1 w:1)
// Storage: Balances Locks (r:1 w:1)
// Storage: System Account (r:1 w:1)
/// 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: 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]`.
/// The range of component `s` is `[2, 28]`.
fn unlocking_merge_schedules(l: u32, s: u32, ) -> Weight {
// Minimum execution time: 39_999 nanoseconds.
Weight::from_ref_time(39_997_116)
// Standard Error: 1_885
.saturating_add(Weight::from_ref_time(47_865).saturating_mul(l.into()))
// Standard Error: 3_482
.saturating_add(Weight::from_ref_time(85_200).saturating_mul(s.into()))
// Proof Size summary in bytes:
// Measured: `510 + l * (25 ±0) + s * (36 ±0)`
// Estimated: `9909`
// Minimum execution time: 30_504 nanoseconds.
Weight::from_ref_time(29_263_051)
.saturating_add(Weight::from_proof_size(9909))
// Standard Error: 753
.saturating_add(Weight::from_ref_time(42_115).saturating_mul(l.into()))
// Standard Error: 1_392
.saturating_add(Weight::from_ref_time(71_227).saturating_mul(s.into()))
.saturating_add(T::DbWeight::get().reads(3))
.saturating_add(T::DbWeight::get().writes(3))
}