File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1919 "hitAt10" : 1 ,
2020 "mrrAt10" : 0.875 ,
2121 "ndcgAt10" : 0.9127302324517832 ,
22+ "distinctTop3Ratio" : 1 ,
23+ "rawDistinctTop3Ratio" : 1 ,
2224 "latencyMs" : {
2325 "p50" : 26.173166000000037 ,
2426 "p95" : 52.931082999999944 ,
Original file line number Diff line number Diff line change 55 "thresholds" : {
66 "hitAt5MaxDrop" : 0.03 ,
77 "mrrAt10MaxDrop" : 0.03 ,
8+ "rawDistinctTop3RatioMaxDrop" : 0.1 ,
89 "p95LatencyMaxMultiplier" : 1.35 ,
910 "p95LatencyMaxAbsoluteMs" : 4000 ,
1011 "minHitAt5" : 0.4 ,
11- "minMrrAt10" : 0.25
12+ "minMrrAt10" : 0.25 ,
13+ "minRawDistinctTop3Ratio" : 0.5
1214 }
1315}
Original file line number Diff line number Diff line change 44 "thresholds" : {
55 "minHitAt5" : 0.5 ,
66 "minMrrAt10" : 0.45 ,
7+ "minRawDistinctTop3Ratio" : 0.5 ,
78 "p95LatencyMaxAbsoluteMs" : 500
89 }
910}
You can’t perform that action at this time.
0 commit comments