312 Commits (2fe277a05c0b47f6f6fcbd509fcf36c8eee56a42)

Author SHA1 Message Date
Ben Noordhuis d1556fbdd2 bench: report stats in benchmark/net-pipe 12 years ago
Ben Noordhuis ba407ce410 bench: use res.end() for chunked encoding 12 years ago
isaacs 43538f4f8f benchmark: Add http-flamegraph 12 years ago
isaacs 7742257feb benchmark: Add once() function to net-pipe benchmark fixture 12 years ago
isaacs 3149d2f7dc benchmark: Add net-pipe benchmark 12 years ago
isaacs e2bcff9aa7 bench: Use hrtime in throughput benchmark 12 years ago
Ben Noordhuis 2c97da82f5 bench: correct time calculation in url.js 12 years ago
Ben Noordhuis 10ba95c11a bench: improve url parser benchmark 12 years ago
Felix Böhm f5c68b280f bench: add url parser benchmark 13 years ago
jbergstroem 8eccc417a7 bench: fetch port from env 13 years ago
Bert Belder 23dc099299 benchmark: add single process tls connection benchmark 12 years ago
isaacs 8a946c2ee7 benchmark: Backport improvements made in master 13 years ago
Bert Belder 6e5217d320 Fix bug in io benchmark 13 years ago
Ben Noordhuis 5ff2ae8389 bench: start a worker for each CPU 13 years ago
Ben Noordhuis 7535e3930a bench: add http_simple_auto benchmark 13 years ago
isaacs ee6c11876a benchmark for fs.readfile 13 years ago
Bert Belder 4ddafbd563 Benchmark: add /unicode/nnn bench to http_simple.js 13 years ago
Bert Belder 7f68f256cf Benchmark: clean up http_simple.js 13 years ago
Ben Noordhuis 12a90e98bf bench: add continuous stress test 13 years ago
Ben Noordhuis 4e84dfa683 bench: run GC and dump stats if --expose-gc is set 13 years ago
isaacs 45c1d4f96f Add switches to http_simple bench to use domains 13 years ago
Ben Noordhuis 11770bf5e2 test: move pummel/test-tls-fragmentation to benchmark/ 13 years ago
Bert Belder 408f450286 client latency benchmark: don't require('request') 13 years ago
isaacs 150053b3fa Typo in http_server_lag.js script 13 years ago
isaacs fb53986a80 Bash script for running http-simple benchmarks 13 years ago
isaacs 17da4242b0 A server with configurable lag for testing 13 years ago
isaacs d5fca08da4 A benchmark script for measuring client latency 13 years ago
Ben Noordhuis 544e5ee1fb bench: add http_simple_auto benchmark 13 years ago
Ben Noordhuis 8b2abed03d bench: add /echo endpoint to http_simple 13 years ago
Ben Noordhuis ed5bad754c bench: fix use of fd after close 13 years ago
Bert Belder c6347dcfb4 Add another nextTick benchmark 13 years ago
Ben Noordhuis 78ca555845 bench: optimize io.c benchmark 13 years ago
Ben Noordhuis 4fc0fdc6ee bench: start (NUM_CPUS-1) workers 13 years ago
koichik 1001cf412c bench: update static_http_server benchmark to new API 13 years ago
Ben Noordhuis 89014c9d40 bench: add http_simple cluster edition benchmark 13 years ago
Ben Noordhuis 5fee1ff7bc bench: add process.nextTick() benchmark 13 years ago
Ryan Dahl 16e1d5b5ce Remove uname and git-rev detection from http_simple.js 13 years ago
Ryan Dahl 2b46959075 Add throughput benchmark 13 years ago
Ryan Dahl f018be3b5f Print libuv counters after http_simple exits 13 years ago
Ben Noordhuis 63607a0304 bench: make number of response body chunks configurable in http_simple 13 years ago
Ben Noordhuis d72c6940f8 bench: make http_simple send chunked encoding if requested 13 years ago
Ben Noordhuis 4726504663 typed arrays: preliminary benchmarks 13 years ago
Ryan Dahl 1fce3f0ef8 Add startup memory script to benchmarks 14 years ago
Ryan Dahl bd094103d7 Add script for running V8 benchmarks 14 years ago
Ryan Dahl 320a56b89d Bump size of bench histogram to 100ms 14 years ago
Ryan Dahl 08bec7ab0a Remove debugger statement from http_simple.js 14 years ago
Ryan Dahl 62e0ca05a6 debugger: Disable/Enable raw mode for child 14 years ago
Ryan Dahl 73cfda12bb Abstract out a Server.prototype.pause method 14 years ago
Ryan Dahl ad61d77fa3 Abstract out net.Server.prototype._rejectPending 14 years ago
Ryan Dahl 38dde9684f Add extra anti-DoS tech to net.Server 14 years ago