Files
kubernetes/pkg/apiserver
Clayton Coleman 443cafab90 Add benchmarks for watch over websocket and http
... and a quick doc on how to run them

```
$ godep go test ./pkg/apiserver -benchmem -run=XXX -bench=BenchmarkWatch
PASS
BenchmarkWatchHTTP-8        20000     95669 ns/op   15053 B/op    196 allocs/op
BenchmarkWatchWebsocket-8   10000    102871 ns/op   18430 B/op    204 allocs/op
```
2016-01-28 21:34:51 -05:00
..
2015-12-17 13:51:33 -08:00
2015-09-04 11:04:50 -07:00
2015-10-12 13:33:13 -07:00
2015-12-02 13:04:59 +08:00