|
|
@ -20,6 +20,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
#include <grpc/support/log.h> |
|
|
|
#include <grpc/support/log.h> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#include "test/core/util/test_config.h" |
|
|
|
#include "test/cpp/qps/benchmark_config.h" |
|
|
|
#include "test/cpp/qps/benchmark_config.h" |
|
|
|
#include "test/cpp/qps/driver.h" |
|
|
|
#include "test/cpp/qps/driver.h" |
|
|
|
#include "test/cpp/qps/report.h" |
|
|
|
#include "test/cpp/qps/report.h" |
|
|
@ -65,9 +66,9 @@ static void RunSynchronousUnaryPingPong() { |
|
|
|
} // namespace grpc
|
|
|
|
} // namespace grpc
|
|
|
|
|
|
|
|
|
|
|
|
int main(int argc, char** argv) { |
|
|
|
int main(int argc, char** argv) { |
|
|
|
|
|
|
|
grpc::testing::TestEnvironment env(argc, argv); |
|
|
|
grpc::testing::InitTest(&argc, &argv, true); |
|
|
|
grpc::testing::InitTest(&argc, &argv, true); |
|
|
|
|
|
|
|
|
|
|
|
grpc::testing::RunSynchronousUnaryPingPong(); |
|
|
|
grpc::testing::RunSynchronousUnaryPingPong(); |
|
|
|
|
|
|
|
|
|
|
|
return 0; |
|
|
|
return 0; |
|
|
|
} |
|
|
|
} |
|
|
|