Skip to content
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

Add a benchmark for creation of a large Column and MaskedColumn #7423

Closed
taldcroft opened this issue May 3, 2018 · 2 comments
Closed

Add a benchmark for creation of a large Column and MaskedColumn #7423

taldcroft opened this issue May 3, 2018 · 2 comments

Comments

@taldcroft
Copy link
Member

From #7399 and #7422, e.g.

dat = np.arange(1e7)  # setup
col = MaskedColumn(dat)  # Time this
@astrofrog
Copy link
Member

Yep, this should definitely go in astropy-benchmarks

@pllim
Copy link
Member

pllim commented May 4, 2018

Moved to astropy/astropy-benchmarks#48

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants