Skip to content

Commit

Permalink
set runner ray
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay Chia committed Dec 10, 2024
1 parent 4198528 commit 4e2f4fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions benchmarking/ooms/big_task_heap_usage.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ def generator(
parser.add_argument("--deflation-factor", type=int, default=100)
args = parser.parse_args()

daft.context.set_runner_ray()

df = read_generator(
generator(args.num_partitions, args.num_rows_per_partition),
schema=daft.Schema._from_field_name_and_types([("foo", daft.DataType.binary())]),
Expand Down

0 comments on commit 4e2f4fb

Please sign in to comment.