Skip to content

Commit

Permalink
ci trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
KissPeter committed Jan 9, 2024
1 parent 9e5de22 commit 246935c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions workers_and_threads.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Not strictly FastAPI performance tuning, but performance improvement on runner e
For high performance low latency, cheap, robust and reliable services it is important to get the maximum out of a single computing unit. In this example we will focus on a container with only 2 CPU cores allocated.
This is typically used and GitHub Action container has two CPU cores allocated where [these](https://kisspeter.github.io/fastapi-performance-optimization/#test-environment) measurements were executed.


## Gunicorn

[Gunicorn](https://gunicorn.org/) is a mature, fully featured server and process manager.
Expand Down

0 comments on commit 246935c

Please sign in to comment.