-
-
Notifications
You must be signed in to change notification settings - Fork 31.5k
doc: add managing multiple builds section to benchmarking guide #16142
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
doc: add managing multiple builds section to benchmarking guide #16142
Conversation
@@ -163,6 +163,20 @@ First build two versions of Node.js, one from the master branch (here called | |||
`./node-master`) and another with the pull request applied (here called | |||
`./node-pr-5134`). | |||
|
|||
*To run multiple compiled versions paralell you need to copy the output of the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Spelling: parallel
, also maybe put an in
before parallel
.
90e5d17
to
cb9fe06
Compare
@Fishrock123 thanks, fixed! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM — just some nits
@@ -163,6 +163,20 @@ First build two versions of Node.js, one from the master branch (here called | |||
`./node-master`) and another with the pull request applied (here called | |||
`./node-pr-5134`). | |||
|
|||
*To run multiple compiled versions in parallel you need to copy the output of the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could this not be italics? I think it flows well with the rest of the copy here so it doesn't need to stand out.
@@ -163,6 +163,20 @@ First build two versions of Node.js, one from the master branch (here called | |||
`./node-master`) and another with the pull request applied (here called | |||
`./node-pr-5134`). | |||
|
|||
*To run multiple compiled versions in parallel you need to copy the output of the | |||
build: `cp ./out/Release/node ./node-master`. | |||
Check out the following example:* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe remove the linebreak before this.
@Fishrock123 Would you mind reviewing this as it appears your feedback has been addressed? |
cb9fe06
to
776ac9c
Compare
@apapirovski thanks, fixed! |
CI: https://ci.nodejs.org/job/node-test-pull-request/11007/ (just for all the linting & markdown checking, will stop after that job) |
PR-URL: #16142 Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: James M Snell <jasnell@gmail.com>
PR-URL: #16142 Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: James M Snell <jasnell@gmail.com>
PR-URL: #16142 Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: James M Snell <jasnell@gmail.com>
PR-URL: #16142 Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: James M Snell <jasnell@gmail.com>
PR-URL: nodejs/node#16142 Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: James M Snell <jasnell@gmail.com>
PR-URL: nodejs/node#16142 Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: James M Snell <jasnell@gmail.com>
PR-URL: nodejs/node#16142 Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Checklist
Affected core subsystem(s)