-
-
Notifications
You must be signed in to change notification settings - Fork 31.6k
perf_hooks: couple of perf hooks improvements #58209
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
base: main
Are you sure you want to change the base?
Conversation
Review requested:
|
This comment was marked as outdated.
This comment was marked as outdated.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #58209 +/- ##
=======================================
Coverage 90.20% 90.20%
=======================================
Files 633 633
Lines 186852 186861 +9
Branches 36679 36687 +8
=======================================
+ Hits 168547 168557 +10
+ Misses 11095 11094 -1
Partials 7210 7210
🚀 New features to boost your workflow:
|
a17ab54
to
8c33455
Compare
This comment was marked as outdated.
This comment was marked as outdated.
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.
The code is LGTM, it would just be good to have some rests to verify the fast code working as expected.
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
8c33455
to
6157497
Compare
``` perf_hooks/bench-eventlooputil.js method='ELU_passed' n=1000000 1.18 % ±2.02% ±2.69% ±3.50% perf_hooks/bench-eventlooputil.js method='ELU_simple' n=1000000 *** 7.29 % ±1.84% ±2.45% ±3.19% perf_hooks/bench-eventlooputil.js method='idleTime' n=1000000 ** 4.20 % ±2.97% ±3.96% ±5.15% ```
6157497
to
2c6a37e
Compare
uvMetricsInfo
to the json output forPerformanceNodeTiming
... just looks like this was overlooked