Skip to content

Commit

Permalink
Change filename and add tpch command
Browse files Browse the repository at this point in the history
  • Loading branch information
raunakab committed Nov 16, 2024
1 parent 38ee39d commit e2e168d
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,14 @@ jobs:
ray up .github/assets/ray.yaml -y
HEAD_NODE_IP=$(ray get-head-ip .github/assets/ray.yaml | tail -n 1)
ssh -o StrictHostKeyChecking=no -fN -L 8265:localhost:8265 -i ~/.ssh/ci-github-actions-ray-cluster-key.pem ubuntu@$HEAD_NODE_IP
DAFT_RUNNER=ray python -m benchmarking.tpch \
--skip_questions="2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22" \
--num_parts 2 \
--scale_factor 2 \
--parquet_file_cache /tmp/data \
--output_csv output.csv \
--ray_job_dashboard_url http://localhost:8265 \
--skip_warmup
ray job submit --working-dir .github/working_dir --address http://localhost:8265 -- python test.py
ray down .github/assets/ray.yaml -y

0 comments on commit e2e168d

Please sign in to comment.