-
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: switch to dtolnay/rust-toolchain (#1000)
- Loading branch information
1 parent
0a4960a
commit 483a7b8
Showing
9 changed files
with
20 additions
and
15 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 was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
[toolchain] | ||
# The default profile includes rustc, rust-std, cargo, rust-docs, rustfmt and clippy. | ||
profile = "default" | ||
channel = "1.73" | ||
targets = [ "wasm32-unknown-unknown" ] | ||
|
483a7b8
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/7301939472
Benchmark Results
LEM Fibonacci Prove - rc = 100
fib-ref=0a4960a846be8d5a6fbaa762eb5353a13fae1374
fib-ref=483a7b8876ee3b05e5cd459e19ea2cbfa6c0a3bb
num-100
2.36 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=0a4960a846be8d5a6fbaa762eb5353a13fae1374
fib-ref=483a7b8876ee3b05e5cd459e19ea2cbfa6c0a3bb
num-100
1.99 s
(✅ 1.00x)1.98 s
(✅ 1.00x faster)num-200
4.50 s
(✅ 1.00x)4.49 s
(✅ 1.00x faster)Made with criterion-table
483a7b8
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
Benchmark Results
LEM Fibonacci Prove - rc = 100
fib-ref=483a7b8876ee3b05e5cd459e19ea2cbfa6c0a3bb
num-100
2.36 s
(✅ 1.00x)num-200
4.63 s
(✅ 1.00x)LEM Fibonacci Prove - rc = 600
fib-ref=483a7b8876ee3b05e5cd459e19ea2cbfa6c0a3bb
num-100
1.98 s
(✅ 1.00x)num-200
4.48 s
(✅ 1.00x)Made with criterion-table