Skip to content

Commit

Permalink
[squash] add new parameter types to benchmark test
Browse files Browse the repository at this point in the history
  • Loading branch information
addaleax committed Apr 27, 2018
1 parent d7f3530 commit 5c2517f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/parallel/test-benchmark-zlib.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ runBenchmark('zlib',
'method=deflate',
'n=1',
'options=true',
'type=Deflate'
'type=Deflate',
'inputLen=1024',
'duration=0.1'
]);

0 comments on commit 5c2517f

Please sign in to comment.