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": 18312.92,
"latencies": {
"create": {
"count": 1000,
"p95_ms": 116.45,
"max_ms": 134.91
},
"update": {
"count": 1000,
"p95_ms": 159.29,
"max_ms": 193.37
},
"list": {
"count": 11,
"p95_ms": 20.96,
"max_ms": 20.96
},
"delete": {
"count": 1000,
"p95_ms": 156.43,
"max_ms": 190.1
},
"health": {
"count": 117,
"p95_ms": 157.0,
"max_ms": 195.07
}
},
"health_errors": [],
"pagination_complete": true,
"final_total": 0
}