Skip to content

Commit

Permalink
chore(deps): bump dorny/paths-filter from 2 to 3 (#284)
Browse files Browse the repository at this point in the history
Bumps [dorny/paths-filter](https://github.com/dorny/paths-filter) from 2 to 3.
- [Release notes](https://github.com/dorny/paths-filter/releases)
- [Changelog](https://github.com/dorny/paths-filter/blob/master/CHANGELOG.md)
- [Commits](dorny/paths-filter@v2...v3)

---
updated-dependencies:
- dependency-name: dorny/paths-filter
  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 Jan 29, 2024
1 parent b354f02 commit d659180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bench_pr_comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: xt0rted/pull-request-comment-branch@v2
id: comment-branch
- uses: actions/checkout@v4
- uses: dorny/paths-filter@v2
- uses: dorny/paths-filter@v3
id: filter
with:
ref: ${{ steps.comment-branch.outputs.head_ref }}
Expand Down

1 comment on commit d659180

@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 Arecibo GPU benchmarks.
NVIDIA L4
Intel(R) Xeon(R) CPU @ 2.20GHz
32 vCPUs
125 GB RAM
Workflow run: https://github.com/lurk-lab/arecibo/actions/runs/7701066954

Benchmark Results

RecursiveSNARK-NIVC-2

ref=b354f02 ref=d659180
Prove-NumCons-6540 52.66 ms (✅ 1.00x) 52.79 ms (✅ 1.00x slower)
Verify-NumCons-6540 32.68 ms (✅ 1.00x) 32.86 ms (✅ 1.01x slower)
Prove-NumCons-1028888 342.88 ms (✅ 1.00x) 343.46 ms (✅ 1.00x slower)
Verify-NumCons-1028888 253.66 ms (✅ 1.00x) 253.68 ms (✅ 1.00x slower)

CompressedSNARK-NIVC-Commitments-2

ref=b354f02 ref=d659180
Prove-NumCons-6540 14.16 s (✅ 1.00x) 14.07 s (✅ 1.01x faster)
Verify-NumCons-6540 78.86 ms (✅ 1.00x) 78.41 ms (✅ 1.01x faster)
Prove-NumCons-1028888 111.62 s (✅ 1.00x) 110.34 s (✅ 1.01x faster)
Verify-NumCons-1028888 771.76 ms (✅ 1.00x) 771.59 ms (✅ 1.00x faster)

Made with criterion-table

Please sign in to comment.