|
17 | 17 | //! Autogenerated weights for `pallet_im_online` |
18 | 18 | //! |
19 | 19 | //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev |
20 | | -//! DATE: 2023-05-26, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` |
| 20 | +//! DATE: 2023-05-30, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` |
21 | 21 | //! WORST CASE MAP SIZE: `1000000` |
22 | | -//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` |
| 22 | +//! HOSTNAME: `build-host`, CPU: `AMD EPYC 7601 32-Core Processor` |
23 | 23 | //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 |
24 | 24 |
|
25 | 25 | // Executed Command: |
@@ -54,25 +54,21 @@ impl<T: frame_system::Config> pallet_im_online::WeightInfo for WeightInfo<T> { |
54 | 54 | /// Storage: ImOnline Keys (r:1 w:0) |
55 | 55 | /// Proof: ImOnline Keys (max_values: Some(1), max_size: Some(320002), added: 320497, mode: MaxEncodedLen) |
56 | 56 | /// Storage: ImOnline ReceivedHeartbeats (r:1 w:1) |
57 | | - /// Proof: ImOnline ReceivedHeartbeats (max_values: None, max_size: Some(10021032), added: 10023507, mode: MaxEncodedLen) |
| 57 | + /// Proof: ImOnline ReceivedHeartbeats (max_values: None, max_size: Some(1028), added: 3503, mode: MaxEncodedLen) |
58 | 58 | /// Storage: ImOnline AuthoredBlocks (r:1 w:0) |
59 | 59 | /// Proof: ImOnline AuthoredBlocks (max_values: None, max_size: Some(56), added: 2531, mode: MaxEncodedLen) |
60 | 60 | /// The range of component `k` is `[1, 1000]`. |
61 | | - /// The range of component `e` is `[1, 100]`. |
62 | | - fn validate_unsigned_and_then_heartbeat(k: u32, e: u32, ) -> Weight { |
| 61 | + fn validate_unsigned_and_then_heartbeat(k: u32, ) -> Weight { |
63 | 62 | // Proof Size summary in bytes: |
64 | 63 | // Measured: `361 + k * (32 ±0)` |
65 | | - // Estimated: `10024497 + e * (35 ±0) + k * (32 ±0)` |
66 | | - // Minimum execution time: 92_822_000 picoseconds. |
67 | | - Weight::from_parts(72_049_970, 0) |
68 | | - .saturating_add(Weight::from_parts(0, 10024497)) |
69 | | - // Standard Error: 302 |
70 | | - .saturating_add(Weight::from_parts(25_047, 0).saturating_mul(k.into())) |
71 | | - // Standard Error: 3_048 |
72 | | - .saturating_add(Weight::from_parts(394_650, 0).saturating_mul(e.into())) |
| 64 | + // Estimated: `321487 + k * (1761 ±0)` |
| 65 | + // Minimum execution time: 125_307_000 picoseconds. |
| 66 | + Weight::from_parts(220_092_525, 0) |
| 67 | + .saturating_add(Weight::from_parts(0, 321487)) |
| 68 | + // Standard Error: 6_932 |
| 69 | + .saturating_add(Weight::from_parts(27_914, 0).saturating_mul(k.into())) |
73 | 70 | .saturating_add(T::DbWeight::get().reads(4)) |
74 | 71 | .saturating_add(T::DbWeight::get().writes(1)) |
75 | | - .saturating_add(Weight::from_parts(0, 35).saturating_mul(e.into())) |
76 | | - .saturating_add(Weight::from_parts(0, 32).saturating_mul(k.into())) |
| 72 | + .saturating_add(Weight::from_parts(0, 1761).saturating_mul(k.into())) |
77 | 73 | } |
78 | 74 | } |
0 commit comments