Skip to content

Commit

Permalink
chore: switch to abomonation_derive_ng (#869)
Browse files Browse the repository at this point in the history
  • Loading branch information
huitseeker authored Nov 8, 2023
1 parent 2503de6 commit 5de43d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ tap = "1.0.1"
stable_deref_trait = "1.2.0"
thiserror = { workspace = true }
abomonation = { workspace = true }
abomonation_derive = { git = "https://github.com/lurk-lab/abomonation_derive.git" }
abomonation_derive = { version = "0.1.0", package = "abomonation_derive_ng" }
crossbeam = "0.8.2"
byteorder = "1.4.3"
circom-scotia = { git = "https://github.com/lurk-lab/circom-scotia", branch = "dev" }
Expand Down Expand Up @@ -125,7 +125,7 @@ bincode = "1.3.3"
clap = "4.3.17"
ff = "0.13"
metrics = "0.21.1"
neptune = { git = "https://github.com/lurk-lab/neptune", branch = "dev" }
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" }
once_cell = "1.18.0"
pairing = { version = "0.23" }
Expand Down

1 comment on commit 5de43d7

@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

Benchmark Results

LEM Fibonacci Prove - rc = 100

fib-ref=d33ee5ec672f0431b0317f0d544ea75e45026469 fib-ref=5de43d79b43237c0b465ea53a72b1ff6e7ab6126
num-100 4.82 s (✅ 1.00x) 4.78 s (✅ 1.01x faster)
num-200 11.66 s (✅ 1.00x) 11.18 s (✅ 1.04x faster)

LEM Fibonacci Prove - rc = 600

fib-ref=d33ee5ec672f0431b0317f0d544ea75e45026469 fib-ref=5de43d79b43237c0b465ea53a72b1ff6e7ab6126
num-100 4.01 s (✅ 1.00x) 4.01 s (✅ 1.00x slower)
num-200 9.12 s (✅ 1.00x) 9.05 s (✅ 1.01x faster)

Made with criterion-table

Please sign in to comment.