feat(tasks/benchmark): add mangler keep_names case#19026
feat(tasks/benchmark): add mangler keep_names case#19026graphite-app[bot] merged 1 commit intomainfrom
Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
CodSpeed Performance ReportMerging this PR will not alter performanceComparing Summary
Performance Changes
Footnotes
|
There was a problem hiding this comment.
Pull request overview
This PR adds a benchmark case to test the mangler with keep_names enabled, which preserves function and class names during mangling. This allows measuring the performance impact of the keep_names feature compared to the default mangler behavior.
Changes:
- Import
MangleOptionsandMangleOptionsKeepNamesfromoxc_mangler - Add a new benchmark block that tests mangling with
keep_namesset to preserve all names (functions and classes)
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
d0e96a4 to
8c37339
Compare
Merge activity
|
Added mangler case with keep_names enabled to the benchmark.
8c37339 to
d4ad45b
Compare

Added mangler case with keep_names enabled to the benchmark.