Skip to content

Commit

Permalink
chore(deps): bump lycheeverse/lychee-action from 1.8.0 to 1.9.0 (#1032)
Browse files Browse the repository at this point in the history
Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 1.8.0 to 1.9.0.
- [Release notes](https://github.com/lycheeverse/lychee-action/releases)
- [Commits](lycheeverse/lychee-action@v1.8.0...v1.9.0)

---
updated-dependencies:
- dependency-name: lycheeverse/lychee-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 9, 2024
1 parent 2efe6ec commit dae844a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/links-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Link Checker
uses: lycheeverse/lychee-action@v1.8.0
uses: lycheeverse/lychee-action@v1.9.0
with:
# Can switch to true once we run clean
fail: false
Expand Down

1 comment on commit dae844a

@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
125.78 GB RAM
Workflow run: https://github.com/lurk-lab/lurk-rs/actions/runs/7462108342

Benchmark Results

LEM Fibonacci Prove - rc = 100

fib-ref=2efe6ec44becd5ec4f572ec5ed89f9f10b454a82 fib-ref=dae844aa2890db7f2d71c897ab4fd3a9d5f1acc0
num-100 6.39 s (✅ 1.00x) 1.73 s (🚀 3.69x faster)
num-200 12.71 s (✅ 1.00x) 3.33 s (🚀 3.82x faster)

LEM Fibonacci Prove - rc = 600

fib-ref=2efe6ec44becd5ec4f572ec5ed89f9f10b454a82 fib-ref=dae844aa2890db7f2d71c897ab4fd3a9d5f1acc0
num-100 5.21 s (✅ 1.00x) 1.95 s (🚀 2.66x faster)
num-200 8.85 s (✅ 1.00x) 3.34 s (🚀 2.65x faster)

Made with criterion-table

Please sign in to comment.