chore: document profiling and other followups, and stuff

idfk
This commit is contained in:
lda
2026-09-14 03:30:17 +07:00 Verified
parent 4268c69877
commit 7cf729e4fc
4 changed files with 51 additions and 1 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ dev = [
]
[tool.pytest.ini_options]
addopts = "-p no:cacheprovider -n 8"
addopts = "-p no:cacheprovider -n auto --maxprocesses=8"
pythonpath = ["."]
asyncio_mode = "auto"
markers = ["slow: slow subprocess/integration tests (deselect with '-m \"not slow\"')"]