|
|
@ -41,9 +41,9 @@ |
|
|
|
#include "src/core/lib/profiling/timers.h" |
|
|
|
#include "src/core/lib/profiling/timers.h" |
|
|
|
#include "src/core/lib/surface/channel.h" |
|
|
|
#include "src/core/lib/surface/channel.h" |
|
|
|
#include "src/core/lib/transport/transport_impl.h" |
|
|
|
#include "src/core/lib/transport/transport_impl.h" |
|
|
|
|
|
|
|
|
|
|
|
#include "src/cpp/client/create_channel_internal.h" |
|
|
|
#include "src/cpp/client/create_channel_internal.h" |
|
|
|
#include "src/proto/grpc/testing/echo.grpc.pb.h" |
|
|
|
#include "src/proto/grpc/testing/echo.grpc.pb.h" |
|
|
|
|
|
|
|
#include "test/core/util/test_config.h" |
|
|
|
#include "test/cpp/microbenchmarks/helpers.h" |
|
|
|
#include "test/cpp/microbenchmarks/helpers.h" |
|
|
|
#include "test/cpp/util/test_config.h" |
|
|
|
#include "test/cpp/util/test_config.h" |
|
|
|
|
|
|
|
|
|
|
@ -825,6 +825,7 @@ void RunTheBenchmarksNamespaced() { RunSpecifiedBenchmarks(); } |
|
|
|
} // namespace benchmark
|
|
|
|
} // namespace benchmark
|
|
|
|
|
|
|
|
|
|
|
|
int main(int argc, char** argv) { |
|
|
|
int main(int argc, char** argv) { |
|
|
|
|
|
|
|
grpc::testing::TestEnvironment env(argc, argv); |
|
|
|
LibraryInitializer libInit; |
|
|
|
LibraryInitializer libInit; |
|
|
|
::benchmark::Initialize(&argc, argv); |
|
|
|
::benchmark::Initialize(&argc, argv); |
|
|
|
::grpc::testing::InitTest(&argc, &argv, false); |
|
|
|
::grpc::testing::InitTest(&argc, &argv, false); |
|
|
|