diff --git a/.github/benchmark_projects.yml b/.github/benchmark_projects.yml index fc7ff54f89e..763a5efeb69 100644 --- a/.github/benchmark_projects.yml +++ b/.github/benchmark_projects.yml @@ -65,7 +65,7 @@ projects: cannot_execute: true num_runs: 1 timeout: 60 - compilation-timeout: 135 + compilation-timeout: 150 compilation-memory-limit: 8000 rollup-block-root: repo: AztecProtocol/aztec-packages @@ -73,7 +73,7 @@ projects: path: noir-projects/noir-protocol-circuits/crates/rollup-block-root num_runs: 1 timeout: 60 - compilation-timeout: 135 + compilation-timeout: 150 execution-timeout: 40 compilation-memory-limit: 8000 execution-memory-limit: 1500 diff --git a/test_programs/gates_report_brillig_execution.sh b/test_programs/gates_report_brillig_execution.sh index bf9e698589c..2a1b464577c 100755 --- a/test_programs/gates_report_brillig_execution.sh +++ b/test_programs/gates_report_brillig_execution.sh @@ -14,6 +14,11 @@ excluded_dirs=( "is_unconstrained" # This test utilizes enums which are experimental "regression_7323" + # These tests fail with different inliner settings, while this script + # assumes that a test can pass with all inliner settings. + "reference_counts_inliner_min" + "reference_counts_inliner_0" + "reference_counts_inliner_max" ) current_dir=$(pwd)