-
-
Notifications
You must be signed in to change notification settings - Fork 567
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
fix: perf degradation in devtool plugin #8147
Conversation
!bench |
✅ Deploy Preview for rspack canceled.
|
📝 Benchmark detail: Open
|
How was this perf degradation discovered? |
@chenjiahan I updated |
Get 👍 |
Can someone explain how the benchmark works? Because I see "current" here, and it has +% almost everywhere. Doesn't it mean the change is slower than before? |
@Narretz The benchmark differs from 4ea491e. Within this range, there is a specific performance degradation caused by rolling back a particular algorithm in rspack-sources. However, after rolling back the code, I found that the degradation was greater than expected, with a maximum degradation of 6.83%. I reviewed other commits and discovered another unexpected degradation. This commit is intended to fix that, and then the degradation of this benchmark is as expected. |
Summary
Fix perf degradation in #8136
Checklist