server: add a way to do profiling on api request by adding profile=1

This commit is contained in:
2023-11-10 10:03:01 +01:00
committed by Mathieu Virbel
parent 14946921f3
commit afa8010d29
4 changed files with 98 additions and 2 deletions

View File

@@ -41,6 +41,7 @@ python-jose = {extras = ["cryptography"], version = "^3.3.0"}
[tool.poetry.group.dev.dependencies]
black = "^23.7.0"
stamina = "^23.1.0"
pyinstrument = "^4.6.1"
[tool.poetry.group.tests.dependencies]