- NatirisMaster.py aktualisiert - NaturalLanguageEngine optimiert - PsychologyEngine & Arousal-Engine - WebUI (FastAPI) mit Chat-API - Bridges: ComfyUI, Ollama, Vision - Admin-Auth System - .gitignore hinzugefügt (checkpoints, logs, generated)
23 lines
446 B
JSON
Executable File
23 lines
446 B
JSON
Executable File
{
|
|
"sequential": {
|
|
"total": 20,
|
|
"success": 20,
|
|
"failed": 0,
|
|
"success_rate": 100.0
|
|
},
|
|
"burst": {
|
|
"total": 10,
|
|
"success": 10,
|
|
"failed": 0,
|
|
"success_rate": 100.0
|
|
},
|
|
"latency_stats": {
|
|
"total_requests": 30,
|
|
"avg_latency": 1.6546205838521322,
|
|
"min_latency": 0.566154956817627,
|
|
"max_latency": 3.946500539779663,
|
|
"p50": 1.2653758525848389,
|
|
"p95": 3.7370197772979736,
|
|
"total": 30
|
|
}
|
|
} |