17 Commits

Author SHA1 Message Date
100ca6a0da fix benchmark, interop and examples 2015-08-27 17:32:57 -07:00
4a8118a90f Add NoTrace suite for benchmark 2015-06-11 16:48:04 -07:00
207c0140f9 change the enabletracing value to false 2015-06-10 17:23:52 -07:00
66a455aa02 change the value of enabletracing to false 2015-06-10 17:19:50 -07:00
04b604054f close trace 2015-06-10 16:59:41 -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
b76b70f703 change import package 2015-06-02 14:07:14 -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
7c025e8694 move log package references to grpclog 2015-05-09 11:43:59 +02:00
101c1e1935 change log package references to grpc/log 2015-05-09 01:16:40 +02:00
5700d19d0e Fix golint errors for non-generated code 2015-05-08 21:46:16 +02:00
666e0a407b initial benchmark commit. Mostly ported from interop test and Google interal rpc microbenchmarks. 2015-03-17 14:27:34 -07:00