Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for InDelta (0.07 sec)

  1. pkg/scheduler/framework/plugins/noderesources/requested_to_capacity_ratio_test.go

    	}
    
    	for i, test := range tests {
    		t.Run(fmt.Sprintf("case_%d", i), func(t *testing.T) {
    			function := helper.BuildBrokenLinearFunction(test.points)
    			for _, assertion := range test.assertions {
    				assert.InDelta(t, assertion.expected, function(assertion.p), 0.1, "points=%v, p=%d", test.points, assertion.p)
    			}
    		})
    	}
    }
    
    func TestResourceBinPackingSingleExtended(t *testing.T) {
    	extendedResource1 := map[string]int64{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 03:30:06 UTC 2023
    - 21.2K bytes
    - Viewed (0)
Back to top