mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 11:41:02 +00:00
update weights (#7298)
* polkadot: update weights * westend: update weights * kusama: update weights * rococo: update weights
This commit is contained in:
@@ -17,9 +17,9 @@
|
||||
//! Autogenerated weights for `pallet_vesting`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-04-28, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-05-25, 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: `bm4`, 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:
|
||||
@@ -59,13 +59,13 @@ impl<T: frame_system::Config> pallet_vesting::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `314 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `4764`
|
||||
// Minimum execution time: 34_236_000 picoseconds.
|
||||
Weight::from_parts(33_164_001, 0)
|
||||
// Minimum execution time: 33_352_000 picoseconds.
|
||||
Weight::from_parts(34_205_765, 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()))
|
||||
// Standard Error: 2_172
|
||||
.saturating_add(Weight::from_parts(10_660, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 3_864
|
||||
.saturating_add(Weight::from_parts(53_849, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -81,13 +81,13 @@ impl<T: frame_system::Config> pallet_vesting::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `314 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `4764`
|
||||
// Minimum execution time: 37_520_000 picoseconds.
|
||||
Weight::from_parts(37_108_105, 0)
|
||||
// Minimum execution time: 36_538_000 picoseconds.
|
||||
Weight::from_parts(36_213_107, 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()))
|
||||
// Standard Error: 791
|
||||
.saturating_add(Weight::from_parts(30_659, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 1_408
|
||||
.saturating_add(Weight::from_parts(42_927, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -105,13 +105,13 @@ impl<T: frame_system::Config> pallet_vesting::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `417 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `4764`
|
||||
// Minimum execution time: 35_805_000 picoseconds.
|
||||
Weight::from_parts(35_003_794, 0)
|
||||
// Minimum execution time: 35_267_000 picoseconds.
|
||||
Weight::from_parts(34_409_436, 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()))
|
||||
// Standard Error: 633
|
||||
.saturating_add(Weight::from_parts(41_988, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 1_126
|
||||
.saturating_add(Weight::from_parts(67_595, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
@@ -129,13 +129,13 @@ impl<T: frame_system::Config> pallet_vesting::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `417 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `4764`
|
||||
// Minimum execution time: 39_517_000 picoseconds.
|
||||
Weight::from_parts(39_084_170, 0)
|
||||
// Minimum execution time: 38_463_000 picoseconds.
|
||||
Weight::from_parts(38_578_723, 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()))
|
||||
// Standard Error: 1_004
|
||||
.saturating_add(Weight::from_parts(28_618, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 1_786
|
||||
.saturating_add(Weight::from_parts(27_391, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
@@ -153,13 +153,13 @@ impl<T: frame_system::Config> pallet_vesting::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `488 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `4764`
|
||||
// Minimum execution time: 68_240_000 picoseconds.
|
||||
Weight::from_parts(71_024_237, 0)
|
||||
// Minimum execution time: 68_090_000 picoseconds.
|
||||
Weight::from_parts(71_277_557, 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()))
|
||||
// Standard Error: 2_585
|
||||
.saturating_add(Weight::from_parts(46_935, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 4_600
|
||||
.saturating_add(Weight::from_parts(76_542, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
@@ -177,13 +177,13 @@ impl<T: frame_system::Config> pallet_vesting::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `591 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `6196`
|
||||
// Minimum execution time: 70_320_000 picoseconds.
|
||||
Weight::from_parts(72_764_211, 0)
|
||||
// Minimum execution time: 69_840_000 picoseconds.
|
||||
Weight::from_parts(72_484_434, 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()))
|
||||
// Standard Error: 1_955
|
||||
.saturating_add(Weight::from_parts(47_081, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 3_478
|
||||
.saturating_add(Weight::from_parts(99_787, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
.saturating_add(T::DbWeight::get().writes(4))
|
||||
}
|
||||
@@ -201,13 +201,13 @@ impl<T: frame_system::Config> pallet_vesting::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `415 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `4764`
|
||||
// Minimum execution time: 36_998_000 picoseconds.
|
||||
Weight::from_parts(35_461_370, 0)
|
||||
// Minimum execution time: 36_131_000 picoseconds.
|
||||
Weight::from_parts(35_149_493, 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()))
|
||||
// Standard Error: 573
|
||||
.saturating_add(Weight::from_parts(42_288, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 1_058
|
||||
.saturating_add(Weight::from_parts(66_676, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
@@ -225,13 +225,13 @@ impl<T: frame_system::Config> pallet_vesting::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `415 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `4764`
|
||||
// Minimum execution time: 40_973_000 picoseconds.
|
||||
Weight::from_parts(39_794_870, 0)
|
||||
// Minimum execution time: 40_178_000 picoseconds.
|
||||
Weight::from_parts(39_122_430, 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()))
|
||||
// Standard Error: 522
|
||||
.saturating_add(Weight::from_parts(44_297, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 964
|
||||
.saturating_add(Weight::from_parts(64_862, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user