Skip to content

Commit

Permalink
Change name of dir
Browse files Browse the repository at this point in the history
  • Loading branch information
raunakab committed Dec 15, 2024
1 parent b5f5cb1 commit 0714b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ci-scripts/job_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def submit_job(
env_vars: str,
enable_ray_tracing: bool,
):
datadir = Path(__file__).parents[2] / "benchmarking" / "tpcds" / "data"
datadir = Path(__file__).parents[2] / "benchmarking" / "tpcds" / "gendata"
datadir.mkdir(parents=True, exist_ok=True)
scale_factor = 0.01
db = duckdb.connect(database=datadir / "tpcds.db")
Expand Down

0 comments on commit 0714b76

Please sign in to comment.