-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Improve rustdoc - Updated references in documentation comments, changing from Kotlin-style to rustdoc style. - Corrected the use of brackets to backticks for proper Rust code referencing in the comments in the `lib.rs` and `r1cs/mod.rs` files. - The changes made were purely stylistic and cosmetic. No modifications were made to the actual code logic or implementation. * doc: fix Rustdoc - Updated hyperlink format in `HyperKZG` module documentation. - CI should be testing this when rust-lang/rust#56232 resolves.
- Loading branch information
1 parent
28a4395
commit 22616f5
Showing
12 changed files
with
30 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22616f5
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.
Benchmarks
Table of Contents
Overview
This benchmark report shows the Arecibo GPU benchmarks.
NVIDIA L4
Intel(R) Xeon(R) CPU @ 2.20GHz
32 vCPUs
125 GB RAM
Workflow run: https://github.com/lurk-lab/arecibo/actions/runs/7748806075
Benchmark Results
RecursiveSNARK-NIVC-2
ref=28a4395
ref=22616f5
Prove-NumCons-6540
52.81 ms
(✅ 1.00x)52.76 ms
(✅ 1.00x faster)Verify-NumCons-6540
32.99 ms
(✅ 1.00x)33.20 ms
(✅ 1.01x slower)Prove-NumCons-1028888
324.48 ms
(✅ 1.00x)343.01 ms
(✅ 1.06x slower)Verify-NumCons-1028888
233.75 ms
(✅ 1.00x)256.19 ms
(✅ 1.10x slower)CompressedSNARK-NIVC-Commitments-2
ref=28a4395
ref=22616f5
Prove-NumCons-6540
14.07 s
(✅ 1.00x)13.91 s
(✅ 1.01x faster)Verify-NumCons-6540
78.72 ms
(✅ 1.00x)78.59 ms
(✅ 1.00x faster)Prove-NumCons-1028888
111.61 s
(✅ 1.00x)111.36 s
(✅ 1.00x faster)Verify-NumCons-1028888
774.49 ms
(✅ 1.00x)775.31 ms
(✅ 1.00x slower)Made with criterion-table