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
Yuxuan Li
f2af0c3009
change to new completion queue api
8 years ago
Craig Tiller
f26caeedc6
clang-format
8 years ago
Makarand Dharmapurikar
6a8e2c2408
reduced visibility of test util
8 years ago
Craig Tiller
9354720625
Fix infinite streams in qps_test
8 years ago
Makarand Dharmapurikar
5b8032c8b4
BUILD file for interop client and server
8 years ago
David Garcia Quintas
a7a1098d2f
Updated load_balancer.proto
8 years ago
David Garcia Quintas
53af23cfbf
Improvements to Fake Resolver
8 years ago
Yuxuan Li
0bbdb022de
adding a benchmark for c core call create that do two separate batches.
8 years ago
Yuxuan Li
784018d8a4
use grpc_channel_create_registered_call
8 years ago
Makarand Dharmapurikar
7fb4036a17
clang-format fix
8 years ago
Muxi Yan
29723ee1ba
Revert "Revert "Implement lazy deframe""
8 years ago
Yuxuan Li
c7609c4f3f
profile cpp overhead for call create
8 years ago
Craig Tiller
c71e6a6ad6
Revert "Implement lazy deframe"
8 years ago
yang-g
66d40c63f7
Fix BUILD dependency, copyright and cmake
8 years ago
Makarand Dharmapurikar
220bc643f9
enable cacheable_unary test
8 years ago
Makarand Dharmapurikar
e1b238458f
modified caching test
...
added logic to test that cached response is specific to request payload.
Removed trailing '\0' from query parameter
8 years ago
yang-g
eceec8eaf6
Add helper function to supply and parse error_details from Status.
8 years ago
Sree Kuchibhotla
1f0c827114
Fix asan and tsan bugs. Simplify the code
8 years ago
Alexander Polcyn
2018a4060d
create a grpc client qps test logging reporter
8 years ago
Sree Kuchibhotla
93b60e05a0
Fix asan bug
8 years ago
yang-g
f4c8addded
support C++ error_details
8 years ago
Sree Kuchibhotla
dc0b8a60d3
change cq_create to cq_create_for_next
8 years ago
Muxi Yan
848073f77d
Clean up unused variables and funcs
8 years ago
Muxi Yan
a3fda8fdc9
Fix bm_chttp2_transport memory leak
8 years ago
Muxi Yan
97a0ded7c5
Fix bm_chttp2_transport
8 years ago
Sree Kuchibhotla
631e78c349
Print items/sec metric at the end
8 years ago
Craig Tiller
3bd7a2111e
Fixup code
8 years ago
Craig Tiller
a24b971214
Rename compress_filter --> message_compress_filter
8 years ago
Craig Tiller
ff558bac5c
Fix trickle
8 years ago
Sree Kuchibhotla
f7c673a8c7
minor change
8 years ago
Craig Tiller
85a747ed06
better representative output
8 years ago
Yuchen Zeng
e4e763265b
Add UpdateActions to the interop client helper
8 years ago
Craig Tiller
e76a0ecc03
Update hpack benchmarks for true binary
8 years ago
Sree Kuchibhotla
2c3e7e80bd
use wallclock
8 years ago
Craig Tiller
5bdffab426
Add profiling annotations
8 years ago
Sree Kuchibhotla
3c754e4716
Microbenchmark for measuring impact of multiple threads calling cq_next
8 years ago
Craig Tiller
7949527333
Actually instantiate minstack
8 years ago
Craig Tiller
1d77b44c00
Add representative benchmarks of minimal stacks on chttp2
8 years ago
Craig Tiller
eb0e34f736
Convert everything to new encode API
8 years ago
Craig Tiller
e3593d912b
Fix sanity
8 years ago
Craig Tiller
3be7dd0e79
Optionalize deadline checking
8 years ago
Vijay Pai
45a9abae95
Add option to limit # of messages per stream with tests
8 years ago
Craig Tiller
af76743e33
Optionalize compress, gather all the http2 filter bits together in ext/
8 years ago
Craig Tiller
9b3648a28e
Optionalize message_size_filter
8 years ago
Craig Tiller
7a8232d773
review feedback
8 years ago
Alena Varkockova
7b9cb834ff
Print out some cli error message for getservices
...
Currently, when you cann grpc_cli ls on an endpoint that does not have service reflection, the cli just silently ends without printing out any error or message.
This PR should fix that.
8 years ago