-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: witness caching skips the 1st witness. (#1226)
* refactor: witness caching skips the 1st witness. - Optimized the `prove_recursively` function in `RecursiveSNARKTrait` for performance enhancement - Implemented on-demand computation for first circuit's witness in `prove_step` * refactor: also skip the 1st witness for Supernova
- Loading branch information
1 parent
090931a
commit 17454d2
Showing
2 changed files
with
12 additions
and
4 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
17454d2
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 Fibonacci GPU benchmark.
NVIDIA L4
Intel(R) Xeon(R) CPU @ 2.20GHz
32 vCPUs
125 GB RAM
Workflow run: https://github.com/lurk-lab/lurk-rs/actions/runs/8362086839
Benchmark Results
LEM Fibonacci Prove - rc = 100
ref=090931a24dbf871464ccb41eace5dc3b1f70f993
ref=17454d274921219308f1eafa9159d38fc5ac0ce7
num-100
1.51 s
(✅ 1.00x)1.47 s
(✅ 1.03x faster)num-200
2.86 s
(✅ 1.00x)2.80 s
(✅ 1.02x faster)LEM Fibonacci Prove - rc = 600
ref=090931a24dbf871464ccb41eace5dc3b1f70f993
ref=17454d274921219308f1eafa9159d38fc5ac0ce7
num-100
1.93 s
(✅ 1.00x)1.86 s
(✅ 1.04x faster)num-200
3.15 s
(✅ 1.00x)3.07 s
(✅ 1.03x faster)Made with criterion-table