mirror of
https://github.com/nodejs/node.git
synced 2025-12-27 23:41:14 +00:00
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:
parent
b49089c253
commit
6ce89d7178
@ -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],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user