0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-30 15:30:56 +01:00
nodejs/benchmark/events
Rich Trott 76e4a74377 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-01 13:48:42 -08:00
..
ee-add-remove.js benchmark: refactor to eliminate redeclared vars 2016-03-01 13:48:42 -08:00
ee-emit-multi-args.js tools,benchmark: increase lint compliance 2016-02-27 20:15:17 -08:00
ee-emit.js benchmark: use strict mode 2016-02-22 11:09:26 -08:00
ee-listener-count-on-prototype.js tools,benchmark: increase lint compliance 2016-02-27 20:15:17 -08:00
ee-listeners-many.js tools,benchmark: increase lint compliance 2016-02-27 20:15:17 -08:00
ee-listeners.js tools,benchmark: increase lint compliance 2016-02-27 20:15:17 -08:00