Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for BenchmarkCloneClusterLoadAssignment (0.19 sec)

  1. pilot/pkg/networking/util/util_test.go

    				LoadBalancingWeight: &wrappers.UInt32Value{Value: 100},
    			},
    		},
    		LoadBalancingWeight: &wrappers.UInt32Value{Value: 50},
    		Priority:            2,
    	}},
    }
    
    func BenchmarkCloneClusterLoadAssignment(b *testing.B) {
    	for i := 0; i < b.N; i++ {
    		cpy := CloneClusterLoadAssignment(testCla)
    		_ = cpy
    	}
    }
    
    func TestCloneClusterLoadAssignment(t *testing.T) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 01:17:58 UTC 2024
    - 40K bytes
    - Viewed (0)
Back to top