-
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.
Closes #2459 <img width="488" alt="Screenshot 2023-06-19 at 20 39 26" src="https://github.com/rerun-io/rerun/assets/1148717/90e16677-4a86-41b8-b1f5-52642518eac7"> ### What We where taking pinhole matrices and squeezing them into `Affine3A` with predictably bad results. The offending methods have been removed and replaced with more direct, simpler steps. ### Checklist * [x] I have read and agree to [Contributor Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and the [Code of Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md) * [x] I've included a screenshot or gif (if applicable) <!-- This line will get updated when the PR build summary job finishes. --> PR Build Summary: https://build.rerun.io/pr/2482 <!-- pr-link-docs:start --> Docs preview: https://rerun.io/preview/d330b73/docs Examples preview: https://rerun.io/preview/d330b73/examples <!-- pr-link-docs:end --> --------- Co-authored-by: Andreas Reich <[email protected]>
- Loading branch information
Showing
3 changed files
with
44 additions
and
33 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
786f501
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.
Possible performance regression was detected for benchmark 'Rust Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
1.25
.datastore/num_rows=1000/num_instances=1000/packed=false/insert/default
4538249
ns/iter (± 192613
)2834722
ns/iter (± 50585
)1.60
datastore/num_rows=1000/num_instances=1000/packed=false/latest_at/default
404
ns/iter (± 0
)311
ns/iter (± 7
)1.30
datastore/num_rows=1000/num_instances=1000/packed=false/latest_at_missing/primary/default
296
ns/iter (± 0
)225
ns/iter (± 1
)1.32
datastore/num_rows=1000/num_instances=1000/packed=false/latest_at_missing/secondaries/default
452
ns/iter (± 0
)345
ns/iter (± 2
)1.31
datastore/num_rows=1000/num_instances=1000/packed=false/range/default
4144732
ns/iter (± 250465
)2838853
ns/iter (± 20380
)1.46
datastore/num_rows=1000/num_instances=1000/gc/default
2689573
ns/iter (± 9437
)1708756
ns/iter (± 3955
)1.57
mono_points_arrow/generate_message_bundles
39604888
ns/iter (± 1040836
)28526799
ns/iter (± 810638
)1.39
mono_points_arrow/encode_log_msg
234061156
ns/iter (± 1344341
)176900088
ns/iter (± 1177870
)1.32
mono_points_arrow/decode_message_bundles
86266259
ns/iter (± 820666
)59989849
ns/iter (± 451899
)1.44
mono_points_arrow_batched/generate_message_bundles
29279365
ns/iter (± 1559040
)18412311
ns/iter (± 108222
)1.59
mono_points_arrow_batched/generate_messages
6600398
ns/iter (± 559462
)3581949
ns/iter (± 15041
)1.84
mono_points_arrow_batched/encode_log_msg
683064
ns/iter (± 2306
)507913
ns/iter (± 8800
)1.34
mono_points_arrow_batched/encode_total
40592570
ns/iter (± 1524606
)23582102
ns/iter (± 322173
)1.72
mono_points_arrow_batched/decode_message_bundles
9548121
ns/iter (± 222447
)7422018
ns/iter (± 123166
)1.29
mono_points_arrow_batched/decode_total
10250651
ns/iter (± 276797
)7902489
ns/iter (± 57397
)1.30
batch_points_arrow/decode_log_msg
49233
ns/iter (± 200
)38048
ns/iter (± 557
)1.29
batch_points_arrow/decode_total
54300
ns/iter (± 206
)42931
ns/iter (± 198
)1.26
arrow_mono_points/insert
2918622345
ns/iter (± 19714195
)1831521612
ns/iter (± 10897899
)1.59
arrow_mono_points/query
1311312
ns/iter (± 6634
)918379
ns/iter (± 1653
)1.43
arrow_batch_points/query
16234
ns/iter (± 32
)12441
ns/iter (± 11
)1.30
arrow_batch_vecs/query
476829
ns/iter (± 794
)316221
ns/iter (± 174
)1.51
This comment was automatically generated by workflow using github-action-benchmark.