diff --git a/asv_bench/benchmarks/index_object.py b/asv_bench/benchmarks/index_object.py index de72f08515246..d0aced87c54c6 100644 --- a/asv_bench/benchmarks/index_object.py +++ b/asv_bench/benchmarks/index_object.py @@ -188,7 +188,7 @@ def time_get_loc(self): class IntervalIndexMethod: # GH 24813 - params = [10**3, 10**5, 10**7] + params = [10**3, 10**5] def setup(self, N): left = np.append(np.arange(N), np.array(0))