Skip to content

Commit

Permalink
fix(ci): fix benchmark ci failure
Browse files Browse the repository at this point in the history
  • Loading branch information
zhang2014 committed Dec 5, 2024
1 parent f665079 commit bc244d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions benchmark/clickbench/benchmark_cloud.sh
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ for query in "${BENCHMARK_DATASET}"/queries/*.sql; do
done

echo "Cleaning up..."
export BENDSQL_DSN="databend://${CLOUD_USER}:${CLOUD_PASSWORD}@${CLOUD_GATEWAY}:443?login=disable"
if [[ "${BENCHMARK_DATASET}" == "load" ]]; then
echo "Dropping database..."
echo "DROP DATABASE IF EXISTS ${BENCHMARK_DATABASE};" | bendsql
Expand Down

0 comments on commit bc244d5

Please sign in to comment.