summaryrefslogtreecommitdiff
path: root/benchmark/_http-benchmarkers.js
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2019-12-03 13:15:10 -0800
committerRich Trott <rtrott@gmail.com>2019-12-05 14:07:55 -0800
commit651c43082698ba3bfa4f2417944719f771c09f04 (patch)
tree17c204a1557985c094c608cd5892a615e630c915 /benchmark/_http-benchmarkers.js
parente85471dedef4e6632a4a8a45b2b930cd85902782 (diff)
downloadandroid-node-v8-651c43082698ba3bfa4f2417944719f771c09f04.tar.gz
android-node-v8-651c43082698ba3bfa4f2417944719f771c09f04.tar.bz2
android-node-v8-651c43082698ba3bfa4f2417944719f771c09f04.zip
doc,benchmark: move benchmark guide to benchmark directory
The doc/guides directory looks like a place for guides to using Node.js but it's actually where we store development/internal documentation. Move the benchmark guide to the benchmark directory where someone (who doesn't know that bit of somewhat-surprising information) is more likely to find it. PR-URL: https://github.com/nodejs/node/pull/30781 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Diffstat (limited to 'benchmark/_http-benchmarkers.js')
-rw-r--r--benchmark/_http-benchmarkers.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/_http-benchmarkers.js b/benchmark/_http-benchmarkers.js
index a4d6230039..7dd06be265 100644
--- a/benchmark/_http-benchmarkers.js
+++ b/benchmark/_http-benchmarkers.js
@@ -5,7 +5,7 @@ const path = require('path');
const fs = require('fs');
const requirementsURL =
- 'https://github.com/nodejs/node/blob/master/doc/guides/writing-and-running-benchmarks.md#http-benchmark-requirements';
+ 'https://github.com/nodejs/node/blob/master/benchmark/writing-and-running-benchmarks.md#http-benchmark-requirements';
// The port used by servers and wrk
exports.PORT = Number(process.env.PORT) || 12346;