-
Notifications
You must be signed in to change notification settings - Fork 383
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release 0.4.0 - Outlines, web viewer and performance improvements (#1722
) * Thank external contributors in the changelog * Fix the same error message being printed twice * Update CHANGELOG.md * Bump version numbers to 0.4.0 * Add video to changelog
- Loading branch information
Showing
7 changed files
with
264 additions
and
79 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
Oops, something went wrong.
c8f8334
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
596359
ns/iter (± 3009
)612022
ns/iter (± 2517
)0.97
datastore/latest_at/batch/rects/query
1814
ns/iter (± 6
)1850
ns/iter (± 4
)0.98
datastore/latest_at/missing_components/primary
286
ns/iter (± 0
)292
ns/iter (± 0
)0.98
datastore/latest_at/missing_components/secondaries
441
ns/iter (± 0
)442
ns/iter (± 0
)1.00
datastore/range/batch/rects/query
152387
ns/iter (± 152
)152890
ns/iter (± 108
)1.00
mono_points_arrow/generate_message_bundles
50695755
ns/iter (± 603943
)48635666
ns/iter (± 1324793
)1.04
mono_points_arrow/generate_messages
137012958
ns/iter (± 1435717
)134976653
ns/iter (± 1236588
)1.02
mono_points_arrow/encode_log_msg
170403732
ns/iter (± 2595227
)166405250
ns/iter (± 1061791
)1.02
mono_points_arrow/encode_total
355326946
ns/iter (± 4914258
)350408483
ns/iter (± 2080116
)1.01
mono_points_arrow/decode_log_msg
195058291
ns/iter (± 1641424
)188774152
ns/iter (± 1165284
)1.03
mono_points_arrow/decode_message_bundles
65364685
ns/iter (± 766884
)62299776
ns/iter (± 878320
)1.05
mono_points_arrow/decode_total
252334343
ns/iter (± 2500244
)247162441
ns/iter (± 1574092
)1.02
batch_points_arrow/generate_message_bundles
285061
ns/iter (± 832
)288290
ns/iter (± 490
)0.99
batch_points_arrow/generate_messages
6148
ns/iter (± 66
)6105
ns/iter (± 12
)1.01
batch_points_arrow/encode_log_msg
391709
ns/iter (± 2647
)384037
ns/iter (± 2590
)1.02
batch_points_arrow/encode_total
687065
ns/iter (± 4473
)700886
ns/iter (± 2246
)0.98
batch_points_arrow/decode_log_msg
359476
ns/iter (± 1654
)350984
ns/iter (± 1671
)1.02
batch_points_arrow/decode_message_bundles
1606
ns/iter (± 3
)1609
ns/iter (± 10
)1.00
batch_points_arrow/decode_total
358495
ns/iter (± 1886
)359916
ns/iter (± 1539
)1.00
arrow_mono_points/insert
7157328145
ns/iter (± 97519078
)6900254250
ns/iter (± 16932732
)1.04
arrow_mono_points/query
1806534
ns/iter (± 17878
)1767107
ns/iter (± 26753
)1.02
arrow_batch_points/insert
2999236
ns/iter (± 11723
)3084449
ns/iter (± 19563
)0.97
arrow_batch_points/query
18070
ns/iter (± 167
)16067
ns/iter (± 248
)1.12
arrow_batch_vecs/insert
44949
ns/iter (± 268
)44048
ns/iter (± 96
)1.02
arrow_batch_vecs/query
509535
ns/iter (± 1113
)480052
ns/iter (± 563
)1.06
tuid/Tuid::random
34
ns/iter (± 0
)34
ns/iter (± 0
)1
This comment was automatically generated by workflow using github-action-benchmark.