Skip to content

Commit bc98e54

Browse files
committed
BENCH: Default to building HEAD instead of master
asv executes the benchmarks of the current branch building the code specified in "branches". Previously this was "master" instead of "HEAD" (the code currently worked on). This PR changes "master" -> "HEAD" as it seems more likely for a user to be generating benchmarks for the code they are currently working on.
1 parent 6c9ecdf commit bc98e54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/asv.conf.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
// List of branches to benchmark. If not provided, defaults to "master"
1717
// (for git) or "tip" (for mercurial).
18-
"branches": ["master"],
18+
"branches": ["HEAD"],
1919

2020
// The DVCS being used. If not set, it will be automatically
2121
// determined from "repo" by looking at the protocol in the URL

0 commit comments

Comments
 (0)