summaryrefslogtreecommitdiff
path: root/benchmark/http2/write.js
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/http2/write.js')
-rw-r--r--benchmark/http2/write.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/benchmark/http2/write.js b/benchmark/http2/write.js
index e4f64cc05d..91b9c8f0c5 100644
--- a/benchmark/http2/write.js
+++ b/benchmark/http2/write.js
@@ -6,8 +6,9 @@ const PORT = common.PORT;
const bench = common.createBenchmark(main, {
streams: [100, 200, 1000],
length: [64 * 1024, 128 * 1024, 256 * 1024, 1024 * 1024],
- size: [100000]
-}, { flags: ['--no-warnings'] });
+ size: [100000],
+ benchmarker: ['h2load']
+}, { flags: ['--no-warnings', '--expose-http2'] });
function main(conf) {
const m = +conf.streams;