summaryrefslogtreecommitdiff
path: root/benchmark/http_simple.js
AgeCommit message (Expand)AuthorFilesLines
2012-05-09Benchmark: add /unicode/nnn bench to http_simple.jsBert Belder1-1/+12
2012-05-09Benchmark: clean up http_simple.jsBert Belder1-41/+41
2012-04-17Add switches to http_simple bench to use domainsisaacs1-0/+20
2011-12-30bench: add /echo endpoint to http_simpleBen Noordhuis1-0/+6
2011-10-12Remove uname and git-rev detection from http_simple.jsRyan Dahl1-23/+0
2011-10-06Print libuv counters after http_simple exitsRyan Dahl1-0/+3
2011-08-17bench: make number of response body chunks configurable in http_simpleBen Noordhuis1-4/+14
2011-08-17bench: make http_simple send chunked encoding if requestedBen Noordhuis1-3/+10
2011-01-06Remove debugger statement from http_simple.jsRyan Dahl1-1/+0
2010-12-30debugger: Disable/Enable raw mode for childRyan Dahl1-0/+1
2010-10-13Add 'make bench' scriptRyan Dahl1-1/+1
2010-10-13Improve benchmark/http_simple.jsRyan Dahl1-20/+35
2010-06-29fix whitespace errorsBlake Mizerany1-2/+2
2010-06-24Remove switch-replace residueRyan Dahl1-2/+0
2010-06-23:%s/sys.puts/console.log/gRyan Dahl1-6/+6
2010-05-04Add buffer response to http_simple.jsRyan Dahl1-0/+14
2010-05-02Allow different ports for http_simple.jsRyan Dahl1-1/+5
2010-04-15Simplify GC idle notificationRyan Dahl1-0/+2
2010-04-09Set old/new from benchmark script argsRyan Dahl1-1/+2
2010-04-08Update stream API: forceClose() -> destroy(), close() -> end()Ryan Dahl1-2/+2
2010-04-08Support both old and new HTTP closing APIs in benchmark programRyan Dahl1-3/+7
2010-04-07Fix benchmark script for testing both old and new versionRyan Dahl1-1/+5
2010-04-05Allow stream to write on closeRyan Dahl1-2/+1
2010-03-19http2 now defaultRyan Dahl1-1/+1
2010-03-18http2 now passes all testsRyan Dahl1-2/+2
2010-03-09Update http2 for new stream APIRyan Dahl1-5/+2
2010-03-08Remove -Werror from deps/v8/SConstructRyan Dahl1-2/+1
2010-03-08Remove process.mixin dependencies from benchmark scriptsisaacs1-1/+2
2010-02-25Rename writeHeader to writeHeadBenjamin Thomas1-1/+1
2010-02-21Rename sendHeader to writeHeader; allow reasonPhraseRyan Dahl1-1/+1
2010-02-17Update benchmark script to new APIRyan Dahl1-2/+1
2010-02-16API: Make request/response object closer to stream interfaceRyan Dahl1-1/+1
2010-01-10Update http benchmark script to new url api.Ryan Dahl1-1/+1
2009-11-06Fix http_simple server for new APIRyan Dahl1-4/+6
2009-10-31Upgrade benchmark scripts for new module APIRyan Dahl1-2/+2
2009-10-29Namespace EVERYTHING under process; introduce GLOBALRyan Dahl1-2/+2
2009-10-25Rename node.libraryPaths to require.pathsRyan Dahl1-1/+1
2009-10-05Remove include() add node.mixin()Ryan Dahl1-2/+2
2009-09-28Move http library to /http.jsRyan Dahl1-1/+7
2009-08-23Use flat object instead of array-of-arrays for HTTP headers.Ryan1-3/+3
2009-06-28Use events for all HTTP messages.Ryan1-1/+1
2009-06-18Add benchmark dir with ruby scriptRyan1-0/+50