chore(profiling): add lz4 to profile test suite#13499
Conversation
|
|
Bootstrap import analysisComparison of import times between this PR and base. SummaryThe average import time from this PR is: 231 ± 3 ms. The average import time from base is: 235 ± 3 ms. The import time difference between this PR and base is: -4.0 ± 0.1 ms. Import time breakdownThe following import paths have shrunk:
|
nsrip-dd
left a comment
There was a problem hiding this comment.
LGTM. Though I'm curious where it's actually used? I didn't see lz4 mentioned in the PR you linked, but maybe I didn't look hard enough
|
@nsrip-dd it's used to parse pprof files in this function dd-trace-py/tests/profiling/collector/pprof_utils.py Lines 115 to 124 in 35ecfee And only profile-v2 had been using this function to check the pprof file |
BenchmarksBenchmark execution time: 2025-05-23 20:22:33 Comparing candidate commit 5d9e20b in PR branch Found 0 performance improvements and 6 performance regressions! Performance is the same for 506 metrics, 8 unstable metrics. scenario:iast_aspects-format_map_aspect
scenario:iast_aspects-lstrip_aspect
scenario:iast_aspects-rstrip_aspect
scenario:iast_aspects-split_aspect
scenario:iast_aspects-swapcase_aspect
scenario:iast_aspects-title_aspect
|
To be used in #13464 to decompress pprof files, split into a separate PR to reduce the diffs
Checklist
Reviewer Checklist