-
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.
renderer: fix the groupby logic in mesh instancing (#1657)
- Loading branch information
Showing
2 changed files
with
17 additions
and
7 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
28feae8
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
556565
ns/iter (± 3153
)554819
ns/iter (± 3514
)1.00
datastore/latest_at/batch/rects/query
1840
ns/iter (± 2
)1860
ns/iter (± 24
)0.99
datastore/latest_at/missing_components/primary
286
ns/iter (± 0
)286
ns/iter (± 0
)1
datastore/latest_at/missing_components/secondaries
437
ns/iter (± 0
)436
ns/iter (± 2
)1.00
datastore/range/batch/rects/query
153102
ns/iter (± 262
)150385
ns/iter (± 890
)1.02
mono_points_arrow/generate_message_bundles
45774556
ns/iter (± 830948
)44201145
ns/iter (± 1129924
)1.04
mono_points_arrow/generate_messages
126152367
ns/iter (± 1023987
)125549171
ns/iter (± 1402042
)1.00
mono_points_arrow/encode_log_msg
154072970
ns/iter (± 986536
)155463925
ns/iter (± 1038482
)0.99
mono_points_arrow/encode_total
325793414
ns/iter (± 1895128
)327028761
ns/iter (± 2220078
)1.00
mono_points_arrow/decode_log_msg
177869955
ns/iter (± 1043507
)174313449
ns/iter (± 1051137
)1.02
mono_points_arrow/decode_message_bundles
63990326
ns/iter (± 969352
)63583482
ns/iter (± 1019295
)1.01
mono_points_arrow/decode_total
241486157
ns/iter (± 2052056
)235978689
ns/iter (± 1574296
)1.02
batch_points_arrow/generate_message_bundles
328149
ns/iter (± 405
)327455
ns/iter (± 1327
)1.00
batch_points_arrow/generate_messages
6459
ns/iter (± 13
)6446
ns/iter (± 44
)1.00
batch_points_arrow/encode_log_msg
362892
ns/iter (± 24192
)355026
ns/iter (± 1816
)1.02
batch_points_arrow/encode_total
706869
ns/iter (± 2305
)713064
ns/iter (± 3080
)0.99
batch_points_arrow/decode_log_msg
341243
ns/iter (± 864
)344545
ns/iter (± 1024
)0.99
batch_points_arrow/decode_message_bundles
2069
ns/iter (± 6
)2067
ns/iter (± 14
)1.00
batch_points_arrow/decode_total
354764
ns/iter (± 1003
)353690
ns/iter (± 907
)1.00
arrow_mono_points/insert
6114055245
ns/iter (± 23490028
)6162557603
ns/iter (± 14292562
)0.99
arrow_mono_points/query
1755773
ns/iter (± 8480
)1777972
ns/iter (± 9981
)0.99
arrow_batch_points/insert
2655560
ns/iter (± 10503
)2633594
ns/iter (± 23125
)1.01
arrow_batch_points/query
16177
ns/iter (± 23
)16183
ns/iter (± 68
)1.00
arrow_batch_vecs/insert
42313
ns/iter (± 72
)42392
ns/iter (± 181
)1.00
arrow_batch_vecs/query
388855
ns/iter (± 698
)389389
ns/iter (± 1588
)1.00
tuid/Tuid::random
34
ns/iter (± 0
)34
ns/iter (± 0
)1
This comment was automatically generated by workflow using github-action-benchmark.