summaryrefslogtreecommitdiff
path: root/benchmark
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add idle connection testRyan Dahl2010-10-152-0/+83
* Add 'make bench' scriptRyan Dahl2010-10-132-1/+78
* Improve benchmark/http_simple.jsRyan Dahl2010-10-131-20/+35
* Soft migration of sys -> util, Removal of deprecated utils module.Micheil Smith2010-10-113-6/+6
* output time of function callsRyan Dahl2010-09-281-0/+8
* Fix timing on I/O benchmarkRyan Dahl2010-09-254-15/+26
* Add function_call benchmarkRyan Dahl2010-09-233-0/+65
* Don't use empty.js - breaks module testRyan Dahl2010-09-091-1/+1
* Simple benchmark for node's startup timeFelix Geisendörfer2010-09-091-0/+26
* Update fast buffer benchmarksRyan Dahl2010-09-094-3/+55