mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
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:
parent
e7c6f4f68a
commit
6f27f5350c
@ -6,6 +6,7 @@ const runBenchmark = require('../common/benchmark');
|
||||
|
||||
runBenchmark('zlib',
|
||||
[
|
||||
'algorithm=brotli',
|
||||
'method=deflate',
|
||||
'n=1',
|
||||
'options=true',
|
||||
|
Loading…
Reference in New Issue
Block a user