deshaw / versioned-hdf5

Versioned HDF5 provides a versioned abstraction on top of h5py
https://deshaw.github.io/versioned-hdf5/
Other
78 stars 21 forks source link

Run benchmarks on Travis #184

Open asmeurer opened 3 years ago

asmeurer commented 3 years ago

We should figure out how to run the benchmarks on Travis to make sure they work (not to check for performance regressions).

peytondmurray commented 1 year ago

Now that Travis is not being used, I propose removing Travis configuration entirely and looking into using Github actions for this. We could run benchmarks on new PRs as part of CI - https://github.com/ionelmc/pytest-benchmark/ and https://github.com/benchmark-action/github-action-benchmark may be of help here. I could begin looking into this by spending <10 hours on it for an initial attempt.