Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | benchmark: add single process tls connection benchmark | Bert Belder | 2012-07-14 | 1 | -0/+86 |
| | |||||
* | Merge branch 'v0.6' into v0.8 | Bert Belder | 2012-07-12 | 1 | -1/+1 |
|\ | |||||
| * | benchmark: Backport improvements made in master | isaacs | 2012-06-23 | 4 | -41/+156 |
| | | | | | | | | Ported to v0.6 for easier comparison in the 0.8.0 blog post. | ||||
| * | bench: start a worker for each CPU | Ben Noordhuis | 2012-05-25 | 1 | -1/+1 |
| | | |||||
| * | bench: add http_simple_auto benchmark | Ben Noordhuis | 2012-05-25 | 1 | -0/+109 |
| | | | | | | | | Starts a server and benchmarks it with ab. | ||||
* | | Fix bug in io benchmark | Bert Belder | 2012-06-21 | 1 | -2/+2 |
| | | |||||
* | | benchmark for fs.readfile | isaacs | 2012-05-16 | 1 | -0/+72 |
| | | |||||
* | | Benchmark: add /unicode/nnn bench to http_simple.js | Bert Belder | 2012-05-09 | 1 | -1/+12 |
| | | |||||
* | | Benchmark: clean up http_simple.js | Bert Belder | 2012-05-09 | 1 | -41/+41 |
| | | |||||
* | | bench: add continuous stress test | Ben Noordhuis | 2012-04-27 | 1 | -0/+127 |
| | | | | | | | | Useful in tracking down or at least demonstrating memory leaks. | ||||
* | | bench: run GC and dump stats if --expose-gc is set | Ben Noordhuis | 2012-04-27 | 1 | -0/+19 |
| | | |||||
* | | Add switches to http_simple bench to use domains | isaacs | 2012-04-17 | 2 | -1/+23 |
| | | |||||
* | | test: move pummel/test-tls-fragmentation to benchmark/ | Ben Noordhuis | 2012-03-29 | 1 | -0/+63 |
| | | | | | | | | | | Said test takes over 90 seconds on my Core 2 Duo which is too long, even for the pummel tests. | ||||
* | | client latency benchmark: don't require('request') | Bert Belder | 2012-03-07 | 1 | -1/+0 |
| | | |||||
* | | Typo in http_server_lag.js script | isaacs | 2012-03-06 | 1 | -1/+1 |
| | | | | | | | | Thanks, @mscdex | ||||
* | | Bash script for running http-simple benchmarks | isaacs | 2012-03-06 | 1 | -0/+10 |
| | | |||||
* | | A server with configurable lag for testing | isaacs | 2012-03-06 | 1 | -0/+13 |
| | | |||||
* | | A benchmark script for measuring client latency | isaacs | 2012-03-06 | 1 | -0/+81 |
| | | |||||
* | | bench: add http_simple_auto benchmark | Ben Noordhuis | 2012-03-06 | 1 | -0/+109 |
|/ | | | | Starts a server and benchmarks it with ab. | ||||
* | bench: add /echo endpoint to http_simple | Ben Noordhuis | 2011-12-30 | 1 | -0/+6 |
| | | | | Copies the POST request data verbatim into the response body. | ||||
* | bench: fix use of fd after close | Ben Noordhuis | 2011-12-26 | 1 | -1/+2 |
| | |||||
* | Add another nextTick benchmark | Bert Belder | 2011-12-23 | 1 | -0/+41 |
| | | | | It tests how many iterations the event loop can make per second. | ||||
* | bench: optimize io.c benchmark | Ben Noordhuis | 2011-11-10 | 1 | -27/+38 |
| | | | | | | | | | Use static buffers. Most clock ticks were spent in malloc() and free() instead of read() and write(). Fix measurements. Really fast runs would result in bogus results like: Wrote 1048576000 bytes in -0.731630s using 8192 byte buffers: -1366.811093mB/s | ||||
* | bench: start (NUM_CPUS-1) workers | Ben Noordhuis | 2011-11-09 | 1 | -1/+2 |
| | | | | The master is a worker too so fork off one less worker. | ||||
* | bench: update static_http_server benchmark to new API | koichik | 2011-11-06 | 1 | -32/+27 |
| | | | | Fixes #2016. | ||||
* | bench: add http_simple cluster edition benchmark | Ben Noordhuis | 2011-11-04 | 1 | -0/+8 |
| | |||||
* | bench: add process.nextTick() benchmark | Ben Noordhuis | 2011-10-31 | 1 | -0/+17 |
| | |||||
* | Remove uname and git-rev detection from http_simple.js | Ryan Dahl | 2011-10-12 | 1 | -23/+0 |
| | |||||
* | Add throughput benchmark | Ryan Dahl | 2011-10-11 | 2 | -0/+46 |
| | |||||
* | Print libuv counters after http_simple exits | Ryan Dahl | 2011-10-06 | 1 | -0/+3 |
| | |||||
* | bench: make number of response body chunks configurable in http_simple | Ben Noordhuis | 2011-08-17 | 1 | -4/+14 |
| | |||||
* | bench: make http_simple send chunked encoding if requested | Ben Noordhuis | 2011-08-17 | 1 | -3/+10 |
| | |||||
* | typed arrays: preliminary benchmarks | Ben Noordhuis | 2011-08-12 | 3 | -0/+45 |
| | |||||
* | Add startup memory script to benchmarks | Ryan Dahl | 2011-02-18 | 1 | -0/+1 |
| | |||||
* | Add script for running V8 benchmarks | Ryan Dahl | 2011-02-14 | 1 | -0/+15 |
| | |||||
* | Bump size of bench histogram to 100ms | Ryan Dahl | 2011-01-10 | 1 | -1/+1 |
| | |||||
* | Remove debugger statement from http_simple.js | Ryan Dahl | 2011-01-06 | 1 | -1/+0 |
| | | | | results in slow bench | ||||
* | debugger: Disable/Enable raw mode for child | Ryan Dahl | 2010-12-30 | 1 | -0/+1 |
| | |||||
* | Abstract out a Server.prototype.pause method | Ryan Dahl | 2010-10-28 | 1 | -1/+1 |
| | |||||
* | Abstract out net.Server.prototype._rejectPending | Ryan Dahl | 2010-10-28 | 1 | -0/+2 |
| | | | | Does the same timeout action for maxConnections as it does for EMFILE. | ||||
* | Add extra anti-DoS tech to net.Server | Ryan Dahl | 2010-10-27 | 1 | -16/+1 |
| | |||||
* | Improve idle benchmarks | Ryan Dahl | 2010-10-27 | 2 | -13/+20 |
| | |||||
* | Gracefully handle EMFILE | Ryan Dahl | 2010-10-27 | 1 | -1/+4 |
| | | | | | | | | | | | Implementing a tip from Marc Lehmann: http://pod.tst.eu/http://cvs.schmorp.de/libev/ev.pod#The_special_problem_of_accept_ing_wh Keep an extra FD around for every server. When you hit EMFILE, destroy that FD, accept a connection, close it; in this way you can clear the connection queue and let people know that you're overload. No more timeout needed. | ||||
* | Use the timer list for setTimeout | Ryan Dahl | 2010-10-26 | 1 | -0/+15 |
| | |||||
* | Add incomplete R plot file | Ryan Dahl | 2010-10-20 | 1 | -0/+86 |
| | |||||
* | use bash instead of sh in http_simple_bench.sh | Ryan Dahl | 2010-10-18 | 1 | -1/+1 |
| | |||||
* | Add idle connection test | Ryan Dahl | 2010-10-15 | 2 | -0/+83 |
| | |||||
* | Add 'make bench' script | Ryan Dahl | 2010-10-13 | 2 | -1/+78 |
| | |||||
* | Improve benchmark/http_simple.js | Ryan Dahl | 2010-10-13 | 1 | -20/+35 |
| | |||||
* | Soft migration of sys -> util, Removal of deprecated utils module. | Micheil Smith | 2010-10-11 | 3 | -6/+6 |
| |