Benchmarking FastAPI vs. Axum

from blog Luke Hsiao's blog, | ↗ original
I wanted to run a simple benchmark of two common stacks as a way to get a sense of baselines between Python and Rust for a backend web server. For Python, a common choice is FastAPI and SQLAlchemy. For Rust, a common choice is Axum and SQLx. How do they compare?