From fc26428324704f52ac016e7096553e642bfe556a Mon Sep 17 00:00:00 2001 From: sfmig <33267254+sfmig@users.noreply.github.com> Date: Wed, 24 Apr 2024 19:20:57 +0100 Subject: [PATCH] point to tip of locally checked out branch by default --- asv.conf.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/asv.conf.json b/asv.conf.json index 49801f5d..fead7eb2 100644 --- a/asv.conf.json +++ b/asv.conf.json @@ -11,8 +11,8 @@ // The URL or local path of the source code repository for the // project being benchmarked - // "repo": ".", - "repo": "https://github.com/brainglobe/brainglobe-workflows.git", + "repo": ".", + // "repo": "https://github.com/brainglobe/brainglobe-workflows.git", // The Python project's subdirectory in your repo. If missing or // the empty string, the project is assumed to be located at the root @@ -40,7 +40,7 @@ // List of branches to benchmark. If not provided, defaults to "master" // (for git) or "default" (for mercurial). - "branches": ["main"], // for git + "branches": ["HEAD"], // for git // "branches": ["default"], // for mercurial // The DVCS being used. If not set, it will be automatically