Skip to content

benchmark: implement duration in http test double - #18380

Closed
joyeecheung wants to merge 1 commit into
nodejs:masterfrom
joyeecheung:duration-double
Closed

benchmark: implement duration in http test double#18380
joyeecheung wants to merge 1 commit into
nodejs:masterfrom
joyeecheung:duration-double

Conversation

@joyeecheung

Copy link
Copy Markdown
Member

When using the test double benchmarker the throughput would always be 1, which breaks the R script - that is fine, but it would be helpful to make it less dumb so we can start digging into the profile of our http benchmarks using this simplified benchmarker.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines
Affected core subsystem(s)

@nodejs-github-botnodejs-github-bot 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 Jan 25, 2018
@joyeecheung

Copy link
Copy Markdown
MemberAuthor

@joyeecheung

Copy link
Copy Markdown
MemberAuthor

CI failures are unrelated. Landing..

@joyeecheung

Copy link
Copy Markdown
MemberAuthor

Landed in 98d1110. Thanks!

joyeecheung added a commit that referenced this pull request Jan 29, 2018
PR-URL: #18380
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
@evanlucasevanlucas mentioned this pull request Jan 30, 2018
evanlucas pushed a commit that referenced this pull request Jan 30, 2018
PR-URL: #18380
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
MylesBorins pushed a commit that referenced this pull request Feb 27, 2018
PR-URL: #18380
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
MayaLekova pushed a commit to MayaLekova/node that referenced this pull request May 8, 2018
PR-URL: nodejs#18380
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
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.

5 participants

@joyeecheung@jasnell@cjihrig@MylesBorins@nodejs-github-bot