Skip to content

Commit

Permalink
chore: Update rust-version (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelburnham authored Feb 14, 2024
1 parent 4cc09c8 commit f627fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ readme = "README.md"
repository = "https://github.com/lurk-lab/arecibo"
license-file = "LICENSE"
keywords = ["zkSNARKs", "cryptography", "proofs"]
rust-version="1.70.0"
rust-version="1.71.0"

[dependencies]
bellpepper-core = { git="https://github.com/lurk-lab/bellpepper", branch="dev", default-features = false }
Expand Down

1 comment on commit f627fbf

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

Benchmark Results

RecursiveSNARK-NIVC-2

ref=4cc09c8 ref=f627fbf
Prove-NumCons-6540 53.21 ms (✅ 1.00x) 53.32 ms (✅ 1.00x slower)
Verify-NumCons-6540 33.04 ms (✅ 1.00x) 33.06 ms (✅ 1.00x slower)
Prove-NumCons-1028888 342.32 ms (✅ 1.00x) 343.99 ms (✅ 1.00x slower)
Verify-NumCons-1028888 252.83 ms (✅ 1.00x) 256.54 ms (✅ 1.01x slower)

CompressedSNARK-NIVC-Commitments-2

ref=4cc09c8 ref=f627fbf
Prove-NumCons-6540 13.84 s (✅ 1.00x) 13.87 s (✅ 1.00x slower)
Verify-NumCons-6540 81.06 ms (✅ 1.00x) 81.99 ms (✅ 1.01x slower)
Prove-NumCons-1028888 110.65 s (✅ 1.00x) 112.52 s (✅ 1.02x slower)
Verify-NumCons-1028888 775.20 ms (✅ 1.00x) 773.68 ms (✅ 1.00x faster)

Made with criterion-table

Please sign in to comment.