mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
566a1513d1
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> |
||
---|---|---|
.. | ||
buffer_zero.js | ||
buffer-base64-decode.js | ||
buffer-base64-encode.js | ||
buffer-bytelength.js | ||
buffer-compare-instance-method.js | ||
buffer-compare-offset.js | ||
buffer-compare.js | ||
buffer-concat.js | ||
buffer-creation.js | ||
buffer-from.js | ||
buffer-hex.js | ||
buffer-indexof.js | ||
buffer-iterate.js | ||
buffer-read.js | ||
buffer-slice.js | ||
buffer-swap.js | ||
buffer-tostring.js | ||
buffer-write.js | ||
dataview-set.js |