We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b4123fe + a78c6e6 commit ebbe1eeCopy full SHA for ebbe1ee
clickhouse/benchmark.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
# Check if the required arguments are provided
4
-if [[ $# -lt 3 ]]; then
+if [[ $# -lt 2 ]]; then
5
echo "Usage: $0 <DB_NAME> <RESULT_FILE_RUNTIMES>"
6
exit 1
7
fi
0 commit comments