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