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.
1 parent b4123fe commit a78c6e6Copy full SHA for a78c6e6
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