mirror of
https://github.com/nodejs/node.git
synced 2024-11-29 15:06:33 +01:00
test: fix test-benchmark-net
Fix test-benchmark-net to accommodate recent benchmark additions. PR-URL: https://github.com/nodejs/node/pull/29359 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
This commit is contained in:
parent
403dacf9ce
commit
167960f3ca
@ -12,6 +12,9 @@ runBenchmark('net',
|
||||
[
|
||||
'dur=0',
|
||||
'len=1024',
|
||||
'recvbufgenfn=false',
|
||||
'recvbuflen=0',
|
||||
'sendchunklen=256',
|
||||
'type=buf'
|
||||
],
|
||||
{ NODEJS_BENCHMARK_ZERO_ALLOWED: 1 });
|
||||
|
Loading…
Reference in New Issue
Block a user