Skip to content

Commit bea825f

Browse files
committed
cleanup
1 parent 51606c3 commit bea825f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

bindings/python/benchmarks/benchmarks.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,13 +204,16 @@ def setup(self):
204204
% (N_DOCS, len(BSON.encode(base_dict)) // 1024, len(base_dict))
205205
)
206206

207-
# All of the following tests are being skipped because NumPy/Pandas do not work with nested arrays.
207+
# All of the following tests are being skipped because NumPy/Pandas/Polars do not work with nested arrays.
208208
def time_to_numpy(self):
209209
pass
210210

211211
def time_to_pandas(self):
212212
pass
213213

214+
def time_to_polars(self):
215+
pass
216+
214217
def time_conventional_ndarray(self):
215218
pass
216219

0 commit comments

Comments
 (0)