Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for sharesToMilliCPUTest (0.44 sec)

  1. pkg/kubelet/kuberuntime/helpers_linux_test.go

    		1:    2,
    		2:    2,
    		3:    3,
    		4:    4,
    		32:   32,
    		64:   65,
    		100:  102,
    		250:  256,
    		500:  512,
    		1000: 1024,
    		1500: 1536,
    		2000: 2048,
    	}
    
    	t.Run("sharesToMilliCPUTest", func(t *testing.T) {
    		var testMilliCPU int64
    		for testMilliCPU = 0; testMilliCPU <= 2000; testMilliCPU++ {
    			shares := int64(cm.MilliCPUToShares(testMilliCPU))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 16.6K bytes
    - Viewed (0)
Back to top