Skip to content

Commit 02023ed

Browse files
TomAugspurgerwillirath
authored andcommitted
Added show_commit_url to asv.conf (#1515)
* Added show_commit_url to asv.conf This should setup the proper links from the published output to the commit on Github. FYI the benchmarks should be running stably now, and posted to http://pandas.pydata.org/speed/xarray. http://pandas.pydata.org/speed/xarray/regressions.xml has an RSS feed to the regressions. * Update asv.conf.json
1 parent f9922d6 commit 02023ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asv_bench/asv.conf.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"install_timeout": 600,
3737

3838
// the base URL to show a commit for the project.
39-
// "show_commit_url": "http://github.com/owner/project/commit/",
39+
"show_commit_url": "https://github.com/pydata/xarray/commit/",
4040

4141
// The Pythons you'd like to test against. If not provided, defaults
4242
// to the current version of Python used to run `asv`.

0 commit comments

Comments
 (0)