File tree Expand file tree Collapse file tree 1 file changed +27
-3
lines changed Expand file tree Collapse file tree 1 file changed +27
-3
lines changed Original file line number Diff line number Diff line change @@ -58,9 +58,33 @@ 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 = [
79+ " swap_request::whitepaper" ,
80+ " swap_request::no_cmux" ,
81+ " swap_claim::whitepaper" ,
82+ " swap_claim::no_cmux"
83+ ]
84+ target.hlapi-erc20 = [" transfer::whitepaper" , " transfer::no_cmux" ]
85+ target.shortint = [" bitand" ]
86+ target.core_crypto-ks = [" keyswitch" ]
87+ target.core_crypto-pbs = [ " pbs_mem_optimized" ]
6488slab.backend = " aws"
6589slab.profile = " bench"
6690env.fast_bench = " TRUE"
You can’t perform that action at this time.
0 commit comments