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

[hail] Fix mt.entry.take performance regression #7764

Merged
merged 1 commit into from
Dec 19, 2019

Conversation

tpoterba
Copy link
Contributor

before:

2019-12-19 13:46:39,469: INFO: [1/1] Running matrix_table_take_entry...
2019-12-19 13:46:48,414: INFO: burn in: 8.94s
2019-12-19 13:46:51,170: INFO: run 1: 2.75s
2019-12-19 13:46:53,789: INFO: run 2: 2.62s
2019-12-19 13:46:56,590: INFO: run 3: 2.80s

after:

2019-12-19 13:51:38,688: INFO: [1/1] Running matrix_table_take_entry...
2019-12-19 13:51:43,457: INFO: burn in: 4.77s
2019-12-19 13:51:43,871: INFO: run 1: 0.41s
2019-12-19 13:51:44,295: INFO: run 2: 0.42s
2019-12-19 13:51:44,742: INFO: run 3: 0.44s

before:
```
2019-12-19 13:46:39,469: INFO: [1/1] Running matrix_table_take_entry...
2019-12-19 13:46:48,414: INFO: burn in: 8.94s
2019-12-19 13:46:51,170: INFO: run 1: 2.75s
2019-12-19 13:46:53,789: INFO: run 2: 2.62s
2019-12-19 13:46:56,590: INFO: run 3: 2.80s
```

after:
```
2019-12-19 13:51:38,688: INFO: [1/1] Running matrix_table_take_entry...
2019-12-19 13:51:43,457: INFO: burn in: 4.77s
2019-12-19 13:51:43,871: INFO: run 1: 0.41s
2019-12-19 13:51:44,295: INFO: run 2: 0.42s
2019-12-19 13:51:44,742: INFO: run 3: 0.44s
```
@danking danking merged commit ea5b992 into hail-is:master Dec 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants