Skip to content

Commit 6105c6f

Browse files
committed
Fix BackendLoading removing warmup
1 parent 47130fa commit 6105c6f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

asv_bench/benchmarks/plotting.py

+4
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,10 @@ def time_plot_andrews_curves(self):
107107

108108

109109
class BackendLoading:
110+
repeat = 1
111+
number = 1
112+
warmup_time = 0
113+
110114
def setup(self):
111115
dist = pkg_resources.get_distribution("pandas")
112116
if dist.module_path not in pd_file:

0 commit comments

Comments
 (0)