-
Notifications
You must be signed in to change notification settings - Fork 88
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
Expression evaluator: Ordnung muß sein. #927
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #927 +/- ##
==========================================
+ Coverage 91.41% 91.53% +0.11%
==========================================
Files 94 98 +4
Lines 13740 13927 +187
Branches 13740 13927 +187
==========================================
+ Hits 12561 12748 +187
+ Misses 1064 1062 -2
- Partials 115 117 +2 ☔ View full report in Codecov by Sentry. |
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.
Reviewed 8 of 8 files at r1, all commit messages.
Reviewable status: all files reviewed, 2 unresolved discussions (waiting on @Alon-Ti)
a discussion (no related file):
You are not German yet
crates/prover/src/constraint_framework/expr/eval.rs
line 1 at r1 (raw file):
use std::collections::{HashMap, HashSet};
I'm not sure about this file name
You also have evaluator.rs for the evaluations
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.
Reviewable status: all files reviewed, 2 unresolved discussions (waiting on @Alon-Ti)
a discussion (no related file):
Previously, shaharsamocha7 wrote…
You are not German yet
Very nice PR!
5d68434
to
af61f0a
Compare
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.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @shaharsamocha7)
crates/prover/src/constraint_framework/expr/eval.rs
line 1 at r1 (raw file):
Previously, shaharsamocha7 wrote…
I'm not sure about this file name
You also have evaluator.rs for the evaluations
Done.
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.
Reviewed 1 of 1 files at r2, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @Alon-Ti)
af61f0a
to
5006de5
Compare
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.
Reviewed 1 of 1 files at r3, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @Alon-Ti)
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.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2
.
Benchmark suite | Current: 5006de5 | Previous: cd8b37b | Ratio |
---|---|---|---|
iffts/simd ifft/22 |
12859691 ns/iter (± 175409 ) |
6306399 ns/iter (± 210024 ) |
2.04 |
merkle throughput/simd merkle |
28780342 ns/iter (± 499980 ) |
13712527 ns/iter (± 579195 ) |
2.10 |
This comment was automatically generated by workflow using github-action-benchmark.
CC: @shaharsamocha7
No description provided.