diff --git a/.github/benchmark_projects.yml b/.github/benchmark_projects.yml index 12000652a20..a5babab32a0 100644 --- a/.github/benchmark_projects.yml +++ b/.github/benchmark_projects.yml @@ -1,4 +1,4 @@ -define: &AZ_COMMIT c2ffeaabbc5001bdc8aeb0b630cb1bbf39702331 +define: &AZ_COMMIT 323faeaa491a8df7a57f4bb86e1e95d72f660018 projects: private-kernel-inner: repo: AztecProtocol/aztec-packages @@ -17,7 +17,7 @@ projects: compilation-timeout: 3 execution-timeout: 0.04 compilation-memory-limit: 300 - execution-memory-limit: 250 + execution-memory-limit: 350 private-kernel-reset: repo: AztecProtocol/aztec-packages ref: *AZ_COMMIT @@ -66,18 +66,18 @@ projects: ref: *AZ_COMMIT path: noir-projects/noir-protocol-circuits/crates/rollup-checkpoint-root-single-block num_runs: 1 - compilation-timeout: 330 + compilation-timeout: 500 execution-timeout: 0.75 - compilation-memory-limit: 10000 + compilation-memory-limit: 12000 execution-memory-limit: 2000 rollup-checkpoint-root: repo: AztecProtocol/aztec-packages ref: *AZ_COMMIT path: noir-projects/noir-protocol-circuits/crates/rollup-checkpoint-root num_runs: 1 - compilation-timeout: 250 + compilation-timeout: 450 execution-timeout: 1 - compilation-memory-limit: 10000 + compilation-memory-limit: 12000 execution-memory-limit: 2000 rollup-tx-merge: repo: AztecProtocol/aztec-packages diff --git a/EXTERNAL_NOIR_LIBRARIES.yml b/EXTERNAL_NOIR_LIBRARIES.yml index 127e0934383..d299c2f2b47 100644 --- a/EXTERNAL_NOIR_LIBRARIES.yml +++ b/EXTERNAL_NOIR_LIBRARIES.yml @@ -1,4 +1,4 @@ -define: &AZ_COMMIT c2ffeaabbc5001bdc8aeb0b630cb1bbf39702331 +define: &AZ_COMMIT 323faeaa491a8df7a57f4bb86e1e95d72f660018 libraries: noir_check_shuffle: repo: noir-lang/noir_check_shuffle @@ -83,13 +83,13 @@ libraries: repo: AztecProtocol/aztec-packages ref: *AZ_COMMIT path: noir-projects/noir-protocol-circuits/crates/blob - timeout: 400 + timeout: 500 critical: false protocol_circuits_parity_lib: repo: AztecProtocol/aztec-packages ref: *AZ_COMMIT path: noir-projects/noir-protocol-circuits/crates/parity-lib - timeout: 7 + timeout: 15 critical: false protocol_circuits_private_kernel_lib: repo: AztecProtocol/aztec-packages