0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00

doc: fix typo in writing-and-running-benchmarks.md

PR-URL: https://github.com/nodejs/node/pull/14600
Reviewed-By: Evan Lucas <evanlucas@me.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
This commit is contained in:
Yuta Hiroto 2017-08-03 03:15:54 +09:00 committed by Rich Trott
parent 766506a2e9
commit 46c3dd701a

View File

@ -153,7 +153,7 @@ an example. This pull request _claims_ to improve the performance of the
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-5135`).
`./node-pr-5134`).
The `compare.js` tool will then produce a csv file with the benchmark results.