Skip to content

Conversation

@Trott
Copy link
Member

Adding this benchmark will let us check the performance implications of
#27081.

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

@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-botnodejs-github-bot added benchmark Issues and PRs related to the benchmark subsystem. dns Issues and PRs related to the dns subsystem. labels Apr 16, 2019
@richardlaurichardlau added the promises Issues and PRs related to ECMAScript promises. label Apr 16, 2019
@TrottTrott mentioned this pull request Apr 16, 2019
2 tasks
@TrottTrott added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Apr 16, 2019
Copy link
Member

Choose a reason for hiding this comment

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

If we’re using async/await anyway, would using a loop instead of recursive function calls make sense?

Copy link
MemberAuthor

Choose a reason for hiding this comment

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

Done. PTAL

@TrottTrottforce-pushed the add-dns-lookup-promises-benchmark branch from 82af24d to 449eee0CompareApril 18, 2019 05:21
Adding this benchmark will let us check the performance implications of nodejs#27081.
@TrottTrottforce-pushed the add-dns-lookup-promises-benchmark branch from 449eee0 to 57a9ad9CompareApril 18, 2019 05:24
@Trott
Copy link
MemberAuthor

@Trott
Copy link
MemberAuthor

Landed in f98679f

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.benchmarkIssues and PRs related to the benchmark subsystem.dnsIssues and PRs related to the dns subsystem.promisesIssues and PRs related to ECMAScript promises.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@Trott@nodejs-github-bot@addaleax@richardlau@ZYSzys@mihalskiy