We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4359b6c commit a0d36cdCopy full SHA for a0d36cd
tests/benchmarks/test_arrow.py
@@ -4,7 +4,7 @@
4
from ..utils_test import cluster_memory, timeseries_of_size, wait
5
6
7
-@pytest.fixture(params=[True, False])
+@pytest.fixture(params=[True, False], ids=["string[pyarrow]", "object"])
8
def series_with_client(request, small_client):
9
memory = cluster_memory(small_client)
10
df = timeseries_of_size(memory)
0 commit comments