grpc-go/benchmark
Doug Fawley e2cfd1c28f
internal: update proto library version (#3025)
Also, two fixes:

- Fix long-standing `.travis.yml` bug where `VET_SKIP_PROTO` was not `export`ed (so not seen by `vet.sh`).
- Update `vet.sh` to work with new `goimports -l` that does not print a `:` after filenames.
2019-09-17 13:49:26 -07:00
..
benchmain A few more improvements to the benchmark code. (#2840) 2019-06-10 09:53:35 -07:00
benchresult Fix a bug in benchmark code. (#2989) 2019-08-21 15:24:29 -07:00
client documentation: Adds package level comments (#2612) 2019-02-21 13:05:00 -08:00
flags benchmark: refactor the benchmark code. (#2820) 2019-05-20 16:01:37 -07:00
grpc_testing internal: update proto library version (#3025) 2019-09-17 13:49:26 -07:00
latency cleanup: replace "x/net/context" import with "context" (#2439) 2018-11-12 13:30:41 -08:00
primitives Add a micro benchmark for context.WithValue() to compare using local and (#2986) 2019-09-03 10:43:58 -07:00
server documentation: Adds package level comments (#2612) 2019-02-21 13:05:00 -08:00
stats Fix a bug in benchmark code. (#2989) 2019-08-21 15:24:29 -07:00
worker cleanup: replace "x/net/context" import with "context" (#2439) 2018-11-12 13:30:41 -08:00
benchmark.go benchmark: refactor the benchmark code. (#2820) 2019-05-20 16:01:37 -07:00
run_bench.sh benchmark: exit after printing help when using `-h` (#2701) 2019-03-21 12:04:35 -07:00