Skip to content

Commit 61f93a5

Browse files
committed
Fix benchmark workflow
1 parent 0177534 commit 61f93a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asv_bench/asv.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
],
3232
// List of branches to benchmark. If not provided, defaults to "master"
3333
// (for git) or "default" (for mercurial).
34-
"branches": ["master"], // for git
34+
"branches": ["main"], // for git
3535
// "branches": ["default"], // for mercurial
3636

3737
// The DVCS being used. If not set, it will be automatically

0 commit comments

Comments
 (0)