-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Description
Describe the enhancement requested
We have several asv configuration files around the repository:
- https://github.com/apache/arrow/blob/main/python/asv-build.sh
- https://github.com/apache/arrow/blob/main/python/asv-install.sh
- https://github.com/apache/arrow/blob/main/python/asv-uninstall.sh
- https://github.com/apache/arrow/blob/main/python/asv.conf.json
- https://github.com/apache/arrow/blob/main/ci/scripts/python_benchmark.sh
There are also some minor references here:
| // Micro-benchmark routines for use from ASV |
And documentation:
https://github.com/apache/arrow/blob/9b0885ade1c8bbefa173e79391c2f1a61b93456d/docs/source/python/benchmarks.rst
All of this seems unused/untested on our repository. I am unsure whether this should be still the way we run benchmarks for Python or if conbench is using it but we should probably investigate and either remove it, if unused, or document how it is being used.
Component(s)
Benchmarking, Developer Tools
Reactions are currently unavailable