fix: stabilize background operations and large embedding results

This commit is contained in:
2026-09-06 16:26:17 +08:00
parent 874e916106
commit 3b9490e3fb
73 changed files with 3847 additions and 149 deletions
@@ -0,0 +1,36 @@
{
"transport": "real loopback HTTP, separate Uvicorn process",
"tasks": 1000,
"concurrency": 20,
"elapsed_ms": 24509.81,
"latencies": {
"create": {
"count": 1000,
"p95_ms": 157.68,
"max_ms": 186.7
},
"update": {
"count": 1000,
"p95_ms": 208.68,
"max_ms": 259.91
},
"list": {
"count": 11,
"p95_ms": 23.39,
"max_ms": 23.39
},
"delete": {
"count": 1000,
"p95_ms": 205.45,
"max_ms": 279.12
},
"health": {
"count": 375,
"p95_ms": 38.64,
"max_ms": 164.76
}
},
"health_errors": [],
"pagination_complete": true,
"final_total": 0
}