context detemrinistic + randomized searches and fix for setup from stella-ops.local rather 127.1.0.*

This commit is contained in:
master
2026-03-06 14:41:05 +02:00
parent 973cc8b335
commit 49763be70b
28 changed files with 1557 additions and 234 deletions

View File

@@ -3,7 +3,7 @@
"mode": "reverseproxy",
"targets": [
{
"url": "https://127.1.0.1/openapi.json",
"url": "https://stella-ops.local/openapi.json",
"samples": 15,
"p50Ms": 71.57,
"p95Ms": 85.53,
@@ -12,7 +12,7 @@
"statusCodes": "200=15"
},
{
"url": "https://127.1.0.1/api/v1/timeline/events?limit=1",
"url": "https://stella-ops.local/api/v1/timeline/events?limit=1",
"samples": 15,
"p50Ms": 16.51,
"p95Ms": 18.67,
@@ -21,7 +21,7 @@
"statusCodes": "401=15"
},
{
"url": "https://127.1.0.1/api/v1/advisory-ai/adapters/llm/providers",
"url": "https://stella-ops.local/api/v1/advisory-ai/adapters/llm/providers",
"samples": 15,
"p50Ms": 16.03,
"p95Ms": 17.49,