Skip to content
This repository was archived by the owner on Dec 8, 2021. It is now read-only.

Commit 7d4f9d6

Browse files
authored
cleanup: remove exploratory benchmarks (#1106)
When starting on the quest to write benchmarks I wrote some code to discover what benchmarks we wanted. Now that the real benchmarks are here (or at least in PRs) it is time to remove this code.
1 parent 07dbbc4 commit 7d4f9d6

3 files changed

Lines changed: 1 addition & 581 deletions

File tree

google/cloud/spanner/benchmarks/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ function (spanner_client_define_benchmarks)
3737

3838
set(spanner_client_benchmarks
3939
# cmake-format: sortable
40-
single_row_throughput_benchmark.cc multiple_rows_cpu_benchmark.cc
41-
throughput_benchmark.cc)
40+
single_row_throughput_benchmark.cc multiple_rows_cpu_benchmark.cc)
4241

4342
# Export the list of unit tests to a .bzl file so we do not need to maintain
4443
# the list in two places.

google/cloud/spanner/benchmarks/spanner_client_benchmarks.bzl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,4 @@
1919
spanner_client_benchmarks = [
2020
"single_row_throughput_benchmark.cc",
2121
"multiple_rows_cpu_benchmark.cc",
22-
"throughput_benchmark.cc",
2322
]

0 commit comments

Comments
 (0)