From 6c299bf0c145cbe9e471fdae2f50b13cecae71ff Mon Sep 17 00:00:00 2001 From: Marc Garcia Date: Fri, 7 Jun 2019 11:39:48 +0100 Subject: [PATCH] Renaming asv setting build_cache_size --- asv_bench/asv.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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