Skip to content

Commit b5fa654

Browse files
committed
fixup! benchmark: calibrate config array-vs-concat
1 parent 86169a3 commit b5fa654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/dgram/array-vs-concat.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const common = require('../common.js');
55
const dgram = require('dgram');
66
const PORT = common.PORT;
77

8-
// `n` is the n of send requests to queue up each time.
8+
// `n` is the number of send requests to queue up each time.
99
// Keep it reasonably high (>10) otherwise you're benchmarking the speed of
1010
// event loop cycles more than anything else.
1111
const bench = common.createBenchmark(main, {

0 commit comments

Comments
 (0)