1
0
mirror of https://github.com/labstack/echo.git synced 2025-01-12 01:22:21 +02:00

Added performance graph

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

View File

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

View File

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