Skip to content

Commit 7d706da

Browse files
committed
reduce the number of asv-tests
1 parent f6f2dd4 commit 7d706da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asv_bench/benchmarks/series_methods.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def time_isin_long_series_long_values_floats(self):
9393
class IsInLongSeriesLookUpDominates:
9494
params = [
9595
["int64", "int32", "float64", "float32", "object"],
96-
[1, 2, 5, 10, 16, 50, 100, 1000, 10 ** 5],
96+
[5, 1000],
9797
["random_hits", "random_misses", "monotone_hits", "monotone_misses"],
9898
]
9999
param_names = ["dtype", "MaxNumber", "series_type"]

0 commit comments

Comments
 (0)