rlouf / mcx

Express & compile probabilistic programs for performant inference on CPU & GPU. Powered by JAX.
https://rlouf.github.io/mcx
Apache License 2.0
325 stars 17 forks source link

Track performance in CI #78

Closed rlouf closed 3 years ago

rlouf commented 3 years ago

It is hard to keep track of how subsequent changes affect the sampling performance of the library. We should add ˋpytest-benchmark` to the test suite and use related github action to run benchmarks automatically.

rlouf commented 3 years ago

Will be done in blackjax.