Skip to content

Commit

Permalink
ci: Disable debug info for GPU tests (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelburnham authored Jan 18, 2024
1 parent aaa1339 commit 61905bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gpu-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
- uses: Swatinem/rust-cache@v2
- name: CUDA tests
run: |
cargo nextest run --profile ci --cargo-profile dev-ci --features cuda
cargo nextest run --profile ci --release --features cuda,asm

1 comment on commit 61905bd

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

Benchmark Results

RecursiveSNARK-NIVC-2

ref=aaa1339 ref=61905bd
Prove-NumCons-6540 53.80 ms (✅ 1.00x) 53.75 ms (✅ 1.00x faster)
Verify-NumCons-6540 32.75 ms (✅ 1.00x) 32.99 ms (✅ 1.01x slower)
Prove-NumCons-1028888 347.19 ms (✅ 1.00x) 347.62 ms (✅ 1.00x slower)
Verify-NumCons-1028888 254.68 ms (✅ 1.00x) 255.76 ms (✅ 1.00x slower)

CompressedSNARK-NIVC-Commitments-2

ref=aaa1339 ref=61905bd
Prove-NumCons-6540 14.16 s (✅ 1.00x) 14.12 s (✅ 1.00x faster)
Verify-NumCons-6540 78.58 ms (✅ 1.00x) 78.57 ms (✅ 1.00x faster)
Prove-NumCons-1028888 112.54 s (✅ 1.00x) 113.91 s (✅ 1.01x slower)
Verify-NumCons-1028888 767.80 ms (✅ 1.00x) 776.89 ms (✅ 1.01x slower)

Made with criterion-table

Please sign in to comment.