-
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.
Labels for 3D objects have now a color can now be selected & hovered (#…
…1438) Overall they behave just like the labels for 2D objects because it's finally the exact same code \o/ Fixes #429
- Loading branch information
Showing
11 changed files
with
195 additions
and
188 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,6 +24,7 @@ | |
"cSpell.words": [ | ||
"andreas", | ||
"bbox", | ||
"emath", | ||
"framebuffer", | ||
"hoverable", | ||
"Keypoint", | ||
|
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
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.
d49d497
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
537107
ns/iter (± 5889
)554445
ns/iter (± 1992
)0.97
datastore/latest_at/batch/rects/query
1787
ns/iter (± 21
)1835
ns/iter (± 5
)0.97
datastore/latest_at/missing_components/primary
348
ns/iter (± 4
)356
ns/iter (± 0
)0.98
datastore/latest_at/missing_components/secondaries
426
ns/iter (± 6
)425
ns/iter (± 0
)1.00
datastore/range/batch/rects/query
149453
ns/iter (± 1783
)152743
ns/iter (± 634
)0.98
mono_points_arrow/generate_message_bundles
44626339
ns/iter (± 996814
)51783651
ns/iter (± 961527
)0.86
mono_points_arrow/generate_messages
122502032
ns/iter (± 1257084
)138039450
ns/iter (± 2010763
)0.89
mono_points_arrow/encode_log_msg
151498213
ns/iter (± 1364572
)166925473
ns/iter (± 2195985
)0.91
mono_points_arrow/encode_total
325801151
ns/iter (± 2680920
)358085797
ns/iter (± 1987665
)0.91
mono_points_arrow/decode_log_msg
172175925
ns/iter (± 1531099
)186764021
ns/iter (± 1577474
)0.92
mono_points_arrow/decode_message_bundles
62936640
ns/iter (± 767077
)74871661
ns/iter (± 1004334
)0.84
mono_points_arrow/decode_total
234335768
ns/iter (± 2303149
)256482272
ns/iter (± 1879406
)0.91
batch_points_arrow/generate_message_bundles
324135
ns/iter (± 3675
)333103
ns/iter (± 1002
)0.97
batch_points_arrow/generate_messages
6118
ns/iter (± 77
)6235
ns/iter (± 22
)0.98
batch_points_arrow/encode_log_msg
352587
ns/iter (± 2894
)358383
ns/iter (± 1762
)0.98
batch_points_arrow/encode_total
701931
ns/iter (± 5896
)721998
ns/iter (± 2642
)0.97
batch_points_arrow/decode_log_msg
345868
ns/iter (± 2445
)352479
ns/iter (± 1235
)0.98
batch_points_arrow/decode_message_bundles
1997
ns/iter (± 29
)2060
ns/iter (± 7
)0.97
batch_points_arrow/decode_total
351766
ns/iter (± 2960
)353770
ns/iter (± 1347
)0.99
arrow_mono_points/insert
5963914061
ns/iter (± 16387428
)6951746375
ns/iter (± 30499253
)0.86
arrow_mono_points/query
1708319
ns/iter (± 19333
)1759417
ns/iter (± 25501
)0.97
arrow_batch_points/insert
2609044
ns/iter (± 32920
)2658971
ns/iter (± 36380
)0.98
arrow_batch_points/query
17196
ns/iter (± 237
)17632
ns/iter (± 18
)0.98
tuid/Tuid::random
34
ns/iter (± 0
)45
ns/iter (± 1
)0.76
This comment was automatically generated by workflow using github-action-benchmark.