We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b1e837 commit a3778cbCopy full SHA for a3778cb
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/master/doc/guides/writing-and-running-benchmarks.md##http-benchmark-requirements';
+ 'https://github.com/nodejs/node/blob/master/doc/guides/writing-and-running-benchmarks.md#http-benchmark-requirements';
9
10
// The port used by servers and wrk
11
exports.PORT = process.env.PORT || 12346;
0 commit comments