File tree Expand file tree Collapse file tree 1 file changed +22
-3
lines changed Expand file tree Collapse file tree 1 file changed +22
-3
lines changed Original file line number Diff line number Diff line change @@ -58,9 +58,28 @@ env.fast_bench = "TRUE"
5858env.bench_param_type  = " MULTI_BIT" 
5959
6060[cpu .default ]
61- target.integer  = [" add_parallelized"  ]
62- target.hlapi-dex  = [" dex::swap_claim::no_cmux"  ]
63- target.hlapi-erc20  = [" transfer::whitepaper"  ]
61+ # target.integer = [
62+ #     "add_parallelized",
63+ #     "mul_parallelized",
64+ #     "div_rem_parallelized",
65+ #     "bitand_parallelized",
66+ #     "bitnot",
67+ #     "left_shift_parallelized",
68+ #     "rotate_left_parallelized",
69+ #     "max_parallelized",
70+ #     "eq_parallelized",
71+ #     "gt_parallelized",
72+ #     "if_then_else_parallelized",
73+ #     "flip_parallelized",
74+ #     "neg_parallelized",
75+ #     "leading_zeros_parallelized",
76+ #     "ilog2_parallelized",
77+ # ]
78+ # target.hlapi-dex = ["dex::swap_claim::no_cmux"]
79+ # target.hlapi-erc20 = ["transfer::whitepaper"]
80+ target.shortint  = [" bitand"  ]
81+ target.core_crypto-ks  = [" keyswitch"  ]
82+ target.core_crypto-pbs  = [ " mem_optimized_pbs"  ]
6483slab.backend  = " aws" 
6584slab.profile  = " bench" 
6685env.fast_bench  = " TRUE" 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments