We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I saw a huge performance regression while we update @swc/cli from 0.1.62 to 0.3.10.
@swc/cli
0.1.62
0.3.10
https://github.com/bobaaaaa/swc-cli-bug/actions/runs/8355308408/job/22870145794
Successfully compiled: 2 files with swc (85.49ms)
0.1.65
https://github.com/bobaaaaa/swc-cli-bug/actions/runs/8355345456/job/22870250651
Successfully compiled: 2 files with swc (13.6ms)
I created a small project with both versions + CI + more infos:
https://github.com/bobaaaaa/swc-cli-bug
The text was updated successfully, but these errors were encountered:
chore(ci): Auto-publish npm packages (#29)
bb3f050
No branches or pull requests
Description
I saw a huge performance regression while we update
@swc/cli
from0.1.62
to0.3.10
.Timings
0.3.10
(latest)https://github.com/bobaaaaa/swc-cli-bug/actions/runs/8355308408/job/22870145794
0.1.65
(last version of 0.1.x)https://github.com/bobaaaaa/swc-cli-bug/actions/runs/8355345456/job/22870250651
How to reproduce
I created a small project with both versions + CI + more infos:
https://github.com/bobaaaaa/swc-cli-bug
❤️
The text was updated successfully, but these errors were encountered: