-
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.
Make topological sort fully general. (#1138)
* Make topological sort fully general. * Detect missing provenance. * Never gonna underflow. --------- Co-authored-by: porcuquine <[email protected]>
- Loading branch information
1 parent
6621d24
commit f2d70f4
Showing
1 changed file
with
49 additions
and
20 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
f2d70f4
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/7937978133
Benchmark Results
LEM Fibonacci Prove - rc = 100
ref=6621d24b3c7a9a30e4d806164aac98d7bfa97f35
ref=f2d70f4f7c295cde6f07ae391f601a0d49c3965e
num-100
1.45 s
(✅ 1.00x)1.45 s
(✅ 1.00x faster)num-200
2.78 s
(✅ 1.00x)2.77 s
(✅ 1.00x faster)LEM Fibonacci Prove - rc = 600
ref=6621d24b3c7a9a30e4d806164aac98d7bfa97f35
ref=f2d70f4f7c295cde6f07ae391f601a0d49c3965e
num-100
1.84 s
(✅ 1.00x)1.84 s
(✅ 1.00x faster)num-200
3.06 s
(✅ 1.00x)3.04 s
(✅ 1.01x faster)Made with criterion-table