Skip to content

Commit

Permalink
chore(deps): update metrics requirement in the rust-dependencies group (
Browse files Browse the repository at this point in the history
#1248)

Updates the requirements on [metrics](https://github.com/metrics-rs/metrics) to permit the latest version.

Updates `metrics` to 0.22.3
- [Changelog](https://github.com/metrics-rs/metrics/blob/main/release.toml)
- [Commits](metrics-rs/metrics@metrics-v0.22.0...metrics-v0.22.3)

---
updated-dependencies:
- dependency-name: metrics
  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 29, 2024
1 parent b06d3f1 commit 7657353
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 @@ -123,7 +123,7 @@ bincode = "1.3.3"
camino = "1.1.6"
clap = "4.3.17"
ff = "0.13"
metrics = "0.22.0"
metrics = "0.23.0"
neptune = { git = "https://github.com/lurk-lab/neptune", branch = "dev", default-features = false, features = ["abomonation"] }
nova = { git = "https://github.com/lurk-lab/arecibo", branch = "dev", package = "arecibo", features = ["abomonate"]}
once_cell = "1.18.0"
Expand Down

1 comment on commit 7657353

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

Benchmark Results

LEM Fibonacci Prove - rc = 100

ref=b06d3f1a86c25e254cfccb70e73cdcf59e5b74ca ref=76573535bef95ffcdf095a932a245baf2940e4a5
num-100 1.51 s (✅ 1.00x) 1.51 s (✅ 1.00x faster)
num-200 2.89 s (✅ 1.00x) 2.85 s (✅ 1.01x faster)

LEM Fibonacci Prove - rc = 600

ref=b06d3f1a86c25e254cfccb70e73cdcf59e5b74ca ref=76573535bef95ffcdf095a932a245baf2940e4a5
num-100 1.90 s (✅ 1.00x) 1.88 s (✅ 1.01x faster)
num-200 3.14 s (✅ 1.00x) 3.09 s (✅ 1.01x faster)

Made with criterion-table

Please sign in to comment.