Skip to content

Commit 523872b

Browse files
Trottaddaleax
authored andcommitted
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: #25365 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent f8dcbba commit 523872b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/benchmark/test-benchmark-zlib.js

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ const runBenchmark = require('../common/benchmark');
66

77
runBenchmark('zlib',
88
[
9+
'algorithm=brotli',
910
'method=deflate',
1011
'n=1',
1112
'options=true',

0 commit comments

Comments
 (0)