Initial commit of LLM speed test app

This commit is contained in:
2026-09-06 11:45:52 +08:00
commit 5544b5f9f9
38 changed files with 8587 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
# Python
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
# Virtual env
.venv/
venv/
# IDE
.idea/
.vscode/
*.iml
# OS
.DS_Store
Thumbs.db