Skip to content

Commit

Permalink
chore: update Arecibo dependency package name (#961)
Browse files Browse the repository at this point in the history
* chore: update Arecibo dependency package name

* chore: redirect branch pointer to dev
  • Loading branch information
huitseeker authored Dec 14, 2023
1 parent 51b9332 commit e04178f
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 @@ -127,7 +127,7 @@ clap = "4.3.17"
ff = "0.13"
metrics = "0.21.1"
neptune = { git = "https://github.com/lurk-lab/neptune", branch = "dev", features = ["abomonation"] }
nova = { git = "https://github.com/lurk-lab/arecibo", branch = "dev", package = "nova-snark" }
nova = { git = "https://github.com/lurk-lab/arecibo", branch = "dev", package = "arecibo" }
once_cell = "1.18.0"
pairing = { version = "0.23" }
pasta_curves = { git = "https://github.com/lurk-lab/pasta_curves", branch = "dev" }
Expand Down

1 comment on commit e04178f

@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 Fibonacci GPU benchmark.
NVIDIA L4
Intel(R) Xeon(R) CPU @ 2.20GHz
125.78 GB RAM
Workflow run: https://github.com/lurk-lab/lurk-rs/actions/runs/7213839237

Benchmark Results

LEM Fibonacci Prove - rc = 100

fib-ref=51b933266dfd44e6faae6b63d4f0a65fcda3ab30 fib-ref=e04178f4ab9cd661a1f6a19684ca8ebb85ac2342
num-100 3.86 s (✅ 1.00x) 3.85 s (✅ 1.00x faster)
num-200 7.70 s (✅ 1.00x) 7.70 s (✅ 1.00x faster)

LEM Fibonacci Prove - rc = 600

fib-ref=51b933266dfd44e6faae6b63d4f0a65fcda3ab30 fib-ref=e04178f4ab9cd661a1f6a19684ca8ebb85ac2342
num-100 3.33 s (✅ 1.00x) 3.32 s (✅ 1.00x faster)
num-200 7.30 s (✅ 1.00x) 7.28 s (✅ 1.00x faster)

Made with criterion-table

Please sign in to comment.