Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for runWatchHTTPBenchmark (0.31 sec)

  1. staging/src/k8s.io/apiserver/pkg/endpoints/watch_test.go

    		item.Name = fmt.Sprintf("翏Ŏ熡韐-%d", i)
    	}
    
    	runWatchHTTPBenchmark(b, toObjectSlice(items), "")
    }
    
    func toObjectSlice(in []example.Pod) []runtime.Object {
    	var res []runtime.Object
    	for _, pod := range in {
    		res = append(res, &pod)
    	}
    	return res
    }
    
    func runWatchHTTPBenchmark(b *testing.B, items []runtime.Object, contentType string) {
    	simpleStorage := &SimpleRESTStorage{}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Nov 30 17:27:39 UTC 2023
    - 30K bytes
    - Viewed (0)
Back to top