Skip to content

Commit 7b2032b

Browse files
brunocrohtargos
authored andcommitted
benchmark: adjust dgram offset-length len values
PR-URL: #59708 Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
1 parent 552d887 commit 7b2032b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/dgram/offset-length.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const PORT = common.PORT;
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, {
12-
len: [1, 64, 256, 1024],
12+
len: [1, 512, 1024],
1313
n: [100],
1414
type: ['send', 'recv'],
1515
dur: [5],

0 commit comments

Comments
 (0)