astropy / astropy-benchmarks

Benchmarks for the astropy project
https://spacetelescope.github.io/bench/astropy-benchmarks/
BSD 3-Clause "New" or "Revised" License
7 stars 27 forks source link

Run benchmarks in quick mode in CI #119

Closed astrofrog closed 1 month ago

astrofrog commented 1 month ago

We should make sure that there are no syntax or code issues and that the benchmarks run with the latest version of astropy, otherwise we risk introducing broken benchmarks here and breaking the astropy CI subsequently.

astrofrog commented 1 month ago

I've expanded the test suite to do what we used to do on Travis which is to test against a bunch of stable releases of astropy as well as the developer version, since we need to make sure the benchmark suite can work with a range of versions in order to produce useful graphs.