Skip to content

Commit 3ec917f

Browse files
committed
Added performance graph
Signed-off-by: Vishal Rana <[email protected]>
1 parent e13719c commit 3ec917f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ Based on [vishr/go-http-routing-benchmark] (https://github.com/vishr/go-http-rou
3737

3838
> Echo: 38662 ns/op, 0 B/op, 0 allocs/op
3939
40+
![Performance](http://i.imgur.com/UskYRUl.png)
41+
4042
```
4143
BenchmarkAce_GithubAll 20000 93675 ns/op 13792 B/op 167 allocs/op
4244
BenchmarkBear_GithubAll 10000 264194 ns/op 79952 B/op 943 allocs/op

website/docs/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ Echo is a fast HTTP router (zero dynamic memory allocation) and micro web framew
3636
- Customizable request binding function.
3737
- Customizable response rendering function, allowing you to use any HTML template engine.
3838

39+
## Performance
40+
41+
![Performance](http://i.imgur.com/UskYRUl.png)
42+
3943
## Getting Started
4044

4145
### Installation

0 commit comments

Comments
 (0)