diff --git a/README.md b/README.md index 4e291a4..067ccaf 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,16 @@ The following features are planned for later releases - - Tests and code coverage +Performance +=========== + +When it comes to performance, Wai-routes compares quite favorably with other Haskell web development micro frameworks. + +See more details here - [philopon/apiary-benchmark](https://github.com/philopon/apiary-benchmark) + +![result](./benchmark/result-tama.png) + + Example Usage ============= diff --git a/benchmark/result-tama.png b/benchmark/result-tama.png new file mode 100644 index 0000000..0f1f780 Binary files /dev/null and b/benchmark/result-tama.png differ