Skip to content

Commit be6d7d6

Browse files
authored
CoW: Remove item_cache benchmarks (#57364)
1 parent f8a3747 commit be6d7d6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

asv_bench/benchmarks/frame_methods.py

-6
Original file line numberDiff line numberDiff line change
@@ -159,12 +159,6 @@ def setup(self):
159159

160160
def time_items(self):
161161
# (monitor no-copying behaviour)
162-
if hasattr(self.df, "_item_cache"):
163-
self.df._item_cache.clear()
164-
for name, col in self.df.items():
165-
pass
166-
167-
def time_items_cached(self):
168162
for name, col in self.df.items():
169163
pass
170164

0 commit comments

Comments
 (0)