We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6f2dd4 commit 7d706daCopy full SHA for 7d706da
asv_bench/benchmarks/series_methods.py
@@ -93,7 +93,7 @@ def time_isin_long_series_long_values_floats(self):
93
class IsInLongSeriesLookUpDominates:
94
params = [
95
["int64", "int32", "float64", "float32", "object"],
96
- [1, 2, 5, 10, 16, 50, 100, 1000, 10 ** 5],
+ [5, 1000],
97
["random_hits", "random_misses", "monotone_hits", "monotone_misses"],
98
]
99
param_names = ["dtype", "MaxNumber", "series_type"]
0 commit comments