-
-
Notifications
You must be signed in to change notification settings - Fork 34.2k
http2,perf_hooks: perf state using AliasedBuffer #18300
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
|
CI rerun: https://ci.nodejs.org/job/node-test-pull-request/12689/ Looks like the Windows leg is hitting #18269. Everything else is passing. |
|
@jasnell do you have a moment to take a look? |
|
Final (hopefully) rerun: https://ci.nodejs.org/job/node-test-pull-request/12712/ Looks like there are a couple of unrelated issues. |
4a5187d to
be2cbcc
Compare
|
Landed in be2cbcc |
|
I created a backport PR #18364 |
Update performance_state to use AliasedBuffer and update usage sites. PR-URL: nodejs/node#18300 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: James M Snell <[email protected]>
Update performance_state to use AliasedBuffer and update usage sites. PR-URL: nodejs/node#18300 Backport-PR-URL: nodejs#453 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Mike Kaufman <[email protected]>
Update performance_state to use AliasedBuffer and update usage sites. PR-URL: #18300 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: James M Snell <[email protected]>
Update performance_state to use AliasedBuffer and update usage sites. PR-URL: nodejs#18300 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: James M Snell <[email protected]>
Update performance_state to use AliasedBuffer and update usage sites. PR-URL: #18300 Backport-PR-URL: #18364 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: James M Snell <[email protected]>
This is the portion of be2cbcc that is not in dea44b9. Update performance_state to use AliasedBuffer and update usage sites. PR-URL: nodejs#18300 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: James M Snell <[email protected]>
This is the portion of be2cbcc that is not in dea44b9. Update performance_state to use AliasedBuffer and update usage sites. Backport-PR-URL: #20456 PR-URL: #18300 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: James M Snell <[email protected]>
Update performance_state to use AliasedBuffer and update usage sites. PR-URL: nodejs#18300 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: James M Snell <[email protected]>
Update performance_state to use AliasedBuffer and update usage sites.
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passesAffected core subsystem(s)
http2, perf_hooks