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 86169a3 commit b5fa654Copy full SHA for b5fa654
benchmark/dgram/array-vs-concat.js
@@ -5,7 +5,7 @@ const common = require('../common.js');
5
const dgram = require('dgram');
6
const PORT = common.PORT;
7
8
-// `n` is the n of send requests to queue up each time.
+// `n` is the number of send requests to queue up each time.
9
// Keep it reasonably high (>10) otherwise you're benchmarking the speed of
10
// event loop cycles more than anything else.
11
const bench = common.createBenchmark(main, {
0 commit comments