Skip to content

Commit

Permalink
Fix BackendLoading removing warmup
Browse files Browse the repository at this point in the history
  • Loading branch information
TLouf committed May 18, 2021
1 parent 47130fa commit 6105c6f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions asv_bench/benchmarks/plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@ def time_plot_andrews_curves(self):


class BackendLoading:
repeat = 1
number = 1
warmup_time = 0

def setup(self):
dist = pkg_resources.get_distribution("pandas")
if dist.module_path not in pd_file:
Expand Down

0 comments on commit 6105c6f

Please sign in to comment.