Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
phofl committed Sep 20, 2023
1 parent 79e1dbe commit c09b28f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cluster_kwargs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ uber_lyft_large:
worker_vm_types: [m6i.xlarge] # 4 CPU, 16 GiB (preferred default instance)

tpch:
n_workers: 40
n_workers: 20
worker_vm_types: [m6i.xlarge] # 4 CPU, 16 GiB (preferred default instance)

# For tests/workflows/test_pytorch_optuna.py
Expand Down
2 changes: 1 addition & 1 deletion tests/benchmarks/test_tpch.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
if enabled_dataset not in DATASETS:
raise ValueError("Unknown tpch dataset: ", enabled_dataset)
else:
enabled_dataset = "scale 1000"
enabled_dataset = "scale 100"


def read_data(filename):
Expand Down

0 comments on commit c09b28f

Please sign in to comment.