-
Notifications
You must be signed in to change notification settings - Fork 329
chore: greenlight make_constrain_not_equal
for audits
#9535
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
⚠️ Performance Alert ⚠️
Possible performance regression was detected for benchmark 'Test Suite Duration'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.20
.
Benchmark suite | Current: 08e9bd2 | Previous: 103f70a | Ratio |
---|---|---|---|
test_report_noir-lang_noir-bignum_ |
455 s |
379 s |
1.20 |
test_report_zkpassport_noir-ecdsa_ |
3 s |
1 s |
3 |
test_report_zkpassport_noir_rsa_ |
2 s |
1 s |
2 |
This comment was automatically generated by workflow using github-action-benchmark.
CC: @TomAFrench
Description
Problem
Resolves #9524
Summary
I copied an explanation of why this pass exists from #7032
Additional Context
I introduced a cSpell regression so to fix it I ran
cSpell
locally and noticed a couple more issues so I decided to fix them here as well as they are very minor changes.Documentation
Check one:
PR Checklist
cargo fmt
on default settings.