Files
dealerhub/backend/perf_baseline.json
T

117 lines
2.6 KiB
JSON

{
"base": "http://127.0.0.1:9710",
"tenant": "demo",
"repeat": 10,
"results": [
{
"endpoint": "dashboard_summary",
"path": "/report/dashboard/summary/",
"p50_ms": 16.6,
"p95_ms": 18.5,
"max_ms": 39.5,
"bytes": 257,
"status": 200,
"threshold_ms": 300
},
{
"endpoint": "sales_rank",
"path": "/report/dashboard/sales-rank/?rank_by=product&top_n=10",
"p50_ms": 7.5,
"p95_ms": 7.9,
"max_ms": 9.4,
"bytes": 1285,
"status": 200,
"threshold_ms": 300
},
{
"endpoint": "product_list",
"path": "/catalog/products/?page_size=50",
"p50_ms": 43.3,
"p95_ms": 54.6,
"max_ms": 58.7,
"bytes": 10828,
"status": 200,
"threshold_ms": 200
},
{
"endpoint": "sales_bill_list",
"path": "/sales/bills/?page_size=50",
"p50_ms": 30.5,
"p95_ms": 50.2,
"max_ms": 67.1,
"bytes": 42309,
"status": 200,
"threshold_ms": 250
},
{
"endpoint": "stock_list",
"path": "/inventory/stocks/?page_size=50",
"p50_ms": 12.5,
"p95_ms": 13.4,
"max_ms": 15.4,
"bytes": 5647,
"status": 200,
"threshold_ms": 200
},
{
"endpoint": "batch_list",
"path": "/inventory/batches/?in_stock=1",
"p50_ms": 11.0,
"p95_ms": 12.7,
"max_ms": 30.0,
"bytes": 3547,
"status": 200,
"threshold_ms": 200
},
{
"endpoint": "receivable_aging",
"path": "/finance/statements/receivable-aging/",
"p50_ms": 11.5,
"p95_ms": 12.4,
"max_ms": 33.8,
"bytes": 296,
"status": 200,
"threshold_ms": 400
},
{
"endpoint": "notify_list",
"path": "/notify/messages/?page_size=20",
"p50_ms": 9.4,
"p95_ms": 10.3,
"max_ms": 25.2,
"bytes": 1773,
"status": 200,
"threshold_ms": 200
},
{
"endpoint": "risk_ranking",
"path": "/ai/risk/ranking/?top_n=5",
"p50_ms": 109.7,
"p95_ms": 117.3,
"max_ms": 121.3,
"bytes": 3106,
"status": 200,
"threshold_ms": 800
},
{
"endpoint": "billing_subscription",
"path": "/billing/subscription/",
"p50_ms": 9.8,
"p95_ms": 10.9,
"max_ms": 11.1,
"bytes": 640,
"status": 200,
"threshold_ms": 200
},
{
"endpoint": "audit_logs",
"path": "/core/audit-logs/?limit=100",
"p50_ms": 10.5,
"p95_ms": 31.6,
"max_ms": 51.0,
"bytes": 31764,
"status": 200,
"threshold_ms": 300
}
]
}