We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a2717a commit abf3079Copy full SHA for abf3079
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