From 94a3db54d05f28b8d535b43cbc8c719a0016865e Mon Sep 17 00:00:00 2001 From: Sam Mirazi Date: Tue, 3 Jun 2025 12:18:03 -0700 Subject: [PATCH] requirements updated --- .../__pycache__/FastAPI_no_delay.cpython-312.pyc | Bin 0 -> 596 bytes requirements.txt | 1 + run_benchmark_NO_RESTRICTIONS.py | 4 ++-- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 app_fastapi/__pycache__/FastAPI_no_delay.cpython-312.pyc diff --git a/app_fastapi/__pycache__/FastAPI_no_delay.cpython-312.pyc b/app_fastapi/__pycache__/FastAPI_no_delay.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1c184c10ebb11c99623bf5a3e96b77b6cafab5a3 GIT binary patch literal 596 zcmYLH&ubGw6n?X_P1?qmY7d3tVL=3!ios(;S|}_r^SQdLA|x)qMn?IyZT_>yf^Qg?|t**!^+AsXuGzx(|b<!bovRZX1*|{hi-I*zoU56w>do)b~&h6wmxl9HG+|ypN%heyQO|I{OKe1OE;S z2Phnm_qorqEI8D6z_Pdm216c1M%k@wq?_>+MNK!W>LE9^`wlo2$R+y)pYtO0fmeYr*=7euxrYj)KC&(9@DUTi{xGOH} v)ErK3X?IQuA>ZKoMFpy>lXy(O5c}oEvyE5lldBgNC5;&cYjqxpHI4rR1LBcU literal 0 HcmV?d00001 diff --git a/requirements.txt b/requirements.txt index 3485943..09bc532 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,7 @@ uvicorn==0.34.2 pytest==8.3.5 httpx==0.28.1 requests==2.32.3 +rich==14.0.0 # Optional, as per TDD plan: # tenacity diff --git a/run_benchmark_NO_RESTRICTIONS.py b/run_benchmark_NO_RESTRICTIONS.py index 46a5148..15965f9 100644 --- a/run_benchmark_NO_RESTRICTIONS.py +++ b/run_benchmark_NO_RESTRICTIONS.py @@ -222,12 +222,12 @@ def display_table(rows): SCENARIOS = [ { "name": "FastAPI (No Delay)", - "config": "Uvicorn, async (1 worker, httptools)", + "config": "Uvicorn, async (1 worker, h11)", "delay": "None", "cmd": ["uvicorn", "app_fastapi.FastAPI_no_delay:app", "--host", "0.0.0.0", "--port", "8000", "--log-level", "warning", "--workers", "1", - "--http", "httptools" + "--http", "h11" ], "url": FASTAPI_SERVER_URL, "bench_arg": "fastapi", -- 2.25.1