Commit Graph

64 Commits

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