summaryrefslogtreecommitdiff
path: root/benchmark
AgeCommit message (Expand)Author
2010-10-28Abstract out a Server.prototype.pause methodRyan Dahl
2010-10-28Abstract out net.Server.prototype._rejectPendingRyan Dahl
2010-10-27Add extra anti-DoS tech to net.ServerRyan Dahl
2010-10-27Improve idle benchmarksRyan Dahl
2010-10-27Gracefully handle EMFILERyan Dahl
2010-10-26Use the timer list for setTimeoutRyan Dahl
2010-10-20Add incomplete R plot fileRyan Dahl
2010-10-18use bash instead of sh in http_simple_bench.shRyan Dahl
2010-10-15Add idle connection testRyan Dahl
2010-10-13Add 'make bench' scriptRyan Dahl
2010-10-13Improve benchmark/http_simple.jsRyan Dahl
2010-10-11Soft migration of sys -> util, Removal of deprecated utils module.Micheil Smith
2010-09-28output time of function callsRyan Dahl
2010-09-25Fix timing on I/O benchmarkRyan Dahl
2010-09-23Add function_call benchmarkRyan Dahl
2010-09-09Don't use empty.js - breaks module testRyan Dahl
2010-09-09Simple benchmark for node's startup timeFelix Geisendörfer
2010-09-09Update fast buffer benchmarksRyan Dahl
2010-08-21Improve appendix markdownRyan Dahl
2010-08-19Add buffer_creation benchmarkRyan Dahl
2010-08-17Add Paul Querna's io benchmarksRyan Dahl
2010-06-29fix whitespace errorsBlake Mizerany
2010-06-24Remove switch-replace residueRyan Dahl
2010-06-23:%s/sys.puts/console.log/gRyan Dahl
2010-05-04Add buffer response to http_simple.jsRyan Dahl
2010-05-02Allow different ports for http_simple.jsRyan Dahl
2010-04-15Simplify GC idle notificationRyan Dahl
2010-04-09Set old/new from benchmark script argsRyan Dahl
2010-04-08Update stream API: forceClose() -> destroy(), close() -> end()Ryan Dahl
2010-04-08Support both old and new HTTP closing APIs in benchmark programRyan Dahl
2010-04-07Fix benchmark script for testing both old and new versionRyan Dahl
2010-04-05Allow stream to write on closeRyan Dahl
2010-03-23Migrates benchmarks to the new api.arlolra
2010-03-19http2 now defaultRyan Dahl
2010-03-18http2 now passes all testsRyan Dahl
2010-03-09Update http2 for new stream APIRyan Dahl
2010-03-08Clean up some things in the benchmarksRyan Dahl
2010-03-08Remove -Werror from deps/v8/SConstructRyan Dahl
2010-03-08Remove process.mixin dependencies from benchmark scriptsisaacs
2010-03-05Revert "Use kqueue on macintosh"Ryan Dahl
2010-03-04Use kqueue on macintoshRyan Dahl
2010-02-25Rename writeHeader to writeHeadBenjamin Thomas
2010-02-21Rename sendHeader to writeHeader; allow reasonPhraseRyan Dahl
2010-02-17Update benchmark script to new APIRyan Dahl
2010-02-16API: Make request/response object closer to stream interfaceRyan Dahl
2010-01-10Update http benchmark script to new url api.Ryan Dahl
2009-12-06Add http.Client.prototype.request()Christopher Lenz
2009-11-06Fix http_simple server for new APIRyan Dahl
2009-10-31Upgrade benchmark scripts for new module APIRyan Dahl
2009-10-29Namespace EVERYTHING under process; introduce GLOBALRyan Dahl