summaryrefslogtreecommitdiff
path: root/benchmark/http2/simple.js
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/http2/simple.js')
-rw-r--r--benchmark/http2/simple.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/http2/simple.js b/benchmark/http2/simple.js
index cf017e6735..f4598b8156 100644
--- a/benchmark/http2/simple.js
+++ b/benchmark/http2/simple.js
@@ -10,7 +10,7 @@ const bench = common.createBenchmark(main, {
streams: [100, 200, 1000],
clients: [1, 2],
benchmarker: ['h2load']
-}, { flags: ['--no-warnings', '--expose-http2'] });
+}, { flags: ['--no-warnings'] });
function main({ requests, streams, clients }) {
const http2 = require('http2');