Skip to content

Commit ebbe1ee

Browse files
authored
Merge pull request #88 from ClickHouse/ch-assert
ClickHouse: fix assert in benchmark script
2 parents b4123fe + a78c6e6 commit ebbe1ee

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)