-
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.
Early-out on zero-sized space-views to prevent crashes (#1623)
- Loading branch information
Showing
3 changed files
with
13 additions
and
0 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
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
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
ed689ed
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
555120
ns/iter (± 5301
)569890
ns/iter (± 5117
)0.97
datastore/latest_at/batch/rects/query
1866
ns/iter (± 103
)1847
ns/iter (± 7
)1.01
datastore/latest_at/missing_components/primary
287
ns/iter (± 1
)286
ns/iter (± 0
)1.00
datastore/latest_at/missing_components/secondaries
439
ns/iter (± 0
)437
ns/iter (± 1
)1.00
datastore/range/batch/rects/query
151372
ns/iter (± 1776
)151525
ns/iter (± 590
)1.00
mono_points_arrow/generate_message_bundles
43705628
ns/iter (± 1124335
)47038586
ns/iter (± 445166
)0.93
mono_points_arrow/generate_messages
125542643
ns/iter (± 1463236
)126571836
ns/iter (± 1139996
)0.99
mono_points_arrow/encode_log_msg
151954105
ns/iter (± 1090468
)155688066
ns/iter (± 1167620
)0.98
mono_points_arrow/encode_total
322659172
ns/iter (± 2590707
)326075244
ns/iter (± 3372422
)0.99
mono_points_arrow/decode_log_msg
172908228
ns/iter (± 1608260
)175971954
ns/iter (± 2901412
)0.98
mono_points_arrow/decode_message_bundles
63649144
ns/iter (± 736220
)65454880
ns/iter (± 843675
)0.97
mono_points_arrow/decode_total
236095652
ns/iter (± 2271402
)241183061
ns/iter (± 2414102
)0.98
batch_points_arrow/generate_message_bundles
320796
ns/iter (± 3750
)328025
ns/iter (± 1133
)0.98
batch_points_arrow/generate_messages
6410
ns/iter (± 73
)6493
ns/iter (± 43
)0.99
batch_points_arrow/encode_log_msg
357987
ns/iter (± 2776
)355756
ns/iter (± 1583
)1.01
batch_points_arrow/encode_total
703875
ns/iter (± 4411
)710250
ns/iter (± 2139
)0.99
batch_points_arrow/decode_log_msg
350549
ns/iter (± 1423
)349188
ns/iter (± 1908
)1.00
batch_points_arrow/decode_message_bundles
2069
ns/iter (± 10
)2102
ns/iter (± 19
)0.98
batch_points_arrow/decode_total
357653
ns/iter (± 1012
)357612
ns/iter (± 1643
)1.00
arrow_mono_points/insert
6180012468
ns/iter (± 17070432
)6096274253
ns/iter (± 32005044
)1.01
arrow_mono_points/query
1751430
ns/iter (± 13164
)1769668
ns/iter (± 15200
)0.99
arrow_batch_points/insert
2640954
ns/iter (± 28355
)2658575
ns/iter (± 14877
)0.99
arrow_batch_points/query
16222
ns/iter (± 120
)16178
ns/iter (± 54
)1.00
arrow_batch_vecs/insert
41707
ns/iter (± 360
)42015
ns/iter (± 279
)0.99
arrow_batch_vecs/query
385432
ns/iter (± 8295
)385309
ns/iter (± 4631
)1.00
tuid/Tuid::random
34
ns/iter (± 0
)35
ns/iter (± 0
)0.97
This comment was automatically generated by workflow using github-action-benchmark.