summaryrefslogtreecommitdiff
path: root/benchmark
AgeCommit message (Expand)AuthorFilesLines
2012-11-11bench: Use hrtime in throughput benchmarkisaacs1-4/+3
2012-09-13bench: correct time calculation in url.jsBen Noordhuis1-3/+2
2012-09-13bench: improve url parser benchmarkBen Noordhuis1-22/+41
2012-09-13bench: add url parser benchmarkFelix Böhm1-0/+22
2012-08-13bench: fetch port from envjbergstroem1-4/+1
2012-07-14benchmark: add single process tls connection benchmarkBert Belder1-0/+86
2012-07-12Merge branch 'v0.6' into v0.8Bert Belder1-1/+1
2012-06-23benchmark: Backport improvements made in masterisaacs4-41/+156
2012-06-21Fix bug in io benchmarkBert Belder1-2/+2
2012-05-25bench: start a worker for each CPUBen Noordhuis1-1/+1
2012-05-25bench: add http_simple_auto benchmarkBen Noordhuis1-0/+109
2012-05-16benchmark for fs.readfileisaacs1-0/+72
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-27bench: add continuous stress testBen Noordhuis1-0/+127
2012-04-27bench: run GC and dump stats if --expose-gc is setBen Noordhuis1-0/+19
2012-04-17Add switches to http_simple bench to use domainsisaacs2-1/+23
2012-03-29test: move pummel/test-tls-fragmentation to benchmark/Ben Noordhuis1-0/+63
2012-03-07client latency benchmark: don't require('request')Bert Belder1-1/+0
2012-03-06Typo in http_server_lag.js scriptisaacs1-1/+1
2012-03-06Bash script for running http-simple benchmarksisaacs1-0/+10
2012-03-06A server with configurable lag for testingisaacs1-0/+13
2012-03-06A benchmark script for measuring client latencyisaacs1-0/+81
2012-03-06bench: add http_simple_auto benchmarkBen Noordhuis1-0/+109
2011-12-30bench: add /echo endpoint to http_simpleBen Noordhuis1-0/+6
2011-12-26bench: fix use of fd after closeBen Noordhuis1-1/+2
2011-12-23Add another nextTick benchmarkBert Belder1-0/+41
2011-11-10bench: optimize io.c benchmarkBen Noordhuis1-27/+38
2011-11-09bench: start (NUM_CPUS-1) workersBen Noordhuis1-1/+2
2011-11-06bench: update static_http_server benchmark to new APIkoichik1-32/+27
2011-11-04bench: add http_simple cluster edition benchmarkBen Noordhuis1-0/+8
2011-10-31bench: add process.nextTick() benchmarkBen Noordhuis1-0/+17
2011-10-12Remove uname and git-rev detection from http_simple.jsRyan Dahl1-23/+0
2011-10-11Add throughput benchmarkRyan Dahl2-0/+46
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-08-12typed arrays: preliminary benchmarksBen Noordhuis3-0/+45
2011-02-18Add startup memory script to benchmarksRyan Dahl1-0/+1
2011-02-14Add script for running V8 benchmarksRyan Dahl1-0/+15
2011-01-10Bump size of bench histogram to 100msRyan Dahl1-1/+1
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-28Abstract out a Server.prototype.pause methodRyan Dahl1-1/+1
2010-10-28Abstract out net.Server.prototype._rejectPendingRyan Dahl1-0/+2
2010-10-27Add extra anti-DoS tech to net.ServerRyan Dahl1-16/+1
2010-10-27Improve idle benchmarksRyan Dahl2-13/+20
2010-10-27Gracefully handle EMFILERyan Dahl1-1/+4
2010-10-26Use the timer list for setTimeoutRyan Dahl1-0/+15
2010-10-20Add incomplete R plot fileRyan Dahl1-0/+86