ci: add CodSpeed workflow and pytest-codspeed for performance testing (#4350)

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-11-02 10:06:14 -03:00 committed by GitHub
commit a7f28394ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 51 additions and 0 deletions

View file

@ -76,6 +76,7 @@ ignore = [
[tool.uv]
dev-dependencies = [
"asgi-lifespan>=2.1.0",
"pytest-codspeed>=3.0.0",
"pytest-github-actions-annotate-failures>=0.2.0",
]