-
Notifications
You must be signed in to change notification settings - Fork 29k
refactor(turbopack): remove lazy_static dependency #80226
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
Allow CI Workflow Run
Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer |
CodSpeed Performance ReportMerging #80226 will improve performances by 15.96%Comparing Summary
Benchmarks breakdown
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! Thanks for the cleanup.
Tests Passed |
There are various compiler errors:
|
Head branch was pushed to by a user without write access
acf285a
to
7297a47
Compare
Fixed, thanks for remind. |
Why
lazy_static is deprecated, see Officially deprecate lazy_static #214