Skip to content

Commit

Permalink
chore(deps): bump uuid from 1.11.0 to 1.11.1 (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 10, 2025
1 parent a9e1e65 commit 8c063f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ arrow-buffer = { version = "54.0.0", default-features = false, optional = true }
arrow-schema = { version = "54.0.0", default-features = false, optional = true }
chrono = { version = "0.4.39", default-features = false, optional = true }
narrow-derive = { path = "narrow-derive", version = "0.12.0", optional = true }
uuid = { version = "1.11.0", default-features = false, optional = true }
uuid = { version = "1.11.1", default-features = false, optional = true }

[dev-dependencies]
arrow-cast = { version = "54.0.0", default-features = false, features = [
Expand All @@ -64,7 +64,7 @@ criterion = { version = "0.5.1", default-features = false, features = [
rand = { version = "0.8.5", default-features = false, features = ["small_rng"] }
rustversion = { version = "1.0.19", default-features = false }
parquet = { version = "54.0.0", default-features = false, features = ["arrow"] }
uuid = { version = "1.11.0", default-features = false }
uuid = { version = "1.11.1", default-features = false }
num-traits = { version = "0.2.19" }

[profile.bench]
Expand Down

1 comment on commit 8c063f9

@mbrobbel
Copy link
Owner

Choose a reason for hiding this comment

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

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'narrow'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: 8c063f9 Previous: a9e1e65 Ratio
FixedSizePrimitiveArray::<arrow_array::types::UInt64Type, true>::from_iter/arrow-rs/0/256 1992 ns/iter (± 67) 695 ns/iter (± 4) 2.87
FixedSizePrimitiveArray::<arrow_array::types::UInt64Type, true>::from_iter/narrow/0/256 1942 ns/iter (± 14) 651 ns/iter (± 3) 2.98
FixedSizePrimitiveArray::<arrow_array::types::UInt64Type, true>::from_iter/arrow-rs/0.5/256 2279 ns/iter (± 13) 1004 ns/iter (± 9) 2.27
FixedSizePrimitiveArray::<arrow_array::types::UInt64Type, true>::from_iter/narrow/0.5/256 1790 ns/iter (± 11) 497 ns/iter (± 7) 3.60
FixedSizePrimitiveArray::<arrow_array::types::UInt64Type, true>::from_iter/arrow-rs/1/256 2264 ns/iter (± 16) 956 ns/iter (± 4) 2.37

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

CC: @mbrobbel

Please sign in to comment.