Skip to content

Commit

Permalink
--- (#1245)
Browse files Browse the repository at this point in the history
updated-dependencies:
- dependency-name: itertools
  dependency-type: direct:production
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 24, 2024
1 parent 8802da5 commit b06d3f1
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 @@ -26,7 +26,7 @@ fxhash = "0.2.1"
generic-array = "1.0"
hex = { version = "0.4.3", features = ["serde"] }
indexmap = { version = "2.1.0", features = ["rayon", "serde"] }
itertools = "0.12"
itertools = "0.13"
lurk-macros = { version = "0.2.0", path = "lurk-macros" }
lurk-metrics = { version = "0.2.0", path = "lurk-metrics" }
neptune = { workspace = true, features = ["arity2", "arity4", "arity8", "arity16", "pasta"] }
Expand Down

1 comment on commit b06d3f1

@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
32 vCPUs
125 GB RAM
Workflow run: https://github.com/lurk-lab/lurk-rs/actions/runs/9216496211

Benchmark Results

LEM Fibonacci Prove - rc = 100

ref=8802da5c85d26129167c3ba7ef4e7ed22f56707a ref=b06d3f1a86c25e254cfccb70e73cdcf59e5b74ca
num-100 1.50 s (✅ 1.00x) 1.51 s (✅ 1.01x slower)
num-200 2.85 s (✅ 1.00x) 2.89 s (✅ 1.01x slower)

LEM Fibonacci Prove - rc = 600

ref=8802da5c85d26129167c3ba7ef4e7ed22f56707a ref=b06d3f1a86c25e254cfccb70e73cdcf59e5b74ca
num-100 1.89 s (✅ 1.00x) 1.90 s (✅ 1.01x slower)
num-200 3.10 s (✅ 1.00x) 3.14 s (✅ 1.01x slower)

Made with criterion-table

Please sign in to comment.