Skip to content
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

Simple logging benchmarks for C++ & Rust #4181

Merged
merged 14 commits into from
Nov 9, 2023
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ crates/re_types_builder/source_hash.txt
*.o
**/arrow/
**/build/
**/build-msvc/
**/CMakeFiles/
**/CMakeCache.txt
**/Makefile
Expand Down
12 changes: 12 additions & 0 deletions Cargo.lock

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

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ members = [
"docs/code-examples",
"rerun_py",
"run_wasm",
"tests/rust/test_*",
"tests/rust/log_benchmark",
"tests/rust/roundtrips/*",
"tests/rust/test_*",
]

[workspace.package]
Expand Down Expand Up @@ -80,6 +81,7 @@ async-executor = "1.0"
backtrace = "0.3"
bincode = "1.3"
bitflags = "1.3"
blackbox = "0.2.0"
bytemuck = { version = "1.11", features = ["extern_crate_alloc"] }
camino = "1.1"
cargo-run-wasm = "0.3.2"
Expand Down