Skip to content

Commit e08ffd4

Browse files
authored
BENCH: Fix ASV branch to main (#45426)
1 parent ebe4dc7 commit e08ffd4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

asv_bench/asv.conf.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
// benchmarked
1414
"repo": "..",
1515

16+
// List of branches to benchmark. If not provided, defaults to "master"
17+
// (for git) or "default" (for mercurial).
18+
"branches": ["main"],
19+
1620
// The tool to use to create environments. May be "conda",
1721
// "virtualenv" or other value depending on the plugins in use.
1822
// If missing or the empty string, the tool will be automatically
@@ -25,7 +29,6 @@
2529

2630
// The Pythons you'd like to test against. If not provided, defaults
2731
// to the current version of Python used to run `asv`.
28-
// "pythons": ["2.7", "3.4"],
2932
"pythons": ["3.8"],
3033

3134
// The matrix of dependencies to test. Each key is the name of a

0 commit comments

Comments
 (0)