Skip to content

Commit 7d32984

Browse files
A script to benchmark self-managed ClickHouse variants in an unattended fashion
1 parent c74654a commit 7d32984

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

clickhouse/cloud-init.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@ apt-get update
1515
apt-get install -y wget curl
1616

1717
wget $BASE_URL/{benchmark.sh,run.sh,create.sql,queries.sql}
18+
# wget $BASE_URL/{benchmark.sh,run.sh,create-tuned-memory.sql,queries-tuned-memory.sql}
1819
chmod +x *.sh
1920
./benchmark.sh 2>&1 | tee log
21+
# ./benchmark.sh tuned-memory 2>&1 | tee log
2022

2123
echo $BASE_URL >> log
2224
curl 'http://169.254.169.254/latest/meta-data/instance-type' >> log

0 commit comments

Comments
 (0)