Skip to content

Commit

Permalink
ci: Improve GitHub GPU regression action (#267)
Browse files Browse the repository at this point in the history
- Updated the `JasonEtco/create-an-issue@v2` step to handle existing issues properly.
- Fixes #252
  • Loading branch information
huitseeker authored Jan 17, 2024
1 parent 1b02239 commit aaa1339
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gpu-bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,5 @@ jobs:
WORKFLOW_URL: ${{ env.WORKFLOW_URL }}
NOISE_THRESHOLD: ${{ env.NOISE_THRESHOLD }}
with:
update_existing: true
filename: .github/PERF_REGRESSION.md

1 comment on commit aaa1339

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

Benchmark Results

RecursiveSNARK-NIVC-2

ref=1b02239 ref=aaa1339
Prove-NumCons-6540 55.20 ms (✅ 1.00x) 55.21 ms (✅ 1.00x slower)
Verify-NumCons-6540 33.52 ms (✅ 1.00x) 33.94 ms (✅ 1.01x slower)
Prove-NumCons-1028888 350.86 ms (✅ 1.00x) 353.37 ms (✅ 1.01x slower)
Verify-NumCons-1028888 259.83 ms (✅ 1.00x) 260.30 ms (✅ 1.00x slower)

CompressedSNARK-NIVC-Commitments-2

ref=1b02239 ref=aaa1339
Prove-NumCons-6540 14.23 s (✅ 1.00x) 14.19 s (✅ 1.00x faster)
Verify-NumCons-6540 82.51 ms (✅ 1.00x) 83.09 ms (✅ 1.01x slower)
Prove-NumCons-1028888 113.62 s (✅ 1.00x) 113.80 s (✅ 1.00x slower)
Verify-NumCons-1028888 775.22 ms (✅ 1.00x) 777.79 ms (✅ 1.00x slower)

Made with criterion-table

Please sign in to comment.