Skip to content

benchmark: refactor to eliminate redeclared vars

Rodrigo Muino Tomonari requested to merge github/fork/Trott/moar-bench-lint into master

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).

Merge request reports

Loading