Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/benchmark_projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,15 @@ 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
ref: *AZ_COMMIT
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
Expand Down
5 changes: 5 additions & 0 deletions test_programs/gates_report_brillig_execution.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Loading