From 067a3cd51bcc0439904b1d8c3d7c123c5b2f592a Mon Sep 17 00:00:00 2001 From: Fenny Date: Mon, 27 Jan 2020 12:07:49 -0500 Subject: [PATCH] Add benchmark link in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fa945292..e1a83d94 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ **[Fiber](https://github.com/gofiber/fiber)** is an **[Express](https://expressjs.com/en/4x/api.html)** styled HTTP framework implementation running on **[Fasthttp](https://github.com/valyala/fasthttp)**, the **fastest** HTTP engine for **[Go](https://golang.org/doc/)**. The package make use of similar framework convention as they are in express. People switching from **[Node](https://nodejs.org/en/about/)** to **[Go](https://golang.org/doc/)** often end up in a bad learning curve to start building their webapps, this project is meant to **ease** things up for **fast** development, but with **zero memory allocation** and **performance** in mind. See **[API Documentation](https://gofiber.github.io/fiber/)** [![](https://gofiber.github.io/fiber/static/benchmarks/benchmark.png)](https://gofiber.github.io/fiber/#/benchmarks) +[Click here to see all benchmark results](https://gofiber.github.io/fiber/#/benchmarks) ## Features * Optimized for speed and low memory usage.