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] Method-wrap aggregator functionality #7201

Merged
merged 3 commits into from
Oct 8, 2019

Conversation

tpoterba
Copy link
Contributor

@tpoterba tpoterba commented Oct 5, 2019

Permits the big aggregate benchmarks to run...slowly:

2019-10-05 10:58:08,110: INFO: [1/2] Running table_big_aggregate_compilation...
2019-10-05 10:58:24,685: INFO:     burn in: 16.57s
2019-10-05 10:58:28,664: INFO:     run 1: 3.98s
2019-10-05 10:58:32,558: INFO:     run 2: 3.89s
2019-10-05 10:58:36,332: INFO:     run 3: 3.77s
2019-10-05 10:58:36,335: INFO: [2/2] Running table_big_aggregate_compile_and_execute...
2019-10-05 10:58:42,972: INFO:     burn in: 6.64s
2019-10-05 10:58:48,677: INFO:     run 1: 5.71s
2019-10-05 10:58:54,358: INFO:     run 2: 5.68s
2019-10-05 10:59:00,091: INFO:     run 3: 5.73s

Permits the big aggregate benchmarks to run...slowly:

```
2019-10-05 10:58:08,110: INFO: [1/2] Running table_big_aggregate_compilation...
2019-10-05 10:58:24,685: INFO:     burn in: 16.57s
2019-10-05 10:58:28,664: INFO:     run 1: 3.98s
2019-10-05 10:58:32,558: INFO:     run 2: 3.89s
2019-10-05 10:58:36,332: INFO:     run 3: 3.77s
2019-10-05 10:58:36,335: INFO: [2/2] Running table_big_aggregate_compile_and_execute...
2019-10-05 10:58:42,972: INFO:     burn in: 6.64s
2019-10-05 10:58:48,677: INFO:     run 1: 5.71s
2019-10-05 10:58:54,358: INFO:     run 2: 5.68s
2019-10-05 10:59:00,091: INFO:     run 3: 5.73s
```
@danking danking merged commit aca727e into hail-is:master Oct 8, 2019
jigold pushed a commit to jigold/hail that referenced this pull request Oct 9, 2019
* [hail] Method-wrap aggregator functionality

Permits the big aggregate benchmarks to run...slowly:

```
2019-10-05 10:58:08,110: INFO: [1/2] Running table_big_aggregate_compilation...
2019-10-05 10:58:24,685: INFO:     burn in: 16.57s
2019-10-05 10:58:28,664: INFO:     run 1: 3.98s
2019-10-05 10:58:32,558: INFO:     run 2: 3.89s
2019-10-05 10:58:36,332: INFO:     run 3: 3.77s
2019-10-05 10:58:36,335: INFO: [2/2] Running table_big_aggregate_compile_and_execute...
2019-10-05 10:58:42,972: INFO:     burn in: 6.64s
2019-10-05 10:58:48,677: INFO:     run 1: 5.71s
2019-10-05 10:58:54,358: INFO:     run 2: 5.68s
2019-10-05 10:59:00,091: INFO:     run 3: 5.73s
```

* fix

* bump!
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