Skip to content

Commit

Permalink
Printout
Browse files Browse the repository at this point in the history
  • Loading branch information
raunakab committed Dec 15, 2024
1 parent 0714b76 commit fd66483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarking/tpcds/ray_entrypoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def run(
)
args = parser.parse_args()

d = Path("benchmarking")
d = Path("benchmarking") / "tpcds"
assert d.exists()

for x in d.iterdir():
Expand Down

0 comments on commit fd66483

Please sign in to comment.