Skip to content

Commit 567fb55

Browse files
authored
BENCH: Fix makeCategoricalIndex (#46433)
1 parent a875c23 commit 567fb55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asv_bench/benchmarks/categoricals.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ def time_remove_categories(self):
187187
class Rank:
188188
def setup(self):
189189
N = 10**5
190-
ncats = 20
190+
ncats = 15
191191

192192
self.s_str = pd.Series(tm.makeCategoricalIndex(N, ncats)).astype(str)
193193
self.s_str_cat = pd.Series(self.s_str, dtype="category")

0 commit comments

Comments
 (0)