https://github.com/makevoid/try_roda
https://github.com/makevoid/try_roda
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/makevoid/try_roda
- Owner: makevoid
- Created: 2015-08-22T01:41:51.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-31T18:39:37.000Z (over 10 years ago)
- Last Synced: 2025-03-25T06:02:48.305Z (10 months ago)
- Language: Ruby
- Size: 133 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Roda example app
#### a more advanced example than https://github.com/makevoid/roda_example_app
example app in Roda, routing tree microframework:
#### http://roda.jeremyevans.net
### fast! some benchmark on my machine
running on mbp retina 2.2ghz linux ubuntu quad core (puma web server, thin may be a bit better/worse depending your environment)
rack env set to production (obviously)
roda:
20k request/sec
vs
sinatra:
4k req/sec
---
20k request/sec on my machine is almost rack speed
I would like to see a bench github project that compares thin vs puma on a linux server env running on recent hardware
---
### running it:
RACK_ENV=production puma
requirements:
gem i bundler
bundle
```md
### tags: bench, benchmarks, roda, ruby, puma, nginx, thin, servers,
### tags: #bench #benchmarks #roda #ruby #puma #nginx #thin #servers
```