-
Notifications
You must be signed in to change notification settings - Fork 522
Add in-memory rerun server #10837
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add in-memory rerun server #10837
Conversation
Web viewer built successfully. If applicable, you should also test it:
Note: This comment is updated whenever you push a commit. |
6e1adc0
to
3781909
Compare
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.
I only gave it a cursory look as it's mainly copy/paste, but looks good to me. Very excited what we can build from this, esp. testing.
| Crate | Description | | ||
| --------- | ------------------------------------ | ------------------------ | --- | | ||
| rerun-cli | Rerun native CLI binary crate | | ||
| Rerun | Rerun Rust SDK and Viewer shim crate | | ||
| rerun_c | Rerun C SDK | | ||
| rerun_py | Rerun Python SDK | | ||
| re_sdk | Rerun logging SDK | | ||
| <!-- | re_renderer_examples | Examples for re_renderer | --> | |
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.
AccountingAllocator::new(mimalloc::MiMalloc); | ||
|
||
fn main() -> std::process::ExitCode { | ||
// NOTE: no full-fledged telemetry, this is supposed to run as part of the OSS offering. |
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.
// NOTE: no full-fledged telemetry, this is supposed to run as part of the OSS offering. |
eacd529
to
5deb5c7
Compare
This PR is to add the in-memory rerun server for testing of the gRPC calls in CI.