0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/benchmark
Ben Noordhuis ba407ce410 bench: use res.end() for chunked encoding
Use res.end() for the final chunk so we can benchmark the 'hot path' shortcut
in lib/http.js that packs the headers and the body into a single packet.
2012-12-20 11:44:10 +01:00
..
arrays
function_call
buffer_creation.js
client_latency.js client latency benchmark: don't require('request') 2012-03-07 04:52:29 +01:00
fast_buffer2_creation.js
fast_buffer2.js
fast_buffer_creation.js
fs-readfile.js benchmark: Backport improvements made in master 2012-06-23 10:03:12 -07:00
http_bench.js bench: add continuous stress test 2012-04-27 23:11:32 +02:00
http_server_lag.js Typo in http_server_lag.js script 2012-03-06 19:31:16 -08:00
http_simple_auto.js bench: use res.end() for chunked encoding 2012-12-20 11:44:10 +01:00
http_simple_bench.sh
http_simple_cluster.js bench: start a worker for each CPU 2012-05-25 00:35:10 +02:00
http_simple.js bench: use res.end() for chunked encoding 2012-12-20 11:44:10 +01:00
http_simple.rb
http.sh benchmark: Backport improvements made in master 2012-06-23 10:03:12 -07:00
idle_clients.js
idle_server.js
io.c
io.js benchmark: Backport improvements made in master 2012-06-23 10:03:12 -07:00
next-tick-2.js
next-tick.js
plot.R
process_loop.js
report-startup-memory.js
run.js
settimeout.js
startup.js
static_http_server.js
string_creation.js
throughput-child.js
throughput.js
timers.js
tls-connect.js benchmark: add single process tls connection benchmark 2012-07-14 01:43:34 +02:00
tls-fragmentation.js test: move pummel/test-tls-fragmentation to benchmark/ 2012-03-29 17:25:37 +02:00
v8_bench.js