diff options
Diffstat (limited to 'run.sh')
| -rw-r--r-- | run.sh | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -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 |
