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.

PR-URL: https://github.com/nodejs/node/pull/25365
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
Rich Trott 2019-01-05 18:41:59 -08:00 committed by Myles Borins
parent ef6e4f15a0
commit acd6915299
No known key found for this signature in database
GPG Key ID: 933B01F40B5CA946

View File

@ -6,6 +6,7 @@ const runBenchmark = require('../common/benchmark');
runBenchmark('zlib',
[
'algorithm=brotli',
'method=deflate',
'n=1',
'options=true',