Uh oh!
There was an error while loading. Please reload this page.
https: refactor to use more primordials - #36195
Closed
aduh95 wants to merge 1 commit into
Closed
Conversation
nodejs-github-bot
commented
Nov 20, 2020
Collaborator
Review requested:
|
nodejs-github-bot
commented
Nov 20, 2020
Collaborator
Trott
commented
Nov 21, 2020
Member
Do we need to run benchmarks for changes like this? |
aduh95force-pushed
the
https-primordials
branch
from
December 15, 2020 14:09
86e4a3c to
07ddd10Compareaduh95
commented
Dec 15, 2020
ContributorAuthor
It seems there is no benchmark for |
Trott
commented
Dec 22, 2020
Member
I guess the options are: Don't worry about it (especially if none of this code is in a hot path?), or try to write a benchmark (maybe based on existing |
Member
aduh95
commented
Dec 25, 2020
ContributorAuthor
aduh95
commented
Dec 25, 2020
ContributorAuthor
That's confirmed by the above benchmark. Details |
puzpuzpuz
self-requested a review
December 26, 2020 10:43
puzpuzpuz
approved these changes
Dec 26, 2020
targos
approved these changes
Dec 26, 2020
Collaborator
Contributor
Landed in 6c50d74...aabbf30 |
nodejs-github-bot pushed a commit
that referenced
this pull request
Dec 27, 2020
PR-URL: #36195 Reviewed-By: Andrey Pechkurov <apechkurov@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
danielleadams pushed a commit
that referenced
this pull request
Jan 12, 2021
PR-URL: #36195 Reviewed-By: Andrey Pechkurov <apechkurov@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
Merged
targos pushed a commit
that referenced
this pull request
May 25, 2021
PR-URL: #36195 Reviewed-By: Andrey Pechkurov <apechkurov@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
targos pushed a commit
that referenced
this pull request
Jun 5, 2021
PR-URL: #36195 Reviewed-By: Andrey Pechkurov <apechkurov@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
targos pushed a commit
that referenced
this pull request
Jun 11, 2021
PR-URL: #36195 Reviewed-By: Andrey Pechkurov <apechkurov@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes