Skip to content

Commit

Permalink
chore(deps): bump quote from 1.0.37 to 1.0.38 (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 27, 2024
1 parent 817ca8e commit 055d93f
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 narrow-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ proc-macro = true
once_cell = "1.20.2"
proc-macro-crate = "3.2.0"
proc-macro2 = "1.0.92"
quote = "1.0.37"
quote = "1.0.38"
syn = { version = "2.0.91", features = ["visit-mut", "full"] }

[dev-dependencies]
Expand Down

1 comment on commit 055d93f

@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: 055d93f Previous: 817ca8e Ratio
FixedSizePrimitiveArray::<arrow_array::types::UInt32Type, false>::from_iter/narrow/65536 87886 ns/iter (± 2800) 6060 ns/iter (± 73) 14.50
FixedSizePrimitiveArray::<arrow_array::types::UInt64Type, true>::from_iter/arrow-rs/0/65536 511224 ns/iter (± 5330) 160845 ns/iter (± 1343) 3.18
FixedSizePrimitiveArray::<arrow_array::types::UInt64Type, true>::from_iter/narrow/0/65536 494909 ns/iter (± 1661) 156746 ns/iter (± 4030) 3.16
FixedSizePrimitiveArray::<arrow_array::types::UInt64Type, true>::from_iter/narrow/0.5/65536 620665 ns/iter (± 2687) 298002 ns/iter (± 4633) 2.08
FixedSizePrimitiveArray::<arrow_array::types::UInt64Type, true>::from_iter/arrow-rs/1/65536 561808 ns/iter (± 5267) 220191 ns/iter (± 14869) 2.55
FixedSizePrimitiveArray::<arrow_array::types::UInt64Type, true>::from_iter/narrow/1/65536 459516 ns/iter (± 3047) 114614 ns/iter (± 889) 4.01

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

CC: @mbrobbel

Please sign in to comment.