Skip to content

Conversation

@matthewloring
Copy link

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

benchmark

Description of change

Currently, this benchmark does not close the server it creates and
continues sending requests to the server after the benchmark has
completed. This causes the benchmark to hang.

This change cleans up the server and stops the sending of requests after
the benchmark has completed.

Currently, this benchmark does not close the server it creates and
continues sending requests to the server after the benchmark has
completed. This causes the benchmark to hang.

This change cleans up the server and stops the sending of requests after
the benchmark has completed.
@nodejs-github-bot nodejs-github-bot added the benchmark Issues and PRs related to the benchmark subsystem. label Jun 28, 2016
@matthewloring
Copy link
Author

Actually, #7311 will fix this when it lands.

@matthewloring matthewloring deleted the bench branch October 20, 2016 21:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

benchmark Issues and PRs related to the benchmark subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants