node/benchmark
Sean McArthur 226f98a356 buffer: add compare and equals methods
compare() works like String.localeCompare such that:

    Buffer.compare(a, b) === a.compare(b);

equals() does a native check to see if two buffers are equal.

Signed-off-by: Trevor Norris <trev.norris@gmail.com>
2014-04-28 22:09:48 -07:00
..
arrays
buffers buffer: add compare and equals methods 2014-04-28 22:09:48 -07:00
crypto benchmark: hash stream 2013-05-14 11:36:04 -07:00
fs benchmark: Correct the bufferSize to highWaterMark 2013-11-06 16:32:22 +04:00
http benchmark: update to use new wrk 2014-02-25 11:28:46 -08:00
misc benchmark: update misc to new v8 API 2013-08-01 15:02:38 -07:00
net stream_wrap: use `uv_try_write` where possible 2014-01-29 02:49:03 +04:00
tls benchmark: fixate `ciphers` in tls benchmarks 2013-12-07 02:32:03 +04:00
common.js benchmark: Fix execArgv handling 2013-08-31 17:58:17 -07:00
compare.js bench: compare binaries equal times 2013-03-20 20:25:48 +01:00
fs-write-stream-throughput.js
http-flamegraph.sh
http.sh
http_bench.js
http_server_lag.js
http_simple.js
http_simple.rb
http_simple_auto.js
http_simple_bench.sh
http_simple_cluster.js
idle_clients.js
idle_server.js
io.c
plot.R
report-startup-memory.js
static_http_server.js