Skip to content

Commit

Permalink
test: fix test-benchmark-net
Browse files Browse the repository at this point in the history
Fix test-benchmark-net to accommodate recent benchmark additions.

PR-URL: nodejs#29359
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
  • Loading branch information
Trott committed Aug 28, 2019
1 parent 403dacf commit 167960f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/benchmark/test-benchmark-net.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ runBenchmark('net',
[
'dur=0',
'len=1024',
'recvbufgenfn=false',
'recvbuflen=0',
'sendchunklen=256',
'type=buf'
],
{ NODEJS_BENCHMARK_ZERO_ALLOWED: 1 });

0 comments on commit 167960f

Please sign in to comment.