-
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.
Add radius boost for depth clouds on outline (#1713)
* point_cloud.rs: remove code duplication and remove clones * Implement outline size boost for depth clouds * Pass in the arguments another way * Only boost outline radius, not point * Rename `size_boost_in_points` to `radius_boost_in_ui_points` * Document the uniform buffers * Combine the uniform buffers * Create DepthClouds
- Loading branch information
Showing
13 changed files
with
187 additions
and
124 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.
d42c13d
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
584674
ns/iter (± 1349
)600453
ns/iter (± 3693
)0.97
datastore/latest_at/batch/rects/query
1853
ns/iter (± 78
)1858
ns/iter (± 34
)1.00
datastore/latest_at/missing_components/primary
288
ns/iter (± 12
)295
ns/iter (± 2
)0.98
datastore/latest_at/missing_components/secondaries
445
ns/iter (± 1
)435
ns/iter (± 6
)1.02
datastore/range/batch/rects/query
152203
ns/iter (± 584
)152209
ns/iter (± 982
)1.00
mono_points_arrow/generate_message_bundles
29238717
ns/iter (± 1678578
)30510877
ns/iter (± 1104506
)0.96
mono_points_arrow/generate_messages
130720574
ns/iter (± 1483165
)129180999
ns/iter (± 1742998
)1.01
mono_points_arrow/encode_log_msg
164935632
ns/iter (± 1270014
)164849587
ns/iter (± 1191442
)1.00
mono_points_arrow/encode_total
334108007
ns/iter (± 2185852
)327434630
ns/iter (± 2848671
)1.02
mono_points_arrow/decode_log_msg
188533186
ns/iter (± 1121499
)184085765
ns/iter (± 1993974
)1.02
mono_points_arrow/decode_message_bundles
61657110
ns/iter (± 1703806
)59548850
ns/iter (± 1224050
)1.04
mono_points_arrow/decode_total
244437992
ns/iter (± 1754846
)240984242
ns/iter (± 2473122
)1.01
batch_points_arrow/generate_message_bundles
319583
ns/iter (± 756
)312256
ns/iter (± 3745
)1.02
batch_points_arrow/generate_messages
5897
ns/iter (± 17
)5773
ns/iter (± 72
)1.02
batch_points_arrow/encode_log_msg
352410
ns/iter (± 899
)351675
ns/iter (± 3046
)1.00
batch_points_arrow/encode_total
702749
ns/iter (± 1647
)685795
ns/iter (± 6090
)1.02
batch_points_arrow/decode_log_msg
343991
ns/iter (± 638
)345143
ns/iter (± 2810
)1.00
batch_points_arrow/decode_message_bundles
1583
ns/iter (± 7
)1533
ns/iter (± 20
)1.03
batch_points_arrow/decode_total
354071
ns/iter (± 1034
)351177
ns/iter (± 2941
)1.01
arrow_mono_points/insert
7135171987
ns/iter (± 25663603
)7068719477
ns/iter (± 209325033
)1.01
arrow_mono_points/query
1794210
ns/iter (± 7677
)1754215
ns/iter (± 19640
)1.02
arrow_batch_points/insert
3054701
ns/iter (± 18691
)3102805
ns/iter (± 29435
)0.98
arrow_batch_points/query
16495
ns/iter (± 64
)16338
ns/iter (± 229
)1.01
arrow_batch_vecs/insert
44813
ns/iter (± 120
)43602
ns/iter (± 488
)1.03
arrow_batch_vecs/query
388680
ns/iter (± 786
)390186
ns/iter (± 4412
)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.