mirror of
https://github.com/tokio-rs/axum.git
synced 2025-03-22 23:15:31 +01:00
Link to another benchmark
This commit is contained in:
parent
15e03a4e6b
commit
044d35d193
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue