From 46c3dd701a65702f7e8fc97cad2faae17d4ff24f Mon Sep 17 00:00:00 2001 From: Yuta Hiroto Date: Thu, 3 Aug 2017 03:15:54 +0900 Subject: [PATCH] doc: fix typo in writing-and-running-benchmarks.md PR-URL: https://github.com/nodejs/node/pull/14600 Reviewed-By: Evan Lucas Reviewed-By: Rich Trott --- doc/guides/writing-and-running-benchmarks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/writing-and-running-benchmarks.md b/doc/guides/writing-and-running-benchmarks.md index 148082de4b6b3f..3135f2115d78cb 100644 --- a/doc/guides/writing-and-running-benchmarks.md +++ b/doc/guides/writing-and-running-benchmarks.md @@ -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.