From 044d35d193620beb3a83a12569691b374ea5f064 Mon Sep 17 00:00:00 2001 From: David Pedersen Date: Wed, 29 Dec 2021 23:02:37 +0100 Subject: [PATCH] Link to another benchmark --- axum/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/axum/README.md b/axum/README.md index 252d99f7..c82024d4 100644 --- a/axum/README.md +++ b/axum/README.md @@ -100,8 +100,9 @@ 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). +overhead. So `axum`'s performance is comparable to [`hyper`]. You can find +benchmarks [here](https://github.com/programatik29/rust-web-benchmarks) and +[here](https://web-frameworks-benchmark.netlify.app/result?l=rust). ## Safety