-
Notifications
You must be signed in to change notification settings - Fork 30.6k
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
cli: allow --cpu-prof* in NODE_OPTIONS #57018
base: main
Are you sure you want to change the base?
Conversation
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.
LGTM, thanks
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #57018 +/- ##
==========================================
- Coverage 89.15% 89.12% -0.04%
==========================================
Files 665 665
Lines 192798 193193 +395
Branches 37130 37223 +93
==========================================
+ Hits 171886 172177 +291
- Misses 13673 13757 +84
- Partials 7239 7259 +20
|
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.
Merge
Added
--cpu-prof*
flags toNODE_OPTIONS
envvar and docsFixes: #56944