From e5d1e3e41b7e09bdf5e2f23795b033e5ba7b7b6b Mon Sep 17 00:00:00 2001 From: Makis Maropoulos Date: Fri, 1 Jul 2016 23:06:56 +0300 Subject: [PATCH] Remove the bold info, it is already in benchmarks section, so add a link to this on the fastest word --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f95c66de..87995643 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,10 @@ [![Travis Widget]][Travis] [![Release Widget]][Release] [![Report Widget]][Report] [![License Widget]][License] [![Chat Widget]][Chat] [![Documentation Widget]][Documentation] -The fastest web framework for Go. +The [fastest](#benchmarks) web framework for Go. -**The results have been updated on July 1, 2016** -[![Benchmark Wizzard Processing Time Horizontal Graph](https://raw.githubusercontent.com/smallnest/go-web-framework-benchmark/master/benchmark.png)](https://github.com/smallnest/go-web-framework-benchmark) +[![Alt: The results have been updated on July 1, 2016](https://raw.githubusercontent.com/smallnest/go-web-framework-benchmark/master/benchmark.png)](https://github.com/smallnest/go-web-framework-benchmark) @@ -51,7 +50,7 @@ $ go get -u github.com/kataras/iris/iris FAQ ------------ -Explore [these questions](https://github.com/kataras/iris/issues?q=label%3Aquestion) or navigate to the [![Chat Widget]][Chat] +Explore [these questions](https://github.com/kataras/iris/issues?q=label%3Aquestion) or navigate to the [community chat][Chat]. Features @@ -119,8 +118,7 @@ The Iris philosophy is to provide robust tooling for HTTP, making it a great sol Iris does not force you to use any specific ORM or template engine. With support for the most used template engines, you can quickly craft the perfect application. -Benchmarks ------------- +## Benchmarks [This Benchmark suite](https://github.com/smallnest/go-web-framework-benchmark) aims to compare the whole HTTP request processing between Go web frameworks.