https://github.com/devinus/poolboy-benchmark
A super flawed Poolboy benchmark
https://github.com/devinus/poolboy-benchmark
Last synced: about 1 year ago
JSON representation
A super flawed Poolboy benchmark
- Host: GitHub
- URL: https://github.com/devinus/poolboy-benchmark
- Owner: devinus
- Created: 2012-02-06T23:43:41.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-02-07T00:12:30.000Z (over 14 years ago)
- Last Synced: 2024-10-12T00:52:13.030Z (over 1 year ago)
- Language: Erlang
- Homepage:
- Size: 190 KB
- Stars: 5
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A super flawed Poolboy benchmark using Cowboy and a simple worker, probably
benchmarking Cowboy harder than Poolboy.
The pool size is 500 workers with a max overflow of another 500.
$ make get-deps
$ make
$ ./start.sh
$ ab -k -n1000000 -c20 http://127.0.0.1:9001/
$ ab -k -n1000000 -c50 http://127.0.0.1:9001/
$ ab -k -n1000000 -c100 http://127.0.0.1:9001/
$ ab -k -n1000000 -c200 http://127.0.0.1:9001/
$ ab -k -n1000000 -c500 http://127.0.0.1:9001/