Skip to content

Commit

Permalink
fix: optimize call in benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
ion-elgreco committed Aug 22, 2024
1 parent 1f45881 commit fcd62ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tests/test_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def setup():
return (dt,), dict(max_concurrent_tasks=max_tasks)

def func(dt, max_concurrent_tasks):
return dt.optimize(
return dt.optimize.compact(
max_concurrent_tasks=max_concurrent_tasks, target_size=1024 * 1024 * 1024
)

Expand Down

0 comments on commit fcd62ab

Please sign in to comment.