Add benchmark section to README.md
This commit is contained in:
parent
dc1e6ed4c2
commit
d8ab11f73f
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -27,6 +27,16 @@ Go to *http://localhost:3000*
|
||||||
|
|
||||||
Check [samples](https://github.com/kemalcr/kemal/tree/master/samples) for more.
|
Check [samples](https://github.com/kemalcr/kemal/tree/master/samples) for more.
|
||||||
|
|
||||||
|
# Super Fast <3
|
||||||
|
|
||||||
|
Numbers speak louder than words.
|
||||||
|
|
||||||
|
| Framework | Request Per Second | Avg. Response Time |
|
||||||
|
| :------------ |:---------------:| -----:|
|
||||||
|
| Kemal | 36304 | 10.20ms |
|
||||||
|
| Sinatra (Thin) | 2274 | 43.82ms |
|
||||||
|
|
||||||
|
|
||||||
# Installation
|
# Installation
|
||||||
|
|
||||||
Add it to your ```shard.yml```
|
Add it to your ```shard.yml```
|
||||||
|
|
Loading…
Reference in a new issue