Skip to content

Commit

Permalink
benchmark: added a byte chunk size test to benchmark/net/net-pipe.js
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoTUI committed May 30, 2019
1 parent 509bf09 commit 809ee8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/net/net-pipe.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const net = require('net');
const PORT = common.PORT;

const bench = common.createBenchmark(main, {
len: [64, 102400, 1024 * 1024 * 16],
len: [2, 64, 102400, 1024 * 1024 * 16],
type: ['utf', 'asc', 'buf'],
dur: [5],
});
Expand Down

0 comments on commit 809ee8c

Please sign in to comment.