https://github.com/anderspitman/autobencher
https://github.com/anderspitman/autobencher
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/anderspitman/autobencher
- Owner: anderspitman
- Created: 2015-07-31T18:04:20.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-08-16T21:19:51.000Z (almost 10 years ago)
- Last Synced: 2025-07-08T02:44:50.774Z (11 months ago)
- Language: Python
- Size: 64.5 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/anderspitman/autobencher)
[](https://coveralls.io/github/anderspitman/autobencher?branch=master)
autobencher is a tool for automatically running
[asv](https://github.com/spacetelescope/asv)
benchmarks for Python projects hosted on GitHub. It runs as a server process
and listens for
[GitHub Webhooks](https://developer.github.com/webhooks/)
requests for pull requests and updates to master and runs benchmarks. It uses
the
[GitHub status API](https://developer.github.com/v3/repos/statuses/)
to report the results of the benchmark runs, similar to how TravisCI and
coveralls report. Currently result plots for benchmark runs are hosted
statically on Amazon S3, which allows the plots to be viewed.