-
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.
Use outlines for mesh selections instead of highlight colors (#1540)
* mesh highlighting is now done via outlines * eliminate need for computing "old" selection highlight on meshes * blend outlines among each other in linear space
- Loading branch information
Showing
22 changed files
with
233 additions
and
77 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
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
Oops, something went wrong.
a0c4189
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
544261
ns/iter (± 7746
)570651
ns/iter (± 3533
)0.95
datastore/latest_at/batch/rects/query
1777
ns/iter (± 21
)1801
ns/iter (± 8
)0.99
datastore/latest_at/missing_components/primary
351
ns/iter (± 4
)363
ns/iter (± 0
)0.97
datastore/latest_at/missing_components/secondaries
410
ns/iter (± 5
)425
ns/iter (± 0
)0.96
datastore/range/batch/rects/query
145353
ns/iter (± 2072
)149518
ns/iter (± 251
)0.97
mono_points_arrow/generate_message_bundles
44933418
ns/iter (± 1628532
)47416340
ns/iter (± 734945
)0.95
mono_points_arrow/generate_messages
122775580
ns/iter (± 1385766
)125466343
ns/iter (± 6485212
)0.98
mono_points_arrow/encode_log_msg
148283913
ns/iter (± 1577545
)150750510
ns/iter (± 1405395
)0.98
mono_points_arrow/encode_total
315642136
ns/iter (± 2493831
)325110979
ns/iter (± 2677415
)0.97
mono_points_arrow/decode_log_msg
173220112
ns/iter (± 1714685
)176547565
ns/iter (± 1348562
)0.98
mono_points_arrow/decode_message_bundles
63035296
ns/iter (± 844766
)63845690
ns/iter (± 777029
)0.99
mono_points_arrow/decode_total
234241203
ns/iter (± 2478412
)239380655
ns/iter (± 2386117
)0.98
batch_points_arrow/generate_message_bundles
321353
ns/iter (± 5079
)328465
ns/iter (± 3781
)0.98
batch_points_arrow/generate_messages
5982
ns/iter (± 90
)6110
ns/iter (± 94
)0.98
batch_points_arrow/encode_log_msg
359440
ns/iter (± 4053
)372431
ns/iter (± 2194
)0.97
batch_points_arrow/encode_total
696682
ns/iter (± 8564
)718603
ns/iter (± 43942
)0.97
batch_points_arrow/decode_log_msg
341016
ns/iter (± 3062
)347345
ns/iter (± 1881
)0.98
batch_points_arrow/decode_message_bundles
2024
ns/iter (± 31
)2086
ns/iter (± 22
)0.97
batch_points_arrow/decode_total
349163
ns/iter (± 3289
)352211
ns/iter (± 1735
)0.99
arrow_mono_points/insert
5968647020
ns/iter (± 17782098
)6072775620
ns/iter (± 14109546
)0.98
arrow_mono_points/query
1646371
ns/iter (± 22599
)1705040
ns/iter (± 18823
)0.97
arrow_batch_points/insert
2573089
ns/iter (± 30807
)2586681
ns/iter (± 19981
)0.99
arrow_batch_points/query
16294
ns/iter (± 269
)16738
ns/iter (± 187
)0.97
arrow_batch_vecs/insert
41311
ns/iter (± 586
)42837
ns/iter (± 385
)0.96
arrow_batch_vecs/query
486457
ns/iter (± 6856
)502694
ns/iter (± 8265
)0.97
tuid/Tuid::random
33
ns/iter (± 0
)34
ns/iter (± 0
)0.97
This comment was automatically generated by workflow using github-action-benchmark.