Skip to content

Commit

Permalink
Added performance graph
Browse files Browse the repository at this point in the history
Signed-off-by: Vishal Rana <[email protected]>
  • Loading branch information
vishr committed Jun 22, 2015
1 parent e13719c commit 3ec917f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions website/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3ec917f

Please sign in to comment.