-
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
Added From<G>
in add_constraint
.
#901
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## alont/simplify-expr #901 +/- ##
====================================================
Coverage 91.56% 91.56%
====================================================
Files 93 93
Lines 13228 13226 -2
Branches 13228 13226 -2
====================================================
- Hits 12112 12111 -1
+ Misses 1003 1002 -1
Partials 113 113 ☔ 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.
⚠️ 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: 72b28de | Previous: cd8b37b | Ratio |
---|---|---|---|
iffts/simd ifft/22 |
13490628 ns/iter (± 207604 ) |
6306399 ns/iter (± 210024 ) |
2.14 |
iffts/simd ifft/25 |
132322847 ns/iter (± 1934509 ) |
65891527 ns/iter (± 1735211 ) |
2.01 |
merkle throughput/simd merkle |
29899871 ns/iter (± 689114 ) |
13712527 ns/iter (± 579195 ) |
2.18 |
This comment was automatically generated by workflow using github-action-benchmark.
CC: @shaharsamocha7
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 5 files at r1, all commit messages.
Reviewable status: 1 of 5 files reviewed, all discussions resolved
crates/prover/src/constraint_framework/expr.rs
line 403 at r1 (raw file):
fn add_constraint<G>(&mut self, constraint: G) where Self::EF: std::ops::Mul<G, Output = Self::EF> + From<G>,
non blocking
Suggestion:
Self::EF: From<G
8a20339
to
1d9f08c
Compare
d79419f
to
96dfdd1
Compare
b5e6acc
to
188ba5c
Compare
96dfdd1
to
eb99416
Compare
188ba5c
to
e4c2d1d
Compare
eb99416
to
9523340
Compare
e4c2d1d
to
d53fec3
Compare
9523340
to
7320a5d
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 3 of 5 files at r1, 1 of 1 files at r3, 1 of 1 files at r4, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @Alon-Ti)
7320a5d
to
e48db0a
Compare
d53fec3
to
b6ea512
Compare
e48db0a
to
72b28de
Compare
Merge activity
|
No description provided.