0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/benchmark/tls
Rich Trott 566a1513d1 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-11-27 21:51:09 -08:00
..
convertprotocols.js tls: avoid calling Buffer.byteLength multiple times 2016-06-21 10:53:25 -07:00
throughput.js benchmark: reformat code for clarity 2016-11-27 21:51:09 -08:00
tls-connect.js benchmark: reformat code for clarity 2016-11-27 21:51:09 -08:00