summaryrefslogtreecommitdiff
path: root/benchmark
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update http benchmark script to new url api.Ryan Dahl2010-01-101-1/+1
* Add http.Client.prototype.request()Christopher Lenz2009-12-061-2/+2
* Fix http_simple server for new APIRyan Dahl2009-11-061-4/+6
* Upgrade benchmark scripts for new module APIRyan Dahl2009-10-314-10/+13
* Namespace EVERYTHING under process; introduce GLOBALRyan Dahl2009-10-294-10/+10
* Rename node.libraryPaths to require.pathsRyan Dahl2009-10-254-4/+4
* Update benchmarks with new createChildProcess APIRyan Dahl2009-10-072-3/+2
* Remove include() add node.mixin()Ryan Dahl2009-10-053-4/+4
* API: Move node.exit() to process.exit().Ryan Dahl2009-09-281-1/+1
* Move http library to /http.jsRyan Dahl2009-09-284-3/+18
* API: rename node.Process to node.ChildProcessRyan2009-08-263-12/+10
* Use flat object instead of array-of-arrays for HTTP headers.Ryan2009-08-232-7/+7
* Fix http benchmark. Wasn't correctly dispatching.Ryan2009-08-081-5/+10
* Add benchmark scripts.Ryan2009-07-134-0/+89
* Use events for all HTTP messages.Ryan2009-06-281-1/+1
* Add benchmark dir with ruby scriptRyan2009-06-182-0/+145