From dd49a2e5910c197a9bf7e62b6ef929b792f3dea2 Mon Sep 17 00:00:00 2001 From: Robert Schulze Date: Sun, 16 Mar 2025 09:37:46 +0000 Subject: [PATCH] SingleStore: Uncomment install script run --- singlestore/main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/singlestore/main.sh b/singlestore/main.sh index 680beca..085897c 100755 --- a/singlestore/main.sh +++ b/singlestore/main.sh @@ -33,7 +33,7 @@ echo "4) 1000m" echo "5) all" read -p "Enter the number corresponding to your choice: " choice -# ./install.sh "${LICENSE_KEY}" "${ROOT_PASSWORD}" +./install.sh "${LICENSE_KEY}" "${ROOT_PASSWORD}" benchmark() { local size=$1