Skip to content

Commit

Permalink
chore(ci): dependabot ignore dtolnay/install (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrobbel authored Jan 8, 2025
1 parent aa9b073 commit b44117d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ updates:
schedule:
interval: "daily"
ignore:
- dependency-name: "dtolnay/install"
- dependency-name: "dtolnay/rust-toolchain"

1 comment on commit b44117d

@mbrobbel
Copy link
Owner Author

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: b44117d Previous: aa9b073 Ratio
FixedSizePrimitiveArray::<arrow_array::types::UInt64Type, true>::from_iter/arrow-rs/0/256 2040 ns/iter (± 23) 792 ns/iter (± 5) 2.58
FixedSizePrimitiveArray::<arrow_array::types::UInt64Type, true>::from_iter/narrow/0/256 1969 ns/iter (± 49) 658 ns/iter (± 3) 2.99
FixedSizePrimitiveArray::<arrow_array::types::UInt64Type, true>::from_iter/arrow-rs/0.5/256 2497 ns/iter (± 14) 1186 ns/iter (± 10) 2.11
FixedSizePrimitiveArray::<arrow_array::types::UInt64Type, true>::from_iter/narrow/0.5/256 1815 ns/iter (± 24) 511 ns/iter (± 9) 3.55
FixedSizePrimitiveArray::<arrow_array::types::UInt64Type, true>::from_iter/arrow-rs/1/256 2420 ns/iter (± 39) 1154 ns/iter (± 11) 2.10

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

CC: @mbrobbel

Please sign in to comment.