From d8ab11f73f4a292de66a3302b38fa4c968b32eb5 Mon Sep 17 00:00:00 2001 From: Sdogruyol Date: Mon, 9 Nov 2015 20:57:54 +0200 Subject: [PATCH] Add benchmark section to README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 787b106..a0cdc78 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,16 @@ Go to *http://localhost:3000* 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 Add it to your ```shard.yml```