benchmark: adjust dgram offset-length len values

PR-URL: https://github.com/nodejs/node/pull/59708
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
This commit is contained in:
Bruno Rodrigues 2025-09-01 19:48:18 +01:00 committed by Node.js GitHub Bot
parent b49089c253
commit 6ce89d7178

View File

@ -9,7 +9,7 @@ const PORT = common.PORT;
// Keep it reasonably high (>10) otherwise you're benchmarking the speed of
// event loop cycles more than anything else.
const bench = common.createBenchmark(main, {
len: [1, 64, 256, 1024],
len: [1, 512, 1024],
n: [100],
type: ['send', 'recv'],
dur: [5],