summaryrefslogtreecommitdiff
path: root/benchmark/zlib/creation.js
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/zlib/creation.js')
-rw-r--r--benchmark/zlib/creation.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/benchmark/zlib/creation.js b/benchmark/zlib/creation.js
index 4984bf1a86..f23759fa0e 100644
--- a/benchmark/zlib/creation.js
+++ b/benchmark/zlib/creation.js
@@ -4,7 +4,8 @@ const zlib = require('zlib');
const bench = common.createBenchmark(main, {
type: [
- 'Deflate', 'DeflateRaw', 'Inflate', 'InflateRaw', 'Gzip', 'Gunzip', 'Unzip'
+ 'Deflate', 'DeflateRaw', 'Inflate', 'InflateRaw', 'Gzip', 'Gunzip', 'Unzip',
+ 'BrotliCompress', 'BrotliDecompress'
],
options: ['true', 'false'],
n: [5e5]