Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
87bac959ee487e8a2a0eefdaeb10b46aebe9b616
/
test
/
cpp
/
qps
/
client.h
87bac95
Eradicate Uniform, Deterministic, and Pareto interarrival
by vjpai
· 9 years ago
6169d5f
Update copyrights
by Craig Tiller
· 9 years ago
c47c949
clang-format
by Vijay Pai
· 9 years ago
e7042b5
Simplify Mark processing code
by vjpai
· 9 years ago
e2d39e0
Timer->UsageTimer consistently
by vjpai
· 9 years ago
732a875
Add a sanity test for name aliasing
by Craig Tiller
· 9 years ago
6583176
clang-format
by Vijay Pai
· 9 years ago
7914e62
Attack of the const police. I also added some unrequested const's
by vjpai
· 9 years ago
761bcb4
Cleanup to make it work with clang build
by Vijay Pai
· 9 years ago
9144557
Sanity (clang-format and copyright)
by Vijay Pai
· 9 years ago
1132c6b
Simplify and properly implement openloop testing. Revive it in tests as well
by Vijay Pai
· 9 years ago
9982c6f
Fix random number generators and improve code style (stop using
by Vijay Pai
· 9 years ago
c5eec2b
Make dynamic sizing of async threads work again
by Vijay Pai
· 9 years ago
c64736d
Clean-up core list usage and make it possible to reset the core list
by Vijay Pai
· 9 years ago
4f5146d
Change name from coresched to limit_cores
by vjpai
· 9 years ago
c833c82
Merge branch 'master' into corelimit2
by vjpai
· 9 years ago
f6269a4
Merge branch 'master' into corelimit2
by vjpai
· 9 years ago
caace81
Fix asan error caused by mismatch in alloc/dealloc between new[] and
by vjpai
· 9 years ago
2bf574f
Added back trailing newlines
by David Garcia Quintas
· 9 years ago
eeb02ba
Update copyrights again
by murgatroid99
· 9 years ago
b9a8f1b
Merge branch 'master' into corelimit2
by Vijay Pai
· 9 years ago
3448c27
clang-format
by Vijay Pai
· 9 years ago
0e66efd
Make core limitation work for both client and server so that we can run tests on the same
by Vijay Pai
· 9 years ago
5bd6f2e
Merge branch 'master' into bbuf
by Vijay Pai
· 9 years ago
b30bc2a
Remove dead code and a thus unneeded change to C++ bbuf
by Vijay Pai
· 9 years ago
7826821
clang-format
by Vijay Pai
· 9 years ago
af2e1cf
Fix bugs and include build files
by Vijay Pai
· 9 years ago
9f991e2
More changes needed for generic support
by Vijay Pai
· 9 years ago
18c0477
Got rid of all compilation problems, now need to test
by Vijay Pai
· 9 years ago
e488668
WIP
by Vijay Pai
· 9 years ago
1b4e330
Consolidate C++ proto files under src/proto
by Craig Tiller
· 9 years ago
594f0c4
Merge branch 'master' into bbuf
by vjpai
· 9 years ago
b6df94a
WIP
by vjpai
· 9 years ago
3c53bb2
clang-format
by Craig Tiller
· 9 years ago
fba20c9
Address some review comments about signal and restoring qps_test_with_poll
by vjpai
· 9 years ago
ce84670
clang-format
by Vijay Pai
· 9 years ago
780a7f2
Add in security support, make payload protos configurable
by vjpai
· 9 years ago
d08a738
Cleanup some names
by vjpai
· 9 years ago
119c103
Split up into a new service proto, use proper service suffix, add a
by vjpai
· 9 years ago
754751e
Numerous proto changes to make things more sane and fix some outstanding issues
by vjpai
· 9 years ago
52bfb25
Split qpstest.proto into two parts - one for performance stats and
by vjpai
· 9 years ago
0cc1341
Move qpstest.proto to a common area (test/proto) instead of test/cpp/qps
by vjpai
· 9 years ago
9e2f90c
headers reorg
by yang-g
· 9 years ago
8c2be9f
Remove ChannelInterface and replace it with Channel
by yang-g
· 9 years ago
3ae1104
clang-format
by Vijay Pai
· 9 years ago
b1db869
Address concerns from review
by vjpai
· 9 years ago
ad3e00c
Stop using a variable-sized array since that's not standards-compliant
by Vijay Pai
· 9 years ago
90e7369
clang-format plus helpful comments
by Vijay Pai
· 9 years ago
eed63fa
Remaining changes needed to get QPS test working on old compilers.
by Vijay Pai
· 9 years ago
784005b
Eliminate lambda used as CV predicate
by Vijay Pai
· 10 years ago
ab1dba7
clang-format
by Vijay Pai
· 10 years ago
e88bb07
Switch a push_back to emplace_back to avoid being interpreted
by vjpai
· 10 years ago
a9e0830
Remove lambda from client definition
by vjpai
· 10 years ago
372fd87
Revert "Revert "Open loop sync/async multithreaded testing""
by Vijay Pai
· 10 years ago
d55636d
Revert "Open loop sync/async multithreaded testing"
by Craig Tiller
· 10 years ago
36403af
Address review comments for code clarity
by Vijay Pai
· 10 years ago
cf3fb09
clang-format
by Vijay Pai
· 10 years ago
9dc5c15
Account for time difference in mac and linux
by Vijay Pai
· 10 years ago
8559485
Bug fix
by Vijay Pai
· 10 years ago
3beb20c
Support use of high_res clock in timepoints
by vjpai
· 10 years ago
924d459
Fix timer issues
by vjpai
· 10 years ago
675140c
Merge branch 'master' into poisson
by vjpai
· 10 years ago
5c8737d
clang-format qps code - it was getting out of hand
by Craig Tiller
· 10 years ago
37f7257
WIP
by vjpai
· 10 years ago
c6aa60e
Move interarrival timer to Client class so that it can be used for async tests
by vjpai
· 10 years ago
66f37b4
Merge github.com:google/grpc into qps
by Craig Tiller
· 10 years ago
0caebbf
Splitting gRPC service class codegen into its own set of files.
by Nicolas "Pixel" Noble
· 10 years ago
8a5a666
Handle errors better on client
by Craig Tiller
· 10 years ago
46f6523
Added streaming C++ tests for sync and sync cases
by vjpai
· 10 years ago
a182bf1
clang-format
by Craig Tiller
· 10 years ago
e38ec21
Linux compile fix
by Craig Tiller
· 10 years ago
8856875
Async client progress
by Craig Tiller
· 10 years ago
6af9ed0
Rework QPS client/server
by Craig Tiller
· 10 years ago
26598a3
WIP
by Craig Tiller
· 10 years ago