summaryrefslogtreecommitdiff
path: root/benchmark/http2/respond-with-fd.js
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/http2/respond-with-fd.js')
-rw-r--r--benchmark/http2/respond-with-fd.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/http2/respond-with-fd.js b/benchmark/http2/respond-with-fd.js
index d7a312c78b..2c4c767a96 100644
--- a/benchmark/http2/respond-with-fd.js
+++ b/benchmark/http2/respond-with-fd.js
@@ -7,7 +7,7 @@ const fs = require('fs');
const file = path.join(path.resolve(__dirname, '../fixtures'), 'alice.html');
-var bench = common.createBenchmark(main, {
+const bench = common.createBenchmark(main, {
requests: [100, 1000, 10000, 100000, 1000000],
streams: [100, 200, 1000],
clients: [1, 2]