From e09e4fe7f44ff6bb6126a69da824a78e5f87504b Mon Sep 17 00:00:00 2001 From: sfmig <33267254+sfmig@users.noreply.github.com> Date: Mon, 23 Oct 2023 17:47:08 +0100 Subject: [PATCH] Update asv.conf.json to point to main branch Previously it was pointing to "smg/cellfinder-cli-benchmark", but this has now been merged --- asv.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asv.conf.json b/asv.conf.json index a053875b..d620a545 100644 --- a/asv.conf.json +++ b/asv.conf.json @@ -39,7 +39,7 @@ // List of branches to benchmark. If not provided, defaults to "master" // (for git) or "default" (for mercurial). - "branches": ["smg/cellfinder-cli-benchmark"], // for git + "branches": ["main"], // for git // "branches": ["default"], // for mercurial // The DVCS being used. If not set, it will be automatically