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

feat: Fuzzer for noir programs #6770

Draft
wants to merge 53 commits into
base: master
Choose a base branch
from
Draft

feat: Fuzzer for noir programs #6770

wants to merge 53 commits into from

Conversation

Rumata888
Copy link
Collaborator

Description

Problem*

Resolves

Summary*

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.

Copy link
Contributor

github-actions bot commented Jan 6, 2025

Compilation Report

Program Compilation Time %
sha256_regression 1.396s 4%
regression_4709 0.779s -1%
ram_blowup_regression 15.800s 7%
rollup-root 3.760s -1%
rollup-block-merge 3.680s -12%
rollup-base-public 39.000s -6%
rollup-base-private 20.800s 3%
private-kernel-tail 1.048s 4%
private-kernel-reset 6.920s -1%
private-kernel-inner 2.106s 1%
noir-contracts 84.900s -5%

Copy link
Contributor

github-actions bot commented Jan 6, 2025

Execution Report

Program Execution Time %
sha256_regression 0.099s -2%
regression_4709 0.001s 0%
ram_blowup_regression 0.580s -1%
rollup-root 0.124s -1%
rollup-block-merge 0.128s -1%
rollup-base-public 2.470s 0%
rollup-base-private 1.680s -2%
private-kernel-tail 0.022s -5%
private-kernel-reset 0.387s 0%
private-kernel-inner 0.115s -1%

Copy link
Contributor

github-actions bot commented Jan 6, 2025

Compilation Memory Report

Program Peak Memory
keccak256 78.48M
workspace 123.76M
regression_4709 422.91M
ram_blowup_regression 1.58G
rollup-base-public 2.80G
rollup-base-private 1.86G
private-kernel-tail 201.72M
private-kernel-reset 716.99M
private-kernel-inner 291.80M

Copy link
Contributor

github-actions bot commented Jan 6, 2025

Execution Memory Report

Program Peak Memory
keccak256 74.61M
workspace 123.79M
regression_4709 315.92M
ram_blowup_regression 512.47M
rollup-base-public 1.18G
rollup-base-private 831.47M
private-kernel-tail 181.09M
private-kernel-reset 255.18M
private-kernel-inner 214.28M

Rumata888 and others added 22 commits January 6, 2025 18:22
#6948)

Co-authored-by: Tom French <15848336+TomAFrench@users.noreply.github.com>
Co-authored-by: Tom French <15848336+TomAFrench@users.noreply.github.com>
…nctions (#6893)

Co-authored-by: Tom French <15848336+TomAFrench@users.noreply.github.com>
Co-authored-by: Tom French <tom@tomfren.ch>
Co-authored-by: Maxim Vezenov <mvezenov@gmail.com>
Co-authored-by: Tom French <15848336+TomAFrench@users.noreply.github.com>
Co-authored-by: Akosh Farkash <aakoshh@gmail.com>
Co-authored-by: Tom French <15848336+TomAFrench@users.noreply.github.com>
…scope (imported) (#6895)

Co-authored-by: Tom French <15848336+TomAFrench@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants