Adjust test scale

This commit is contained in:
Alexey Milovidov 2021-02-01 05:28:18 +03:00
parent 051e4832b9
commit efb9293587
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
queries 100000
queries 25000

View File

@ -4,4 +4,4 @@ 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'
$CLICKHOUSE_BENCHMARK --secure -i 25000 -c 32 --query 'SELECT 1' 2>&1 | grep -oF 'queries 25000'