File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -108,12 +108,12 @@ examples-components target=default-target features="": (build-rust-component-exa
108108# warning, compares to and then OVERWRITES the given baseline 
109109bench-ci  baseline  target = " release"features = " ": 
110110    cd src/ hyperlight_wasm &&  cargo bench --profile={{  if  target ==  " debug"" dev"else  { target } }} {{  if  features == " "' 'else  { " --features "+  features } }} {{ baseline}} 
111-     cd src/ hyperlight_wasm  &&  {{ wit-world-c}} {{  if  target ==  " debug"" dev"else  { target } }} {{  if  features == " "' 'else  { " --features "+  features } }} {{ baseline}} 
111+     cd src/ hyperlight_wasm;  {{ wit-world-c}} {{  if  target ==  " debug"" dev"else  { target } }} {{  if  features == " "' 'else  { " --features "+  features } }} {{ baseline}} 
112112bench  target = " release"features = " ":  (bench-wasm  target features) (bench-components  target features)
113113bench-wasm  target = " release"features = " ": 
114114    cd src/ hyperlight_wasm &&   cargo bench --profile={{  if  target ==  " debug"" dev"else  { target } }} {{  if  features == " "' 'else  { " --features "+  features } }} 
115115bench-components  target = " release"features = " ": 
116-     cd src/ hyperlight_wasm  &&  {{ wit-world-c}} {{  if  target ==  " debug"" dev"else  { target } }} {{  if  features == " "' 'else  { " --features "+  features } }} 
116+     cd src/ hyperlight_wasm;  {{ wit-world-c}} {{  if  target ==  " debug"" dev"else  { target } }} {{  if  features == " "' 'else  { " --features "+  features } }} 
117117bench-download  os  hypervisor  cpu  tag = " ": 
118118    gh release download {{  tag }} / src/ hyperlight_wasm/ target/  -p benchmarks_{{  os  }} {{  hypervisor }} {{  cpu }} 
119119    mkdir {{  mkdir-arg }} / src/ hyperlight_wasm/ target/ criterion
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments