We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a738164 commit 2cea7d8Copy full SHA for 2cea7d8
benchmark/_http-benchmarkers.js
@@ -5,7 +5,7 @@ const path = require('path');
5
const fs = require('fs');
6
7
const requirementsURL =
8
- 'https://github.com/nodejs/node/blob/HEAD/benchmark/writing-and-running-benchmarks.md#http-benchmark-requirements';
+ 'https://github.com/nodejs/node/blob/HEAD/doc/contributing/writing-and-running-benchmarks.md#http-benchmark-requirements';
9
10
// The port used by servers and wrk
11
exports.PORT = Number(process.env.PORT) || 12346;
0 commit comments