Skip to content

Commit

Permalink
Rename scale 1000 s3 directory
Browse files Browse the repository at this point in the history
  • Loading branch information
milesgranger committed Oct 4, 2023
1 parent 46597fe commit 51ba62a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/benchmarks/test_tpch.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

DATASETS = {
"scale 100": "s3://coiled-runtime-ci/tpch_scale_100/",
"scale 1000": "s3://coiled-runtime-ci/tpch_scale_1000/",
"scale 1000": "s3://coiled-runtime-ci/tpch-scale-1000/",
}

enabled_dataset = os.getenv("TPCH_SCALE")
Expand Down
2 changes: 1 addition & 1 deletion tests/benchmarks/test_tpch_pyspark.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

DATASETS = {
"scale 100": "s3a://coiled-runtime-ci/tpch_scale_100/",
"scale 1000": "s3a://coiled-runtime-ci/tpch_scale_1000/",
"scale 1000": "s3a://coiled-runtime-ci/tpch-scale-1000/",
}


Expand Down

0 comments on commit 51ba62a

Please sign in to comment.