Skip to content

Commit 6d97850

Browse files
committed
chore(ci): set all operations for default cpu regression profile
1 parent 62780ac commit 6d97850

File tree

1 file changed

+27
-3
lines changed

1 file changed

+27
-3
lines changed

ci/regression.toml

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,33 @@ env.fast_bench = "TRUE"
5858
env.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"]
6488
slab.backend = "aws"
6589
slab.profile = "bench"
6690
env.fast_bench = "TRUE"

0 commit comments

Comments
 (0)