# HG changeset patch # User Boris Feld <boris.feld@octobus.net> # Date 1533130830 -7200 # Wed Aug 01 15:40:30 2018 +0200 # Node ID 11f66b38ad7d9fea72b900ec6d82ab894cdff034 # Parent 86c61cf9729fe235de131d96c9a0fa38ffa7d10a Activate wheel cache to speed up retesting of commits diff --git a/asv.conf.json b/asv.conf.json --- a/asv.conf.json +++ b/asv.conf.json @@ -106,7 +106,7 @@ // `asv` will cache wheels of the recent builds in each // environment, making them faster to install next time. This is // number of builds to keep, per environment. - // "wheel_cache_size": 0 + "wheel_cache_size": 2000, // The commits after which the regression search in `asv publish` // should start looking for regressions. Dictionary whose keys are