Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
[squash] refack suggestion
  • Loading branch information
addaleax committed Apr 27, 2018
commit 1cf46dfa42f53fd4651d208c11d27f2123d3cbce
7 changes: 5 additions & 2 deletions test/parallel/test-benchmark-zlib.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@ runBenchmark('zlib',
'options=true',
'type=Deflate',
'inputLen=1024',
'duration=1'
]);
'duration=0.001'
],
{
'NODEJS_BENCHMARK_ZERO_ALLOWED': 1
});