|
1 | 1 |
|
2 | 2 | //! Autogenerated weights for `pallet_passkey`
|
3 | 3 | //!
|
4 |
| -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev |
5 |
| -//! DATE: 2024-07-08, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` |
| 4 | +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 |
| 5 | +//! DATE: 2024-07-15, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` |
6 | 6 | //! WORST CASE MAP SIZE: `1000000`
|
7 |
| -//! HOSTNAME: `ip-10-99-10-9.us-east-2.compute.internal`, CPU: `<UNKNOWN>` |
| 7 | +//! HOSTNAME: `ip-10-173-4-155`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` |
8 | 8 | //! WASM-EXECUTION: `Compiled`, CHAIN: `Some("frequency-bench")`, DB CACHE: `1024`
|
9 | 9 |
|
10 | 10 | // Executed Command:
|
@@ -42,59 +42,67 @@ pub struct SubstrateWeight<T>(PhantomData<T>);
|
42 | 42 | impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
43 | 43 | /// Storage: `System::Account` (r:1 w:1)
|
44 | 44 | /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`)
|
| 45 | + /// Storage: `System::AllExtrinsicsLen` (r:1 w:0) |
| 46 | + /// Proof: `System::AllExtrinsicsLen` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) |
45 | 47 | /// Storage: `TransactionPayment::NextFeeMultiplier` (r:1 w:0)
|
46 | 48 | /// Proof: `TransactionPayment::NextFeeMultiplier` (`max_values`: Some(1), `max_size`: Some(16), added: 511, mode: `MaxEncodedLen`)
|
47 | 49 | fn validate() -> Weight {
|
48 | 50 | // Proof Size summary in bytes:
|
49 |
| - // Measured: `178` |
| 51 | + // Measured: `235` |
50 | 52 | // Estimated: `5078`
|
51 |
| - // Minimum execution time: 1_002_000_000 picoseconds. |
52 |
| - Weight::from_parts(1_011_000_000, 5078) |
53 |
| - .saturating_add(T::DbWeight::get().reads(2_u64)) |
| 53 | + // Minimum execution time: 1_728_647_000 picoseconds. |
| 54 | + Weight::from_parts(1_741_351_000, 5078) |
| 55 | + .saturating_add(T::DbWeight::get().reads(3_u64)) |
54 | 56 | .saturating_add(T::DbWeight::get().writes(1_u64))
|
55 | 57 | }
|
56 | 58 | /// Storage: `System::Account` (r:1 w:1)
|
57 | 59 | /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`)
|
| 60 | + /// Storage: `System::AllExtrinsicsLen` (r:1 w:1) |
| 61 | + /// Proof: `System::AllExtrinsicsLen` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) |
58 | 62 | /// Storage: `TransactionPayment::NextFeeMultiplier` (r:1 w:0)
|
59 | 63 | /// Proof: `TransactionPayment::NextFeeMultiplier` (`max_values`: Some(1), `max_size`: Some(16), added: 511, mode: `MaxEncodedLen`)
|
60 | 64 | fn pre_dispatch() -> Weight {
|
61 | 65 | // Proof Size summary in bytes:
|
62 |
| - // Measured: `178` |
| 66 | + // Measured: `131` |
63 | 67 | // Estimated: `5078`
|
64 |
| - // Minimum execution time: 1_001_000_000 picoseconds. |
65 |
| - Weight::from_parts(1_015_000_000, 5078) |
66 |
| - .saturating_add(T::DbWeight::get().reads(2_u64)) |
67 |
| - .saturating_add(T::DbWeight::get().writes(1_u64)) |
| 68 | + // Minimum execution time: 1_745_366_000 picoseconds. |
| 69 | + Weight::from_parts(1_756_751_000, 5078) |
| 70 | + .saturating_add(T::DbWeight::get().reads(3_u64)) |
| 71 | + .saturating_add(T::DbWeight::get().writes(2_u64)) |
68 | 72 | }
|
69 | 73 | }
|
70 | 74 |
|
71 | 75 | // For backwards compatibility and tests.
|
72 | 76 | impl WeightInfo for () {
|
73 | 77 | /// Storage: `System::Account` (r:1 w:1)
|
74 | 78 | /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`)
|
| 79 | + /// Storage: `System::AllExtrinsicsLen` (r:1 w:0) |
| 80 | + /// Proof: `System::AllExtrinsicsLen` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) |
75 | 81 | /// Storage: `TransactionPayment::NextFeeMultiplier` (r:1 w:0)
|
76 | 82 | /// Proof: `TransactionPayment::NextFeeMultiplier` (`max_values`: Some(1), `max_size`: Some(16), added: 511, mode: `MaxEncodedLen`)
|
77 | 83 | fn validate() -> Weight {
|
78 | 84 | // Proof Size summary in bytes:
|
79 |
| - // Measured: `178` |
| 85 | + // Measured: `235` |
80 | 86 | // Estimated: `5078`
|
81 |
| - // Minimum execution time: 1_002_000_000 picoseconds. |
82 |
| - Weight::from_parts(1_011_000_000, 5078) |
83 |
| - .saturating_add(RocksDbWeight::get().reads(2_u64)) |
| 87 | + // Minimum execution time: 1_728_647_000 picoseconds. |
| 88 | + Weight::from_parts(1_741_351_000, 5078) |
| 89 | + .saturating_add(RocksDbWeight::get().reads(3_u64)) |
84 | 90 | .saturating_add(RocksDbWeight::get().writes(1_u64))
|
85 | 91 | }
|
86 | 92 | /// Storage: `System::Account` (r:1 w:1)
|
87 | 93 | /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`)
|
| 94 | + /// Storage: `System::AllExtrinsicsLen` (r:1 w:1) |
| 95 | + /// Proof: `System::AllExtrinsicsLen` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) |
88 | 96 | /// Storage: `TransactionPayment::NextFeeMultiplier` (r:1 w:0)
|
89 | 97 | /// Proof: `TransactionPayment::NextFeeMultiplier` (`max_values`: Some(1), `max_size`: Some(16), added: 511, mode: `MaxEncodedLen`)
|
90 | 98 | fn pre_dispatch() -> Weight {
|
91 | 99 | // Proof Size summary in bytes:
|
92 |
| - // Measured: `178` |
| 100 | + // Measured: `131` |
93 | 101 | // Estimated: `5078`
|
94 |
| - // Minimum execution time: 1_001_000_000 picoseconds. |
95 |
| - Weight::from_parts(1_015_000_000, 5078) |
96 |
| - .saturating_add(RocksDbWeight::get().reads(2_u64)) |
97 |
| - .saturating_add(RocksDbWeight::get().writes(1_u64)) |
| 102 | + // Minimum execution time: 1_745_366_000 picoseconds. |
| 103 | + Weight::from_parts(1_756_751_000, 5078) |
| 104 | + .saturating_add(RocksDbWeight::get().reads(3_u64)) |
| 105 | + .saturating_add(RocksDbWeight::get().writes(2_u64)) |
98 | 106 | }
|
99 | 107 | }
|
100 | 108 |
|
|
0 commit comments