From db109cf4ecd738b8c5f1a9e7fe0bdfb1334bcd9c Mon Sep 17 00:00:00 2001 From: Vishal Rana Date: Mon, 22 Jun 2015 14:41:16 -0700 Subject: [PATCH] Added performance graph Signed-off-by: Vishal Rana --- README.md | 2 +- website/docs/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2ec355221..e3e81bbb8 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ 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) +![Performance](http://i.imgur.com/dTBFmte.png) ``` BenchmarkAce_GithubAll 20000 93675 ns/op 13792 B/op 167 allocs/op diff --git a/website/docs/index.md b/website/docs/index.md index bda28318b..24a8e978a 100644 --- a/website/docs/index.md +++ b/website/docs/index.md @@ -38,7 +38,7 @@ Echo is a fast HTTP router (zero dynamic memory allocation) and micro web framew ## Performance -![Performance](http://i.imgur.com/UskYRUl.png) +![Performance](http://i.imgur.com/dTBFmte.png) ## Getting Started