#include <grpc/support/log.h>
#include <grpcpp/channel.h>
#include <grpcpp/create_channel.h>
#include <grpcpp/security/credentials.h>
#include <grpcpp/security/server_credentials.h>
#include <grpcpp/server.h>
#include <grpcpp/server_builder.h>
#include <grpcpp/server_context.h>
#include "test/cpp/microbenchmarks/helpers.h"
Go to the source code of this file.
Namespaces | |
grpc | |
grpc::testing | |
Functions | |
template<class F > | |
auto | grpc::testing::MakeVector (size_t length, F f) -> std::vector< decltype(f())> |
Variables | |
static const int | grpc::testing::kPregenerateKeyCount = 100000 |