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
6 changes: 3 additions & 3 deletions .github/benchmark_projects.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
define: &AZ_COMMIT cca90e5e655ed9a2d2bb969f034e42ac15f87439
define: &AZ_COMMIT 5f141167d16f1450348a4bbe55d94a462b5b62eb
projects:
private-kernel-inner:
repo: AztecProtocol/aztec-packages
Expand Down Expand Up @@ -65,15 +65,15 @@ projects:
cannot_execute: true
num_runs: 1
timeout: 60
compilation-timeout: 110
compilation-timeout: 135
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: 120
compilation-timeout: 135
execution-timeout: 40
compilation-memory-limit: 8000
execution-memory-limit: 1500
Expand Down
2 changes: 1 addition & 1 deletion EXTERNAL_NOIR_LIBRARIES.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
define: &AZ_COMMIT cca90e5e655ed9a2d2bb969f034e42ac15f87439
define: &AZ_COMMIT 5f141167d16f1450348a4bbe55d94a462b5b62eb
libraries:
noir_check_shuffle:
repo: noir-lang/noir_check_shuffle
Expand Down
Loading