Is there a reason, beyond historical, that we use ASV over pytest-benchmark ?
Looking at the two tools, pytest-benchmark has 1.5x more stars and 8x greater usage (as measured by GH dependencies). Also pytest-benchmark integrates into our existing pytest framework so that this repo might pull tests directly from astropy's test suite, using a pytest Mark (e.g. pytest.mark.benchmark_only).
Is there a reason, beyond historical, that we use
ASVoverpytest-benchmark?Looking at the two tools,
pytest-benchmarkhas 1.5x more stars and 8x greater usage (as measured by GH dependencies). Alsopytest-benchmarkintegrates into our existing pytest framework so that this repo might pull tests directly fromastropy's test suite, using apytestMark (e.g.pytest.mark.benchmark_only).