Skip to content
Closed
Changes from all commits
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
test: fix test-benchmark-zlib
The addition of brotli to zlib benchmarks means that test-benchmark-zlib
needs to be modified. This is that modification.
  • Loading branch information
Trott committed Jan 6, 2019
commit 4ef49c7e91f6a0cf36a91b6a81da30c4c5a1693b
1 change: 1 addition & 0 deletions test/benchmark/test-benchmark-zlib.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const runBenchmark = require('../common/benchmark');

runBenchmark('zlib',
[
'algorithm=brotli',
'method=deflate',
'n=1',
'options=true',
Expand Down