Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for BenchmarkInitPushContext (0.4 sec)

  1. pilot/pkg/xds/bench_test.go

    		if s.Name() == benchmarkScope.Name() {
    			continue
    		}
    		s.SetOutputLevel(istiolog.NoneLevel)
    	}
    	test.SetForTest(t, &features.EnableXDSCaching, false)
    }
    
    func BenchmarkInitPushContext(b *testing.B) {
    	configureBenchmark(b)
    	for _, tt := range testCases {
    		b.Run(tt.Name, func(b *testing.B) {
    			s, proxy := setupTest(b, tt)
    			b.ResetTimer()
    			for n := 0; n < b.N; n++ {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 22 18:13:40 UTC 2024
    - 19.7K bytes
    - Viewed (0)
Back to top