feat(prof): add I/O profiling for macOS#3648
Conversation
|
✨ Fix all issues with BitsAI or with Cursor
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3648 +/- ##
==========================================
- Coverage 62.19% 62.08% -0.11%
==========================================
Files 141 141
Lines 13352 13352
Branches 1746 1746
==========================================
- Hits 8304 8290 -14
- Misses 4256 4269 +13
- Partials 792 793 +1 see 3 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
Benchmarks [ profiler ]Benchmark execution time: 2026-03-06 13:54:48 Comparing candidate commit 3252a71 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 30 metrics, 6 unstable metrics. |
3368fe5 to
a83fd12
Compare
a83fd12 to
2aa2c4b
Compare
e32fa5d to
6bac2fd
Compare
morrisonlevi
left a comment
There was a problem hiding this comment.
I have some more reading to do to review the rest of it, but here's some review.
c059da0 to
47b716f
Compare
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
47b716f to
eee1fc6
Compare
eee1fc6 to
3252a71
Compare
Benchmarks [ tracer ]Benchmark execution time: 2026-03-06 14:54:43 Comparing candidate commit 3252a71 in PR branch Found 3 performance improvements and 1 performance regressions! Performance is the same for 190 metrics, 0 unstable metrics. scenario:ComposerTelemetryBench/benchTelemetryParsing
scenario:EmptyFileBench/benchEmptyFileBaseline
scenario:MessagePackSerializationBench/benchMessagePackSerialization
scenario:TraceSerializationBench/benchSerializeTrace-opcache
|
Description
This PR:
mod.rsWhy support macOS I/O profiling?
AFAIK we might have a few customers running the profiler on macOS, but the real value is local testability for I/O profiling in our developer environment which is native macOS.
Reviewer checklist