Skip to content

Commit

Permalink
test: fix test-benchmark-zlib
Browse files Browse the repository at this point in the history
The addition of brotli to zlib benchmarks means that test-benchmark-zlib
needs to be modified. This is that modification.

PR-URL: nodejs#25365
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
Trott authored and refack committed Jan 10, 2019
1 parent 2aa197b commit 1c41672
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/benchmark/test-benchmark-zlib.js
Expand Up @@ -6,6 +6,7 @@ const runBenchmark = require('../common/benchmark');

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

0 comments on commit 1c41672

Please sign in to comment.