Skip to content

Commit

Permalink
chore(deps): bump peaceiris/actions-gh-pages from 3 to 4 (#1236)
Browse files Browse the repository at this point in the history
Bumps [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) from 3 to 4.
- [Release notes](https://github.com/peaceiris/actions-gh-pages/releases)
- [Changelog](https://github.com/peaceiris/actions-gh-pages/blob/main/CHANGELOG.md)
- [Commits](peaceiris/actions-gh-pages@v3...v4)

---
updated-dependencies:
- dependency-name: peaceiris/actions-gh-pages
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 15, 2024
1 parent a351957 commit 467bf18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bench-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@ jobs:
tar -cvzf fibonacci-${{ github.sha }}.tar.gz Cargo.lock fibonacci-${{ github.sha }}.json labels.md
working-directory: ${{ github.workspace }}
- name: Deploy latest benchmark report
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./target/criterion
destination_dir: benchmarks/criterion
- name: Copy benchmark json to history
run: mkdir history; cp fibonacci-${{ github.sha }}.tar.gz history/
- name: Deploy benchmark history
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: history/
Expand Down

1 comment on commit 467bf18

@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/8685655955

Benchmark Results

LEM Fibonacci Prove - rc = 100

ref=a3519573ffee44b7f4ce45dc9c9a1a0b7a0fe428 ref=467bf18e6b8b094eba924b89b229d6604c148486
num-100 1.47 s (✅ 1.00x) 1.48 s (✅ 1.01x slower)
num-200 2.81 s (✅ 1.00x) 2.80 s (✅ 1.00x faster)

LEM Fibonacci Prove - rc = 600

ref=a3519573ffee44b7f4ce45dc9c9a1a0b7a0fe428 ref=467bf18e6b8b094eba924b89b229d6604c148486
num-100 1.87 s (✅ 1.00x) 1.87 s (✅ 1.00x faster)
num-200 3.05 s (✅ 1.00x) 3.08 s (✅ 1.01x slower)

Made with criterion-table

Please sign in to comment.