Skip to content

Commit

Permalink
chore(deps): bump the rust-dependencies group with 1 update (#1230)
Browse files Browse the repository at this point in the history
Updates the requirements on [reqwest](https://github.com/seanmonstar/reqwest) to permit the latest version.

Updates `reqwest` to 0.12.2
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.11.18...v0.12.2)

---
updated-dependencies:
- dependency-name: reqwest
  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 Mar 27, 2024
1 parent 142a7e6 commit 8d77847
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 @@ -58,7 +58,7 @@ abomonation_derive = { version = "0.1.0", package = "abomonation_derive_ng" }
byteorder = "1.4.3"
circom-scotia = { git = "https://github.com/lurk-lab/circom-scotia", branch = "main" }
sha2 = { version = "0.10.2" }
reqwest = { version = "0.11.18", features = ["stream", "blocking"] }
reqwest = { version = "0.12.2", features = ["stream", "blocking"] }
ansi_term = "0.12.1"
tracing = { workspace = true }
tracing-texray = { workspace = true }
Expand Down

1 comment on commit 8d77847

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

Benchmark Results

LEM Fibonacci Prove - rc = 100

ref=142a7e6342f1f5d231be5a734c1dbea6ba2dcaea ref=8d77847a2a9733e665a43c4b3a099e39817c1e87
num-100 1.48 s (✅ 1.00x) 1.51 s (✅ 1.02x slower)
num-200 2.80 s (✅ 1.00x) 2.87 s (✅ 1.03x slower)

LEM Fibonacci Prove - rc = 600

ref=142a7e6342f1f5d231be5a734c1dbea6ba2dcaea ref=8d77847a2a9733e665a43c4b3a099e39817c1e87
num-100 1.86 s (✅ 1.00x) 1.86 s (✅ 1.00x faster)
num-200 3.08 s (✅ 1.00x) 3.08 s (✅ 1.00x slower)

Made with criterion-table

Please sign in to comment.