From e774d28c4308f92f5c381125c939f03d928d95a5 Mon Sep 17 00:00:00 2001 From: Alexey Milovidov Date: Sun, 14 Aug 2022 04:16:48 +0200 Subject: [PATCH] Fix style --- contrib/cctz | 2 +- programs/benchmark/Benchmark.cpp | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/contrib/cctz b/contrib/cctz index 8c71d74bdf7..49c656c62fb 160000 --- a/contrib/cctz +++ b/contrib/cctz @@ -1 +1 @@ -Subproject commit 8c71d74bdf76c3fa401da845089ae60a6c0aeefa +Subproject commit 49c656c62fbd36a1bc20d64c476853bdb7cf7bb9 diff --git a/programs/benchmark/Benchmark.cpp b/programs/benchmark/Benchmark.cpp index f22236764b9..fcfce7bc2a3 100644 --- a/programs/benchmark/Benchmark.cpp +++ b/programs/benchmark/Benchmark.cpp @@ -644,13 +644,13 @@ int mainEntryClickHouseBenchmark(int argc, char ** argv) ("user,u", value()->default_value(env_user_str.value_or("default")), "") ("password", value()->default_value(env_password_str.value_or("")), "") ("quota_key", value()->default_value(env_quota_key_str.value_or("")), "") - ("database", value()->default_value("default"), "") - ("stacktrace", "print stack traces of exceptions") - ("confidence", value()->default_value(5), "set the level of confidence for T-test [0=80%, 1=90%, 2=95%, 3=98%, 4=99%, 5=99.5%(default)") - ("query_id", value()->default_value(""), "") + ("database", value()->default_value("default"), "") + ("stacktrace", "print stack traces of exceptions") + ("confidence", value()->default_value(5), "set the level of confidence for T-test [0=80%, 1=90%, 2=95%, 3=98%, 4=99%, 5=99.5%(default)") + ("query_id", value()->default_value(""), "") ("continue_on_errors", "continue testing even if a query fails") - ("reconnect", "establish new connection for every query") - ("client-side-time", "display the time including network communication instead of server-side time; note that for server versions before 22.8 we always display client-side time") + ("reconnect", "establish new connection for every query") + ("client-side-time", "display the time including network communication instead of server-side time; note that for server versions before 22.8 we always display client-side time") ; Settings settings;