1818
1919//! Autogenerated weights for `cumulus_pallet_xcmp_queue`
2020//!
21- //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32 .0.0
22- //! DATE: 2024-11-26 , STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
21+ //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 42 .0.1
22+ //! DATE: 2025-01-15 , STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
2323//! WORST CASE MAP SIZE: `1000000`
2424//! WASM-EXECUTION: `Compiled`, CHAIN: `Some("crab-dev")`, DB CACHE: 1024
2525
@@ -56,67 +56,67 @@ use core::marker::PhantomData;
5656pub struct WeightInfo < T > ( PhantomData < T > ) ;
5757impl < T : frame_system:: Config > cumulus_pallet_xcmp_queue:: WeightInfo for WeightInfo < T > {
5858 /// Storage: `XcmpQueue::QueueConfig` (r:1 w:1)
59- /// Proof: `XcmpQueue::QueueConfig` (`max_values`: Some(1), `max_size`: None, mode: `Measured `)
59+ /// Proof: `XcmpQueue::QueueConfig` (`max_values`: Some(1), `max_size`: Some(12), added: 507, mode: `MaxEncodedLen `)
6060 fn set_config_with_u32 ( ) -> Weight {
6161 // Proof Size summary in bytes:
6262 // Measured: `42`
63- // Estimated: `1527 `
64- // Minimum execution time: 4_000_000 picoseconds.
63+ // Estimated: `1497 `
64+ // Minimum execution time: 3_000_000 picoseconds.
6565 Weight :: from_parts ( 4_000_000 , 0 )
66- . saturating_add ( Weight :: from_parts ( 0 , 1527 ) )
66+ . saturating_add ( Weight :: from_parts ( 0 , 1497 ) )
6767 . saturating_add ( T :: DbWeight :: get ( ) . reads ( 1 ) )
6868 . saturating_add ( T :: DbWeight :: get ( ) . writes ( 1 ) )
6969 }
7070 /// Storage: `XcmpQueue::QueueConfig` (r:1 w:0)
71- /// Proof: `XcmpQueue::QueueConfig` (`max_values`: Some(1), `max_size`: None, mode: `Measured `)
71+ /// Proof: `XcmpQueue::QueueConfig` (`max_values`: Some(1), `max_size`: Some(12), added: 507, mode: `MaxEncodedLen `)
7272 /// Storage: `MessageQueue::BookStateFor` (r:1 w:1)
7373 /// Proof: `MessageQueue::BookStateFor` (`max_values`: None, `max_size`: Some(52), added: 2527, mode: `MaxEncodedLen`)
7474 /// Storage: `MessageQueue::ServiceHead` (r:1 w:1)
7575 /// Proof: `MessageQueue::ServiceHead` (`max_values`: Some(1), `max_size`: Some(5), added: 500, mode: `MaxEncodedLen`)
7676 /// Storage: `XcmpQueue::InboundXcmpSuspended` (r:1 w:0)
77- /// Proof: `XcmpQueue::InboundXcmpSuspended` (`max_values`: Some(1), `max_size`: None, mode: `Measured `)
77+ /// Proof: `XcmpQueue::InboundXcmpSuspended` (`max_values`: Some(1), `max_size`: Some(4002), added: 4497, mode: `MaxEncodedLen `)
7878 /// Storage: `MessageQueue::Pages` (r:0 w:1)
79- /// Proof: `MessageQueue::Pages` (`max_values`: None, `max_size`: Some(65585 ), added: 68060 , mode: `MaxEncodedLen`)
79+ /// Proof: `MessageQueue::Pages` (`max_values`: None, `max_size`: Some(105521 ), added: 107996 , mode: `MaxEncodedLen`)
8080 fn enqueue_xcmp_message ( ) -> Weight {
8181 // Proof Size summary in bytes:
8282 // Measured: `48`
83- // Estimated: `3517 `
83+ // Estimated: `5487 `
8484 // Minimum execution time: 10_000_000 picoseconds.
8585 Weight :: from_parts ( 10_000_000 , 0 )
86- . saturating_add ( Weight :: from_parts ( 0 , 3517 ) )
86+ . saturating_add ( Weight :: from_parts ( 0 , 5487 ) )
8787 . saturating_add ( T :: DbWeight :: get ( ) . reads ( 4 ) )
8888 . saturating_add ( T :: DbWeight :: get ( ) . writes ( 3 ) )
8989 }
9090 /// Storage: `XcmpQueue::OutboundXcmpStatus` (r:1 w:1)
91- /// Proof: `XcmpQueue::OutboundXcmpStatus` (`max_values`: Some(1), `max_size`: None, mode: `Measured `)
91+ /// Proof: `XcmpQueue::OutboundXcmpStatus` (`max_values`: Some(1), `max_size`: Some(1282), added: 1777, mode: `MaxEncodedLen `)
9292 fn suspend_channel ( ) -> Weight {
9393 // Proof Size summary in bytes:
9494 // Measured: `42`
95- // Estimated: `1527 `
95+ // Estimated: `2767 `
9696 // Minimum execution time: 2_000_000 picoseconds.
9797 Weight :: from_parts ( 3_000_000 , 0 )
98- . saturating_add ( Weight :: from_parts ( 0 , 1527 ) )
98+ . saturating_add ( Weight :: from_parts ( 0 , 2767 ) )
9999 . saturating_add ( T :: DbWeight :: get ( ) . reads ( 1 ) )
100100 . saturating_add ( T :: DbWeight :: get ( ) . writes ( 1 ) )
101101 }
102102 /// Storage: `XcmpQueue::OutboundXcmpStatus` (r:1 w:1)
103- /// Proof: `XcmpQueue::OutboundXcmpStatus` (`max_values`: Some(1), `max_size`: None, mode: `Measured `)
103+ /// Proof: `XcmpQueue::OutboundXcmpStatus` (`max_values`: Some(1), `max_size`: Some(1282), added: 1777, mode: `MaxEncodedLen `)
104104 fn resume_channel ( ) -> Weight {
105105 // Proof Size summary in bytes:
106106 // Measured: `77`
107- // Estimated: `1562 `
107+ // Estimated: `2767 `
108108 // Minimum execution time: 3_000_000 picoseconds.
109109 Weight :: from_parts ( 4_000_000 , 0 )
110- . saturating_add ( Weight :: from_parts ( 0 , 1562 ) )
110+ . saturating_add ( Weight :: from_parts ( 0 , 2767 ) )
111111 . saturating_add ( T :: DbWeight :: get ( ) . reads ( 1 ) )
112112 . saturating_add ( T :: DbWeight :: get ( ) . writes ( 1 ) )
113113 }
114114 fn take_first_concatenated_xcm ( ) -> Weight {
115115 // Proof Size summary in bytes:
116116 // Measured: `0`
117117 // Estimated: `0`
118- // Minimum execution time: 9_000_000 picoseconds.
119- Weight :: from_parts ( 9_000_000 , 0 )
118+ // Minimum execution time: 7_000_000 picoseconds.
119+ Weight :: from_parts ( 8_000_000 , 0 )
120120 . saturating_add ( Weight :: from_parts ( 0 , 0 ) )
121121 }
122122 /// Storage: UNKNOWN KEY `0x7b3237373ffdfeb1cab4222e3b520d6b345d8e88afa015075c945637c07e8f20` (r:1 w:1)
@@ -128,33 +128,43 @@ impl<T: frame_system::Config> cumulus_pallet_xcmp_queue::WeightInfo for WeightIn
128128 /// Storage: `MessageQueue::ServiceHead` (r:1 w:1)
129129 /// Proof: `MessageQueue::ServiceHead` (`max_values`: Some(1), `max_size`: Some(5), added: 500, mode: `MaxEncodedLen`)
130130 /// Storage: `XcmpQueue::QueueConfig` (r:1 w:0)
131- /// Proof: `XcmpQueue::QueueConfig` (`max_values`: Some(1), `max_size`: None, mode: `Measured `)
131+ /// Proof: `XcmpQueue::QueueConfig` (`max_values`: Some(1), `max_size`: Some(12), added: 507, mode: `MaxEncodedLen `)
132132 /// Storage: `XcmpQueue::InboundXcmpSuspended` (r:1 w:0)
133- /// Proof: `XcmpQueue::InboundXcmpSuspended` (`max_values`: Some(1), `max_size`: None, mode: `Measured `)
133+ /// Proof: `XcmpQueue::InboundXcmpSuspended` (`max_values`: Some(1), `max_size`: Some(4002), added: 4497, mode: `MaxEncodedLen `)
134134 /// Storage: `MessageQueue::Pages` (r:0 w:1)
135- /// Proof: `MessageQueue::Pages` (`max_values`: None, `max_size`: Some(65585 ), added: 68060 , mode: `MaxEncodedLen`)
135+ /// Proof: `MessageQueue::Pages` (`max_values`: None, `max_size`: Some(105521 ), added: 107996 , mode: `MaxEncodedLen`)
136136 fn on_idle_good_msg ( ) -> Weight {
137137 // Proof Size summary in bytes:
138- // Measured: `65677 `
139- // Estimated: `69142 `
140- // Minimum execution time: 43_000_000 picoseconds.
141- Weight :: from_parts ( 43_000_000 , 0 )
142- . saturating_add ( Weight :: from_parts ( 0 , 69142 ) )
138+ // Measured: `105613 `
139+ // Estimated: `109078 `
140+ // Minimum execution time: 64_000_000 picoseconds.
141+ Weight :: from_parts ( 67_000_000 , 0 )
142+ . saturating_add ( Weight :: from_parts ( 0 , 109078 ) )
143143 . saturating_add ( T :: DbWeight :: get ( ) . reads ( 6 ) )
144144 . saturating_add ( T :: DbWeight :: get ( ) . writes ( 5 ) )
145145 }
146146 /// Storage: UNKNOWN KEY `0x7b3237373ffdfeb1cab4222e3b520d6b345d8e88afa015075c945637c07e8f20` (r:1 w:1)
147147 /// Proof: UNKNOWN KEY `0x7b3237373ffdfeb1cab4222e3b520d6b345d8e88afa015075c945637c07e8f20` (r:1 w:1)
148148 /// Storage: UNKNOWN KEY `0x7b3237373ffdfeb1cab4222e3b520d6bedc49980ba3aa32b0a189290fd036649` (r:1 w:1)
149149 /// Proof: UNKNOWN KEY `0x7b3237373ffdfeb1cab4222e3b520d6bedc49980ba3aa32b0a189290fd036649` (r:1 w:1)
150+ /// Storage: `MessageQueue::BookStateFor` (r:1 w:1)
151+ /// Proof: `MessageQueue::BookStateFor` (`max_values`: None, `max_size`: Some(52), added: 2527, mode: `MaxEncodedLen`)
152+ /// Storage: `MessageQueue::ServiceHead` (r:1 w:1)
153+ /// Proof: `MessageQueue::ServiceHead` (`max_values`: Some(1), `max_size`: Some(5), added: 500, mode: `MaxEncodedLen`)
154+ /// Storage: `XcmpQueue::QueueConfig` (r:1 w:0)
155+ /// Proof: `XcmpQueue::QueueConfig` (`max_values`: Some(1), `max_size`: Some(12), added: 507, mode: `MaxEncodedLen`)
156+ /// Storage: `XcmpQueue::InboundXcmpSuspended` (r:1 w:0)
157+ /// Proof: `XcmpQueue::InboundXcmpSuspended` (`max_values`: Some(1), `max_size`: Some(4002), added: 4497, mode: `MaxEncodedLen`)
158+ /// Storage: `MessageQueue::Pages` (r:0 w:1)
159+ /// Proof: `MessageQueue::Pages` (`max_values`: None, `max_size`: Some(105521), added: 107996, mode: `MaxEncodedLen`)
150160 fn on_idle_large_msg ( ) -> Weight {
151161 // Proof Size summary in bytes:
152- // Measured: `65676 `
153- // Estimated: `69141 `
154- // Minimum execution time: 28_000_000 picoseconds.
155- Weight :: from_parts ( 37_000_000 , 0 )
156- . saturating_add ( Weight :: from_parts ( 0 , 69141 ) )
157- . saturating_add ( T :: DbWeight :: get ( ) . reads ( 2 ) )
158- . saturating_add ( T :: DbWeight :: get ( ) . writes ( 2 ) )
162+ // Measured: `65682 `
163+ // Estimated: `69147 `
164+ // Minimum execution time: 41_000_000 picoseconds.
165+ Weight :: from_parts ( 45_000_000 , 0 )
166+ . saturating_add ( Weight :: from_parts ( 0 , 69147 ) )
167+ . saturating_add ( T :: DbWeight :: get ( ) . reads ( 6 ) )
168+ . saturating_add ( T :: DbWeight :: get ( ) . writes ( 5 ) )
159169 }
160170}
0 commit comments