#include <set>
#include <grpc/support/log.h>
#include "test/core/util/test_config.h"
#include "test/cpp/qps/benchmark_config.h"
#include "test/cpp/qps/driver.h"
#include "test/cpp/qps/report.h"
#include "test/cpp/qps/server.h"
#include "test/cpp/util/test_config.h"
#include "test/cpp/util/test_credentials_provider.h"
Go to the source code of this file.
Namespaces | |
grpc | |
grpc::testing | |
Functions | |
int | main (int argc, char **argv) |
static void | grpc::testing::RunSynchronousUnaryPingPong () |
Variables | |
static const int | grpc::testing::BENCHMARK = 3 |
static const int | grpc::testing::WARMUP = 1 |
Definition at line 68 of file secure_sync_unary_ping_pong_test.cc.