ClickHouse/contrib/qpl-cmake/benchmark_sample/client_scripts/run_ssb.sh

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
246 B
Bash
Raw Normal View History

WORKING_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/.."
if [ ! -d "${WORKING_DIR}/output" ]; then
mkdir ${WORKING_DIR}/output
fi
bash allin1_ssb.sh 2 > ${WORKING_DIR}/output/run.log
2023-03-21 16:06:29 +00:00
echo "Please check log in: ${WORKING_DIR}/output/run.log"