-
Notifications
You must be signed in to change notification settings - Fork 373
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch pre-release action to ncipollo/release-action (#1466)
- Loading branch information
Showing
1 changed file
with
8 additions
and
6 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 |
---|---|---|
|
@@ -257,7 +257,7 @@ jobs: | |
|
||
# --------------------------------------------------------------------------- | ||
|
||
# See https://github.com/marvinpinto/action-automatic-releases#automatically-generate-a-pre-release-when-changes-land-on-master for details | ||
# See https://github.com/ncipollo/release-action | ||
pre-release: | ||
name: Pre Release | ||
needs: [wheels] | ||
|
@@ -271,16 +271,18 @@ jobs: | |
path: dist | ||
|
||
- name: GitHub Release | ||
uses: softprops/action-gh-release@v0.1.15 | ||
uses: ncipollo/release[email protected] | ||
with: | ||
body: ${{ env.PRE_RELEASE_INSTRUCTIONS }} | ||
prerelease: true | ||
files: dist/* | ||
artifacts: dist/* | ||
name: "Development Build" | ||
tag_name: "latest" | ||
tag: "latest" | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
generate_release_notes: true | ||
append_body: true | ||
generateReleaseNotes: true | ||
allowUpdates: true | ||
removeArtifacts: true | ||
replacesArtifacts: true | ||
|
||
# --------------------------------------------------------------------------- | ||
|
||
|
d35000d
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.
Rust Benchmark
datastore/insert/batch/rects/insert
565810
ns/iter (± 1802
)559372
ns/iter (± 3186
)1.01
datastore/latest_at/batch/rects/query
1845
ns/iter (± 7
)1837
ns/iter (± 6
)1.00
datastore/latest_at/missing_components/primary
358
ns/iter (± 6
)356
ns/iter (± 1
)1.01
datastore/latest_at/missing_components/secondaries
438
ns/iter (± 2
)425
ns/iter (± 2
)1.03
datastore/range/batch/rects/query
151578
ns/iter (± 626
)151882
ns/iter (± 813
)1.00
mono_points_arrow/generate_message_bundles
46703004
ns/iter (± 641023
)49958959
ns/iter (± 859138
)0.93
mono_points_arrow/generate_messages
125123697
ns/iter (± 1094275
)138434696
ns/iter (± 1297570
)0.90
mono_points_arrow/encode_log_msg
154550229
ns/iter (± 1377313
)167076786
ns/iter (± 778230
)0.93
mono_points_arrow/encode_total
331488948
ns/iter (± 1535008
)358858469
ns/iter (± 1805178
)0.92
mono_points_arrow/decode_log_msg
178751267
ns/iter (± 893046
)189709653
ns/iter (± 1020173
)0.94
mono_points_arrow/decode_message_bundles
65563832
ns/iter (± 715139
)75171676
ns/iter (± 1020993
)0.87
mono_points_arrow/decode_total
242265009
ns/iter (± 1370627
)260809841
ns/iter (± 1829083
)0.93
batch_points_arrow/generate_message_bundles
340048
ns/iter (± 1100
)336727
ns/iter (± 1406
)1.01
batch_points_arrow/generate_messages
6237
ns/iter (± 42
)6287
ns/iter (± 34
)0.99
batch_points_arrow/encode_log_msg
376618
ns/iter (± 1265
)370981
ns/iter (± 2105
)1.02
batch_points_arrow/encode_total
733693
ns/iter (± 2431
)724438
ns/iter (± 3262
)1.01
batch_points_arrow/decode_log_msg
348465
ns/iter (± 1658
)348879
ns/iter (± 2057
)1.00
batch_points_arrow/decode_message_bundles
2050
ns/iter (± 9
)2048
ns/iter (± 14
)1.00
batch_points_arrow/decode_total
354056
ns/iter (± 1058
)356092
ns/iter (± 2129
)0.99
arrow_mono_points/insert
6028081825
ns/iter (± 22001071
)7046426269
ns/iter (± 20820189
)0.86
arrow_mono_points/query
1751056
ns/iter (± 16249
)1751181
ns/iter (± 20960
)1.00
arrow_batch_points/insert
2628583
ns/iter (± 15142
)2650225
ns/iter (± 15555
)0.99
arrow_batch_points/query
17568
ns/iter (± 95
)17539
ns/iter (± 155
)1.00
tuid/Tuid::random
34
ns/iter (± 0
)34
ns/iter (± 0
)1
This comment was automatically generated by workflow using github-action-benchmark.