Skip to content

Commit a78c6e6

Browse files
committed
ClickHouse: fix assert in benchmark script
1 parent b4123fe commit a78c6e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clickhouse/benchmark.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# Check if the required arguments are provided
4-
if [[ $# -lt 3 ]]; then
4+
if [[ $# -lt 2 ]]; then
55
echo "Usage: $0 <DB_NAME> <RESULT_FILE_RUNTIMES>"
66
exit 1
77
fi

0 commit comments

Comments
 (0)