-
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.
* Refactor: move the session log sink to its own file * Turn LogSink into a trait * Move spawning of native viewer to `rerun` crate * Move the `show()` method to `rerun` crate * re_sdk no longer depend directly on re_viewer * Prevent re_viewer from accidentally depending on re_web_viewer_server * Improve doc-strings * Remove the native_viewer feature from re_sdk * Remove direct dependency of rerun_py on re_sdk_comms * Small doc-fixes * Move `clap` hookup from `re_sdk` to `rerun` * Move the `session.serve()` method to trait `rerun::WebViewerSessionExt` * cleanup * Remove cyclic-dependency-protection because it caused weird warning: The lib target `re_viewer` in package `re_viewer v0.2.0 (/Users/emilk/code/rerun/rerun/crates/re_viewer)` has the same output filename as the lib target `re_viewer` in package `re_viewer v0.2.0 (/Users/emilk/code/rerun/rerun/crates/re_viewer)`. * Fix web-viewer * Fix python build * Fix remove_dir_all RUSTSEC ❯ cargo update -p tempfile Updating crates.io index Removing remove_dir_all v0.5.3 Updating tempfile v3.3.0 -> v3.4.0 * Trim re_sdk dependency list * Fix doc-tests * Fix doclinks * Document rust_version * Better docs for set_sink * Hide `global_session()` behind the `global` feature flag * Fix typos * Proper rustc & LLVM versions (#1512) * add rustc & llvm version to build crates * integrate everywhere * crash handler too * Rename "global" feature to "global_session" * Replace extension trait with `serve_web_viewer` method --------- Co-authored-by: Clement Rey <[email protected]>
- Loading branch information
Showing
32 changed files
with
584 additions
and
371 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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.
51cdb49
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.
Rust Benchmark
datastore/insert/batch/rects/insert
556439
ns/iter (± 1821
)560501
ns/iter (± 1947
)0.99
datastore/latest_at/batch/rects/query
1830
ns/iter (± 3
)1810
ns/iter (± 1
)1.01
datastore/latest_at/missing_components/primary
355
ns/iter (± 1
)355
ns/iter (± 0
)1
datastore/latest_at/missing_components/secondaries
424
ns/iter (± 0
)422
ns/iter (± 0
)1.00
datastore/range/batch/rects/query
153688
ns/iter (± 680
)154909
ns/iter (± 799
)0.99
mono_points_arrow/generate_message_bundles
52397319
ns/iter (± 514396
)43914665
ns/iter (± 1185428
)1.19
mono_points_arrow/generate_messages
137290912
ns/iter (± 1260578
)123732269
ns/iter (± 1105156
)1.11
mono_points_arrow/encode_log_msg
170355282
ns/iter (± 1122469
)154123746
ns/iter (± 1649984
)1.11
mono_points_arrow/encode_total
362512127
ns/iter (± 2203933
)325604077
ns/iter (± 1528243
)1.11
mono_points_arrow/decode_log_msg
190468128
ns/iter (± 1511680
)176239714
ns/iter (± 815437
)1.08
mono_points_arrow/decode_message_bundles
77072670
ns/iter (± 1159949
)63084473
ns/iter (± 821400
)1.22
mono_points_arrow/decode_total
261648081
ns/iter (± 1914859
)237427550
ns/iter (± 1361186
)1.10
batch_points_arrow/generate_message_bundles
320346
ns/iter (± 1066
)325667
ns/iter (± 2325
)0.98
batch_points_arrow/generate_messages
6227
ns/iter (± 17
)6248
ns/iter (± 16
)1.00
batch_points_arrow/encode_log_msg
376020
ns/iter (± 1541
)354852
ns/iter (± 1803
)1.06
batch_points_arrow/encode_total
720479
ns/iter (± 3178
)704617
ns/iter (± 1506
)1.02
batch_points_arrow/decode_log_msg
356727
ns/iter (± 1095
)349053
ns/iter (± 554
)1.02
batch_points_arrow/decode_message_bundles
2077
ns/iter (± 5
)2063
ns/iter (± 11
)1.01
batch_points_arrow/decode_total
365148
ns/iter (± 4762
)354118
ns/iter (± 546
)1.03
arrow_mono_points/insert
7400939365
ns/iter (± 51456077
)6006351360
ns/iter (± 17597406
)1.23
arrow_mono_points/query
1847610
ns/iter (± 36001
)1685346
ns/iter (± 8319
)1.10
arrow_batch_points/insert
2839734
ns/iter (± 94461
)2648695
ns/iter (± 52306
)1.07
arrow_batch_points/query
16151
ns/iter (± 56
)16247
ns/iter (± 96
)0.99
arrow_batch_vecs/insert
42382
ns/iter (± 111
)42691
ns/iter (± 70
)0.99
arrow_batch_vecs/query
507275
ns/iter (± 1747
)505671
ns/iter (± 908
)1.00
tuid/Tuid::random
34
ns/iter (± 0
)34
ns/iter (± 0
)1
This comment was automatically generated by workflow using github-action-benchmark.