-
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.
docs: Update README with exclusive library features and improvements (#…
…366) - Expanded HyperKZG description in README to include Zeromorph and highlight unique support for Supernova. - Added notification about exclusive availability of Zeromorph implementation in this library, pending integration into official Nova repository. - Incorporated performance enhancements to the HyperKZG implementation inspired by the BDFG20 (Shplonk) protocol.
- Loading branch information
1 parent
7ba1739
commit 6ed7a4c
Showing
1 changed file
with
8 additions
and
1 deletion.
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
6ed7a4c
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/8327067367
Benchmark Results
RecursiveSNARK-NIVC-2
ref=7ba1739
ref=6ed7a4c
Prove-NumCons-6540
44.22 ms
(✅ 1.00x)44.30 ms
(✅ 1.00x slower)Verify-NumCons-6540
34.05 ms
(✅ 1.00x)34.33 ms
(✅ 1.01x slower)Prove-NumCons-1028888
318.72 ms
(✅ 1.00x)318.93 ms
(✅ 1.00x slower)Verify-NumCons-1028888
247.92 ms
(✅ 1.00x)249.77 ms
(✅ 1.01x slower)CompressedSNARK-NIVC-Commitments-2
ref=7ba1739
ref=6ed7a4c
Prove-NumCons-6540
10.72 s
(✅ 1.00x)10.57 s
(✅ 1.01x faster)Verify-NumCons-6540
50.77 ms
(✅ 1.00x)50.47 ms
(✅ 1.01x faster)Prove-NumCons-1028888
54.23 s
(✅ 1.00x)51.99 s
(✅ 1.04x faster)Verify-NumCons-1028888
50.32 ms
(✅ 1.00x)50.40 ms
(✅ 1.00x slower)Made with criterion-table