1
0
mirror of https://github.com/labstack/echo.git synced 2024-11-28 08:38:39 +02:00

Added performance graph

Signed-off-by: Vishal Rana <vr@labstack.com>
This commit is contained in:
Vishal Rana 2015-06-22 14:41:16 -07:00
parent 3ec917f633
commit db109cf4ec
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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