Merge pull request #122929 from kerthcet/cleanup/perf
Quick break for performance
This commit is contained in:
		@@ -835,6 +835,7 @@ func (pl *dynamicResources) PreScore(ctx context.Context, cs *framework.CycleSta
 | 
				
			|||||||
	for _, claim := range state.claims {
 | 
						for _, claim := range state.claims {
 | 
				
			||||||
		if claim.Status.Allocation == nil {
 | 
							if claim.Status.Allocation == nil {
 | 
				
			||||||
			pending = true
 | 
								pending = true
 | 
				
			||||||
 | 
								break
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	if !pending {
 | 
						if !pending {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user