benchmark: fix URL in _http-benchmarkers.js
PR-URL: https://github.com/nodejs/node/pull/12455 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
parent
3b1e837c27
commit
a3778cb9b1
@ -5,7 +5,7 @@ const path = require('path');
|
|||||||
const fs = require('fs');
|
const fs = require('fs');
|
||||||
|
|
||||||
const requirementsURL =
|
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/doc/guides/writing-and-running-benchmarks.md#http-benchmark-requirements';
|
||||||
|
|
||||||
// The port used by servers and wrk
|
// The port used by servers and wrk
|
||||||
exports.PORT = process.env.PORT || 12346;
|
exports.PORT = process.env.PORT || 12346;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user