Skip to content

Commit ce6bed2

Browse files
committed
CLN: remove Match asv benchmark
1 parent 2d121e2 commit ce6bed2

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

asv_bench/benchmarks/algorithms.py

-7
Original file line numberDiff line numberDiff line change
@@ -87,13 +87,6 @@ def time_duplicated_unique(self, dtype):
8787
self.idx.duplicated()
8888

8989

90-
class Match(object):
91-
92-
def setup(self):
93-
self.uniques = tm.makeStringIndex(1000).values
94-
self.all = self.uniques.repeat(10)
95-
96-
9790
class Hashing(object):
9891

9992
def setup_cache(self):

0 commit comments

Comments
 (0)