Skip to content

BENCH: Add pyarrow to env #43071

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 17, 2021
Merged

BENCH: Add pyarrow to env #43071

merged 1 commit into from
Aug 17, 2021

Conversation

lithomas1
Copy link
Member

  • closes #xxxx
  • tests added / passed
  • Ensure all linting tests pass, see here for how to run them
  • whatsnew entry

This came up while I was benchmarking the pyarrow csv reader that I am planning to PR soon, which was erroring with an ImportError for pyarrow. Anyone know if this is the right patch? (It works correctly for me afterwards, however I am curious as to how ArrowStringArray was getting benchmarked)

pytest also should be removable I think. (there really shouldn't be any reason why we are benchmarking that)
cc @simonjayhawkins @TomAugspurger

@jreback jreback added the Benchmark Performance (ASV) benchmarks label Aug 17, 2021
@jreback jreback added this to the 1.4 milestone Aug 17, 2021
@jreback
Copy link
Contributor

jreback commented Aug 17, 2021

lgtm thanks @lithomas1

yeah this should also help with the string functions, we should have the parameterizations already. cc @simonjayhawkins

@jreback jreback merged commit 6d21482 into pandas-dev:master Aug 17, 2021
@lithomas1 lithomas1 deleted the patch-4 branch August 17, 2021 20:25
feefladder pushed a commit to feefladder/pandas that referenced this pull request Sep 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Benchmark Performance (ASV) benchmarks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants