node/benchmark/crypto
Rich Trott 7cae774d9b benchmark: refactor to eliminate redeclared vars
In order to comply with linting rules used in the rest of the code base,
eliminate redeclared variables. A conservative approach is used so as to
avoid unintentional performance issues (for example, as might be seen in
some situations when using `let` instead of `var`).

PR-URL: https://github.com/nodejs/node/pull/5468
Reviewed-By: Brian White <mscdex@mscdex.net>
2016-03-02 13:31:08 -05:00
..
aes-gcm-throughput.js tools,benchmark: increase lint compliance 2016-03-02 13:19:54 -05:00
cipher-stream.js benchmark: refactor to eliminate redeclared vars 2016-03-02 13:31:08 -05:00
hash-stream-creation.js tools,benchmark: increase lint compliance 2016-03-02 13:19:54 -05:00
hash-stream-throughput.js tools,benchmark: increase lint compliance 2016-03-02 13:19:54 -05:00
rsa-encrypt-decrypt-throughput.js tools,benchmark: increase lint compliance 2016-03-02 13:19:54 -05:00
rsa-sign-verify-throughput.js tools,benchmark: increase lint compliance 2016-03-02 13:19:54 -05:00