Skip to content

Commit

Permalink
chore(deps): bump MarcoIeni/release-plz-action from 0.5.88 to 0.5.89 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 27, 2025
1 parent 5d8eb9c commit 9400a34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fetch-depth: 0
token: ${{ steps.token.outputs.token }}
- uses: dtolnay/rust-toolchain@stable
- uses: MarcoIeni/[email protected].88
- uses: MarcoIeni/[email protected].89
with:
command: release
env:
Expand All @@ -50,7 +50,7 @@ jobs:
fetch-depth: 0
token: ${{ steps.token.outputs.token }}
- uses: dtolnay/rust-toolchain@stable
- uses: MarcoIeni/[email protected].88
- uses: MarcoIeni/[email protected].89
with:
command: release-pr
env:
Expand Down

1 comment on commit 9400a34

@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: 9400a34 Previous: 5d8eb9c Ratio
FixedSizePrimitiveArray::<arrow_array::types::UInt64Type, true>::from_iter/arrow-rs/0/256 2011 ns/iter (± 94) 724 ns/iter (± 6) 2.78
FixedSizePrimitiveArray::<arrow_array::types::UInt64Type, true>::from_iter/narrow/0/256 1950 ns/iter (± 6) 667 ns/iter (± 5) 2.92
FixedSizePrimitiveArray::<arrow_array::types::UInt64Type, true>::from_iter/arrow-rs/0.5/256 2257 ns/iter (± 8) 1027 ns/iter (± 8) 2.20
FixedSizePrimitiveArray::<arrow_array::types::UInt64Type, true>::from_iter/narrow/0.5/256 1800 ns/iter (± 59) 550 ns/iter (± 18) 3.27
FixedSizePrimitiveArray::<arrow_array::types::UInt64Type, true>::from_iter/arrow-rs/1/256 2267 ns/iter (± 23) 1054 ns/iter (± 6) 2.15

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

CC: @mbrobbel

Please sign in to comment.