ci(benchmarks): add additional core api variants#17962
Conversation
|
✨ Fix all issues with BitsAI or with Cursor
|
Codeowners resolved as |
BenchmarksBenchmark execution time: 2026-05-11 13:23:12 Comparing candidate commit 16b0a20 in PR branch Found 0 performance improvements and 5 performance regressions! Performance is the same for 603 metrics, 9 unstable metrics. scenario:iastaspects-lstrip_aspect
scenario:iastaspects-translate_aspect
scenario:iastaspectsospath-ospathbasename_aspect
scenario:span-start
scenario:telemetryaddmetric-1-count-metric-1-times
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 58c561f694
ℹ️ About Codex in GitHub
Your team has set up Codex to 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 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Description
Expands the core_api benchmark suite with finer-grained variants — listener count sweeps (0/1/10/50), empty-args dispatch, exception path, and has_listeners — so we can detect regressions across a wider range of usage patterns.
Testing
Risks
Additional Notes