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:
parent
e13719cf16
commit
3ec917f633
@ -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
|
> 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
|
BenchmarkAce_GithubAll 20000 93675 ns/op 13792 B/op 167 allocs/op
|
||||||
BenchmarkBear_GithubAll 10000 264194 ns/op 79952 B/op 943 allocs/op
|
BenchmarkBear_GithubAll 10000 264194 ns/op 79952 B/op 943 allocs/op
|
||||||
|
@ -36,6 +36,10 @@ Echo is a fast HTTP router (zero dynamic memory allocation) and micro web framew
|
|||||||
- Customizable request binding function.
|
- Customizable request binding function.
|
||||||
- Customizable response rendering function, allowing you to use any HTML template engine.
|
- Customizable response rendering function, allowing you to use any HTML template engine.
|
||||||
|
|
||||||
|
## Performance
|
||||||
|
|
||||||
|
![Performance](http://i.imgur.com/UskYRUl.png)
|
||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
|
|
||||||
### Installation
|
### Installation
|
||||||
|
Loading…
Reference in New Issue
Block a user