Skip to content

Conversation

@ronag
Copy link
Member

@ronagronag commented Jan 10, 2021

Iterative work towards cleaning up ClientRequest.

@ronagronag added the http Issues or PRs related to the http subsystem. label Jan 10, 2021
@ronagronag requested review from BridgeAR and TrottJanuary 10, 2021 10:04
@ronag
Copy link
MemberAuthor

@nodejs/http

@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-bot
Copy link
Collaborator

Copy link
Member

@TrottTrott left a 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

Copy link
Member

@mcollinamcollina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Copy link
Contributor

@dnlupdnlup left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@dnlup
Copy link
Contributor

@Trott is benchmark-node-micro-benchmarks the CI job for running benchmarks in this list?

@ronag
Copy link
MemberAuthor

@dnlup Do you want to try and land this?

@dnlup
Copy link
Contributor

@dnlup Do you want to try and land this?

@ronag Yes 👍🏻 . I'll run the benchmark job on the http subsystem first.

@dnlup
Copy link
Contributor

@dnlup
Copy link
Contributor

The job is pretty long. It's still running. I don't see performance regressions so far, inspecting the job console output.

dnlup pushed a commit that referenced this pull request Jan 16, 2021
PR-URL: #36862 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Daniele Belardi <[email protected]>
@dnlup
Copy link
Contributor

dnlup commented Jan 16, 2021

Landed in 963dec3

@dnlupdnlup closed this Jan 16, 2021
@Trott
Copy link
Member

@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 request as the value for FILTER would have limited the benchmarks to just client-request-body.js and create-clientrequest.js.

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.

@dnlup
Copy link
Contributor

@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 request as the value for FILTER would have limited the benchmarks to just client-request-body.js and create-clientrequest.js.

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.

ruyadorno pushed a commit that referenced this pull request Jan 22, 2021
PR-URL: #36862 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Daniele Belardi <[email protected]>
@ruyadornoruyadorno mentioned this pull request Jan 22, 2021
@Trott
Copy link
Member

@Trott thank you for the explanation. I apologize for the extra work I caused.

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 http benchmark.

targos pushed a commit that referenced this pull request May 1, 2021
PR-URL: #36862 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Daniele Belardi <[email protected]>
@danielleadamsdanielleadams mentioned this pull request May 3, 2021
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

httpIssues or PRs related to the http subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@ronag@nodejs-github-bot@dnlup@Trott@mcollina@mscdex