Add a test

This commit is contained in:
Alexey Milovidov 2021-01-31 13:05:00 +03:00
parent 11f144f589
commit 051e4832b9
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1 @@
queries 100000

View File

@ -0,0 +1,7 @@
#!/usr/bin/env bash
CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
# shellcheck source=../shell_config.sh
. "$CURDIR"/../shell_config.sh
$CLICKHOUSE_BENCHMARK --secure -i 100000 -c 32 --query 'SELECT 1' 2>&1 | grep -oF 'queries 100000'