Craig Tiller
1d0fce9d60
Add some endpoint pair tests
8 years ago
Craig Tiller
93d802b986
Add full stack microbenchmark
8 years ago
Craig Tiller
d3cd017f5d
Initial google_benchmark integration: source changes
8 years ago
Sree Kuchibhotla
14b701c114
Use nullptr instead of NULL. Move test to grpc namespace so that when using gcc4.4, we use nullptr definition in grpc++/impl/codegen/config.h
8 years ago
Yuxuan Li
aa7411da04
minor fix for usage_timer.cc
8 years ago
Sree Kuchibhotla
cb4cd3dc5d
make gcc4.4 happy
8 years ago
Sree Kuchibhotla
3fc578345d
Change std::atomic_int to gpr_atm since gcc4.4 is complaining
8 years ago
Mark D. Roth
e3a21005bf
Fix propagation of channel args for insecure channels.
8 years ago
Sree Kuchibhotla
069c12de23
Fix thread_manager_test
8 years ago
Sree Kuchibhotla
85399f0824
clang formatting fixes
8 years ago
Yuxuan Li
60d55f80c4
Change flag precision to flag stride, better description.
...
Add flag error_tolerence to define the search stopping criteria.
Move the equal condition in the binary search to smaller than condition.
Wrap get_cpu_usage(), so on non-linux platform, the compiler won't
complain and will get cpu usage to be 0.
8 years ago
Makarand Dharmapurikar
f01f7b6d6c
clang-format fixes
8 years ago
Sree Kuchibhotla
6135535ca7
Minor changes and called generate_projects.sh again
8 years ago
Makarand Dharmapurikar
e3dd1d7d11
modify stress_test command line options
...
Modify command line options to be consistent with interop_client.
8 years ago
Sree Kuchibhotla
920ed0c418
Modify Thread manager test
8 years ago
Noah Eisen
32eee7739b
Changed name of rpc method to fit with the conventional naming. Also fixed type in interop client flag help message
8 years ago
Sree Kuchibhotla
385c9b2f05
Address code review comments
8 years ago
Craig Tiller
afcc8752f3
clang-format
8 years ago
Mark D. Roth
24301717d4
Allow specifying extra flags for C++ interop server.
8 years ago
Vijay Pai
d923583768
Minor cleanup - remove an unneeded header, mark a class final, explicitly specify parent class
8 years ago
Craig Tiller
20afa3d7c9
BufferPool --> ResourceQuota
8 years ago
Craig Tiller
14c836fcd1
Delambdaify
8 years ago
Craig Tiller
b019d61f9a
Fix benchmark shutdown
8 years ago
Yuchen Zeng
169c985f67
Remove generated pb files
8 years ago
Mark D. Roth
5e258bf32b
clang-format
8 years ago
murgatroid99
583eb9b96f
Clang format
8 years ago
Yuchen Zeng
87772d5b88
Fix asan issues, clean up
8 years ago
Yuchen Zeng
de3daf5d63
More interfaces for grpc_socket_mutator
8 years ago
yang-g
c4292fb971
Add a simple test
8 years ago
Sree Kuchibhotla
c37a8a56df
Fix test
8 years ago
Sree Kuchibhotla
d39f40da9e
Fix include files
8 years ago
Sree Kuchibhotla
8f7739bcd6
Rename GrpcRpcManager -> ThreadManager
8 years ago
Vijay Pai
08126092e6
golden file
8 years ago
Vijay Pai
96e03110db
clang-format
8 years ago
Vijay Pai
8d08b1d9ee
Test all split streamed variations
8 years ago
Vijay Pai
65a9ef16ed
Fix channel/stub for dup service use
8 years ago
Vijay Pai
61536a7371
Making split streaming testable
8 years ago
Noah Eisen
83dd3aa7e0
changed whitespace
8 years ago
Noah Eisen
40860c4488
reverting a file for the last commit caused a function to be deleted from interop_client. This commit adds that function back in
8 years ago
Noah Eisen
f8ffbf62a2
also reverted interop server, since mark had already made the changes I did in an un merged pull request
8 years ago
David Garcia Quintas
b5299976c1
Fixed clang-format sanity error
8 years ago
David Garcia Quintas
a3654db631
Renamed LB-related metadata keys
8 years ago
Noah Eisen
2cef11c667
added status request ability to the FullDuplexCall so that cpp server can pass the node client's status_code_and_message test
8 years ago
Yuxuan Li
c6c6cc269e
change default values flags
8 years ago
Yuxuan Li
6a5b9924f3
resolve out_of_range error from stoi function.
8 years ago
Yuxuan Li
69c61319df
change flags type, name according to the comments.
...
change binary search stride from 1 to FLAGS_precision
8 years ago
Yuxuan Li
77c18981c2
change binary search log info from GPR_INFO to GPR_DEBUG
8 years ago
Yuxuan Li
c265a0ab02
clean up unnecessary new lines and logging.
8 years ago
Yuxuan Li
49aeb59389
clang-formated and latency_vs_load.cc is deleted as its functionality
...
has been merged into qps_json_driver.
8 years ago
Yuxuan Li
d31c78c6f0
updated protobuf, merged latency_vs_load.cc(not deleted yet) and qps_json_driver.cc
8 years ago