node/benchmark/misc
Rich Trott 88464ac6ac
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-05 03:22:16 +01:00
..
function_call tools,benchmark: increase lint compliance 2016-02-27 20:15:17 -08:00
console.js benchmark: reformat code for clarity 2016-12-05 03:22:16 +01:00
freelist.js benchmark: add --expose_internals switch 2016-09-29 11:14:56 -07:00
set-immediate-breadth-args.js timers: improve setImmediate() performance 2016-03-18 19:25:51 -04:00
set-immediate-breadth.js timers: improve setImmediate() performance 2016-03-18 19:25:51 -04:00
set-immediate-depth-args.js timers: improve setImmediate() performance 2016-03-18 19:25:51 -04:00
set-immediate-depth.js timers: improve setImmediate() performance 2016-03-18 19:25:51 -04:00
startup.js tools,benchmark: increase lint compliance 2016-02-27 20:15:17 -08:00
util-extend-vs-object-assign.js benchmark: util._extend vs object.assign 2016-06-27 08:32:08 -07:00
v8-bench.js benchmark: make v8-bench.js output consistent 2016-09-29 11:14:57 -07:00