From 3ec917f6336d500b4c398af0c93091659cd254fe Mon Sep 17 00:00:00 2001 From: Vishal Rana Date: Mon, 22 Jun 2015 14:25:39 -0700 Subject: [PATCH] Added performance graph Signed-off-by: Vishal Rana --- README.md | 2 ++ website/docs/index.md | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index 55060f43..2ec35522 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,8 @@ Based on [vishr/go-http-routing-benchmark] (https://github.com/vishr/go-http-rou > Echo: 38662 ns/op, 0 B/op, 0 allocs/op +![Performance](http://i.imgur.com/UskYRUl.png) + ``` BenchmarkAce_GithubAll 20000 93675 ns/op 13792 B/op 167 allocs/op BenchmarkBear_GithubAll 10000 264194 ns/op 79952 B/op 943 allocs/op diff --git a/website/docs/index.md b/website/docs/index.md index 9de40ecf..bda28318 100644 --- a/website/docs/index.md +++ b/website/docs/index.md @@ -36,6 +36,10 @@ Echo is a fast HTTP router (zero dynamic memory allocation) and micro web framew - Customizable request binding function. - Customizable response rendering function, allowing you to use any HTML template engine. +## Performance + +![Performance](http://i.imgur.com/UskYRUl.png) + ## Getting Started ### Installation