-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbenchmark-history.json
More file actions
49 lines (49 loc) · 923 Bytes
/
Copy pathbenchmark-history.json
File metadata and controls
49 lines (49 loc) · 923 Bytes
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
[
{
"engineVersion": "1.0.0",
"timestamp": "2026-07-20T09:33:58.119Z",
"calibrated": {
"passed": 31,
"total": 39,
"passRate": 79.5
},
"blind": [
{
"name": "Blind #1",
"passed": 9,
"total": 15,
"passRate": 60
},
{
"name": "Blind #2",
"passed": 13,
"total": 14,
"passRate": 92.9
},
{
"name": "Blind #3",
"passed": 12,
"total": 14,
"passRate": 85.7
}
],
"replay": {
"accuracy": 0.8,
"precision": 0.7777777777777778,
"recall": 1,
"f1": 0.875,
"fpr": 0.6666666666666666,
"fnr": 0,
"tp": 140,
"fp": 40,
"tn": 20,
"fn": 0,
"latencyAvgMs": 1.1,
"latencyP50Ms": 1,
"latencyP95Ms": 3,
"latencyP99Ms": 4,
"latencyMaxMs": 5,
"latencyStdDevMs": 0.8
}
}
]