Skip to content

Commit 9a67ff4

Browse files
ASV: remove large IntervalIndex benchmark (#26712)
1 parent 4d916ef commit 9a67ff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asv_bench/benchmarks/index_object.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ def time_get_loc(self):
188188

189189
class IntervalIndexMethod:
190190
# GH 24813
191-
params = [10**3, 10**5, 10**7]
191+
params = [10**3, 10**5]
192192

193193
def setup(self, N):
194194
left = np.append(np.arange(N), np.array(0))

0 commit comments

Comments
 (0)