Skip to content
Prev Previous commit
Next Next commit
Cleanup
  • Loading branch information
savannahostrowski committed Dec 11, 2025
commit 5b14cad1a2b02f4cadb00f167650e80b130309be
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ def bench_fastapi(loops):
s.listen(1)
port = s.getsockname()[1]

# Setup server
config = uvicorn.Config(app, host=HOST, port=port, log_level="error")
server = uvicorn.Server(config)

Expand Down
Loading