Skip to content

Commit 1507eed

Browse files
phoflpmhatre1
authored andcommitted
CoW: Remove item_cache benchmarks (pandas-dev#57364)
1 parent 4ec2300 commit 1507eed

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

asv_bench/benchmarks/frame_methods.py

Lines changed: 0 additions & 6 deletions
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)