refactor: improve premium squads feature performance, add benchmarks

This commit is contained in:
3252a8
2026-05-20 22:31:37 +03:00
parent 5a0e0033ec
commit 8192eaf55b
10 changed files with 618 additions and 77 deletions
+1
View File
@@ -11,6 +11,7 @@
"format:check:py": "python -m ruff format --check .",
"format:check:js": "npm --prefix frontend run format:check",
"format:check": "npm run format:check:py && npm run format:check:js",
"bench:bot": "python scripts/perf_benchmarks.py",
"test": "pytest -q",
"check": "npm run lint && npm test && npm run build:webapp"
}