Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 471 Bytes

File metadata and controls

23 lines (15 loc) · 471 Bytes

Benchmark script

Usage

  1. 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.

  1. Plot the results

Then run the plot script with:

uv run plot_results.py