You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/epp/framework/plugins/scheduling/scorer/prefix/README.md
+24-6Lines changed: 24 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,16 +6,19 @@ Scores candidate endpoints using `PrefixCacheMatchInfo` prepared earlier in the
6
6
7
7
## What it does
8
8
9
-
For each candidate endpoint, the scorer reads the `PrefixCacheMatchInfo` attribute and computes:
9
+
For each candidate endpoint, the scorer reads the `PrefixCacheMatchInfo` attribute and computes a score. By default, this is the ratio of matched blocks to total blocks. Optionally, it can also factor in the absolute length of the prefix.
0 commit comments