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 5f141167d16f1450348a4bbe55d94a462b5b62eb
define: &AZ_COMMIT 3b981f9217f9b859bdfbcdba2f5c080392c98da6
projects:
private-kernel-inner:
repo: AztecProtocol/aztec-packages
Expand All @@ -16,7 +16,7 @@ projects:
num_runs: 5
timeout: 4
compilation-timeout: 1.2
execution-timeout: 0.02
execution-timeout: 0.04
compilation-memory-limit: 250
execution-memory-limit: 230
private-kernel-reset:
Expand Down Expand Up @@ -47,7 +47,7 @@ projects:
timeout: 15
compilation-timeout: 15
execution-timeout: 0.75
compilation-memory-limit: 1300
compilation-memory-limit: 1500
execution-memory-limit: 500
rollup-block-root-empty:
repo: AztecProtocol/aztec-packages
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 5f141167d16f1450348a4bbe55d94a462b5b62eb
define: &AZ_COMMIT 3b981f9217f9b859bdfbcdba2f5c080392c98da6
libraries:
noir_check_shuffle:
repo: noir-lang/noir_check_shuffle
Expand Down
Loading