Skip to content

Commit ee8dd93

Browse files
committed
giving a better test name
1 parent d748c66 commit ee8dd93

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

asv_bench/benchmarks/hash_functions.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
class IsinWithArange:
77
params = [
8-
[np.float64, np.int64, np.object], #
8+
[np.float64, np.int64, np.object],
99
[
1010
1_000,
1111
2_000,
@@ -25,7 +25,8 @@ def time_isin(self, dtype, M, offset_factor):
2525
self.s.isin(self.values)
2626

2727

28-
class GH28303Example:
28+
class Float64GroupIndex:
29+
# GH28303
2930
def setup(self):
3031
self.df = pd.date_range(
3132
start="1/1/2018", end="1/2/2018", periods=1e6

0 commit comments

Comments
 (0)