-
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.
ci: nightly GitHub Action workflow (#1070)
* ci: nightly GitHub Action workflow - Renames the nightly workflow test in '.github/workflows/nightly.yml' - detects unused dependencies, - detects Rust version becoming stale w.r.t. stable Fixes #983 * fix: inference.ag URL
- Loading branch information
1 parent
944c1d9
commit 3476fc7
Showing
2 changed files
with
12 additions
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
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
3476fc7
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/7578622674
Benchmark Results
LEM Fibonacci Prove - rc = 100
ref=944c1d93ce0b17d7f1deb291fd5201896b0c3ef0
ref=3476fc787217e67932287cf22d416cd80e64139a
num-100
1.74 s
(✅ 1.00x)1.74 s
(✅ 1.00x slower)num-200
3.36 s
(✅ 1.00x)3.37 s
(✅ 1.00x slower)LEM Fibonacci Prove - rc = 600
ref=944c1d93ce0b17d7f1deb291fd5201896b0c3ef0
ref=3476fc787217e67932287cf22d416cd80e64139a
num-100
2.02 s
(✅ 1.00x)2.05 s
(✅ 1.01x slower)num-200
3.38 s
(✅ 1.00x)3.41 s
(✅ 1.01x slower)Made with criterion-table