mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-29 00:00:18 +02:00
Mention benchmark in readme
This commit is contained in:
@@ -86,6 +86,12 @@ struct User {
|
|||||||
|
|
||||||
See the [crate documentation][docs] for way more examples.
|
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
|
## Examples
|
||||||
|
|
||||||
The [examples] folder contains various examples of how to use `axum`. The
|
The [examples] folder contains various examples of how to use `axum`. The
|
||||||
|
|||||||
Reference in New Issue
Block a user