-
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 examples to the Bn256 field (#1095)
* chore: migrate examples to the Bn256 field * fix: properly pad sha256 input
- Loading branch information
1 parent
5fc5679
commit a8d7671
Showing
5 changed files
with
23 additions
and
20 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
a8d7671
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/7819175208
Benchmark Results
LEM Fibonacci Prove - rc = 100
ref=5fc56791936257d229582512c7474d192ca612aa
ref=a8d7671693305928b83958b8b5f7c4d0aaa1a1f4
num-100
1.47 s
(✅ 1.00x)1.46 s
(✅ 1.01x faster)num-200
2.82 s
(✅ 1.00x)2.78 s
(✅ 1.01x faster)LEM Fibonacci Prove - rc = 600
ref=5fc56791936257d229582512c7474d192ca612aa
ref=a8d7671693305928b83958b8b5f7c4d0aaa1a1f4
num-100
1.83 s
(✅ 1.00x)1.82 s
(✅ 1.00x faster)num-200
3.05 s
(✅ 1.00x)3.05 s
(✅ 1.00x slower)Made with criterion-table