File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed 
cumulus/pallets/xcmp-queue/src Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ mod benchmarks {
109109
110110	/// Add an XCMP message of 0 bytes to the message queue at the provided position 
111111 	/// on an existing page. 
112-  	#[ benchmark]  
112+  	#[ benchmark( pov_mode =  Measured ) ]  
113113	fn  enqueue_empty_xcmp_message_at ( 
114114		n :  Linear < 0 ,  {  crate :: MaxXcmpMessageLenOf :: < T > :: get ( )  - 10  } > , 
115115	)  { 
@@ -180,7 +180,7 @@ mod benchmarks {
180180		} 
181181	} 
182182
183- 	#[ benchmark]  
183+ 	#[ benchmark( pov_mode =  Measured ) ]  
184184	fn  enqueue_1000_small_xcmp_messages ( )  { 
185185		#[ cfg( test) ]  
186186		{ 
Original file line number Diff line number Diff line change 1+ title: Account for PoV size when enqueing XCMP message
2+ doc:
3+ - audience: Runtime Dev
4+   description: |-
5+     Related to https://github.com/paritytech/polkadot-sdk/pull/9630 , but adjusting the benchmark
6+ 
7+     Using `#[benchmark(pov_mode = Measured)]` for the `enqueue_empty_xcmp_message_at` benchmark.
8+ crates:
9+ - name: cumulus-pallet-xcmp-queue
10+   bump: patch
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments