Skip to content

Commit

Permalink
chore: Adapt to ci-workflows changes (#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelburnham authored Feb 27, 2024
1 parent 2770a40 commit 02d9fe5
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,18 @@ jobs:
with:
runner: "buildjet-8vcpu-ubuntu-2204"

# Wasm build, rustfmt, clippy, doctests, and MSRV
# Rustfmt, clippy, doctests
code-quality:
uses: lurk-lab/ci-workflows/.github/workflows/lints.yml@main

# Checks `cargo build --target wasm32-unknown-unknown`
wasm:
uses: lurk-lab/ci-workflows/.github/workflows/wasm.yml@main

# Checks MSRV specified by `rust-version` in `Cargo.toml`
msrv:
uses: lurk-lab/ci-workflows/.github/workflows/msrv.yml@main

# Check documentation links aren't broken
link-checker:
uses: lurk-lab/ci-workflows/.github/workflows/links-check.yml@main
Expand Down

1 comment on commit 02d9fe5

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

Benchmark Results

RecursiveSNARK-NIVC-2

ref=2770a40 ref=02d9fe5
Prove-NumCons-6540 44.65 ms (✅ 1.00x) 44.77 ms (✅ 1.00x slower)
Verify-NumCons-6540 34.10 ms (✅ 1.00x) 34.33 ms (✅ 1.01x slower)
Prove-NumCons-1028888 319.31 ms (✅ 1.00x) 319.18 ms (✅ 1.00x faster)
Verify-NumCons-1028888 248.43 ms (✅ 1.00x) 250.09 ms (✅ 1.01x slower)

CompressedSNARK-NIVC-Commitments-2

ref=2770a40 ref=02d9fe5
Prove-NumCons-6540 10.59 s (✅ 1.00x) 10.54 s (✅ 1.00x faster)
Verify-NumCons-6540 51.38 ms (✅ 1.00x) 51.55 ms (✅ 1.00x slower)
Prove-NumCons-1028888 53.01 s (✅ 1.00x) 53.70 s (✅ 1.01x slower)
Verify-NumCons-1028888 52.28 ms (✅ 1.00x) 51.49 ms (✅ 1.02x faster)

Made with criterion-table

Please sign in to comment.