summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Gommers <ralf.gommers@gmail.com>2020-05-03 12:08:50 +0200
committerGitHub <noreply@github.com>2020-05-03 12:08:50 +0200
commit7309a004dc0f206f7dfc8d355711a2d8d7c9c62c (patch)
treefc9a0f6cbafbfe8975ab7ebd8b0589936076c3a8
parent22724bac3465e6f699313cb6301722cddc6351b3 (diff)
parentbc98e5448e211134a0dcce88ca23f0d85d22da9f (diff)
downloadnumpy-7309a004dc0f206f7dfc8d355711a2d8d7c9c62c.tar.gz
Merge pull request #16141 from Kai-Striega/benchmarks_head
BENCH: Default to building HEAD instead of master
-rw-r--r--benchmarks/asv.conf.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/asv.conf.json b/benchmarks/asv.conf.json
index 1046f10f2..d9222d495 100644
--- a/benchmarks/asv.conf.json
+++ b/benchmarks/asv.conf.json
@@ -15,7 +15,7 @@
// List of branches to benchmark. If not provided, defaults to "master"
// (for git) or "tip" (for mercurial).
- "branches": ["master"],
+ "branches": ["HEAD"],
// The DVCS being used. If not set, it will be automatically
// determined from "repo" by looking at the protocol in the URL