diff --git a/bindings/python/benchmarks/benchmarks.py b/bindings/python/benchmarks/benchmarks.py index 65cd9b7b..795ac760 100644 --- a/bindings/python/benchmarks/benchmarks.py +++ b/bindings/python/benchmarks/benchmarks.py @@ -204,13 +204,16 @@ def setup(self): % (N_DOCS, len(BSON.encode(base_dict)) // 1024, len(base_dict)) ) - # All of the following tests are being skipped because NumPy/Pandas do not work with nested arrays. + # All of the following tests are being skipped because NumPy/Pandas/Polars do not work with nested arrays. def time_to_numpy(self): pass def time_to_pandas(self): pass + def time_to_polars(self): + pass + def time_conventional_ndarray(self): pass