-
Notifications
You must be signed in to change notification settings - Fork 29.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
http: cleanup ClientRequest oncreate #36862
Conversation
@nodejs/http |
a81fc7a
to
57f81ed
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.
Looks good to me. Should we run a subset of the http benchmarks before landing? @mscdex
@nodejs/http
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
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
@dnlup Do you want to try and land this? |
The job is pretty long. It's still running. I don't see performance regressions so far, inspecting the job console output. |
PR-URL: #36862 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Daniele Belardi <[email protected]>
Landed in 963dec3 |
@dnlup The http benchmarks take a long time to run, so it's usually a good idea to use the filter option to run a subset of the http benchmarks. In this case, I think using I'll open a draft revert PR so we can see that benchmark. Assuming no significant performance issues, I'll close the draft revert PR. |
@Trott thank you for the explanation. I apologize for the extra work I caused. |
PR-URL: #36862 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Daniele Belardi <[email protected]>
No worries at all. I was only letting you know in case this is an area where you plan on doing other similar work and may need to run another |
PR-URL: #36862 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Daniele Belardi <[email protected]>
Iterative work towards cleaning up ClientRequest.