From 6e01c7b45d07e0a027ac03954aca1dc30d61bdca Mon Sep 17 00:00:00 2001 From: Isuru Fernando Date: Thu, 25 Mar 2021 18:41:15 -0500 Subject: [PATCH] Tell asv that the default branch is now main --- asv.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asv.conf.json b/asv.conf.json index 4c34933d..800817d6 100644 --- a/asv.conf.json +++ b/asv.conf.json @@ -20,7 +20,7 @@ // List of branches to benchmark. If not provided, defaults to "master" // (for git) or "default" (for mercurial). - // "branches": ["master"], // for git + "branches": ["main"], // for git // "branches": ["default"], // for mercurial // The DVCS being used. If not set, it will be automatically -- GitLab