mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 22:46:12 +00:00
Add comment for testing 100+ CPU usage
This commit is contained in:
parent
f798cee51e
commit
d32aa6af1d
@ -757,6 +757,8 @@ func makeFakeLogStats(seed int) *volume.Metrics {
|
||||
func TestGetContainerUsageNanoCores(t *testing.T) {
|
||||
var value0 uint64
|
||||
var value1 uint64 = 10000000000
|
||||
|
||||
// Test with a large container of 100+ CPUs
|
||||
var value2 uint64 = 188427786383
|
||||
|
||||
tests := []struct {
|
||||
|
Loading…
Reference in New Issue
Block a user