Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for BenchmarkBuildSubsetKey (0.22 sec)

  1. pilot/pkg/model/service_test.go

    				t.Errorf(
    					"equality of %v , and %v are not equal expected %t",
    					testCase.first,
    					testCase.other,
    					testCase.shouldEq,
    				)
    			}
    		})
    	}
    }
    
    func BenchmarkBuildSubsetKey(b *testing.B) {
    	for n := 0; n < b.N; n++ {
    		_ = BuildSubsetKey(TrafficDirectionInbound, "v1", "someHost", 80)
    	}
    }
    
    func BenchmarkServiceDeepCopy(b *testing.B) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 20:38:02 UTC 2024
    - 13.9K bytes
    - Viewed (0)
Back to top