Skip to content

Sethis/perfomance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Launch

  • 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

My results: Иллюстрация к проекту

About

Comparing the performance of web frameworks in different environments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages