Skip to content

Commit

Permalink
Bump lazy_static from 1.4.0 to 1.5.0 (#111)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 26, 2024
1 parent 6584ba5 commit ab81338
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ colored = "2.0"
derive_more = { version = "0.99.18", default-features = false, features = ["as_ref", "deref", "deref_mut", "into", "mul"] }

# Static constants
lazy_static = "1.4.0"
lazy_static = "1.5.0"

# Compile-time checks of production code
static_assertions = "1.1.0"
Expand Down

1 comment on commit ab81338

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: ab81338 Previous: 6584ba5 Ratio
Plaintext full match/random 683890 ns/iter (± 15482) 678144 ns/iter (± 1413) 1.01
Ciphertext full match/random 539514555 ns/iter (± 3476954) 540272824 ns/iter (± 1774291) 1.00
Naive mul poly/random 56250719 ns/iter (± 771494) 54268835 ns/iter (± 218322) 1.04
Rec karatsuba mul poly/random 9032913 ns/iter (± 26480) 8968501 ns/iter (± 8488) 1.01
Flat karatsuba mul poly/random 28876427 ns/iter (± 15235) 27933662 ns/iter (± 43189) 1.03
YASHE keygen/small rand 201740305 ns/iter (± 97055) 200860842 ns/iter (± 317875) 1.00
YASHE enc/small rand 8903385 ns/iter (± 21646) 8818874 ns/iter (± 5341) 1.01
YASHE dec/small rand 9723230 ns/iter (± 11089) 9658040 ns/iter (± 32378) 1.01
YASHE msg mul/small rand 9562200 ns/iter (± 7905) 9476079 ns/iter (± 19343) 1.01
YASHE cipher mul/small rand 15002806 ns/iter (± 60682) 15246000 ns/iter (± 24816) 0.98
Naive mul mid poly/random 15133709 ns/iter (± 2441) 14615632 ns/iter (± 6532) 1.04
Rec karatsuba mul mid poly/random 3134502 ns/iter (± 5762) 3090071 ns/iter (± 7665) 1.01
Flat karatsuba mul mid poly/random 7970377 ns/iter (± 33530) 7726543 ns/iter (± 22028) 1.03
YASHE mid keygen/small rand 48261559 ns/iter (± 42293) 48558461 ns/iter (± 45070) 0.99

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.