- Run the benchmark
First run the benchmark script for each server.
Make sure that either the FastAPI, Rocket or Axum server is running on port 8000.
Then run the benchmark script with:
uv run benchmark.py
This will create a benchmark_results_<server_name>.json file for each server.
- Plot the results
Then run the plot script with:
uv run plot_results.py