c8405557a4
Remove Go1.6 support ( #1492 )
2017-10-04 13:57:10 -07:00
ba30de56b8
use subtests for the benchmark_test and add it into the Makefile ( #1278 )
...
* use subtests for the benchmark_test and add it into the Makefile
* benchmark: keep the original benchmark_test as version 16. use subtests benchmark as 17
2017-06-12 14:52:33 -07:00
6bb76488de
add MaxConcurrentStreams to benchmark_test when start the server ( #1271 )
2017-05-31 14:15:37 -07:00
3773797869
Travis: add staticcheck ( #1019 )
...
Also only run golint and go vet in Go 1.8, and fix some vet failures.
2017-05-15 17:05:27 -07:00
020c480810
Not returning error in StartServer().
2016-05-03 11:29:00 -07:00
19d3a3572d
Merge StartServer and StartByteBufServer into a general StartServer
2016-04-28 17:34:55 -07:00
add9c0b9f2
Change NewClientConn so that all options need to be specified by caller
2016-04-28 14:38:30 -07:00
7a5269acfe
Change StartServer back to return address rather than port number
2016-04-28 14:37:48 -07:00
9a595041db
Add benchmarkClient shutdown()
2016-04-27 16:15:12 -07:00
2aaff82a6e
Add RunClient()
2016-04-27 16:13:06 -07:00
bdd0e9ff61
Fix error in benchmark_test
2016-04-22 13:48:50 -07:00
142fdefa83
Sync proto and update service name in src
2016-04-22 10:58:15 -07:00
fe58c815dd
tests: use testing.{B,T}
or return errors instead of crashing
2015-09-11 14:27:38 -04:00
0e0cf2c228
gofmt -w
2015-07-21 17:53:59 -07:00
4a8118a90f
Add NoTrace suite for benchmark
2015-06-11 16:48:04 -07:00
73bb3c6426
Run benchmark server on localhost interface only.
...
This avoids triggering firewall warnings on OS X,
and it's generally safer too.
2015-06-08 07:38:22 -07:00
07f33239d2
Fix data race in benchmark_test.go.
...
Streams are not safe for concurrent use,
so start a new stream for each goroutine.
Fixes #213 .
2015-06-06 10:10:14 -07:00
7fa35af646
modification for the print out information
2015-06-02 18:33:10 -07:00
b6a930aea4
modified the comments and format
2015-06-02 18:26:11 -07:00
149db4945c
2 round modification
2015-06-02 17:39:51 -07:00
585c999c1f
modified streaming call benchmark_test code and streaming call client test code
2015-06-02 11:13:43 -07:00
7b4cd4d7d3
modified test proto and add benchmark test for streaming rpc
2015-06-01 14:58:25 -07:00
58e0450a3c
put Start/StopTimer() at right place
2015-04-29 11:20:15 -07:00
f29a6f2d85
record per-rpc rtt in benchmark_test
2015-04-29 11:02:40 -07:00
c5984b9a7d
Print latency histogram for benchmarks
2015-04-23 16:25:16 -07:00
666e0a407b
initial benchmark commit. Mostly ported from interop test and Google interal rpc microbenchmarks.
2015-03-17 14:27:34 -07:00