Skip to content

Commit fcd62ab

Browse files
committed
fix: optimize call in benchmark
1 parent 1f45881 commit fcd62ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/tests/test_benchmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def setup():
9595
return (dt,), dict(max_concurrent_tasks=max_tasks)
9696

9797
def func(dt, max_concurrent_tasks):
98-
return dt.optimize(
98+
return dt.optimize.compact(
9999
max_concurrent_tasks=max_concurrent_tasks, target_size=1024 * 1024 * 1024
100100
)
101101

0 commit comments

Comments
 (0)