Skip to content

Conversation

@Trott
Copy link
Member

Specify more configuration options to reduce run time by about a third.

Refs: #14177

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

test benchmark http

Specify more configuration options to reduce run time by about a third. Refs: nodejs#14177
@TrottTrott added benchmark Issues and PRs related to the benchmark subsystem. http Issues or PRs related to the http subsystem. test Issues and PRs related to the tests. labels Jul 12, 2017
@Trott
Copy link
MemberAuthor

@Trott
Copy link
MemberAuthor

This appears to fix #14177. Expedite landing?

@nodejs/testing @joyeecheung@refack

Copy link
Contributor

@evanlucasevanlucas left a comment

Choose a reason for hiding this comment

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

+1 for expedited landing too provided CI is happy

Copy link
Contributor

@refackrefack left a comment

Choose a reason for hiding this comment

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

LGTM
1 improvement
👍 on expedite

'--set','key=""',
'--set','len=1',
'--set','n=1',
'--set','res=normal',
Copy link
Contributor

Choose a reason for hiding this comment

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

You can add
'--set', 'method=write',

@Trott
Copy link
MemberAuthor

Added method=write per @refack's suggestion. Running CI again.

CI: https://ci.nodejs.org/job/node-test-pull-request/9088/

Copy link
Member

@mhdawsonmhdawson left a comment

Choose a reason for hiding this comment

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

LGTM

@mhdawson
Copy link
Member

+1 to expedite as well and thanks for jumping on top of these.

@Trott
Copy link
MemberAuthor

thanks for jumping on top of these.

Gotta get the CI green again before Code + Learn this weekend... :-D

Trott added a commit to Trott/io.js that referenced this pull request Jul 12, 2017
Specify more configuration options to reduce run time by about a third. PR-URL: nodejs#14180Fixes: nodejs#14177 Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
@Trott
Copy link
MemberAuthor

Landed in daead5a

@TrottTrott closed this Jul 12, 2017
@addaleaxaddaleax mentioned this pull request Jul 18, 2017
addaleax pushed a commit that referenced this pull request Jul 18, 2017
Specify more configuration options to reduce run time by about a third. PR-URL: #14180Fixes: #14177 Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
Fishrock123 pushed a commit that referenced this pull request Jul 19, 2017
Specify more configuration options to reduce run time by about a third. PR-URL: #14180Fixes: #14177 Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
@TrottTrott deleted the shorter-http-bench-test branch January 13, 2022 22:46
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

benchmarkIssues and PRs related to the benchmark subsystem.httpIssues or PRs related to the http subsystem.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants

@Trott@mhdawson@refack@evanlucas@cjihrig@joyeecheung@gibfahn@MylesBorins