node/benchmark/buffers
Rich Trott 7b75cb9e5a 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-11-15 13:31:46 -05: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-10 13:04:00 -04:00
buffer-compare-instance-method.js benchmark: add benchmark for buf.compare() 2016-02-27 20:17:56 -08:00
buffer-compare-offset.js buffer: add Buffer.prototype.compare by offset 2016-04-26 12:15:55 -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-15 17:47:23 -05:00
buffer-creation.js buffer: add Buffer.allocUnsafeSlow(size) 2016-04-26 12:16:07 -07:00
buffer-from.js benchmark: add benchmarks for Buffer.from() 2016-10-11 12:30:24 -04:00
buffer-hex.js buffer: optimize hex_decode 2016-07-20 06:36:30 -05:00
buffer-indexof.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
buffer-iterate.js benchmark: use strict mode 2016-02-22 11:09:26 -08:00
buffer-read.js tools,benchmark: increase lint compliance 2016-02-27 20:15:17 -08:00
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-11-15 13:31:46 -05: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-17 08:01:12 -05: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-06-02 22:40:51 +10:00