From 4c6819dc68497e405f2cfb110d2922e639782389 Mon Sep 17 00:00:00 2001 From: Isuru Fernando Date: Wed, 21 Apr 2021 01:39:25 -0500 Subject: [PATCH] default branch name is master --- asv.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asv.conf.json b/asv.conf.json index 5ef608174..26ac70b48 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 // The DVCS being used. If not set, it will be automatically // determined from "repo" by looking at the protocol in the URL -- GitLab