Skip to content

Commit

Permalink
chore(deps): bump the rust-dependencies group with 1 update (#1081)
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: strum
  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 Jan 30, 2024
1 parent 8b4c10e commit 135dff4
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 @@ -52,7 +52,7 @@ serde = { workspace = true, features = ["derive"] }
serde_bytes = "0.11.12"
serde_json = { workspace = true }
serde_repr = "0.1.14"
strum = { version = "0.25", features = ["derive"] }
strum = { version = "0.26", features = ["derive"] }
tap = "1.0.1"
stable_deref_trait = "1.2.0"
thiserror = { workspace = true }
Expand Down

1 comment on commit 135dff4

@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 GeForce RTX 4070
AMD Ryzen 9 3950X 16-Core Processor
32 vCPUs
125 GB RAM
Workflow run: https://github.com/lurk-lab/lurk-rs/actions/runs/7718382369

Benchmark Results

LEM Fibonacci Prove - rc = 100

ref=8b4c10e79550d23518c0331a470e1d4247b061ce ref=135dff45a02d37f5939584dbec6c1febda725285
num-100 1.35 s (✅ 1.00x) 1.35 s (✅ 1.00x faster)
num-200 2.58 s (✅ 1.00x) 2.58 s (✅ 1.00x faster)

LEM Fibonacci Prove - rc = 600

ref=8b4c10e79550d23518c0331a470e1d4247b061ce ref=135dff45a02d37f5939584dbec6c1febda725285
num-100 1.61 s (✅ 1.00x) 1.62 s (✅ 1.00x slower)
num-200 2.68 s (✅ 1.00x) 2.70 s (✅ 1.00x slower)

Made with criterion-table

Please sign in to comment.