Nicolas "Pixel" Noble
3726e3d37b
Moving gtest include down.
...
In some cases, depending on the direction of the wind, and the phase of the moon, gtest can interfere with protobuf badly with macros cross-pollution between the two projects. Moving the gtest inclusion at the end makes the problem go away.
8 years ago
ncteisen
1842c4379c
Clang
8 years ago
Craig Tiller
7b622ab558
ubsan fix: dont deref past end of array
8 years ago
Craig Tiller
74bf087e9c
Increase error threshold for too many writes
8 years ago
Nicolas "Pixel" Noble
71ca4200f6
QPS doesn't actually need gtest anymore.
8 years ago
Muxi Yan
e22bd48cd9
Add cpp test
8 years ago
ncteisen
c7de5a7601
Add warmup
8 years ago
ncteisen
0725d3a4b3
Run bm resonable number of times
8 years ago
Nicolas "Pixel" Noble
d70dbca6c0
Making test_util & co public.
8 years ago
Nicolas "Pixel" Noble
1e75dc8cad
Add end2end_test_lib.
8 years ago
ncteisen
b6ac9b4573
Add unbalanced unary benchmark
8 years ago
Nicolas "Pixel" Noble
fec014b937
Adding metrics_server.
8 years ago
Nicolas "Pixel" Noble
1c7cdd5f23
Fixing test_util target.
8 years ago
Nicolas "Pixel" Noble
987267f633
Fixing grpc_cli_libs.
8 years ago
Yuxuan Li
85d3a53905
change gpr_atm to int
8 years ago
Yuxuan Li
87827e03aa
use lock instand of atomics, fix include position
8 years ago
Nicolas "Pixel" Noble
684fe378e1
Adding "grpc_cli_libs" back.
8 years ago
Yuxuan Li
bfb495d026
add override to GetPollCount() function
8 years ago
Yuxuan Li
a33e2b27a1
add some comments
8 years ago
Yuxuan Li
5f9f37a33c
fix minor
8 years ago
ncteisen
1c8698758d
Set frame size to B/us
8 years ago
Yuxuan Li
f8365cd87b
clean up, fix minor issue
8 years ago
Yuxuan Li
28efff3e1e
clang-format
8 years ago
Yuxuan Li
5d3ddeeea1
adding server side poll stat
8 years ago
Yuxuan Li
999ac157e6
initial implementation.
8 years ago
Mark D. Roth
64d922ae87
Make sure we set deadline for the LB call even without a pick.
...
As part of this, get the deadline from a channel arg instead of pick_args.
8 years ago
Noah Eisen
89371914c9
Fix error refcount bug
...
Added a missing ref in httpcli.c. Also added a test to avoid
regression
8 years ago
Craig Tiller
c3571791a5
Isolate timer checking in its own thread
8 years ago
Vijay Pai
eea8cf0fe3
Add QPS tests for one-sided streaming
8 years ago
Mark D. Roth
09e458c6cd
Implement client-side load reporting for grpclb.
8 years ago
James Eady
3b26451025
Add static method to generated code to return fully qualified protobuf service name.
8 years ago
zhimingxie
60f35722de
fix truncate bug in grpc_cli
8 years ago
David Garcia Quintas
0745356ab2
Apply slowdown factor to timeouts
8 years ago
Nicolas "Pixel" Noble
c020da9634
Forgot one external dependency.
8 years ago
Craig Tiller
570fad827c
Fix printf format
8 years ago
David Garcia Quintas
04109e8f7d
BUILD and #include fixes
8 years ago
David Garcia Quintas
04911ca202
New version of grpclb end2end test
8 years ago
Ivan Vučica
38279ea2e0
Bazel rule for building grpc_cli.
8 years ago
Alexander Polcyn
f5521c33f9
Revert "Merge branch 'master' into v1.3.x"
...
This reverts commit 79759fea1a
, reversing
changes made to dc36f4df6a
.
8 years ago
Craig Tiller
edec4f5f81
Add support for server-side channel args to qps_test
8 years ago
Craig Tiller
9fd7cf5dc3
Recycle ports
8 years ago
Craig Tiller
956920d84e
clang-format
8 years ago
Craig Tiller
f62f8d37b6
Revert "Better cost estimation"
...
This reverts commit 4f98e25f8b
.
8 years ago
Craig Tiller
c6f6663fb7
Rollback some changes
8 years ago
Craig Tiller
0d46284799
Rollback some changes
8 years ago
Vijay Pai
a935ae1505
Fix build rules for grpc++_unsecure, test that it builds properly
8 years ago
yang-g
03876f66e1
Fix http2_interop test for c++ and python
8 years ago
Craig Tiller
0bb25f325c
Build fix
8 years ago
Makarand Dharmapurikar
bdd48ffaa3
added missing dependency
8 years ago
Craig Tiller
dbc12105a3
Refine ping-pong cpu requirement estimations; sort tests by cpu cost to get better bin packing
8 years ago