aboutsummaryrefslogtreecommitdiffhomepage
path: root/benchmark/bench_db.cpp
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2020-08-08 22:00:05 +0300
committerlevlam <levlam@telegram.org>2020-08-08 22:00:05 +0300
commit499deffa8d9aeda5ec2214881a09f956eaec7cac (patch)
tree0223d7e21b566f10684c6e090a907b4066a234cf /benchmark/bench_db.cpp
parent3fb0bdff15cd4c87d97a217a9b746aac724a8c0f (diff)
Minor benchmark improvements.
GitOrigin-RevId: e75e3ebe819e248b2f5203aa17d736ef8284bd46
Diffstat (limited to 'benchmark/bench_db.cpp')
-rw-r--r--benchmark/bench_db.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/benchmark/bench_db.cpp b/benchmark/bench_db.cpp
index aee56f610..bdc3bad81 100644
--- a/benchmark/bench_db.cpp
+++ b/benchmark/bench_db.cpp
@@ -238,5 +238,4 @@ int main() {
bench(TdKvBench<td::BinlogKeyValue<td::Binlog>>("BinlogKeyValue<Binlog>"));
bench(TdKvBench<td::BinlogKeyValue<td::ConcurrentBinlog>>("BinlogKeyValue<ConcurrentBinlog>"));
bench(SeqKvBench());
- return 0;
}