tools,benchmark: increase lint compliance
authorRich Trott <rtrott@gmail.com>
Thu, 25 Feb 2016 06:30:10 +0000 (22:30 -0800)
committerMyles Borins <mborins@us.ibm.com>
Mon, 21 Mar 2016 20:07:09 +0000 (13:07 -0700)
commit6dc49ae203483663182ccb287b19bdda55ecd578
tree02724fc2eb34d34f077dff3825c8c1335c0aa6f3
parentddac3685332375c01a7d15663c2e5c797eaa9c26
tools,benchmark: increase lint compliance

In the hopes of soon having the benchmark code linted, this change
groups all the likely non-controversial lint-compliance changes such as
indentation, semi-colon usage, and single-vs.-double quotation marks.

Other lint rules may have subtle performance implications in the V8
currently shipped with Node.js. Those changes will require more careful
review and will be in a separate change.

PR-URL: https://github.com/nodejs/node/pull/5773
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Myles Borins <myles.borins@gmail.com>
45 files changed:
benchmark/buffers/buffer-bytelength.js
benchmark/buffers/buffer-read.js
benchmark/buffers/buffer-write.js
benchmark/common.js
benchmark/crypto/aes-gcm-throughput.js
benchmark/crypto/cipher-stream.js
benchmark/crypto/hash-stream-creation.js
benchmark/crypto/hash-stream-throughput.js
benchmark/crypto/rsa-encrypt-decrypt-throughput.js
benchmark/crypto/rsa-sign-verify-throughput.js
benchmark/events/ee-emit-multi-args.js
benchmark/events/ee-listener-count-on-prototype.js
benchmark/events/ee-listeners-many.js
benchmark/events/ee-listeners.js
benchmark/fs-write-stream-throughput.js
benchmark/fs/read-stream-throughput.js
benchmark/fs/write-stream-throughput.js
benchmark/http/_chunky_http_client.js
benchmark/http/chunked.js
benchmark/http/end-vs-write-end.js
benchmark/http/http_server_for_chunky_client.js
benchmark/http/simple.js
benchmark/http_bench.js
benchmark/http_server_lag.js
benchmark/http_simple.js
benchmark/http_simple_auto.js
benchmark/idle_clients.js
benchmark/idle_server.js
benchmark/misc/domain-fn-args.js
benchmark/misc/function_call/index.js
benchmark/misc/module-loader.js
benchmark/misc/startup.js
benchmark/misc/string-creation.js
benchmark/net/dgram.js
benchmark/net/net-c2s-cork.js
benchmark/net/net-c2s.js
benchmark/net/net-pipe.js
benchmark/net/net-s2c.js
benchmark/net/tcp-raw-c2s.js
benchmark/net/tcp-raw-pipe.js
benchmark/net/tcp-raw-s2c.js
benchmark/static_http_server.js
benchmark/tls/throughput.js
benchmark/tls/tls-connect.js
benchmark/util/inspect.js