-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: migrate from Bn256Engine to Bn256EngineKGZ (#1093)
* chore: migrate from Bn256Engine to Bn256EngineKGZ * chore: migrate benchmarks to Bn256 field * feat: activate asm feature for nova/arecibo dependency * chore: include the LanguageField in the cached public params file names
- Loading branch information
1 parent
222255f
commit 50e977c
Showing
9 changed files
with
85 additions
and
82 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
Oops, something went wrong.
50e977c
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/7806786959
Benchmark Results
LEM Fibonacci Prove - rc = 100
ref=222255f9cff68bbdc1661467c8c95cf04e18772e
ref=50e977c87041711fec0a4c9c199696084d93710e
num-100
1.72 s
(✅ 1.00x)1.45 s
(✅ 1.19x faster)num-200
3.33 s
(✅ 1.00x)2.78 s
(✅ 1.20x faster)LEM Fibonacci Prove - rc = 600
ref=222255f9cff68bbdc1661467c8c95cf04e18772e
ref=50e977c87041711fec0a4c9c199696084d93710e
num-100
2.06 s
(✅ 1.00x)1.85 s
(✅ 1.11x faster)num-200
3.37 s
(✅ 1.00x)3.05 s
(✅ 1.10x faster)Made with criterion-table