summaryrefslogtreecommitdiff
path: root/benchmark
Commit message (Expand)AuthorAgeFilesLines
* bench: correct time calculation in url.jsBen Noordhuis2012-09-131-3/+2
* bench: improve url parser benchmarkBen Noordhuis2012-09-131-22/+41
* bench: add url parser benchmarkFelix Böhm2012-09-131-0/+22
* bench: fetch port from envjbergstroem2012-08-131-4/+1
* benchmark: add single process tls connection benchmarkBert Belder2012-07-141-0/+86
* Merge branch 'v0.6' into v0.8Bert Belder2012-07-121-1/+1
|\
| * benchmark: Backport improvements made in masterisaacs2012-06-234-41/+156
| * bench: start a worker for each CPUBen Noordhuis2012-05-251-1/+1
| * bench: add http_simple_auto benchmarkBen Noordhuis2012-05-251-0/+109
* | Fix bug in io benchmarkBert Belder2012-06-211-2/+2
* | benchmark for fs.readfileisaacs2012-05-161-0/+72
* | Benchmark: add /unicode/nnn bench to http_simple.jsBert Belder2012-05-091-1/+12
* | Benchmark: clean up http_simple.jsBert Belder2012-05-091-41/+41
* | bench: add continuous stress testBen Noordhuis2012-04-271-0/+127
* | bench: run GC and dump stats if --expose-gc is setBen Noordhuis2012-04-271-0/+19
* | Add switches to http_simple bench to use domainsisaacs2012-04-172-1/+23
* | test: move pummel/test-tls-fragmentation to benchmark/Ben Noordhuis2012-03-291-0/+63
* | client latency benchmark: don't require('request')Bert Belder2012-03-071-1/+0
* | Typo in http_server_lag.js scriptisaacs2012-03-061-1/+1
* | Bash script for running http-simple benchmarksisaacs2012-03-061-0/+10
* | A server with configurable lag for testingisaacs2012-03-061-0/+13
* | A benchmark script for measuring client latencyisaacs2012-03-061-0/+81
* | bench: add http_simple_auto benchmarkBen Noordhuis2012-03-061-0/+109
|/
* bench: add /echo endpoint to http_simpleBen Noordhuis2011-12-301-0/+6
* bench: fix use of fd after closeBen Noordhuis2011-12-261-1/+2
* Add another nextTick benchmarkBert Belder2011-12-231-0/+41
* bench: optimize io.c benchmarkBen Noordhuis2011-11-101-27/+38
* bench: start (NUM_CPUS-1) workersBen Noordhuis2011-11-091-1/+2
* bench: update static_http_server benchmark to new APIkoichik2011-11-061-32/+27
* bench: add http_simple cluster edition benchmarkBen Noordhuis2011-11-041-0/+8
* bench: add process.nextTick() benchmarkBen Noordhuis2011-10-311-0/+17
* Remove uname and git-rev detection from http_simple.jsRyan Dahl2011-10-121-23/+0
* Add throughput benchmarkRyan Dahl2011-10-112-0/+46
* Print libuv counters after http_simple exitsRyan Dahl2011-10-061-0/+3
* bench: make number of response body chunks configurable in http_simpleBen Noordhuis2011-08-171-4/+14
* bench: make http_simple send chunked encoding if requestedBen Noordhuis2011-08-171-3/+10
* typed arrays: preliminary benchmarksBen Noordhuis2011-08-123-0/+45
* Add startup memory script to benchmarksRyan Dahl2011-02-181-0/+1
* Add script for running V8 benchmarksRyan Dahl2011-02-141-0/+15
* Bump size of bench histogram to 100msRyan Dahl2011-01-101-1/+1
* Remove debugger statement from http_simple.jsRyan Dahl2011-01-061-1/+0
* debugger: Disable/Enable raw mode for childRyan Dahl2010-12-301-0/+1
* Abstract out a Server.prototype.pause methodRyan Dahl2010-10-281-1/+1
* Abstract out net.Server.prototype._rejectPendingRyan Dahl2010-10-281-0/+2
* Add extra anti-DoS tech to net.ServerRyan Dahl2010-10-271-16/+1
* Improve idle benchmarksRyan Dahl2010-10-272-13/+20
* Gracefully handle EMFILERyan Dahl2010-10-271-1/+4
* Use the timer list for setTimeoutRyan Dahl2010-10-261-0/+15
* Add incomplete R plot fileRyan Dahl2010-10-201-0/+86
* use bash instead of sh in http_simple_bench.shRyan Dahl2010-10-181-1/+1