From 100ecea581d9a696c975b9bdc49ff3ccd3133665 Mon Sep 17 00:00:00 2001 From: David Pedersen Date: Sat, 31 Jul 2021 14:53:12 +0200 Subject: [PATCH] Mention benchmark in readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index f233c1af..680e1d82 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,12 @@ struct User { See the [crate documentation][docs] for way more examples. +## Performance + +`axum` is a relatively thin layer on top of [`hyper`] and adds very little +overhead. So `axum`'s performance is comparable to [`hyper`]. You can find a +benchmark [here](https://github.com/programatik29/rust-web-benchmarks). + ## Examples The [examples] folder contains various examples of how to use `axum`. The