X Tutup
The Wayback Machine - https://web.archive.org/web/20220423211112/https://github.com/nodejs/node/pull/36568
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

benchmark: reduce code duplication #36568

Closed
wants to merge 1 commit into from
Closed

benchmark: reduce code duplication #36568

wants to merge 1 commit into from

Conversation

Copy link
Member

@Trott Trott commented Dec 18, 2020

Merge duplicate case code in child-process-params.js.

Related Issues

Fixes: https://github.com/nodejs/node/issues/<issue_number>

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

Merge duplicate case code in child-process-params.js.
@nodejs-github-bot nodejs-github-bot added benchmark child_process labels Dec 18, 2020
@Trott Trott added the request-ci label Dec 18, 2020
@github-actions github-actions bot removed the request-ci label Dec 18, 2020
@nodejs-github-bot
Copy link
Contributor

@nodejs-github-bot nodejs-github-bot commented Dec 18, 2020

@addaleax addaleax added the author ready label Dec 19, 2020
@addaleax
Copy link
Member

@addaleax addaleax commented Dec 21, 2020

Landed in fee3b89

@addaleax addaleax closed this Dec 21, 2020
addaleax pushed a commit that referenced this issue Dec 21, 2020
Merge duplicate case code in child-process-params.js.

PR-URL: #36568
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
targos pushed a commit that referenced this issue Dec 21, 2020
Merge duplicate case code in child-process-params.js.

PR-URL: #36568
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
targos pushed a commit that referenced this issue May 1, 2021
Merge duplicate case code in child-process-params.js.

PR-URL: #36568
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
@danielleadams danielleadams mentioned this pull request May 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
author ready benchmark child_process
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants
X Tutup