diff --git a/docker/test/performance-comparison/compare.sh b/docker/test/performance-comparison/compare.sh index 3b0b7a4d95a..c5f68f166b5 100755 --- a/docker/test/performance-comparison/compare.sh +++ b/docker/test/performance-comparison/compare.sh @@ -1338,6 +1338,8 @@ EOF set -x } +# clickhouse may be compressed - run once to decompress +/workspace/right/clickhouse ||: # Check that local and client are in PATH clickhouse-local --version > /dev/null clickhouse-client --version > /dev/null