Build db_bench_log executable

This change added the db_bench_log executable to the build.

Signed-off-by: Hanlin Shi <shihanlin9@gmail.com>
This commit is contained in:
Hanlin Shi 2024-04-19 00:11:14 -07:00
parent 068d5ee1a3
commit 92dfa605a4
No known key found for this signature in database
GPG Key ID: 5D7FE5E2DD3B76CE

View File

@ -466,6 +466,8 @@ int main() {
leveldb_benchmark("benchmarks/db_bench_tree_db.cc")
target_link_libraries(db_bench_tree_db kyotocabinet)
endif(HAVE_KYOTOCABINET)
leveldb_benchmark("benchmarks/db_bench_log.cc")
endif(LEVELDB_BUILD_BENCHMARKS)
if(LEVELDB_INSTALL)