Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix WebGL crash due to rectangle shader returning arrays (#2413)
<!-- Open the PR up as a draft until you feel it is ready for a proper review. Do not make PR:s from your own `main` branch, as that makes it difficult for reviewers to add their own fixes. Add any improvements to the branch as new commits to make it easier for reviewers to follow the progress. All commits will be squashed to a single commit once the PR is merged into `main`. Make sure you mention any issues that this PR closes in the description, as well as any other related issues. To get an auto-generated PR description you can put "copilot:summary" or "copilot:walkthrough" anywhere. --> ### What Works around gfx-rs/naga#2380 ### 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) <!-- This line will get updated when the PR build summary job finishes. --> PR Build Summary: https://build.rerun.io/pr/2413 <!-- pr-link-docs:start --> Docs preview: https://rerun.io/preview/26e3636/docs Examples preview: https://rerun.io/preview/26e3636/examples <!-- pr-link-docs:end -->
- Loading branch information
6dd8c70
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
3980248
ns/iter (± 9701
)2833736
ns/iter (± 2962
)1.40
datastore/num_rows=1000/num_instances=1000/packed=false/latest_at/default
411
ns/iter (± 2
)310
ns/iter (± 0
)1.33
datastore/num_rows=1000/num_instances=1000/packed=false/latest_at_missing/primary/default
300
ns/iter (± 0
)224
ns/iter (± 0
)1.34
datastore/num_rows=1000/num_instances=1000/packed=false/latest_at_missing/secondaries/default
455
ns/iter (± 1
)342
ns/iter (± 0
)1.33
datastore/num_rows=1000/num_instances=1000/packed=false/range/default
4058414
ns/iter (± 31044
)2857148
ns/iter (± 5897
)1.42
datastore/num_rows=1000/num_instances=1000/gc/default
2693990
ns/iter (± 18654
)1726134
ns/iter (± 10353
)1.56
mono_points_arrow_batched/generate_message_bundles
27864307
ns/iter (± 2728342
)18413589
ns/iter (± 89999
)1.51
mono_points_arrow_batched/generate_messages
6213138
ns/iter (± 1062632
)3578737
ns/iter (± 16409
)1.74
mono_points_arrow_batched/encode_total
37599950
ns/iter (± 3486579
)23431211
ns/iter (± 83466
)1.60
mono_points_arrow_batched/decode_log_msg
532655
ns/iter (± 4657
)305400
ns/iter (± 730
)1.74
mono_points_arrow_batched/decode_message_bundles
10311919
ns/iter (± 1007815
)7334982
ns/iter (± 20293
)1.41
mono_points_arrow_batched/decode_total
10956800
ns/iter (± 824054
)7705667
ns/iter (± 12486
)1.42
batch_points_arrow/decode_log_msg
73183
ns/iter (± 425
)47469
ns/iter (± 157
)1.54
batch_points_arrow/decode_total
80249
ns/iter (± 1349
)52612
ns/iter (± 134
)1.53
arrow_mono_points/insert
2757745548
ns/iter (± 20781537
)1789759507
ns/iter (± 4256728
)1.54
arrow_mono_points/query
1427141
ns/iter (± 34670
)973844
ns/iter (± 1439
)1.47
arrow_batch_points/insert
1523168
ns/iter (± 4934
)1177806
ns/iter (± 5301
)1.29
arrow_batch_vecs/insert
30330
ns/iter (± 99
)23962
ns/iter (± 57
)1.27
This comment was automatically generated by workflow using github-action-benchmark.