summaryrefslogtreecommitdiff
path: root/benchmark/http
diff options
context:
space:
mode:
authorRuben Bridgewater <ruben@bridgewater.de>2018-02-17 03:46:15 +0100
committerRuben Bridgewater <ruben@bridgewater.de>2018-02-22 14:56:12 +0000
commit684c1bb42d916fed12945ba1678934e8983082dd (patch)
treea6b7d5b3be4d522a46b2f61e090026d04daf6eef /benchmark/http
parentff5b56ea9d70d24140bf4bc53b8692ef1513f43a (diff)
downloadandroid-node-v8-684c1bb42d916fed12945ba1678934e8983082dd.tar.gz
android-node-v8-684c1bb42d916fed12945ba1678934e8983082dd.tar.bz2
android-node-v8-684c1bb42d916fed12945ba1678934e8983082dd.zip
tools: enable eslint strict key-spacing
PR-URL: https://github.com/nodejs/node/pull/18831 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Matheus Marchini <matheus@sthima.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to 'benchmark/http')
-rw-r--r--benchmark/http/_chunky_http_client.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmark/http/_chunky_http_client.js b/benchmark/http/_chunky_http_client.js
index a90535e489..7728a5d06c 100644
--- a/benchmark/http/_chunky_http_client.js
+++ b/benchmark/http/_chunky_http_client.js
@@ -5,8 +5,8 @@ const common = require('../common.js');
const net = require('net');
const bench = common.createBenchmark(main, {
- len: [1, 4, 8, 16, 32, 64, 128],
- n: [5, 50, 500, 2000],
+ len: [1, 4, 8, 16, 32, 64, 128],
+ n: [5, 50, 500, 2000],
type: ['send'],
});