test: add arg to narrow http benchmark test#26101
Merged
refack merged 1 commit intonodejs:masterfrom Feb 15, 2019
Merged
Conversation
Contributor
Author
|
Special CI job: https://ci.nodejs.org/job/node-test-commit-custom-suites/872/ |
Contributor
Author
|
An alternative could be to rename the new arg to |
Contributor
Author
|
Please 👍 to fast-track since ATM the daily master job is failing |
2 tasks
Trott
reviewed
Feb 14, 2019
Member
There was a problem hiding this comment.
Can you relocate it higher in the list to keep the list in alphabetical order?
Member
There was a problem hiding this comment.
Can you relocate it higher in the list to keep the list in alphabetical order?
Argh, never mind, it's already not alphabetical, just mostly alphabetical. Anyway, LGTM, but nit: Would prefer to alphabetize the list.
(Also, agree that n is probably better. The headers aren't duplicates. They're similarly-named.)
Trott
approved these changes
Feb 14, 2019
addaleax
approved these changes
Feb 14, 2019
cjihrig
approved these changes
Feb 14, 2019
PR-URL: nodejs#26101 Reviewed-By: Weijia Wang <starkwang@126.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
182ec22 to
fe58bef
Compare
Contributor
Author
|
@Trott I'll make a follow up clean PR. |
Contributor
Author
|
Refactoring PR #26119 |
targos
pushed a commit
that referenced
this pull request
Feb 15, 2019
PR-URL: #26101 Reviewed-By: Weijia Wang <starkwang@126.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
refack
added a commit
to refack/node
that referenced
this pull request
Feb 18, 2019
PR-URL: nodejs#26119 Refs: nodejs#26101 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com>
Merged
rvagg
pushed a commit
that referenced
this pull request
Feb 28, 2019
PR-URL: #26101 Reviewed-By: Weijia Wang <starkwang@126.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.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 free
to 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.

Recent changes (da0dc51) added a new benchmark (
benchmark/http/incoming_headers.js) which takes a new arg (headerDuplicates).This PR passes a value for that arg so that during the sanity test this benchmark will run only once.
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes