Skip to content

Commit

Permalink
Let the releasse job take care of creating the tag (#1501)
Browse files Browse the repository at this point in the history
  • Loading branch information
jleibs authored Mar 3, 2023
1 parent bcccfa8 commit 8d2bffc
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -279,15 +279,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# Re-tag the prerelease with the commit from this build
# https://github.com/richardsimko/update-tag
- name: Update prerelease tag
uses: richardsimko/update-tag@v1
with:
tag_name: prerelease
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# Create the actual prerelease
# https://github.com/ncipollo/release-action
- name: GitHub Release
Expand Down

1 comment on commit 8d2bffc

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rust Benchmark

Benchmark suite Current: 8d2bffc Previous: bcccfa8 Ratio
datastore/insert/batch/rects/insert 552667 ns/iter (± 2425) 606849 ns/iter (± 1444) 0.91
datastore/latest_at/batch/rects/query 1805 ns/iter (± 4) 1816 ns/iter (± 7) 0.99
datastore/latest_at/missing_components/primary 356 ns/iter (± 0) 360 ns/iter (± 1) 0.99
datastore/latest_at/missing_components/secondaries 423 ns/iter (± 0) 424 ns/iter (± 1) 1.00
datastore/range/batch/rects/query 152205 ns/iter (± 697) 155238 ns/iter (± 388) 0.98
mono_points_arrow/generate_message_bundles 52670854 ns/iter (± 661539) 51807100 ns/iter (± 1213745) 1.02
mono_points_arrow/generate_messages 138443389 ns/iter (± 1382340) 141055615 ns/iter (± 1561446) 0.98
mono_points_arrow/encode_log_msg 169728545 ns/iter (± 4718680) 170118768 ns/iter (± 1372936) 1.00
mono_points_arrow/encode_total 360477431 ns/iter (± 2530626) 364492770 ns/iter (± 1821325) 0.99
mono_points_arrow/decode_log_msg 191536543 ns/iter (± 1340294) 192769256 ns/iter (± 1048055) 0.99
mono_points_arrow/decode_message_bundles 76772524 ns/iter (± 912390) 76385804 ns/iter (± 997967) 1.01
mono_points_arrow/decode_total 262239700 ns/iter (± 2148779) 267795517 ns/iter (± 1736768) 0.98
batch_points_arrow/generate_message_bundles 333298 ns/iter (± 526) 333404 ns/iter (± 1088) 1.00
batch_points_arrow/generate_messages 6258 ns/iter (± 15) 6222 ns/iter (± 17) 1.01
batch_points_arrow/encode_log_msg 358504 ns/iter (± 1801) 398996 ns/iter (± 1484) 0.90
batch_points_arrow/encode_total 720786 ns/iter (± 2668) 756905 ns/iter (± 16883) 0.95
batch_points_arrow/decode_log_msg 351405 ns/iter (± 1073) 383998 ns/iter (± 1339) 0.92
batch_points_arrow/decode_message_bundles 2074 ns/iter (± 5) 2068 ns/iter (± 6) 1.00
batch_points_arrow/decode_total 359531 ns/iter (± 1470) 388529 ns/iter (± 1379) 0.93
arrow_mono_points/insert 7709067033 ns/iter (± 241156716) 7218640080 ns/iter (± 29396384) 1.07
arrow_mono_points/query 1778932 ns/iter (± 12529) 1871474 ns/iter (± 14299) 0.95
arrow_batch_points/insert 2682589 ns/iter (± 44684) 2881133 ns/iter (± 10255) 0.93
arrow_batch_points/query 16066 ns/iter (± 60) 16165 ns/iter (± 36) 0.99
arrow_batch_vecs/insert 42088 ns/iter (± 123) 45065 ns/iter (± 290) 0.93
arrow_batch_vecs/query 506465 ns/iter (± 1325) 522656 ns/iter (± 1296) 0.97
tuid/Tuid::random 34 ns/iter (± 0) 34 ns/iter (± 0) 1

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

Please sign in to comment.