Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update egui_tiles with fix for drag-and-drop-panic (#2555)
Easy fix: rerun-io/egui_tiles@f958d8a Closes #2552 ### 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/2555 <!-- pr-link-docs:start --> Docs preview: https://rerun.io/preview/7e89a6c/docs Examples preview: https://rerun.io/preview/7e89a6c/examples <!-- pr-link-docs:end -->
- Loading branch information
4e04d94
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
3826848
ns/iter (± 184611
)2815531
ns/iter (± 5656
)1.36
datastore/num_rows=1000/num_instances=1000/packed=false/latest_at/default
406
ns/iter (± 1
)312
ns/iter (± 0
)1.30
datastore/num_rows=1000/num_instances=1000/packed=false/latest_at_missing/primary/default
297
ns/iter (± 0
)229
ns/iter (± 0
)1.30
datastore/num_rows=1000/num_instances=1000/packed=false/latest_at_missing/secondaries/default
455
ns/iter (± 0
)347
ns/iter (± 1
)1.31
datastore/num_rows=1000/num_instances=1000/packed=false/range/default
3959231
ns/iter (± 238880
)2878505
ns/iter (± 4625
)1.38
datastore/num_rows=1000/num_instances=1000/gc/default
2654577
ns/iter (± 5592
)1706682
ns/iter (± 59374
)1.56
mono_points_arrow/generate_message_bundles
37078673
ns/iter (± 887691
)28878331
ns/iter (± 803753
)1.28
mono_points_arrow_batched/generate_message_bundles
30516942
ns/iter (± 789089
)18402249
ns/iter (± 61682
)1.66
mono_points_arrow_batched/generate_messages
6498764
ns/iter (± 326705
)3487192
ns/iter (± 24891
)1.86
mono_points_arrow_batched/encode_log_msg
685546
ns/iter (± 1864
)430015
ns/iter (± 1208
)1.59
mono_points_arrow_batched/encode_total
37393597
ns/iter (± 1130343
)23275137
ns/iter (± 91631
)1.61
mono_points_arrow_batched/decode_log_msg
506300
ns/iter (± 1606
)404179
ns/iter (± 736
)1.25
mono_points_arrow_batched/decode_message_bundles
10440162
ns/iter (± 462006
)7436547
ns/iter (± 11755
)1.40
mono_points_arrow_batched/decode_total
11286456
ns/iter (± 450499
)7880858
ns/iter (± 519146
)1.43
batch_points_arrow/encode_log_msg
78578
ns/iter (± 647
)49084
ns/iter (± 113
)1.60
batch_points_arrow/encode_total
340362
ns/iter (± 2130
)256038
ns/iter (± 826
)1.33
batch_points_arrow/decode_log_msg
48679
ns/iter (± 193
)38602
ns/iter (± 89
)1.26
batch_points_arrow/decode_total
54697
ns/iter (± 240
)42474
ns/iter (± 76
)1.29
arrow_mono_points/insert
2709458848
ns/iter (± 8563282
)1824765559
ns/iter (± 10085604
)1.48
arrow_mono_points/query
1356410
ns/iter (± 10605
)944195
ns/iter (± 1251
)1.44
arrow_batch_vecs/insert
30740
ns/iter (± 111
)24235
ns/iter (± 35
)1.27
This comment was automatically generated by workflow using github-action-benchmark.