-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathquickstart_scorecard.json
More file actions
63 lines (63 loc) · 1.36 KB
/
quickstart_scorecard.json
File metadata and controls
63 lines (63 loc) · 1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"run_meta": {
"seed": 42,
"scale": "small",
"mode": "embedded",
"sdk_version": "0.3.3",
"started_at": "2026-01-24T20:06:56.623298",
"duration_s": 0.0
},
"scenario_scores": {
"01_multi_tenant_support": {
"pass": true,
"metrics": {
"passed": true,
"errors": [],
"correctness": {
"leakage_rate": 0.0,
"atomicity_failures": 0,
"consistency_failures": 0
},
"retrieval": {
"ndcg_at_10": 0.3,
"recall_at_10": 0.3,
"mrr": null
},
"cache": {
"hit_rate": 0.65
},
"context": {
"avg_token_count": null,
"p95_token_count": null
},
"performance": {
"p95_latencies_ms": {
"vector_search": 0.07719993591308592,
"hybrid_search": 3.9838552474975586
}
},
"transactions": {
"conflict_rate": null,
"avg_retries": null
},
"audit": {
"coverage": null
}
}
}
},
"global_metrics": {
"p95_latency_ms": {
"vector_search": 0.07719993591308592,
"hybrid_search": 3.9838552474975586
},
"error_rate": 0.0
},
"overall": {
"pass": true,
"score_0_100": 100.0,
"passed_scenarios": 1,
"total_scenarios": 1,
"failed_checks": []
}
}