Skip to content

chore(es/transforms): Remove export-default-from benchmark - #12350

Open
Donny/강동윤 (kdy1) wants to merge 2 commits into
mainfrom
codex/remove-export-default-from-benchmark
Open

chore(es/transforms): Remove export-default-from benchmark#12350
Donny/강동윤 (kdy1) wants to merge 2 commits into
mainfrom
codex/remove-export-default-from-benchmark

Conversation

@kdy1

Copy link
Copy Markdown
Member

Description:

Remove the obsolete export-default-from benchmark and its Cargo bench target registration.

BREAKING CHANGE:

None.

Related issue (if exists):

None.

Validation:

  • cargo fmt --all
  • cargo test -p swc_ecma_transforms_proposal --test export
  • cargo clippy -p swc_ecma_transforms_proposal --all-targets -- -D warnings
  • Full cargo test -p swc_ecma_transforms_proposal is blocked by the environment missing mocha for existing decorator fixtures.
  • Full cargo clippy --all --all-targets -- -D warnings is blocked by the pre-existing swc_native_addon/src/platform/unix.rs:117 dead-code warning.

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 11, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-11T12:40:16.415410Z c739ae1 PR opened
🔒 Security Review Completed 2026-09-11T12:39:41.562401Z c739ae1 PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

https://github.com/swc-project/swc/blob/c739ae1e64d59cf27a03a80581939ef97e92a599/crates/swc_ecma_transforms_proposal/Cargo.toml#L44
P2 Badge Remove the benchmark-only development dependency

After deleting this benchmark target, codspeed-criterion-compat remains declared at Cargo.toml:36 even though no source or test in this crate references it. Consequently, crate-level test and check builds still resolve and compile the CodSpeed dependency tree for no benefit; remove that dev-dependency along with the benchmark.

AGENTS.md reference: AGENTS.md:L7-L7

ℹ️ 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 (@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 (@codex) address that feedback".

@codspeed-hq

codspeed-hq Bot commented Sep 11, 2026

Copy link
Copy Markdown

Merging this PR will not alter performance

✅ 200 untouched benchmarks
⏩ 67 skipped benchmarks1


Comparing codex/remove-export-default-from-benchmark (c739ae1) with main (ff6a3c3)

Open in CodSpeed

Footnotes

  1. 67 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant