-
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.
[pure refactor] Move item-ui to separate module, move AppOptions to r…
…e_viewer_context (#2040) * move out all "item ui" to its own module * remove last gui dependency from ViewerContext (select_hovered_on_click) * note on how to unify item button methods, but holding off of that * move `AppOptions` to `re_viewer_context` * todo note on what remains to move `ViewerContext` to `re_viewer_context`
- Loading branch information
Showing
17 changed files
with
366 additions
and
296 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.
181ed01
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/latest_at/default
370
ns/iter (± 3
)283
ns/iter (± 3
)1.31
datastore/num_rows=1000/num_instances=1000/packed=false/latest_at_missing/primary/default
269
ns/iter (± 1
)205
ns/iter (± 0
)1.31
datastore/num_rows=1000/num_instances=1000/packed=false/latest_at_missing/secondaries/default
427
ns/iter (± 2
)329
ns/iter (± 0
)1.30
datastore/num_rows=1000/num_instances=1000/gc/default
2440332
ns/iter (± 7278
)1697042
ns/iter (± 7021
)1.44
mono_points_arrow/generate_message_bundles
28767824
ns/iter (± 1220405
)22049557
ns/iter (± 586452
)1.30
mono_points_arrow/decode_message_bundles
70032190
ns/iter (± 1541760
)51927704
ns/iter (± 495615
)1.35
mono_points_arrow_batched/generate_message_bundles
21163936
ns/iter (± 1849768
)15527089
ns/iter (± 34538
)1.36
mono_points_arrow_batched/generate_messages
4304332
ns/iter (± 224907
)3054151
ns/iter (± 16136
)1.41
mono_points_arrow_batched/encode_total
27585502
ns/iter (± 1360524
)19997120
ns/iter (± 65902
)1.38
mono_points_arrow_batched/decode_log_msg
743057
ns/iter (± 2156
)437523
ns/iter (± 1392
)1.70
mono_points_arrow_batched/decode_total
8419841
ns/iter (± 98586
)6575140
ns/iter (± 10828
)1.28
batch_points_arrow/encode_log_msg
313458
ns/iter (± 1273
)228470
ns/iter (± 642
)1.37
batch_points_arrow/encode_total
569104
ns/iter (± 3798
)439879
ns/iter (± 584
)1.29
arrow_mono_points/insert
2530527278
ns/iter (± 4982801
)1551822176
ns/iter (± 2862848
)1.63
arrow_mono_points/query
1181252
ns/iter (± 12880
)878309
ns/iter (± 6569
)1.34
arrow_batch_points/query
16832
ns/iter (± 75
)11961
ns/iter (± 6
)1.41
arrow_batch_vecs/query
387145
ns/iter (± 1311
)297384
ns/iter (± 921
)1.30
This comment was automatically generated by workflow using github-action-benchmark.