summaryrefslogtreecommitdiff
path: root/benchmark
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improve appendix markdownRyan Dahl2010-08-212-2/+2
* Add buffer_creation benchmarkRyan Dahl2010-08-192-0/+12
* Add Paul Querna's io benchmarksRyan Dahl2010-08-172-0/+212
* fix whitespace errorsBlake Mizerany2010-06-292-16/+16
* Remove switch-replace residueRyan Dahl2010-06-241-2/+0
* :%s/sys.puts/console.log/gRyan Dahl2010-06-232-8/+8
* Add buffer response to http_simple.jsRyan Dahl2010-05-041-0/+14
* Allow different ports for http_simple.jsRyan Dahl2010-05-021-1/+5
* Simplify GC idle notificationRyan Dahl2010-04-151-0/+2
* Set old/new from benchmark script argsRyan Dahl2010-04-091-1/+2
* Update stream API: forceClose() -> destroy(), close() -> end()Ryan Dahl2010-04-081-2/+2
* Support both old and new HTTP closing APIs in benchmark programRyan Dahl2010-04-081-3/+7
* Fix benchmark script for testing both old and new versionRyan Dahl2010-04-071-1/+5
* Allow stream to write on closeRyan Dahl2010-04-051-2/+1
* Migrates benchmarks to the new api.arlolra2010-03-233-11/+13
* http2 now defaultRyan Dahl2010-03-191-1/+1
* http2 now passes all testsRyan Dahl2010-03-181-2/+2
* Update http2 for new stream APIRyan Dahl2010-03-091-5/+2
* Clean up some things in the benchmarksRyan Dahl2010-03-083-19/+11
* Remove -Werror from deps/v8/SConstructRyan Dahl2010-03-081-2/+1
* Remove process.mixin dependencies from benchmark scriptsisaacs2010-03-083-3/+6
* Revert "Use kqueue on macintosh"Ryan Dahl2010-03-051-5/+3
* Use kqueue on macintoshRyan Dahl2010-03-041-3/+5
* Rename writeHeader to writeHeadBenjamin Thomas2010-02-252-2/+2
* Rename sendHeader to writeHeader; allow reasonPhraseRyan Dahl2010-02-212-2/+2
* Update benchmark script to new APIRyan Dahl2010-02-172-5/+8
* API: Make request/response object closer to stream interfaceRyan Dahl2010-02-162-3/+3