node/benchmark/buffers
Rich Trott 2cdd5ccef9 test,lib,benchmark: match function names
In most cases, named functions match the variable or property to which
they are being assigned. That also seems to be the practice in a series
of PRs currently being evaluated that name currently-anonymous
functions.

This change applies that rule to instances in the code base that don't
comply with that practice.

This will be enforceable with a lint rule once we upgrade to ESLint
3.8.0.

PR-URL: https://github.com/nodejs/node/pull/9113
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
2016-10-20 09:32:45 -07:00
..
buffer-base64-decode.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
buffer-base64-encode.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
buffer-bytelength.js benchmark: favor === over == 2016-08-09 14:40:01 -07:00
buffer-compare-instance-method.js
buffer-compare-offset.js buffer: add Buffer.prototype.compare by offset 2016-04-08 20:16:46 -07:00
buffer-compare.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
buffer-concat.js benchmark: add benchmark for Buffer.concat 2016-06-05 13:56:34 +02:00
buffer-creation.js buffer: add Buffer.allocUnsafeSlow(size) 2016-04-15 10:36:01 -07:00
buffer-from.js benchmark: add benchmarks for Buffer.from() 2016-09-29 11:14:59 -07:00
buffer-hex.js buffer: optimize hex_decode 2016-07-17 18:21:33 +02:00
buffer-indexof.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
buffer-iterate.js
buffer-read.js
buffer-slice.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
buffer-swap.js test,lib,benchmark: match function names 2016-10-20 09:32:45 -07:00
buffer-tostring.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
buffer-write.js benchmark,test,lib: remove extra spaces 2016-05-11 23:18:16 -07:00
buffer_zero.js buffer: faster case for create buffer from empty string 2016-03-27 09:14:48 -07:00
dataview-set.js buffer: fix dataview-set benchmark 2016-05-28 06:30:38 +02:00