@@ -75,8 +75,8 @@ impl<T: frame_system::Config> WeightInfo for BridgeWeight<T> {
7575 ///
7676 /// Storage: BridgeRialtoGrandpa CurrentAuthoritySet (r:1 w:0)
7777 ///
78- /// Proof: BridgeRialtoGrandpa CurrentAuthoritySet (max_values: Some(1), max_size: Some(40970 ),
79- /// added: 41465 , mode: MaxEncodedLen)
78+ /// Proof: BridgeRialtoGrandpa CurrentAuthoritySet (max_values: Some(1), max_size: Some(209 ),
79+ /// added: 704 , mode: MaxEncodedLen)
8080 ///
8181 /// Storage: BridgeRialtoGrandpa ImportedHashesPointer (r:1 w:1)
8282 ///
@@ -93,19 +93,19 @@ impl<T: frame_system::Config> WeightInfo for BridgeWeight<T> {
9393 /// Proof: BridgeRialtoGrandpa ImportedHeaders (max_values: None, max_size: Some(68), added:
9494 /// 2543, mode: MaxEncodedLen)
9595 ///
96- /// The range of component `p` is `[51, 102 ]`.
96+ /// The range of component `p` is `[1, 5 ]`.
9797 ///
9898 /// The range of component `v` is `[50, 100]`.
9999 fn submit_finality_proof ( p : u32 , v : u32 ) -> Weight {
100100 // Proof Size summary in bytes:
101- // Measured: `2524 + p * (40 ±0)`
102- // Estimated: `46001 `
103- // Minimum execution time: 2_282_140 nanoseconds.
104- Weight :: from_parts ( 142_496_714 , 46001 )
105- // Standard Error: 32_796
106- . saturating_add ( Weight :: from_ref_time ( 40_232_935 ) . saturating_mul ( p. into ( ) ) )
107- // Standard Error: 33_574
108- . saturating_add ( Weight :: from_ref_time ( 1_185_407 ) . saturating_mul ( v. into ( ) ) )
101+ // Measured: `459 + p * (40 ±0)`
102+ // Estimated: `5240 `
103+ // Minimum execution time: 368_734 nanoseconds.
104+ Weight :: from_parts ( 64_214_587 , 5240 )
105+ // Standard Error: 226_504
106+ . saturating_add ( Weight :: from_ref_time ( 41_231_918 ) . saturating_mul ( p. into ( ) ) )
107+ // Standard Error: 20_667
108+ . saturating_add ( Weight :: from_ref_time ( 2_770_962 ) . saturating_mul ( v. into ( ) ) )
109109 . saturating_add ( T :: DbWeight :: get ( ) . reads ( 6_u64 ) )
110110 . saturating_add ( T :: DbWeight :: get ( ) . writes ( 6_u64 ) )
111111 }
@@ -130,8 +130,8 @@ impl WeightInfo for () {
130130 ///
131131 /// Storage: BridgeRialtoGrandpa CurrentAuthoritySet (r:1 w:0)
132132 ///
133- /// Proof: BridgeRialtoGrandpa CurrentAuthoritySet (max_values: Some(1), max_size: Some(40970 ),
134- /// added: 41465 , mode: MaxEncodedLen)
133+ /// Proof: BridgeRialtoGrandpa CurrentAuthoritySet (max_values: Some(1), max_size: Some(209 ),
134+ /// added: 704 , mode: MaxEncodedLen)
135135 ///
136136 /// Storage: BridgeRialtoGrandpa ImportedHashesPointer (r:1 w:1)
137137 ///
@@ -148,19 +148,19 @@ impl WeightInfo for () {
148148 /// Proof: BridgeRialtoGrandpa ImportedHeaders (max_values: None, max_size: Some(68), added:
149149 /// 2543, mode: MaxEncodedLen)
150150 ///
151- /// The range of component `p` is `[51, 102 ]`.
151+ /// The range of component `p` is `[1, 5 ]`.
152152 ///
153153 /// The range of component `v` is `[50, 100]`.
154154 fn submit_finality_proof ( p : u32 , v : u32 ) -> Weight {
155155 // Proof Size summary in bytes:
156- // Measured: `2524 + p * (40 ±0)`
157- // Estimated: `46001 `
158- // Minimum execution time: 2_282_140 nanoseconds.
159- Weight :: from_parts ( 142_496_714 , 46001 )
160- // Standard Error: 32_796
161- . saturating_add ( Weight :: from_ref_time ( 40_232_935 ) . saturating_mul ( p. into ( ) ) )
162- // Standard Error: 33_574
163- . saturating_add ( Weight :: from_ref_time ( 1_185_407 ) . saturating_mul ( v. into ( ) ) )
156+ // Measured: `459 + p * (40 ±0)`
157+ // Estimated: `5240 `
158+ // Minimum execution time: 368_734 nanoseconds.
159+ Weight :: from_parts ( 64_214_587 , 5240 )
160+ // Standard Error: 226_504
161+ . saturating_add ( Weight :: from_ref_time ( 41_231_918 ) . saturating_mul ( p. into ( ) ) )
162+ // Standard Error: 20_667
163+ . saturating_add ( Weight :: from_ref_time ( 2_770_962 ) . saturating_mul ( v. into ( ) ) )
164164 . saturating_add ( RocksDbWeight :: get ( ) . reads ( 6_u64 ) )
165165 . saturating_add ( RocksDbWeight :: get ( ) . writes ( 6_u64 ) )
166166 }
0 commit comments