From 49fb0186fd7d0170b761c901cdcaf16581a1acfa Mon Sep 17 00:00:00 2001 From: Matthew Roeschke Date: Tue, 18 Jan 2022 05:26:06 -0800 Subject: [PATCH] Backport PR #45426: BENCH: Fix ASV branch to main --- asv_bench/asv.conf.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/asv_bench/asv.conf.json b/asv_bench/asv.conf.json index 9ad856d5d03ed..daf2834c50d6a 100644 --- a/asv_bench/asv.conf.json +++ b/asv_bench/asv.conf.json @@ -13,6 +13,10 @@ // benchmarked "repo": "..", + // List of branches to benchmark. If not provided, defaults to "master" + // (for git) or "default" (for mercurial). + "branches": ["main"], + // The tool to use to create environments. May be "conda", // "virtualenv" or other value depending on the plugins in use. // If missing or the empty string, the tool will be automatically @@ -25,7 +29,6 @@ // The Pythons you'd like to test against. If not provided, defaults // to the current version of Python used to run `asv`. - // "pythons": ["2.7", "3.4"], "pythons": ["3.8"], // The matrix of dependencies to test. Each key is the name of a