Wes McKinney created ARROW-4118: ----------------------------------- Summary: [Python] More detailed benchmarking documentation Key: ARROW-4118 URL: https://issues.apache.org/jira/browse/ARROW-4118 Project: Apache Arrow Issue Type: Improvement Components: Python Reporter: Wes McKinney Fix For: 0.13.0
We should write more documentation about common asv workflows. Having not run them in a while, I found some rough edges, like: {code} $ asv run -b ToPandasStrings master · Creating environments · Discovering benchmarks ·· Uninstalling from conda-py3.6-boost-cpp1.67.0-brotli-cmake-cython-flatbuffers1.7.1-libprotobuf-lz4-c-ninja-numpy1.14.5-pandas0.23.3-pip+setuptools_scm-rapidjson-snappy-zstd ·· Building 2849f46f <master> for conda-py3.6-boost-cpp1.67.0-brotli-cmake-cython-flatbuffers1.7.1-libprotobuf-lz4-c-ninja-numpy1.14.5-pandas0.23.3-pip+setuptools_scm-rapidjson-snappy-zstd ·· Error running /bin/bash /home/wesm/code/arrow/python/.asv/env/3dcfa8f34e2eb2b62de42321b0fd52e3/project/python/asv-build.sh STDOUT --------> STDERR --------> /home/wesm/code/arrow/python/.asv/env/3dcfa8f34e2eb2b62de42321b0fd52e3/project/python/asv-build.sh: line 24: conda: command not found {code} Some things like "conda must be available on invoking bash" (it's not on my dev machines) should be written down -- This message was sent by Atlassian JIRA (v7.6.3#76005)