From f8f0fd69f8e87913a8699777fa3ddb0f22f51712 Mon Sep 17 00:00:00 2001 From: Matthew Roeschke Date: Mon, 17 Jan 2022 11:33:13 -0800 Subject: [PATCH] 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