Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
troubleshoot setup_cache
  • Loading branch information
jbrockmendel committed Aug 23, 2019
commit 21d3d7ffd91e14edd177da2515ce17a63d27bfc9
2 changes: 1 addition & 1 deletion asv_bench/benchmarks/replace.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class ReplaceList:
params = [True, False]
param_names = ["inplace"]

def setup_cache(self):
def setup_cache(self, inplace):
self.df = pd.DataFrame({"A": 0, "B": 0}, index=range(4 * 10 ** 7))

def time_replace_list(self, inplace):
Expand Down