refactor(profiling): use libdd-profiling's ThinStr#3631
Conversation
|
Benchmarks [ profiler ]Benchmark execution time: 2026-02-12 16:48:28 Comparing candidate commit 69d9061 in PR branch Found 0 performance improvements and 4 performance regressions! Performance is the same for 25 metrics, 7 unstable metrics. scenario:php-profiler-timeline-memory-control
scenario:php-profiler-timeline-memory-with-profiler
scenario:php-profiler-timeline-memory-with-profiler-and-timeline
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3631 +/- ##
=======================================
Coverage 62.11% 62.11%
=======================================
Files 141 141
Lines 13387 13387
Branches 1753 1753
=======================================
Hits 8315 8315
Misses 4273 4273
Partials 799 799 Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
0f89690 to
69d9061
Compare
Description
This replaces the
ThinStrdefined in this module with the one that is inlibdd-profilinginstead. Note that the one inlibdd-profilingwas a copy + refactor of this one, which is why the migration is so easy.Reviewer checklist