Merge pull request #122929 from kerthcet/cleanup/perf

Quick break for performance
This commit is contained in:
Kubernetes Prow Robot 2024-01-23 13:49:49 +01:00 committed by GitHub
commit bd6c1fcc20
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -835,6 +835,7 @@ func (pl *dynamicResources) PreScore(ctx context.Context, cs *framework.CycleSta
for _, claim := range state.claims {
if claim.Status.Allocation == nil {
pending = true
break
}
}
if !pending {