Граф коммитов

21 Коммитов

Автор SHA1 Сообщение Дата
Menghan Li 19d3a3572d Merge StartServer and StartByteBufServer into a general StartServer 2016-04-28 17:34:55 -07:00
Menghan Li add9c0b9f2 Change NewClientConn so that all options need to be specified by caller 2016-04-28 14:38:30 -07:00
Menghan Li 7a5269acfe Change StartServer back to return address rather than port number 2016-04-28 14:37:48 -07:00
Menghan Li 9a595041db Add benchmarkClient shutdown() 2016-04-27 16:15:12 -07:00
Menghan Li 2aaff82a6e Add RunClient() 2016-04-27 16:13:06 -07:00
Menghan Li bdd0e9ff61 Fix error in benchmark_test 2016-04-22 13:48:50 -07:00
Menghan Li 142fdefa83 Sync proto and update service name in src 2016-04-22 10:58:15 -07:00
Tamir Duberstein fe58c815dd tests: use `testing.{B,T}` or return errors instead of crashing 2015-09-11 14:27:38 -04:00
iamqizhao 0e0cf2c228 gofmt -w 2015-07-21 17:53:59 -07:00
iamqizhao 4a8118a90f Add NoTrace suite for benchmark 2015-06-11 16:48:04 -07:00
David Symonds 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
David Symonds 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
yangzhouhan 7fa35af646 modification for the print out information 2015-06-02 18:33:10 -07:00
yangzhouhan b6a930aea4 modified the comments and format 2015-06-02 18:26:11 -07:00
yangzhouhan 149db4945c 2 round modification 2015-06-02 17:39:51 -07:00
yangzhouhan 585c999c1f modified streaming call benchmark_test code and streaming call client test code 2015-06-02 11:13:43 -07:00
yangzhouhan 7b4cd4d7d3 modified test proto and add benchmark test for streaming rpc 2015-06-01 14:58:25 -07:00
iamqizhao 58e0450a3c put Start/StopTimer() at right place 2015-04-29 11:20:15 -07:00
iamqizhao f29a6f2d85 record per-rpc rtt in benchmark_test 2015-04-29 11:02:40 -07:00
iamqizhao c5984b9a7d Print latency histogram for benchmarks 2015-04-23 16:25:16 -07:00
iamqizhao 666e0a407b initial benchmark commit. Mostly ported from interop test and Google interal rpc microbenchmarks. 2015-03-17 14:27:34 -07:00