Noah Eisen
|
373fc6dc40
|
Manual fixes to enable performance- clang tidy checks
|
2018-06-14 14:58:09 -04:00 |
Noah Eisen
|
58e0cbf9fb
|
Enable the performance-* clang-tidy checks
|
2018-06-14 14:58:09 -04:00 |
kpayson64
|
7a20c962df
|
Break out qps services into seperate protos
|
2018-04-18 22:13:09 -07:00 |
Vijay Pai
|
c90a85649b
|
Change grpc++ references in names to grpcpp
|
2018-03-08 22:04:59 -08:00 |
Vijay Pai
|
ae376bf9d9
|
Privatize host_port.h; was not used in any wrapped language implementation
|
2018-01-25 23:06:24 -08:00 |
yang-g
|
ea33017540
|
Add option to use client side coalescing API in qps test
|
2018-01-24 09:12:01 -08:00 |
Vijay Pai
|
c6587ca11b
|
Reintroduce lambdas
|
2017-12-04 10:15:19 -08:00 |
Vijay Pai
|
f230ffd476
|
clang-format
|
2017-12-04 09:58:44 -08:00 |
Vijay Pai
|
083b9be1a2
|
Make all-streams op about cleanup only and replace a lambda with a virtual
|
2017-12-04 09:56:28 -08:00 |
Vijay Pai
|
c8dd4c5139
|
Remove some unneeded and spammy logs
|
2017-12-04 01:38:00 -08:00 |
Vijay Pai
|
6389457ed2
|
Adjust stream cancellation point and fix races in sync client
|
2017-12-04 00:57:58 -08:00 |
Ken Payson
|
42bd87e376
|
Adds gRPC Experimental CQ DoThenAsyncNext lambda API
|
2017-10-25 09:13:30 -07:00 |
Craig Tiller
|
c18ad11837
|
Wait until all clients connected before starting streams
|
2017-10-09 13:44:10 -07:00 |
Nicolas "Pixel" Noble
|
5d80dc4985
|
Merge branch 'master' of https://github.com/grpc/grpc into import
|
2017-06-26 22:01:11 +02:00 |
Jan Tattermusch
|
7897ae9308
|
auto-fix most of licenses
|
2017-06-08 11:22:41 +02:00 |
Craig Tiller
|
840931eec9
|
More import fixes
|
2017-05-19 15:37:45 -07:00 |
Nicolas "Pixel" Noble
|
eb36b8ac77
|
Merge branch 'master' of https://github.com/grpc/grpc into import
|
2017-05-11 23:24:37 +02:00 |
Nicolas "Pixel" Noble
|
71ca4200f6
|
QPS doesn't actually need gtest anymore.
|
2017-05-10 01:32:31 +02:00 |
Vijay Pai
|
eea8cf0fe3
|
Add QPS tests for one-sided streaming
|
2017-05-02 09:26:12 -07:00 |
Craig Tiller
|
f26caeedc6
|
clang-format
|
2017-04-19 06:48:05 -07:00 |
Craig Tiller
|
9354720625
|
Fix infinite streams in qps_test
|
2017-04-18 19:42:27 +00:00 |
Vijay Pai
|
45a9abae95
|
Add option to limit # of messages per stream with tests
|
2017-04-03 14:24:53 -07:00 |
Vijay Pai
|
24992060c8
|
Finish streams that error. Don't histogram failed ops.
Fail on failed write
|
2017-02-28 15:39:22 -08:00 |
Craig Tiller
|
7ec4748502
|
Improve sync streaming benchmark, fix deadlock that can occur sometimes
|
2017-02-01 16:54:51 -08:00 |
Vijay Pai
|
f2764e76f9
|
clang-format
|
2016-11-04 07:51:24 -07:00 |
Vijay Pai
|
90102c2bfc
|
Eliminate unnecessary uses of new[]/delete[] that can be replaced
with vector
Also start eliminating uses of plain-old delete that are not helpful
|
2016-11-04 07:51:24 -07:00 |
Vijay Pai
|
c0b2acb1a0
|
Use C++11 final and override
|
2016-11-01 16:31:56 -07:00 |
Craig Tiller
|
86cb138ee9
|
Handle failed calls in sync client
|
2016-10-27 15:29:49 -07:00 |
Craig Tiller
|
44b12f9e23
|
clang-format
|
2016-09-08 10:06:14 -07:00 |
Craig Tiller
|
bd37a21c26
|
Cleanup, debug support
|
2016-09-07 11:28:56 -07:00 |
Vijay Pai
|
f50020ce03
|
Appease the const gods, improve readability, stop using 0 and 1 as
proxies for false and true.
|
2016-08-08 07:29:31 -07:00 |
Vijay Pai
|
d02988d6b5
|
clang-format
|
2016-08-05 09:47:47 -07:00 |
Vijay Pai
|
25128f1adf
|
Better ending for open-loop tests: never wait more than 1 second
if we are in termination mode
|
2016-08-05 09:45:03 -07:00 |
Vijay Pai
|
5fde20d9f0
|
clang-format
|
2016-07-13 19:25:59 -07:00 |
Vijay Pai
|
40317fd720
|
Resolve pernicious race between destructor and thread functions by insisting that destructor is invoked after the class has gone back to being a harmless single-threaded thing.
|
2016-07-13 19:20:25 -07:00 |
Vijay Pai
|
aa8bbeb6c6
|
Merge branch 'verbose_errors' into histo
|
2016-07-08 09:41:59 -07:00 |
Vijay Pai
|
f373f2cf8b
|
Stop holding histogram for a long time
|
2016-07-08 09:40:55 -07:00 |
vjpai
|
b0f15e8af3
|
Reduce assertions, use status codes, increase verbosity on errors
|
2016-07-06 13:57:01 -07:00 |
vjpai
|
711472f846
|
Remove unused gflags and gtest includes
|
2016-05-31 12:57:38 -07:00 |
Craig Tiller
|
6169d5f7b0
|
Update copyrights
|
2016-03-31 07:46:18 -07:00 |
Craig Tiller
|
9533d042d4
|
Fix includes
|
2016-03-25 17:11:06 -07:00 |
vjpai
|
e2d39e08f9
|
Timer->UsageTimer consistently
|
2016-02-24 12:36:15 -08:00 |
Craig Tiller
|
732a875fe8
|
Add a sanity test for name aliasing
|
2016-02-22 15:59:19 -08:00 |
Vijay Pai
|
1132c6b7db
|
Simplify and properly implement openloop testing.
Revive it in tests as well
|
2016-02-11 06:05:24 -08:00 |
David Garcia Quintas
|
6a48405ed0
|
pre sync_stream.cc creation. Does not compile
|
2016-01-25 19:12:37 -08:00 |
David Garcia Quintas
|
2bf574f814
|
Added back trailing newlines
|
2016-01-14 15:55:03 -08:00 |
murgatroid99
|
eeb02ba77a
|
Update copyrights again
|
2016-01-13 20:43:33 -08:00 |
Vijay Pai
|
5bd6f2e190
|
Merge branch 'master' into bbuf
|
2016-01-11 10:33:39 -08:00 |
Vijay Pai
|
18c0477528
|
Got rid of all compilation problems, now need to test
|
2016-01-04 09:52:10 -08:00 |
Vijay Pai
|
e488668075
|
WIP
|
2015-12-30 11:56:19 -08:00 |