10000
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 78efd1b commit af0a8baCopy full SHA for af0a8ba
benchmark/dgram/offset-length.js
@@ -9,7 +9,7 @@ const PORT = common.PORT;
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, {
12
- len: [1, 64, 256, 1024],
+ len: [1, 512, 1024],
13
n: [100],
14
type: ['send', 'recv'],
15
dur: [5],
0 commit comments