Skip to content

Commit

Permalink
chore(deps): update itertools requirement in the rust-dependencies gr…
Browse files Browse the repository at this point in the history
…oup (#385)

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

Updates `itertools` to 0.13.0
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](rust-itertools/itertools@v0.12.0...v0.13.0)

---
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 53deada commit f3d7790
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 @@ -40,7 +40,7 @@ abomonation_derive = { version = "0.1.0", package = "abomonation_derive_ng" }
tracing = "0.1.37"
cfg-if = "1.0.0"
once_cell = "1.18.0"
itertools = "0.12.0" # zip_eq
itertools = "0.13.0" # zip_eq
rand = "0.8.5"
ref-cast = "1.0.20" # allocation-less conversion in multilinear polys
derive_more = "0.99.17" # lightens impl macros for pasta
Expand Down

1 comment on commit f3d7790

@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 Arecibo GPU benchmarks.
NVIDIA L4
Intel(R) Xeon(R) CPU @ 2.20GHz
32 vCPUs
125 GB RAM
Workflow run: https://github.com/lurk-lab/arecibo/actions/runs/9227587700

Benchmark Results

RecursiveSNARK-NIVC-2

ref=53deada ref=f3d7790
Prove-NumCons-6540 47.71 ms (✅ 1.00x) 47.46 ms (✅ 1.01x faster)
Verify-NumCons-6540 35.44 ms (✅ 1.00x) 35.22 ms (✅ 1.01x faster)
Prove-NumCons-1028888 342.06 ms (✅ 1.00x) 342.80 ms (✅ 1.00x slower)
Verify-NumCons-1028888 254.32 ms (✅ 1.00x) 256.82 ms (✅ 1.01x slower)

CompressedSNARK-NIVC-Commitments-2

ref=53deada ref=f3d7790
Prove-NumCons-6540 13.47 s (✅ 1.00x) 13.55 s (✅ 1.01x slower)
Verify-NumCons-6540 63.43 ms (✅ 1.00x) 64.01 ms (✅ 1.01x slower)
Prove-NumCons-1028888 58.35 s (✅ 1.00x) 58.67 s (✅ 1.01x slower)
Verify-NumCons-1028888 63.93 ms (✅ 1.00x) 63.18 ms (✅ 1.01x faster)

Made with criterion-table

Please sign in to comment.