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 f7a8f6be5c4b9c9aa9f59b4b99104b30b7bbff4c
define: &AZ_COMMIT 17e79f42c0a1895dc87a74e4155591e38c45f09b
projects:
private-kernel-inner:
repo: AztecProtocol/aztec-packages
Expand Down Expand Up @@ -66,7 +66,7 @@ projects:
num_runs: 1
timeout: 60
compilation-timeout: 100
compilation-memory-limit: 7000
compilation-memory-limit: 8000
rollup-block-root:
repo: AztecProtocol/aztec-packages
ref: *AZ_COMMIT
Expand All @@ -75,7 +75,7 @@ projects:
timeout: 60
compilation-timeout: 110
execution-timeout: 40
compilation-memory-limit: 7000
compilation-memory-limit: 8000
execution-memory-limit: 1500
rollup-merge:
repo: AztecProtocol/aztec-packages
Expand Down
6 changes: 3 additions & 3 deletions EXTERNAL_NOIR_LIBRARIES.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
define: &AZ_COMMIT f7a8f6be5c4b9c9aa9f59b4b99104b30b7bbff4c
define: &AZ_COMMIT 17e79f42c0a1895dc87a74e4155591e38c45f09b
libraries:
noir_check_shuffle:
repo: noir-lang/noir_check_shuffle
Expand All @@ -23,10 +23,10 @@ libraries:
timeout: 2
noir-bignum:
repo: noir-lang/noir-bignum
timeout: 380
timeout: 90
noir_bigcurve:
repo: noir-lang/noir_bigcurve
timeout: 330
timeout: 250
noir_base64:
repo: noir-lang/noir_base64
timeout: 3
Expand Down