Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joemiller/thin-benchmarks
some benchmarks with thin and sinatra
https://github.com/joemiller/thin-benchmarks
Last synced: 13 days ago
JSON representation
some benchmarks with thin and sinatra
- Host: GitHub
- URL: https://github.com/joemiller/thin-benchmarks
- Owner: joemiller
- Created: 2012-02-13T21:12:30.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-02-13T21:16:21.000Z (almost 13 years ago)
- Last Synced: 2023-03-11T06:58:10.252Z (over 1 year ago)
- Language: Shell
- Homepage: http://joemiller.me
- Size: 109 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
installation
------------Install bundler, if not installed, then install gems:
gem install bundler --no-rdoc --no-ri
bundle installInstall haproxy. OS/X w/ homebrew:
brew install haproxy
ApacheBench on OSX Lion is broken. Use the included `./ab` or follow the guide here: http://forrst.com/posts/Fixing_ApacheBench_bug_on_Mac_OS_X_Lion-wku
run tests
---------Test with 1 thin process:
./run_tests.sh 1