未验证 提交 c3d6ff80 编写于 作者: V Vitaly Baranov 提交者: GitHub

Update 01683_text_log_deadlock.sh

clickhouse-benchmark didn't allow to pass the --query parameter
上级 abb85f71
......@@ -4,4 +4,4 @@ CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
# shellcheck source=../shell_config.sh
. "$CURDIR"/../shell_config.sh
$CLICKHOUSE_BENCHMARK --secure -i 25000 -c 32 --query 'SELECT 1' 2>&1 | grep -oF 'queries 25000'
$CLICKHOUSE_BENCHMARK --secure -i 25000 -c 32 <<< "SELECT 1" 2>&1 | grep -oF 'queries 25000'
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册