-
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: Update Rust dependencies and Dependabot configuration (#1009)
- Updated Dependabot configuration - Upgraded various package versions including `generic-array`, `itertools`, and `rustyline-derive`
- Loading branch information
1 parent
f53cff4
commit 3f7f653
Showing
2 changed files
with
10 additions
and
6 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
3f7f653
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/7398880969
Benchmark Results
LEM Fibonacci Prove - rc = 100
fib-ref=f53cff437a30c7bd5274584e2193b70652857473
fib-ref=3f7f653e6c1313de7495e3aee224ec856a85e765
num-100
2.37 s
(✅ 1.00x)2.37 s
(✅ 1.00x slower)num-200
4.63 s
(✅ 1.00x)4.64 s
(✅ 1.00x slower)LEM Fibonacci Prove - rc = 600
fib-ref=f53cff437a30c7bd5274584e2193b70652857473
fib-ref=3f7f653e6c1313de7495e3aee224ec856a85e765
num-100
1.97 s
(✅ 1.00x)1.98 s
(✅ 1.00x slower)num-200
4.48 s
(✅ 1.00x)4.49 s
(✅ 1.00x slower)Made with criterion-table