-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwindows-python311-controlled.json
More file actions
64 lines (64 loc) · 1.59 KB
/
Copy pathwindows-python311-controlled.json
File metadata and controls
64 lines (64 loc) · 1.59 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
64
{
"commit": "7585c2b",
"config": {
"candidate_limit": 20,
"corpus_size": 256,
"diversity": 0.0,
"embedding_profile": "controlled",
"final_limit": 10,
"fixture_documents": 16,
"queries": 12,
"repetitions": 100,
"warmups": 2
},
"environment": {
"implementation": "CPython",
"platform": "Windows-10-10.0.26200-SP0",
"python": "3.11.15"
},
"fixture": "benchmarks/data/retrieval_fixture.json",
"fixture_description": "Controlled offline retrieval fixture. Frozen vectors isolate channel fusion; they do not measure an embedding model.",
"generated_at": "2026-08-03T06:14:45.763598+00:00",
"results": {
"bm25": {
"label": "BM25 only",
"latency": {
"observations": 1200,
"p50_ms": 3.471,
"p95_ms": 5.0234,
"p99_ms": 7.8273
},
"mrr": 0.6666666666666666,
"ndcg_at_10": 0.6666666666666666,
"recall_at_1": 0.6666666666666666,
"recall_at_5": 0.6666666666666666
},
"dense": {
"label": "Dense only",
"latency": {
"observations": 1200,
"p50_ms": 6.0538,
"p95_ms": 7.1621,
"p99_ms": 9.1783
},
"mrr": 0.8333333333333334,
"ndcg_at_10": 0.8769765845238192,
"recall_at_1": 0.6666666666666666,
"recall_at_5": 1.0
},
"fused": {
"label": "RRF fused",
"latency": {
"observations": 1200,
"p50_ms": 6.2877,
"p95_ms": 7.3612,
"p99_ms": 8.5062
},
"mrr": 1.0,
"ndcg_at_10": 1.0,
"recall_at_1": 1.0,
"recall_at_5": 1.0
}
},
"schema_version": 1
}