-
Notifications
You must be signed in to change notification settings - Fork 174
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Improve visualization of tpcds + tpch benchmarking outputs (#3654)
# Overview This PR adds the ability for the `run-cluster` GitHub Actions workflow to output: 1. a file containing the entire printed out plan for one given question 2. additional stats for the planning + execution time for one given question ## Implementation These files are stored inside of `/tmp/ray`, which is then downloaded via the `run-cluster` workflow, which is then uploaded to the GitHub Actions Summary Page. ## Usage You can run this locally or through CI. ### Locally ```sh DAFT_RUNNER=ray python benchmarking/tpcds/ray_entrypoint.py --question=1 --scale-factor=1 ``` ### Remotely ```sh uv run tools/tpcds.py --questions='1,2' --scale-factor=1 ```
- Loading branch information
Showing
3 changed files
with
34 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters