Skip to content

Commit b66ab43

Browse files
committed
Revert "reduce number of rows in reshape.GetDummies.time_get_dummies_1d_sparse benchmark"
This reverts commit e2f892a.
1 parent e2f892a commit b66ab43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asv_bench/benchmarks/reshape.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def time_pivot_table(self):
135135
class GetDummies(object):
136136
def setup(self):
137137
categories = list(string.ascii_letters[:12])
138-
s = pd.Series(np.random.choice(categories, size=10000),
138+
s = pd.Series(np.random.choice(categories, size=1000000),
139139
dtype=pd.api.types.CategoricalDtype(categories))
140140
self.s = s
141141

0 commit comments

Comments
 (0)