-
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.
Remove uneeded bounds on structs (#1027)
* removing uneeded bound(s) on struct in src/field.rs * removing uneeded bound(s) on struct in src/coprocessor/mod.rs * removing uneeded bound(s) on struct in src/coprocessor/trie/mod.rs * removing uneeded bound(s) on struct in src/coprocessor/circom.rs * removing uneeded bound(s) on struct in src/cli/field_data.rs * removing uneeded bound(s) on struct in src/eval/lang.rs * removing uneeded bound(s) on struct in src/eval/mod.rs * removing uneeded bound(s) on struct in src/lem/circuit.rs * removing uneeded bound(s) on struct in src/lem/eval.rs * removing uneeded trait bound(s) on impl in src/parser/error.rs * removing uneeded trait bound(s) on impl in src/public_parameters/disk_cache.rs
- Loading branch information
1 parent
2542602
commit b278e9d
Showing
10 changed files
with
18 additions
and
22 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
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
b278e9d
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
125.78 GB RAM
Workflow run: https://github.com/lurk-lab/lurk-rs/actions/runs/7466317494
Benchmark Results
LEM Fibonacci Prove - rc = 100
fib-ref=25426023dfbfc68020a6db99f543a6d2cae69114
fib-ref=b278e9d43b10ba32d04e8e963c45db32b2d8d4a8
num-100
1.73 s
(✅ 1.00x)1.73 s
(✅ 1.00x slower)num-200
3.32 s
(✅ 1.00x)3.33 s
(✅ 1.00x slower)LEM Fibonacci Prove - rc = 600
fib-ref=25426023dfbfc68020a6db99f543a6d2cae69114
fib-ref=b278e9d43b10ba32d04e8e963c45db32b2d8d4a8
num-100
1.94 s
(✅ 1.00x)1.96 s
(✅ 1.01x slower)num-200
3.33 s
(✅ 1.00x)3.35 s
(✅ 1.01x slower)Made with criterion-table