-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Frame-like M now is an associated type (#1136)
* Frame-like M now is an associated type * `M` -> `Frame` rename
- Loading branch information
1 parent
05ddf4e
commit 5190371
Showing
3 changed files
with
10 additions
and
9 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
5190371
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/7921652386
Benchmark Results
LEM Fibonacci Prove - rc = 100
ref=05ddf4e4649a9cb4bb10796303b076f94d6fe740
ref=51903719a1c5e54692a63f70c65a31c6b9922286
num-100
1.47 s
(✅ 1.00x)1.47 s
(✅ 1.00x slower)num-200
2.80 s
(✅ 1.00x)2.79 s
(✅ 1.00x faster)LEM Fibonacci Prove - rc = 600
ref=05ddf4e4649a9cb4bb10796303b076f94d6fe740
ref=51903719a1c5e54692a63f70c65a31c6b9922286
num-100
1.83 s
(✅ 1.00x)1.86 s
(✅ 1.02x slower)num-200
3.03 s
(✅ 1.00x)3.08 s
(✅ 1.02x slower)Made with criterion-table