mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
Add a test
This commit is contained in:
parent
11f144f589
commit
051e4832b9
@ -0,0 +1 @@
|
||||
queries 100000
|
7
tests/queries/0_stateless/01683_text_log_deadlock.sh
Executable file
7
tests/queries/0_stateless/01683_text_log_deadlock.sh
Executable 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'
|
Loading…
Reference in New Issue
Block a user