-
Notifications
You must be signed in to change notification settings - Fork 331
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: don't create a dummy LogDb when opening the Rerun Menu (#1440)
* Fix: don't create a dummy LogDb when opening the Rerun Menu * Add explanatory docstring
- Loading branch information
Showing
1 changed file
with
23 additions
and
15 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
6be85c0
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
554445
ns/iter (± 1992
)550577
ns/iter (± 4953
)1.01
datastore/latest_at/batch/rects/query
1835
ns/iter (± 5
)1805
ns/iter (± 82
)1.02
datastore/latest_at/missing_components/primary
356
ns/iter (± 0
)358
ns/iter (± 2
)0.99
datastore/latest_at/missing_components/secondaries
425
ns/iter (± 0
)418
ns/iter (± 5
)1.02
datastore/range/batch/rects/query
152743
ns/iter (± 634
)151452
ns/iter (± 1899
)1.01
mono_points_arrow/generate_message_bundles
51783651
ns/iter (± 961527
)46668135
ns/iter (± 2038823
)1.11
mono_points_arrow/generate_messages
138039450
ns/iter (± 2010763
)135532022
ns/iter (± 1730848
)1.02
mono_points_arrow/encode_log_msg
166925473
ns/iter (± 2195985
)163573065
ns/iter (± 1536846
)1.02
mono_points_arrow/encode_total
358085797
ns/iter (± 1987665
)350723069
ns/iter (± 2935515
)1.02
mono_points_arrow/decode_log_msg
186764021
ns/iter (± 1577474
)186655516
ns/iter (± 1841571
)1.00
mono_points_arrow/decode_message_bundles
74871661
ns/iter (± 1004334
)74658108
ns/iter (± 1062782
)1.00
mono_points_arrow/decode_total
256482272
ns/iter (± 1879406
)252337801
ns/iter (± 3185540
)1.02
batch_points_arrow/generate_message_bundles
333103
ns/iter (± 1002
)329762
ns/iter (± 3463
)1.01
batch_points_arrow/generate_messages
6235
ns/iter (± 22
)6084
ns/iter (± 82
)1.02
batch_points_arrow/encode_log_msg
358383
ns/iter (± 1762
)351130
ns/iter (± 3523
)1.02
batch_points_arrow/encode_total
721998
ns/iter (± 2642
)705067
ns/iter (± 9322
)1.02
batch_points_arrow/decode_log_msg
352479
ns/iter (± 1235
)347728
ns/iter (± 2732
)1.01
batch_points_arrow/decode_message_bundles
2060
ns/iter (± 7
)1992
ns/iter (± 30
)1.03
batch_points_arrow/decode_total
353770
ns/iter (± 1347
)357518
ns/iter (± 2964
)0.99
arrow_mono_points/insert
6951746375
ns/iter (± 30499253
)7056235608
ns/iter (± 26103414
)0.99
arrow_mono_points/query
1759417
ns/iter (± 25501
)1737227
ns/iter (± 18825
)1.01
arrow_batch_points/insert
2658971
ns/iter (± 36380
)2702377
ns/iter (± 70971
)0.98
arrow_batch_points/query
17632
ns/iter (± 18
)17558
ns/iter (± 154
)1.00
tuid/Tuid::random
45
ns/iter (± 1
)34
ns/iter (± 0
)1.32
This comment was automatically generated by workflow using github-action-benchmark.