Benchmark script fix

This commit is contained in:
Maksim Kita 2021-07-29 13:02:10 +03:00
parent 4ff28cca91
commit 6f7f8a4464

View File

@ -8,6 +8,7 @@ if [ -x ./clickhouse ]
then
CLICKHOUSE_CLIENT="./clickhouse client"
elif command -v clickhouse-client >/dev/null 2>&1
then
CLICKHOUSE_CLIENT="clickhouse-client"
else
echo "clickhouse-client is not found"