-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump MarcoIeni/release-plz-action from 0.5.88 to 0.5.89 (#…
…318)
- Loading branch information
1 parent
5d8eb9c
commit 9400a34
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
@@ -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: | ||
|
9400a34
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possible performance regression was detected for benchmark 'narrow'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
2
.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