node/benchmark/es
Rich Trott c32c86b3c3 benchmark: reformat code for clarity
Some of the benchmark code can be a little dense. Not *very* hard to
read but perhaps harder than it needs to be.

These changes (many of them whitespace-only) hopefully improve
readability.

There are also a few cases of `assert.equal()` that are changed to
`assert.strictEqual()`.

PR-URL: https://github.com/nodejs/node/pull/9790
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
2016-12-20 14:39:59 -05:00
..
defaultparams-bench.js
destructuring-bench.js
destructuring-object-bench.js
map-bench.js benchmark: reformat code for clarity 2016-12-20 14:39:59 -05:00
restparams-bench.js