We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 965ee5e commit 52a5dccCopy full SHA for 52a5dcc
asv_bench/benchmarks/attrs_caching.py
@@ -15,7 +15,7 @@ def setup(self):
15
self.cur_index = self.df.index
16
17
def time_get_index(self):
18
- self.foo_index = self.df.index
+ self.df.index = self.df.index
19
20
def time_set_index(self):
21
self.df.index = self.cur_index
0 commit comments