-
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 add_intermediate
and add_secure_intermediate
to eval API.
#919
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #919 +/- ##
=======================================
Coverage 91.51% 91.51%
=======================================
Files 94 94
Lines 13634 13666 +32
Branches 13634 13666 +32
=======================================
+ Hits 12477 12507 +30
- Misses 1042 1044 +2
Partials 115 115 ☔ 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: 5fd3774 | Previous: cd8b37b | Ratio |
---|---|---|---|
merkle throughput/simd merkle |
28492415 ns/iter (± 488757 ) |
13712527 ns/iter (± 579195 ) |
2.08 |
This comment was automatically generated by workflow using github-action-benchmark.
CC: @shaharsamocha7
a198090
to
f84268d
Compare
348fc4e
to
97059af
Compare
f84268d
to
484a7d8
Compare
97059af
to
3e57ce5
Compare
484a7d8
to
f475a85
Compare
3e57ce5
to
e9515a2
Compare
e9515a2
to
d1683df
Compare
f475a85
to
bf21504
Compare
d1683df
to
2fe62b3
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: 0 of 3 files reviewed, 1 unresolved discussion (waiting on @Alon-Ti and @shaharsamocha7)
crates/prover/src/constraint_framework/mod.rs
line 122 at r2 (raw file):
/// Adds a secure intermediate value to the component and returns its value. /// Does nothing by default. fn add_secure_intermediate(&mut self, val: Self::EF) -> Self::EF {
Suggestion:
extension
2fe62b3
to
43741f1
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: 0 of 3 files reviewed, 1 unresolved discussion (waiting on @ohad-starkware and @shaharsamocha7)
crates/prover/src/constraint_framework/mod.rs
line 122 at r2 (raw file):
/// Adds a secure intermediate value to the component and returns its value. /// Does nothing by default. fn add_secure_intermediate(&mut self, val: Self::EF) -> Self::EF {
Done.
43741f1
to
694d9a4
Compare
694d9a4
to
5fd3774
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: 0 of 3 files reviewed, all discussions resolved (waiting on @shaharsamocha7)
Merge activity
|
No description provided.