@@ -23,7 +23,7 @@ add_library(bigtable_benchmark_common
2323 setup.h
2424 setup.cc )
2525target_link_libraries (bigtable_benchmark_common
26- bigtable_admin_client bigtable_client bigtable_protos
26+ bigtable_client bigtable_protos
2727 gRPC::grpc++ gRPC::grpc protobuf::libprotobuf )
2828
2929# List the unit tests, then setup the targets and dependencies.
@@ -39,7 +39,7 @@ foreach (fname ${bigtable_benchmarks_unit_tests})
3939 set (target "bigtable_benchmarks_${target} " )
4040 add_executable (${target} ${fname} )
4141 target_link_libraries (${target} PRIVATE
42- bigtable_benchmark_common bigtable_admin_client bigtable_client
42+ bigtable_benchmark_common bigtable_client
4343 bigtable_protos bigtable_common_options
4444 gmock gRPC::grpc++ gRPC::grpc protobuf::libprotobuf )
4545 add_test (NAME ${target} COMMAND ${target} )
@@ -49,20 +49,20 @@ endforeach ()
4949# Benchmark Table::ReadRows().
5050add_executable (scan_throughput_benchmark scan_throughput_benchmark.cc )
5151target_link_libraries (scan_throughput_benchmark PRIVATE
52- bigtable_benchmark_common bigtable_admin_client bigtable_client
52+ bigtable_benchmark_common bigtable_client
5353 bigtable_protos bigtable_common_options
5454 gRPC::grpc++ gRPC::grpc protobuf::libprotobuf )
5555
5656# Benchmark for Table::Apply() and Table::ReadRow().
5757add_executable (apply_read_latency_benchmark apply_read_latency_benchmark.cc )
5858target_link_libraries (apply_read_latency_benchmark PRIVATE
59- bigtable_benchmark_common bigtable_admin_client bigtable_client
59+ bigtable_benchmark_common bigtable_client
6060 bigtable_protos bigtable_common_options
6161 gRPC::grpc++ gRPC::grpc protobuf::libprotobuf )
6262
6363# A benchmark to measure performance of long running programs.
6464add_executable (endurance_benchmark endurance_benchmark.cc )
6565target_link_libraries (endurance_benchmark PRIVATE
66- bigtable_benchmark_common bigtable_admin_client bigtable_client
66+ bigtable_benchmark_common bigtable_client
6767 bigtable_protos bigtable_common_options
6868 gRPC::grpc++ gRPC::grpc protobuf::libprotobuf )
0 commit comments