-
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.
Integrate depth clouds into Rerun (#1421)
* implement depth cloud renderer * proper rp config * self-review * handle breaking changes from main * upload depth textures through staging belt * addressing PR comments part 1 of N * work around wgpu d16 web issue * addressing PR comments part 2 of N * big refactoring of the whole quad spanning story * accomodating breaking changes * bring back coverage * todos * procedural example * clean * fix wasm cranky * set up entity props & selection panel for backprojection * integrate depth clouds into rerun * last merge conflicts * huh, nasty * everything working as i want * cleanin up * self review * compute auto heuristics properly * gentle radius scale
- Loading branch information
Showing
10 changed files
with
452 additions
and
149 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
Oops, something went wrong.
cb48497
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
551075
ns/iter (± 4665
)551339
ns/iter (± 4401
)1.00
datastore/latest_at/batch/rects/query
1808
ns/iter (± 5
)1811
ns/iter (± 8
)1.00
datastore/latest_at/missing_components/primary
356
ns/iter (± 2
)354
ns/iter (± 3
)1.01
datastore/latest_at/missing_components/secondaries
422
ns/iter (± 3
)419
ns/iter (± 4
)1.01
datastore/range/batch/rects/query
150240
ns/iter (± 2085
)149040
ns/iter (± 2277
)1.01
mono_points_arrow/generate_message_bundles
49053814
ns/iter (± 2443665
)48607153
ns/iter (± 1666236
)1.01
mono_points_arrow/generate_messages
136929232
ns/iter (± 1351940
)135563855
ns/iter (± 1681485
)1.01
mono_points_arrow/encode_log_msg
167189745
ns/iter (± 997675
)166230330
ns/iter (± 1257439
)1.01
mono_points_arrow/encode_total
355925554
ns/iter (± 5163442
)356341383
ns/iter (± 2474946
)1.00
mono_points_arrow/decode_log_msg
187054410
ns/iter (± 1137135
)185271778
ns/iter (± 1792388
)1.01
mono_points_arrow/decode_message_bundles
71930702
ns/iter (± 1607760
)70904496
ns/iter (± 1103813
)1.01
mono_points_arrow/decode_total
266507009
ns/iter (± 3993786
)254429693
ns/iter (± 2415708
)1.05
batch_points_arrow/generate_message_bundles
334203
ns/iter (± 587
)330002
ns/iter (± 3236
)1.01
batch_points_arrow/generate_messages
6249
ns/iter (± 17
)6272
ns/iter (± 72
)1.00
batch_points_arrow/encode_log_msg
369439
ns/iter (± 1707
)357173
ns/iter (± 2390
)1.03
batch_points_arrow/encode_total
724084
ns/iter (± 12310
)706366
ns/iter (± 8103
)1.03
batch_points_arrow/decode_log_msg
357228
ns/iter (± 1481
)347617
ns/iter (± 2123
)1.03
batch_points_arrow/decode_message_bundles
2107
ns/iter (± 5
)2039
ns/iter (± 21
)1.03
batch_points_arrow/decode_total
351783
ns/iter (± 2166
)353375
ns/iter (± 1344
)1.00
arrow_mono_points/insert
7256577931
ns/iter (± 40153605
)6881435297
ns/iter (± 19787234
)1.05
arrow_mono_points/query
1777555
ns/iter (± 19146
)1698411
ns/iter (± 23128
)1.05
arrow_batch_points/insert
2625185
ns/iter (± 12291
)2608831
ns/iter (± 24153
)1.01
arrow_batch_points/query
16024
ns/iter (± 157
)15936
ns/iter (± 166
)1.01
arrow_batch_vecs/insert
41636
ns/iter (± 305
)41717
ns/iter (± 295
)1.00
arrow_batch_vecs/query
505694
ns/iter (± 828
)505610
ns/iter (± 4832
)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.