diff --git a/asv_bench/asv.conf.json b/asv_bench/asv.conf.json index fa098e2455683..571ede1a21134 100644 --- a/asv_bench/asv.conf.json +++ b/asv_bench/asv.conf.json @@ -107,7 +107,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": 8, + "build_cache_size": 8, // The commits after which the regression search in `asv publish` // should start looking for regressions. Dictionary whose keys are