summaryrefslogtreecommitdiff
path: root/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run.sh')
-rw-r--r--run.sh10
1 files changed, 6 insertions, 4 deletions
diff --git a/run.sh b/run.sh
index 7168353..d693018 100644
--- a/run.sh
+++ b/run.sh
@@ -1,7 +1,9 @@
for i in {1,2,3}
do
-python ./src/autotest.py ch
-echo 1 > /proc/sys/vm/drop_caches
-python ./src/autotest.py ol
-echo 1 > /proc/sys/vm/drop_caches
+ echo "running ClickHouse test"
+ python ./src/run.py ch
+ echo 1 > /proc/sys/vm/drop_caches
+ echo "running OpenLookeng test"
+ python ./src/run.py ol
+ echo 1 > /proc/sys/vm/drop_caches
done \ No newline at end of file