-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Refactor Supernova test suite and streamline functions (#372)
- Refactored test functions within the supernova snark module to reduce redundancy. - Consolidated `test_compression_with` and `test_compression_with_circuit_size_difference_with` functions into a single function. - Introduced a 'circuit factory' function to generate test circuits. - Removed `test_nivc_trivial_with_compression_with` method, unified under `test_compression_with`. - Adjusted individual test cases to conform to new structured changes.
- Loading branch information
1 parent
09eb1eb
commit 5f615d7
Showing
1 changed file
with
31 additions
and
70 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
5f615d7
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/8383762633
Benchmark Results
RecursiveSNARK-NIVC-2
ref=09eb1eb
ref=5f615d7
Prove-NumCons-6540
47.13 ms
(✅ 1.00x)47.07 ms
(✅ 1.00x faster)Verify-NumCons-6540
35.46 ms
(✅ 1.00x)35.10 ms
(✅ 1.01x faster)Prove-NumCons-1028888
344.22 ms
(✅ 1.00x)345.82 ms
(✅ 1.00x slower)Verify-NumCons-1028888
253.91 ms
(✅ 1.00x)257.07 ms
(✅ 1.01x slower)CompressedSNARK-NIVC-Commitments-2
ref=09eb1eb
ref=5f615d7
Prove-NumCons-6540
13.53 s
(✅ 1.00x)13.52 s
(✅ 1.00x faster)Verify-NumCons-6540
62.15 ms
(✅ 1.00x)61.98 ms
(✅ 1.00x faster)Prove-NumCons-1028888
58.01 s
(✅ 1.00x)58.57 s
(✅ 1.01x slower)Verify-NumCons-1028888
61.79 ms
(✅ 1.00x)61.97 ms
(✅ 1.00x slower)Made with criterion-table