You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: barretenberg/cpp/bootstrap.sh
+14-5Lines changed: 14 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -283,9 +283,17 @@ function test_cmds_native {
283
283
if [[ "${CI_FULL:-0}"-eq 0 &&"$test"=="ChonkKernelCapacity.MaxCapacityPassing" ]];then
284
284
continue
285
285
fi
286
-
# A little extra resource for these tests.
287
-
# IPARecursiveTests fails with 2 threads.
288
-
if [[ "$test"=~ ^(AcirAvmRecursionConstraint|ChonkKernelCapacity|AvmRecursiveTests|IPARecursiveTests|HonkRecursionConstraintTest|ChonkRecursionConstraintTest) ]];then
286
+
# Heavy provers get more cores/memory so they finish within the default per-test timeout;
287
+
# these circuits parallelize, so more cores lowers wall-time. Specific tests before family.
288
+
if [[ "$test"=="ChonkKernelCapacity.MaxCapacityPassing" ]];then
0 commit comments