Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for configureBenchmark (0.12 sec)

  1. pilot/pkg/xds/bench_test.go

    		Services:  100,
    		Instances: 1000,
    	},
    }
    
    func configureBenchmark(t test.Failer) {
    	for _, s := range istiolog.Scopes() {
    		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 {
    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