Skip to content

Commit

Permalink
chore: update halo2curves dependency (easy) (#967)
Browse files Browse the repository at this point in the history
* chore: update halo2curves dependency

* chore: re-direct the arecibo branch to dev
  • Loading branch information
huitseeker authored Dec 18, 2023
1 parent 2bd16c2 commit 0c0e184
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ dashmap = "5.5.0"
ff = { workspace = true }
fxhash = "0.2.1"
generic-array = "0.14.7"
halo2curves = "0.4"
hex = { version = "0.4.3", features = ["serde"] }
indexmap = { version = "2.1.0", features = ["rayon", "serde"] }
itertools = "0.11"
Expand Down Expand Up @@ -83,10 +82,12 @@ rustyline = { version = "11.0", features = [
"with-file-history",
], default-features = false }
home = "0.5.5"
halo2curves = { version = "0.5.0", features = ["bits", "derive_serde"] }

[target.'cfg(target_arch = "wasm32")'.dependencies]
getrandom = { version = "0.2", features = ["js"] }
rustyline = { version = "11.0", features = ["derive"], default-features = false }
halo2curves = { version = "0.5.0", default-features = false, features = ["bits", "derive_serde"] }

[features]
default = []
Expand Down

1 comment on commit 0c0e184

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

Benchmark Results

LEM Fibonacci Prove - rc = 100

fib-ref=2bd16c29eb80ee9aa95d6821b434ae3e84a14036 fib-ref=0c0e1849884c8016d1f001cf17e8d692dbe98dbd
num-100 3.86 s (✅ 1.00x) 3.86 s (✅ 1.00x slower)
num-200 7.71 s (✅ 1.00x) 7.72 s (✅ 1.00x slower)

LEM Fibonacci Prove - rc = 600

fib-ref=2bd16c29eb80ee9aa95d6821b434ae3e84a14036 fib-ref=0c0e1849884c8016d1f001cf17e8d692dbe98dbd
num-100 3.32 s (✅ 1.00x) 3.32 s (✅ 1.00x slower)
num-200 7.25 s (✅ 1.00x) 7.28 s (✅ 1.00x slower)

Made with criterion-table

Please sign in to comment.