bench(span-format): add per-span tag formatting benchmark#8876
Conversation
Overall package sizeSelf size: 6.19 MB Dependency sizes| name | version | self size | total size | |------|---------|-----------|------------| | import-in-the-middle | 3.0.2 | 85.93 kB | 825.11 kB | | opentracing | 0.14.7 | 194.81 kB | 194.81 kB | | dc-polyfill | 0.1.11 | 25.74 kB | 25.74 kB |🤖 This report was automatically generated by heaviest-objects-in-the-universe |
BenchmarksBenchmark execution time: 2026-06-11 17:48:40 Comparing candidate commit 6063279 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 1510 metrics, 17 unstable metrics.
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 25a335ff28
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
Covers the per-span tag formatting path that runs on every span before encode.
25a335f to
6063279
Compare
🎉 All green!🧪 All tests passed 🔗 Commit SHA: 6063279 | Docs | Datadog PR Page | Give us feedback! |
Summary
Adds a sirun microbenchmark for the per-span tag formatting path that runs on every span before encode. Benchmark-only; no shipped code changes.