Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Python: remove unconditional sleep on
spawn
(#4010)
Removes the unconditional `sleep(0.5)` on the spawn path in python, improving latency. This mimics what happens in the new Rust/C/C++ spawn APIs: https://github.com/rerun-io/rerun/blob/3f41c3b3906147a0b9a4f27f7fe55a8fa59532ef/crates/re_sdk/src/recording_stream.rs#L1309-L1321
- Loading branch information
107c833
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
.batch_points_arrow/decode_total
53397
ns/iter (± 323
)42236
ns/iter (± 197
)1.26
This comment was automatically generated by workflow using github-action-benchmark.