-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
refactor(hstr): Use default inline strategy #10954
New issue
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
Conversation
🦋 Changeset detectedLatest commit: 2a35c5a The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
CodSpeed Performance ReportMerging #10954 will degrade performances by 2.09%Comparing Summary
Benchmarks breakdown
|
|
I think we'd better check the diff of binary size Take 👍 |
|
I think we need a binary size CI action |
|
@CPunisher Do you think we should merge this PR? |
Yes. Actually rspack have done this. It upload the binding size to somewhere when finishing the ci in the main branch. And compare the binding size in each pr with the binding size of latest commit (in the main branch). I plan to do this for swc, but there are two problems.
|
From my test on |
|
Regarding the binary size, we may need a dedicated webapp? |
No description provided.