-
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: Refactor dependencies in Cargo.toml (#1090)
- Removes several dependencies from Cargo.toml including `ahash`, `metrics`, and `memmap`. - Fixes #1073.
- Loading branch information
1 parent
e20f00a
commit d82def2
Showing
1 changed file
with
1 addition
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
d82def2
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/7768501234
Benchmark Results
LEM Fibonacci Prove - rc = 100
ref=e20f00a2b006df429d63913a0411ebf775de8365
ref=d82def24cea3573d8a0f30bc53eed01763697274
num-100
1.72 s
(✅ 1.00x)1.72 s
(✅ 1.00x slower)num-200
3.33 s
(✅ 1.00x)3.32 s
(✅ 1.00x faster)LEM Fibonacci Prove - rc = 600
ref=e20f00a2b006df429d63913a0411ebf775de8365
ref=d82def24cea3573d8a0f30bc53eed01763697274
num-100
2.06 s
(✅ 1.00x)2.06 s
(✅ 1.00x slower)num-200
3.40 s
(✅ 1.00x)3.39 s
(✅ 1.00x faster)Made with criterion-table