Skip to content

Commit

Permalink
Update egui_tiles with fix for drag-and-drop-panic (#2555)
Browse files Browse the repository at this point in the history
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
emilk authored Jun 28, 2023
1 parent e42bef1 commit 4e04d94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,4 @@ debug = true
# As a last resport, patch with a commit to our own repository.
# ALWAYS document what PR the commit hash is part of, or when it was merged into the upstream trunk.

egui_tiles = { git = "https://github.com/rerun-io/egui_tiles.git", rev = "0127ad5eeed91beefd03b0ff1733200b32fb9a12" }
egui_tiles = { git = "https://github.com/rerun-io/egui_tiles.git", rev = "f958d8af7ed27d925bc2ff7862fb1c1c45961b9e" }

1 comment on commit 4e04d94

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

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.

Benchmark suite Current: 4e04d94 Previous: e42bef1 Ratio
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.

Please sign in to comment.