The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) https://grpc.io/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
David Garcia Quintas 87ca82768d Added missing benchmark_config.* files 10 years ago
..
async_streaming_ping_pong_test.cc Removed registry for benchmark reports & introduced benchmark_config.{h,cc} in the spirit of test_config.{h,cc}. 10 years ago
async_unary_ping_pong_test.cc Removed registry for benchmark reports & introduced benchmark_config.{h,cc} in the spirit of test_config.{h,cc}. 10 years ago
client.h Merge github.com:google/grpc into qps 10 years ago
client_async.cc Lose redundant tag on unary calls 10 years ago
client_sync.cc Also need to create a vector of streams 10 years ago
driver.cc Compile fix 10 years ago
driver.h Merge branch 'qps' into local_worker 10 years ago
histogram.h Merge github.com:google/grpc into qps 10 years ago
qps-sweep.sh Sweep different parameter sets in a single shell script. 10 years ago
qps_driver.cc Removed registry for benchmark reports & introduced benchmark_config.{h,cc} in the spirit of test_config.{h,cc}. 10 years ago
qps_test.cc Removed registry for benchmark reports & introduced benchmark_config.{h,cc} in the spirit of test_config.{h,cc}. 10 years ago
qps_worker.cc Allow RunScenarios to spawn in-process workers 10 years ago
qps_worker.h Allow RunScenarios to spawn in-process workers 10 years ago
qpstest.proto Make RPC type configurable 10 years ago
report.cc Removed registry for benchmark reports & introduced benchmark_config.{h,cc} in the spirit of test_config.{h,cc}. 10 years ago
report.h Added missing benchmark_config.* files 10 years ago
server.h Splitting gRPC service class codegen into its own set of files. 10 years ago
server_async.cc Completion queue binding for new requests API change 10 years ago
server_sync.cc Splitting gRPC service class codegen into its own set of files. 10 years ago
single_run_localhost.sh Rework QPS client/server 10 years ago
stats.h Elminate range-based fors and work around some other limitations in older compilers 10 years ago
sync_streaming_ping_pong_test.cc Removed registry for benchmark reports & introduced benchmark_config.{h,cc} in the spirit of test_config.{h,cc}. 10 years ago
sync_unary_ping_pong_test.cc Removed registry for benchmark reports & introduced benchmark_config.{h,cc} in the spirit of test_config.{h,cc}. 10 years ago
timer.cc Include the config.h file to make sure that nullptr is covered 10 years ago
timer.h Formatting 10 years ago
worker.cc Add a GrpcLibrary class to wrap grpc_init and grpc_shutdown and convert all the tests to init/shutdown free. 10 years ago