-
-
Notifications
You must be signed in to change notification settings - Fork 31.5k
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:
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #58209 +/- ##
==========================================
- Coverage 90.13% 90.12% -0.02%
==========================================
Files 629 629
Lines 186628 186637 +9
Branches 36632 36619 -13
==========================================
- Hits 168218 168206 -12
+ Misses 11219 11211 -8
- Partials 7191 7220 +29
🚀 New features to boost your workflow:
|
``` 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% ```
a17ab54
to
8c33455
Compare
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
uvMetricsInfo
to the json output forPerformanceNodeTiming
... just looks like this was overlooked