mirror of
https://github.com/katanemo/plano.git
synced 2026-07-02 15:51:02 +02:00
remove random selection policy — consumers can shuffle client-side
Plano should only handle ranking that requires server-side data (cost metrics, latency). Random shuffling is trivial for callers.
This commit is contained in:
parent
41e6b489f5
commit
5b869648c4
4 changed files with 1 additions and 23 deletions
|
|
@ -109,7 +109,6 @@ pub enum StateStorageType {
|
|||
pub enum SelectionPreference {
|
||||
Cheapest,
|
||||
Fastest,
|
||||
Random,
|
||||
/// Return models in the same order they were defined — no reordering.
|
||||
None,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue