Skip to content

Commit 321157d

Browse files
asv groupby.string smaller_faster (#49385)
1 parent 768346b commit 321157d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asv_bench/benchmarks/groupby.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@ class String:
683683
def setup(self, dtype, method):
684684
cols = list("abcdefghjkl")
685685
self.df = DataFrame(
686-
np.random.randint(0, 100, size=(1_000_000, len(cols))),
686+
np.random.randint(0, 100, size=(10_000, len(cols))),
687687
columns=cols,
688688
dtype=dtype,
689689
)

0 commit comments

Comments
 (0)