diff options
author | Mark D. Roth <roth@google.com> | 2016-12-05 08:06:39 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-05 08:06:39 -0800 |
commit | 56b655c58022dba7a8f175df1da2c8737da26c0e (patch) | |
tree | e3b60c4ac529001fea8fdc0a9fa5fe4005deb1fc /test/cpp/microbenchmarks/bm_fullstack.cc | |
parent | adc3fbc0a3a08bfa9c4a0fadfc2b9ce1ed77ecd7 (diff) | |
parent | d101e142110df4fec66a6b10c2055adbdfe1337d (diff) |
Merge pull request #8950 from grpc/revert-8851-rename_gbench
Revert "Renamed google_benchmark submodule to benchmark"
Diffstat (limited to 'test/cpp/microbenchmarks/bm_fullstack.cc')
-rw-r--r-- | test/cpp/microbenchmarks/bm_fullstack.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/microbenchmarks/bm_fullstack.cc b/test/cpp/microbenchmarks/bm_fullstack.cc index 6c0bf80488..6cc780d44a 100644 --- a/test/cpp/microbenchmarks/bm_fullstack.cc +++ b/test/cpp/microbenchmarks/bm_fullstack.cc @@ -59,7 +59,7 @@ extern "C" { } #include "src/cpp/client/create_channel_internal.h" #include "src/proto/grpc/testing/echo.grpc.pb.h" -#include "third_party/benchmark/include/benchmark/benchmark.h" +#include "third_party/google_benchmark/include/benchmark/benchmark.h" namespace grpc { namespace testing { |