#include <sstream>
#include <benchmark/benchmark.h>
#include "src/core/lib/profiling/timers.h"
#include "src/proto/grpc/testing/echo.grpc.pb.h"
#include "test/cpp/microbenchmarks/fullstack_context_mutators.h"
#include "test/cpp/microbenchmarks/fullstack_fixtures.h"
Go to the source code of this file.
Namespaces | |
grpc | |
grpc::testing | |
Functions | |
template<class Fixture , class ClientContextMutator , class ServerContextMutator > | |
static void | grpc::testing::BM_StreamingPingPong (benchmark::State &state) |
template<class Fixture , class ClientContextMutator , class ServerContextMutator > | |
static void | grpc::testing::BM_StreamingPingPongMsgs (benchmark::State &state) |
template<class Fixture , class ClientContextMutator , class ServerContextMutator > | |
static void | grpc::testing::BM_StreamingPingPongWithCoalescingApi (benchmark::State &state) |
static void * | grpc::testing::tag (intptr_t x) |