Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(ci): run noir-lang/big_curve tests on single thread #6789

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

TomAFrench
Copy link
Member

@TomAFrench TomAFrench commented Dec 12, 2024

Description

Problem*

Resolves

Summary*

This PR sets the RAYON_NUM_THREADS environment variable to 1 when running the bigcurve tests in run-external-checks. This should allow us to run all of the bigcurve tests in our CI to help avoid regressions such as those caused by #6685.

Additional Context

Documentation*

Check one:

  • No documentation needed.
  • Documentation included in this PR.
  • [For Experimental Features] Documentation to be submitted in a separate PR.

PR Checklist*

  • I have tested the changes locally.
  • I have formatted the changes with Prettier and/or cargo fmt on default settings.

@TomAFrench TomAFrench added the run-external-checks Trigger CI job to run tests on external repos label Dec 12, 2024
Copy link
Contributor

github-actions bot commented Dec 12, 2024

Peak Memory Sample

Program Peak Memory
keccak256 78.64M
workspace 122.03M
regression_4709 294.72M
ram_blowup_regression 2.44G
private-kernel-tail 208.79M
private-kernel-reset 862.88M
private-kernel-inner 307.69M
parity-root 174.43M

Copy link
Contributor

github-actions bot commented Dec 12, 2024

Compilation Sample

Program Compilation Time %
sha256_regression 0m1.531s -4%
regression_4709 0m1.568s 1%
ram_blowup_regression 0m17.165s 0%
private-kernel-tail 0m1.170s -21%
private-kernel-reset 0m9.338s 1%
private-kernel-inner 0m2.370s -1%
parity-root 0m0.899s -23%
noir-contracts 2m48.732s 6%

@TomAFrench
Copy link
Member Author

Blocked by noir-lang/noir_bigcurve#22

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
run-external-checks Trigger CI job to run tests on external repos
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant