14 Commits

Author SHA1 Message Date
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