You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ARROW-4118: [Python] Fix benchmark setup for "asv run"
"conda activate" unfortunately isn't available from a non-interactive shell, and running bash as interactive doesn't look like a workable solution.
Also fix a setup slowness issue in the Parquet benchmarks, and fix a C++ ABI issue by downloading packages from Anaconda rather than conda-forge.
Author: Antoine Pitrou <antoine@python.org>
Closesapache#3357 from pitrou/ARROW-4118-fix-asv-run and squashes the following commits:
b07b68e <Antoine Pitrou> ARROW-4118: Fix benchmark setup for "asv run"
0 commit comments