Skip to content

Commit

Permalink
chore: fix License link (#1165)
Browse files Browse the repository at this point in the history
  • Loading branch information
huitseeker authored Feb 22, 2024
1 parent ce2f33a commit 359e6a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,4 @@ https://lurk-lab.github.io/lurk-rs/benchmarks/criterion/reports/
Ask a maintainer for a benchmark report if you can't find a recent one.

## License
By contributing to lurk-lang, you agree that your contributions will be licensed under both [MIT](https://opensource.org/licenses/MIT) and [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0) licenses.
By contributing to lurk-lang, you agree that your contributions will be licensed under both [MIT](https://opensource.org/license/MIT) and [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0) licenses.

1 comment on commit 359e6a1

@github-actions
Copy link
Contributor

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/8005372790

Benchmark Results

LEM Fibonacci Prove - rc = 100

ref=ce2f33aab56e8fa0a6666e417f5a2ac6a2ab6c77 ref=359e6a17ae371af4585cceba7dfaca98f4415667
num-100 1.45 s (✅ 1.00x) 1.46 s (✅ 1.01x slower)
num-200 2.78 s (✅ 1.00x) 2.78 s (✅ 1.00x faster)

LEM Fibonacci Prove - rc = 600

ref=ce2f33aab56e8fa0a6666e417f5a2ac6a2ab6c77 ref=359e6a17ae371af4585cceba7dfaca98f4415667
num-100 1.82 s (✅ 1.00x) 1.84 s (✅ 1.01x slower)
num-200 3.02 s (✅ 1.00x) 3.04 s (✅ 1.01x slower)

Made with criterion-table

Please sign in to comment.