-
Notifications
You must be signed in to change notification settings - Fork 384
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Don't process annotations if the components aren't presetn * Pre-allocate storage for aggregating points, colors, and user-data
- Loading branch information
Showing
5 changed files
with
101 additions
and
69 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
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
2c97139
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
580109
ns/iter (± 3442
)590605
ns/iter (± 3295
)0.98
datastore/latest_at/batch/rects/query
1787
ns/iter (± 10
)1773
ns/iter (± 6
)1.01
datastore/latest_at/missing_components/primary
306
ns/iter (± 0
)305
ns/iter (± 1
)1.00
datastore/latest_at/missing_components/secondaries
379
ns/iter (± 0
)379
ns/iter (± 1
)1
datastore/range/batch/rects/query
155935
ns/iter (± 136
)154809
ns/iter (± 6076
)1.01
mono_points_arrow/generate_message_bundles
54454561
ns/iter (± 630826
)50025048
ns/iter (± 1864692
)1.09
mono_points_arrow/generate_messages
138386741
ns/iter (± 1484714
)137926029
ns/iter (± 6301212
)1.00
mono_points_arrow/encode_log_msg
166748535
ns/iter (± 6058512
)164185687
ns/iter (± 1793142
)1.02
mono_points_arrow/encode_total
360273248
ns/iter (± 10191378
)351260650
ns/iter (± 6034523
)1.03
mono_points_arrow/decode_log_msg
188291471
ns/iter (± 2940512
)187781949
ns/iter (± 3791069
)1.00
mono_points_arrow/decode_message_bundles
69389942
ns/iter (± 1520038
)72546506
ns/iter (± 1575330
)0.96
mono_points_arrow/decode_total
258214327
ns/iter (± 3868258
)255154699
ns/iter (± 2371274
)1.01
batch_points_arrow/generate_message_bundles
328604
ns/iter (± 955
)327823
ns/iter (± 486
)1.00
batch_points_arrow/generate_messages
6106
ns/iter (± 23
)6056
ns/iter (± 15
)1.01
batch_points_arrow/encode_log_msg
357567
ns/iter (± 1092
)362532
ns/iter (± 2200
)0.99
batch_points_arrow/encode_total
715654
ns/iter (± 1746
)715453
ns/iter (± 2759
)1.00
batch_points_arrow/decode_log_msg
342343
ns/iter (± 1183
)349605
ns/iter (± 728
)0.98
batch_points_arrow/decode_message_bundles
2014
ns/iter (± 4
)2014
ns/iter (± 12
)1
batch_points_arrow/decode_total
355807
ns/iter (± 853
)355797
ns/iter (± 944
)1.00
arrow_mono_points/insert
6955226774
ns/iter (± 44276359
)7036163977
ns/iter (± 11457202
)0.99
arrow_mono_points/query
1676807
ns/iter (± 21453
)1716667
ns/iter (± 36054
)0.98
arrow_batch_points/insert
2629592
ns/iter (± 21323
)2672637
ns/iter (± 25590
)0.98
arrow_batch_points/query
16953
ns/iter (± 165
)17254
ns/iter (± 55
)0.98
tuid/Tuid::random
33
ns/iter (± 0
)34
ns/iter (± 0
)0.97
This comment was automatically generated by workflow using github-action-benchmark.