• k8s-merge-robot's avatar
    Merge pull request #28781 from wojtek-t/optimize_priorities_2 · 98030ded
    k8s-merge-robot authored
    Automatic merge from submit-queue
    
    Change storeToNodeConditionLister to return []*api.Node instead of api.NodeList for performance
    
    
    
    Currently copies that are made while copying/creating api.NodeList are significant part of scheduler profile, and a bunch of them are made in places, that are not-parallelizable.
    Ref #28590
    98030ded
Name
Last commit
Last update
..
algorithm Loading commit data...
algorithmprovider Loading commit data...
api Loading commit data...
factory Loading commit data...
metrics Loading commit data...
schedulercache Loading commit data...
testing Loading commit data...
OWNERS Loading commit data...
extender.go Loading commit data...
extender_test.go Loading commit data...
generic_scheduler.go Loading commit data...
generic_scheduler_test.go Loading commit data...
scheduler.go Loading commit data...
scheduler_test.go Loading commit data...