- Download python (preferably v3.13)
- Creating a virtual environment
- Activate the venv
- pip install -r requirements.txt
- Use granian, uvicorn or some else to start one at a timesrc.suits.test_fastapi.main:app and src.suits.test_litestar.main:app. I tested with these commands:
-
- python -m uvicorn src.suits.test_fastapi.main:app --log-level critical
-
- python -m uvicorn src.suits.test_litestar.main:app --log-level critical
-
- python -m granian --interface asgi src.suits.test_fastapi.main:app
-
- python -m granian --interface asgi src.suits.test_litestar.main:app
- Start testing file: python -m src.suits.testing
-
Notifications
You must be signed in to change notification settings - Fork 0
Sethis/perfomance
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Comparing the performance of web frameworks in different environments
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published