benchmark: use strict mode
authorRich Trott <rtrott@gmail.com>
Sat, 20 Feb 2016 01:03:16 +0000 (17:03 -0800)
committerMyles Borins <mborins@us.ibm.com>
Mon, 21 Mar 2016 20:07:09 +0000 (13:07 -0700)
commitc901741c6042ed1f41cc7f05535f38e9a0c1be28
treed4155626970020542540038cf75499a2900814a6
parent4be2065dbcd31376d9717b60dda6eaaa21375656
benchmark: use strict mode

Apply strict mode to benchmark code.

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>
78 files changed:
benchmark/arrays/var-int.js
benchmark/arrays/zero-float.js
benchmark/arrays/zero-int.js
benchmark/buffers/buffer-base64-decode.js
benchmark/buffers/buffer-base64-encode.js
benchmark/buffers/buffer-bytelength.js
benchmark/buffers/buffer-compare.js
benchmark/buffers/buffer-creation.js
benchmark/buffers/buffer-indexof.js
benchmark/buffers/buffer-iterate.js
benchmark/buffers/buffer-read.js
benchmark/buffers/buffer-slice.js
benchmark/buffers/buffer-write.js
benchmark/buffers/dataview-set.js
benchmark/common.js
benchmark/compare.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-add-remove.js
benchmark/events/ee-emit-multi-args.js
benchmark/events/ee-emit.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/readfile.js
benchmark/fs/write-stream-throughput.js
benchmark/http/chunked.js
benchmark/http/client-request-body.js
benchmark/http/cluster.js
benchmark/http/end-vs-write-end.js
benchmark/http/simple.js
benchmark/http_bench.js
benchmark/http_server_lag.js
benchmark/http_simple_auto.js
benchmark/idle_clients.js
benchmark/misc/child-process-read.js
benchmark/misc/domain-fn-args.js
benchmark/misc/function_call/index.js
benchmark/misc/module-loader.js
benchmark/misc/next-tick-breadth.js
benchmark/misc/next-tick-depth.js
benchmark/misc/spawn-echo.js
benchmark/misc/startup.js
benchmark/misc/string-creation.js
benchmark/misc/string-decoder.js
benchmark/misc/timers.js
benchmark/misc/url.js
benchmark/misc/v8-bench.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/path/basename.js
benchmark/path/dirname.js
benchmark/path/extname.js
benchmark/path/format.js
benchmark/path/isAbsolute.js
benchmark/path/join.js
benchmark/path/normalize.js
benchmark/path/parse.js
benchmark/path/resolve.js
benchmark/querystring/querystring-parse.js
benchmark/querystring/querystring-stringify.js
benchmark/report-startup-memory.js
benchmark/static_http_server.js
benchmark/tls/throughput.js
benchmark/url/url-parse.js
benchmark/url/url-resolve.js
benchmark/util/inspect.js